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