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