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