Documentation ¶
Overview ¶
Copyright (c) 2023 Cisco and/or its affiliates. All rights reserved.
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at https://www.apache.org/licenses/LICENSE-2.0 Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
Index ¶
- func DescribableLogDirTopicHighestSupportedFlexVersion() int16
- func DescribableLogDirTopicHighestSupportedVersion() int16
- func DescribableLogDirTopicLowestSupportedFlexVersion() int16
- func DescribableLogDirTopicLowestSupportedVersion() int16
- type DescribableLogDirTopic
- func (o *DescribableLogDirTopic) Clear()
- func (o *DescribableLogDirTopic) Equal(that *DescribableLogDirTopic) bool
- func (o *DescribableLogDirTopic) IsNil() bool
- func (o *DescribableLogDirTopic) MarshalJSON() ([]byte, error)
- func (o *DescribableLogDirTopic) Partitions() []int32
- func (o *DescribableLogDirTopic) Read(buf *bytes.Reader, version int16) error
- func (o *DescribableLogDirTopic) Release()
- func (o *DescribableLogDirTopic) SetDefault()
- func (o *DescribableLogDirTopic) SetPartitions(val []int32)
- func (o *DescribableLogDirTopic) SetTopic(val fields.NullableString)
- func (o *DescribableLogDirTopic) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *DescribableLogDirTopic) SizeInBytes(version int16) (int, error)
- func (o *DescribableLogDirTopic) String() string
- func (o *DescribableLogDirTopic) Topic() fields.NullableString
- func (o *DescribableLogDirTopic) UnknownTaggedFields() []fields.RawTaggedField
- func (o *DescribableLogDirTopic) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DescribableLogDirTopicHighestSupportedFlexVersion ¶
func DescribableLogDirTopicHighestSupportedFlexVersion() int16
func DescribableLogDirTopicHighestSupportedVersion ¶
func DescribableLogDirTopicHighestSupportedVersion() int16
func DescribableLogDirTopicLowestSupportedFlexVersion ¶
func DescribableLogDirTopicLowestSupportedFlexVersion() int16
func DescribableLogDirTopicLowestSupportedVersion ¶
func DescribableLogDirTopicLowestSupportedVersion() int16
Types ¶
type DescribableLogDirTopic ¶
type DescribableLogDirTopic struct {
// contains filtered or unexported fields
}
func DescribableLogDirTopicDefault ¶
func DescribableLogDirTopicDefault() DescribableLogDirTopic
func (*DescribableLogDirTopic) Clear ¶
func (o *DescribableLogDirTopic) Clear()
func (*DescribableLogDirTopic) Equal ¶
func (o *DescribableLogDirTopic) Equal(that *DescribableLogDirTopic) bool
func (*DescribableLogDirTopic) IsNil ¶
func (o *DescribableLogDirTopic) IsNil() bool
func (*DescribableLogDirTopic) MarshalJSON ¶
func (o *DescribableLogDirTopic) MarshalJSON() ([]byte, error)
func (*DescribableLogDirTopic) Partitions ¶
func (o *DescribableLogDirTopic) Partitions() []int32
func (*DescribableLogDirTopic) Read ¶
func (o *DescribableLogDirTopic) Read(buf *bytes.Reader, version int16) error
func (*DescribableLogDirTopic) Release ¶
func (o *DescribableLogDirTopic) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*DescribableLogDirTopic) SetDefault ¶
func (o *DescribableLogDirTopic) SetDefault()
func (*DescribableLogDirTopic) SetPartitions ¶
func (o *DescribableLogDirTopic) SetPartitions(val []int32)
func (*DescribableLogDirTopic) SetTopic ¶
func (o *DescribableLogDirTopic) SetTopic(val fields.NullableString)
func (*DescribableLogDirTopic) SetUnknownTaggedFields ¶
func (o *DescribableLogDirTopic) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*DescribableLogDirTopic) SizeInBytes ¶
func (o *DescribableLogDirTopic) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*DescribableLogDirTopic) String ¶
func (o *DescribableLogDirTopic) String() string
func (*DescribableLogDirTopic) Topic ¶
func (o *DescribableLogDirTopic) Topic() fields.NullableString
func (*DescribableLogDirTopic) UnknownTaggedFields ¶
func (o *DescribableLogDirTopic) UnknownTaggedFields() []fields.RawTaggedField
func (*DescribableLogDirTopic) Write ¶
func (o *DescribableLogDirTopic) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.