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