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.
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 FetchTopicHighestSupportedFlexVersion() int16
- func FetchTopicHighestSupportedVersion() int16
- func FetchTopicLowestSupportedFlexVersion() int16
- func FetchTopicLowestSupportedVersion() int16
- func ForgottenTopicHighestSupportedFlexVersion() int16
- func ForgottenTopicHighestSupportedVersion() int16
- func ForgottenTopicLowestSupportedFlexVersion() int16
- func ForgottenTopicLowestSupportedVersion() int16
- type FetchTopic
- func (o *FetchTopic) Clear()
- func (o *FetchTopic) Equal(that *FetchTopic) bool
- func (o *FetchTopic) IsNil() bool
- func (o *FetchTopic) MarshalJSON() ([]byte, error)
- func (o *FetchTopic) Partitions() []fetchtopic.FetchPartition
- func (o *FetchTopic) Read(buf *bytes.Reader, version int16) error
- func (o *FetchTopic) Release()
- func (o *FetchTopic) SetDefault()
- func (o *FetchTopic) SetPartitions(val []fetchtopic.FetchPartition)
- func (o *FetchTopic) SetTopic(val fields.NullableString)
- func (o *FetchTopic) SetTopicId(val fields.UUID)
- func (o *FetchTopic) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *FetchTopic) SizeInBytes(version int16) (int, error)
- func (o *FetchTopic) String() string
- func (o *FetchTopic) Topic() fields.NullableString
- func (o *FetchTopic) TopicId() fields.UUID
- func (o *FetchTopic) UnknownTaggedFields() []fields.RawTaggedField
- func (o *FetchTopic) Write(buf *typesbytes.SliceWriter, version int16) error
- type ForgottenTopic
- func (o *ForgottenTopic) Clear()
- func (o *ForgottenTopic) Equal(that *ForgottenTopic) bool
- func (o *ForgottenTopic) IsNil() bool
- func (o *ForgottenTopic) MarshalJSON() ([]byte, error)
- func (o *ForgottenTopic) Partitions() []int32
- func (o *ForgottenTopic) Read(buf *bytes.Reader, version int16) error
- func (o *ForgottenTopic) Release()
- func (o *ForgottenTopic) SetDefault()
- func (o *ForgottenTopic) SetPartitions(val []int32)
- func (o *ForgottenTopic) SetTopic(val fields.NullableString)
- func (o *ForgottenTopic) SetTopicId(val fields.UUID)
- func (o *ForgottenTopic) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *ForgottenTopic) SizeInBytes(version int16) (int, error)
- func (o *ForgottenTopic) String() string
- func (o *ForgottenTopic) Topic() fields.NullableString
- func (o *ForgottenTopic) TopicId() fields.UUID
- func (o *ForgottenTopic) UnknownTaggedFields() []fields.RawTaggedField
- func (o *ForgottenTopic) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FetchTopicHighestSupportedFlexVersion ¶
func FetchTopicHighestSupportedFlexVersion() int16
func FetchTopicHighestSupportedVersion ¶
func FetchTopicHighestSupportedVersion() int16
func FetchTopicLowestSupportedFlexVersion ¶
func FetchTopicLowestSupportedFlexVersion() int16
func FetchTopicLowestSupportedVersion ¶
func FetchTopicLowestSupportedVersion() int16
func ForgottenTopicHighestSupportedFlexVersion ¶
func ForgottenTopicHighestSupportedFlexVersion() int16
func ForgottenTopicHighestSupportedVersion ¶
func ForgottenTopicHighestSupportedVersion() int16
func ForgottenTopicLowestSupportedFlexVersion ¶
func ForgottenTopicLowestSupportedFlexVersion() int16
func ForgottenTopicLowestSupportedVersion ¶
func ForgottenTopicLowestSupportedVersion() int16
Types ¶
type FetchTopic ¶
type FetchTopic struct {
// contains filtered or unexported fields
}
func FetchTopicDefault ¶
func FetchTopicDefault() FetchTopic
func (*FetchTopic) Clear ¶
func (o *FetchTopic) Clear()
func (*FetchTopic) Equal ¶
func (o *FetchTopic) Equal(that *FetchTopic) bool
func (*FetchTopic) IsNil ¶
func (o *FetchTopic) IsNil() bool
func (*FetchTopic) MarshalJSON ¶
func (o *FetchTopic) MarshalJSON() ([]byte, error)
func (*FetchTopic) Partitions ¶
func (o *FetchTopic) Partitions() []fetchtopic.FetchPartition
func (*FetchTopic) Release ¶
func (o *FetchTopic) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*FetchTopic) SetDefault ¶
func (o *FetchTopic) SetDefault()
func (*FetchTopic) SetPartitions ¶
func (o *FetchTopic) SetPartitions(val []fetchtopic.FetchPartition)
func (*FetchTopic) SetTopic ¶
func (o *FetchTopic) SetTopic(val fields.NullableString)
func (*FetchTopic) SetTopicId ¶
func (o *FetchTopic) SetTopicId(val fields.UUID)
func (*FetchTopic) SetUnknownTaggedFields ¶
func (o *FetchTopic) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*FetchTopic) SizeInBytes ¶
func (o *FetchTopic) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*FetchTopic) String ¶
func (o *FetchTopic) String() string
func (*FetchTopic) Topic ¶
func (o *FetchTopic) Topic() fields.NullableString
func (*FetchTopic) TopicId ¶
func (o *FetchTopic) TopicId() fields.UUID
func (*FetchTopic) UnknownTaggedFields ¶
func (o *FetchTopic) UnknownTaggedFields() []fields.RawTaggedField
func (*FetchTopic) Write ¶
func (o *FetchTopic) Write(buf *typesbytes.SliceWriter, version int16) error
type ForgottenTopic ¶
type ForgottenTopic struct {
// contains filtered or unexported fields
}
func ForgottenTopicDefault ¶
func ForgottenTopicDefault() ForgottenTopic
func (*ForgottenTopic) Clear ¶
func (o *ForgottenTopic) Clear()
func (*ForgottenTopic) Equal ¶
func (o *ForgottenTopic) Equal(that *ForgottenTopic) bool
func (*ForgottenTopic) IsNil ¶
func (o *ForgottenTopic) IsNil() bool
func (*ForgottenTopic) MarshalJSON ¶
func (o *ForgottenTopic) MarshalJSON() ([]byte, error)
func (*ForgottenTopic) Partitions ¶
func (o *ForgottenTopic) Partitions() []int32
func (*ForgottenTopic) Release ¶
func (o *ForgottenTopic) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*ForgottenTopic) SetDefault ¶
func (o *ForgottenTopic) SetDefault()
func (*ForgottenTopic) SetPartitions ¶
func (o *ForgottenTopic) SetPartitions(val []int32)
func (*ForgottenTopic) SetTopic ¶
func (o *ForgottenTopic) SetTopic(val fields.NullableString)
func (*ForgottenTopic) SetTopicId ¶
func (o *ForgottenTopic) SetTopicId(val fields.UUID)
func (*ForgottenTopic) SetUnknownTaggedFields ¶
func (o *ForgottenTopic) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*ForgottenTopic) SizeInBytes ¶
func (o *ForgottenTopic) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*ForgottenTopic) String ¶
func (o *ForgottenTopic) String() string
func (*ForgottenTopic) Topic ¶
func (o *ForgottenTopic) Topic() fields.NullableString
func (*ForgottenTopic) TopicId ¶
func (o *ForgottenTopic) TopicId() fields.UUID
func (*ForgottenTopic) UnknownTaggedFields ¶
func (o *ForgottenTopic) UnknownTaggedFields() []fields.RawTaggedField
func (*ForgottenTopic) Write ¶
func (o *ForgottenTopic) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.