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