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