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