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