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