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