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 OffsetFetchResponsePartitionHighestSupportedFlexVersion() int16
- func OffsetFetchResponsePartitionHighestSupportedVersion() int16
- func OffsetFetchResponsePartitionLowestSupportedFlexVersion() int16
- func OffsetFetchResponsePartitionLowestSupportedVersion() int16
- type OffsetFetchResponsePartition
- func (o *OffsetFetchResponsePartition) Clear()
- func (o *OffsetFetchResponsePartition) CommittedLeaderEpoch() int32
- func (o *OffsetFetchResponsePartition) CommittedOffset() int64
- func (o *OffsetFetchResponsePartition) Equal(that *OffsetFetchResponsePartition) bool
- func (o *OffsetFetchResponsePartition) ErrorCode() int16
- func (o *OffsetFetchResponsePartition) IsNil() bool
- func (o *OffsetFetchResponsePartition) MarshalJSON() ([]byte, error)
- func (o *OffsetFetchResponsePartition) Metadata() fields.NullableString
- func (o *OffsetFetchResponsePartition) PartitionIndex() int32
- func (o *OffsetFetchResponsePartition) Read(buf *bytes.Reader, version int16) error
- func (o *OffsetFetchResponsePartition) Release()
- func (o *OffsetFetchResponsePartition) SetCommittedLeaderEpoch(val int32)
- func (o *OffsetFetchResponsePartition) SetCommittedOffset(val int64)
- func (o *OffsetFetchResponsePartition) SetDefault()
- func (o *OffsetFetchResponsePartition) SetErrorCode(val int16)
- func (o *OffsetFetchResponsePartition) SetMetadata(val fields.NullableString)
- func (o *OffsetFetchResponsePartition) SetPartitionIndex(val int32)
- func (o *OffsetFetchResponsePartition) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *OffsetFetchResponsePartition) SizeInBytes(version int16) (int, error)
- func (o *OffsetFetchResponsePartition) String() string
- func (o *OffsetFetchResponsePartition) UnknownTaggedFields() []fields.RawTaggedField
- func (o *OffsetFetchResponsePartition) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func OffsetFetchResponsePartitionHighestSupportedFlexVersion ¶
func OffsetFetchResponsePartitionHighestSupportedFlexVersion() int16
func OffsetFetchResponsePartitionHighestSupportedVersion ¶
func OffsetFetchResponsePartitionHighestSupportedVersion() int16
func OffsetFetchResponsePartitionLowestSupportedFlexVersion ¶
func OffsetFetchResponsePartitionLowestSupportedFlexVersion() int16
func OffsetFetchResponsePartitionLowestSupportedVersion ¶
func OffsetFetchResponsePartitionLowestSupportedVersion() int16
Types ¶
type OffsetFetchResponsePartition ¶
type OffsetFetchResponsePartition struct {
// contains filtered or unexported fields
}
func OffsetFetchResponsePartitionDefault ¶
func OffsetFetchResponsePartitionDefault() OffsetFetchResponsePartition
func (*OffsetFetchResponsePartition) Clear ¶
func (o *OffsetFetchResponsePartition) Clear()
func (*OffsetFetchResponsePartition) CommittedLeaderEpoch ¶
func (o *OffsetFetchResponsePartition) CommittedLeaderEpoch() int32
func (*OffsetFetchResponsePartition) CommittedOffset ¶
func (o *OffsetFetchResponsePartition) CommittedOffset() int64
func (*OffsetFetchResponsePartition) Equal ¶
func (o *OffsetFetchResponsePartition) Equal(that *OffsetFetchResponsePartition) bool
func (*OffsetFetchResponsePartition) ErrorCode ¶
func (o *OffsetFetchResponsePartition) ErrorCode() int16
func (*OffsetFetchResponsePartition) IsNil ¶
func (o *OffsetFetchResponsePartition) IsNil() bool
func (*OffsetFetchResponsePartition) MarshalJSON ¶
func (o *OffsetFetchResponsePartition) MarshalJSON() ([]byte, error)
func (*OffsetFetchResponsePartition) Metadata ¶
func (o *OffsetFetchResponsePartition) Metadata() fields.NullableString
func (*OffsetFetchResponsePartition) PartitionIndex ¶
func (o *OffsetFetchResponsePartition) PartitionIndex() int32
func (*OffsetFetchResponsePartition) Read ¶
func (o *OffsetFetchResponsePartition) Read(buf *bytes.Reader, version int16) error
func (*OffsetFetchResponsePartition) Release ¶
func (o *OffsetFetchResponsePartition) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*OffsetFetchResponsePartition) SetCommittedLeaderEpoch ¶
func (o *OffsetFetchResponsePartition) SetCommittedLeaderEpoch(val int32)
func (*OffsetFetchResponsePartition) SetCommittedOffset ¶
func (o *OffsetFetchResponsePartition) SetCommittedOffset(val int64)
func (*OffsetFetchResponsePartition) SetDefault ¶
func (o *OffsetFetchResponsePartition) SetDefault()
func (*OffsetFetchResponsePartition) SetErrorCode ¶
func (o *OffsetFetchResponsePartition) SetErrorCode(val int16)
func (*OffsetFetchResponsePartition) SetMetadata ¶
func (o *OffsetFetchResponsePartition) SetMetadata(val fields.NullableString)
func (*OffsetFetchResponsePartition) SetPartitionIndex ¶
func (o *OffsetFetchResponsePartition) SetPartitionIndex(val int32)
func (*OffsetFetchResponsePartition) SetUnknownTaggedFields ¶
func (o *OffsetFetchResponsePartition) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*OffsetFetchResponsePartition) SizeInBytes ¶
func (o *OffsetFetchResponsePartition) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*OffsetFetchResponsePartition) String ¶
func (o *OffsetFetchResponsePartition) String() string
func (*OffsetFetchResponsePartition) UnknownTaggedFields ¶
func (o *OffsetFetchResponsePartition) UnknownTaggedFields() []fields.RawTaggedField
func (*OffsetFetchResponsePartition) Write ¶
func (o *OffsetFetchResponsePartition) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.