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