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 LeaderAndIsrTopicErrorHighestSupportedFlexVersion() int16
- func LeaderAndIsrTopicErrorHighestSupportedVersion() int16
- func LeaderAndIsrTopicErrorLowestSupportedFlexVersion() int16
- func LeaderAndIsrTopicErrorLowestSupportedVersion() int16
- type LeaderAndIsrTopicError
- func (o *LeaderAndIsrTopicError) Clear()
- func (o *LeaderAndIsrTopicError) Equal(that *LeaderAndIsrTopicError) bool
- func (o *LeaderAndIsrTopicError) IsNil() bool
- func (o *LeaderAndIsrTopicError) MarshalJSON() ([]byte, error)
- func (o *LeaderAndIsrTopicError) PartitionErrors() []common.LeaderAndIsrPartitionError
- func (o *LeaderAndIsrTopicError) Read(buf *bytes.Reader, version int16) error
- func (o *LeaderAndIsrTopicError) Release()
- func (o *LeaderAndIsrTopicError) SetDefault()
- func (o *LeaderAndIsrTopicError) SetPartitionErrors(val []common.LeaderAndIsrPartitionError)
- func (o *LeaderAndIsrTopicError) SetTopicId(val fields.UUID)
- func (o *LeaderAndIsrTopicError) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *LeaderAndIsrTopicError) SizeInBytes(version int16) (int, error)
- func (o *LeaderAndIsrTopicError) String() string
- func (o *LeaderAndIsrTopicError) TopicId() fields.UUID
- func (o *LeaderAndIsrTopicError) UnknownTaggedFields() []fields.RawTaggedField
- func (o *LeaderAndIsrTopicError) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LeaderAndIsrTopicErrorHighestSupportedFlexVersion ¶
func LeaderAndIsrTopicErrorHighestSupportedFlexVersion() int16
func LeaderAndIsrTopicErrorHighestSupportedVersion ¶
func LeaderAndIsrTopicErrorHighestSupportedVersion() int16
func LeaderAndIsrTopicErrorLowestSupportedFlexVersion ¶
func LeaderAndIsrTopicErrorLowestSupportedFlexVersion() int16
func LeaderAndIsrTopicErrorLowestSupportedVersion ¶
func LeaderAndIsrTopicErrorLowestSupportedVersion() int16
Types ¶
type LeaderAndIsrTopicError ¶
type LeaderAndIsrTopicError struct {
// contains filtered or unexported fields
}
func LeaderAndIsrTopicErrorDefault ¶
func LeaderAndIsrTopicErrorDefault() LeaderAndIsrTopicError
func (*LeaderAndIsrTopicError) Clear ¶
func (o *LeaderAndIsrTopicError) Clear()
func (*LeaderAndIsrTopicError) Equal ¶
func (o *LeaderAndIsrTopicError) Equal(that *LeaderAndIsrTopicError) bool
func (*LeaderAndIsrTopicError) IsNil ¶
func (o *LeaderAndIsrTopicError) IsNil() bool
func (*LeaderAndIsrTopicError) MarshalJSON ¶
func (o *LeaderAndIsrTopicError) MarshalJSON() ([]byte, error)
func (*LeaderAndIsrTopicError) PartitionErrors ¶
func (o *LeaderAndIsrTopicError) PartitionErrors() []common.LeaderAndIsrPartitionError
func (*LeaderAndIsrTopicError) Read ¶
func (o *LeaderAndIsrTopicError) Read(buf *bytes.Reader, version int16) error
func (*LeaderAndIsrTopicError) Release ¶
func (o *LeaderAndIsrTopicError) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*LeaderAndIsrTopicError) SetDefault ¶
func (o *LeaderAndIsrTopicError) SetDefault()
func (*LeaderAndIsrTopicError) SetPartitionErrors ¶
func (o *LeaderAndIsrTopicError) SetPartitionErrors(val []common.LeaderAndIsrPartitionError)
func (*LeaderAndIsrTopicError) SetTopicId ¶
func (o *LeaderAndIsrTopicError) SetTopicId(val fields.UUID)
func (*LeaderAndIsrTopicError) SetUnknownTaggedFields ¶
func (o *LeaderAndIsrTopicError) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*LeaderAndIsrTopicError) SizeInBytes ¶
func (o *LeaderAndIsrTopicError) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*LeaderAndIsrTopicError) String ¶
func (o *LeaderAndIsrTopicError) String() string
func (*LeaderAndIsrTopicError) TopicId ¶
func (o *LeaderAndIsrTopicError) TopicId() fields.UUID
func (*LeaderAndIsrTopicError) UnknownTaggedFields ¶
func (o *LeaderAndIsrTopicError) UnknownTaggedFields() []fields.RawTaggedField
func (*LeaderAndIsrTopicError) Write ¶
func (o *LeaderAndIsrTopicError) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.