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