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