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 TopicDataHighestSupportedFlexVersion() int16
- func TopicDataHighestSupportedVersion() int16
- func TopicDataLowestSupportedFlexVersion() int16
- func TopicDataLowestSupportedVersion() int16
- type TopicData
- func (o *TopicData) Clear()
- func (o *TopicData) Equal(that *TopicData) bool
- func (o *TopicData) IsNil() bool
- func (o *TopicData) MarshalJSON() ([]byte, error)
- func (o *TopicData) Partitions() []topicdata.PartitionData
- func (o *TopicData) Read(buf *bytes.Reader, version int16) error
- func (o *TopicData) Release()
- func (o *TopicData) SetDefault()
- func (o *TopicData) SetPartitions(val []topicdata.PartitionData)
- func (o *TopicData) SetTopicName(val fields.NullableString)
- func (o *TopicData) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *TopicData) SizeInBytes(version int16) (int, error)
- func (o *TopicData) String() string
- func (o *TopicData) TopicName() fields.NullableString
- func (o *TopicData) UnknownTaggedFields() []fields.RawTaggedField
- func (o *TopicData) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func TopicDataHighestSupportedFlexVersion ¶
func TopicDataHighestSupportedFlexVersion() int16
func TopicDataHighestSupportedVersion ¶
func TopicDataHighestSupportedVersion() int16
func TopicDataLowestSupportedFlexVersion ¶
func TopicDataLowestSupportedFlexVersion() int16
func TopicDataLowestSupportedVersion ¶
func TopicDataLowestSupportedVersion() int16
Types ¶
type TopicData ¶
type TopicData struct {
// contains filtered or unexported fields
}
func TopicDataDefault ¶
func TopicDataDefault() TopicData
func (*TopicData) MarshalJSON ¶
func (*TopicData) Partitions ¶
func (o *TopicData) Partitions() []topicdata.PartitionData
func (*TopicData) Release ¶
func (o *TopicData) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*TopicData) SetDefault ¶
func (o *TopicData) SetDefault()
func (*TopicData) SetPartitions ¶
func (o *TopicData) SetPartitions(val []topicdata.PartitionData)
func (*TopicData) SetTopicName ¶
func (o *TopicData) SetTopicName(val fields.NullableString)
func (*TopicData) SetUnknownTaggedFields ¶
func (o *TopicData) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*TopicData) SizeInBytes ¶
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*TopicData) TopicName ¶
func (o *TopicData) TopicName() fields.NullableString
func (*TopicData) UnknownTaggedFields ¶
func (o *TopicData) UnknownTaggedFields() []fields.RawTaggedField
func (*TopicData) Write ¶
func (o *TopicData) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.