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 UpdateMetadataBrokerHighestSupportedFlexVersion() int16
- func UpdateMetadataBrokerHighestSupportedVersion() int16
- func UpdateMetadataBrokerLowestSupportedFlexVersion() int16
- func UpdateMetadataBrokerLowestSupportedVersion() int16
- func UpdateMetadataTopicStateHighestSupportedFlexVersion() int16
- func UpdateMetadataTopicStateHighestSupportedVersion() int16
- func UpdateMetadataTopicStateLowestSupportedFlexVersion() int16
- func UpdateMetadataTopicStateLowestSupportedVersion() int16
- type UpdateMetadataBroker
- func (o *UpdateMetadataBroker) Clear()
- func (o *UpdateMetadataBroker) Endpoints() []updatemetadatabroker.UpdateMetadataEndpoint
- func (o *UpdateMetadataBroker) Equal(that *UpdateMetadataBroker) bool
- func (o *UpdateMetadataBroker) Id() int32
- func (o *UpdateMetadataBroker) IsNil() bool
- func (o *UpdateMetadataBroker) MarshalJSON() ([]byte, error)
- func (o *UpdateMetadataBroker) Rack() fields.NullableString
- func (o *UpdateMetadataBroker) Read(buf *bytes.Reader, version int16) error
- func (o *UpdateMetadataBroker) Release()
- func (o *UpdateMetadataBroker) SetDefault()
- func (o *UpdateMetadataBroker) SetEndpoints(val []updatemetadatabroker.UpdateMetadataEndpoint)
- func (o *UpdateMetadataBroker) SetId(val int32)
- func (o *UpdateMetadataBroker) SetRack(val fields.NullableString)
- func (o *UpdateMetadataBroker) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *UpdateMetadataBroker) SetV0Host(val fields.NullableString)
- func (o *UpdateMetadataBroker) SetV0Port(val int32)
- func (o *UpdateMetadataBroker) SizeInBytes(version int16) (int, error)
- func (o *UpdateMetadataBroker) String() string
- func (o *UpdateMetadataBroker) UnknownTaggedFields() []fields.RawTaggedField
- func (o *UpdateMetadataBroker) V0Host() fields.NullableString
- func (o *UpdateMetadataBroker) V0Port() int32
- func (o *UpdateMetadataBroker) Write(buf *typesbytes.SliceWriter, version int16) error
- type UpdateMetadataTopicState
- func (o *UpdateMetadataTopicState) Clear()
- func (o *UpdateMetadataTopicState) Equal(that *UpdateMetadataTopicState) bool
- func (o *UpdateMetadataTopicState) IsNil() bool
- func (o *UpdateMetadataTopicState) MarshalJSON() ([]byte, error)
- func (o *UpdateMetadataTopicState) PartitionStates() []common.UpdateMetadataPartitionState
- func (o *UpdateMetadataTopicState) Read(buf *bytes.Reader, version int16) error
- func (o *UpdateMetadataTopicState) Release()
- func (o *UpdateMetadataTopicState) SetDefault()
- func (o *UpdateMetadataTopicState) SetPartitionStates(val []common.UpdateMetadataPartitionState)
- func (o *UpdateMetadataTopicState) SetTopicId(val fields.UUID)
- func (o *UpdateMetadataTopicState) SetTopicName(val fields.NullableString)
- func (o *UpdateMetadataTopicState) SetUnknownTaggedFields(val []fields.RawTaggedField)
- func (o *UpdateMetadataTopicState) SizeInBytes(version int16) (int, error)
- func (o *UpdateMetadataTopicState) String() string
- func (o *UpdateMetadataTopicState) TopicId() fields.UUID
- func (o *UpdateMetadataTopicState) TopicName() fields.NullableString
- func (o *UpdateMetadataTopicState) UnknownTaggedFields() []fields.RawTaggedField
- func (o *UpdateMetadataTopicState) Write(buf *typesbytes.SliceWriter, version int16) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func UpdateMetadataBrokerHighestSupportedFlexVersion ¶
func UpdateMetadataBrokerHighestSupportedFlexVersion() int16
func UpdateMetadataBrokerHighestSupportedVersion ¶
func UpdateMetadataBrokerHighestSupportedVersion() int16
func UpdateMetadataBrokerLowestSupportedFlexVersion ¶
func UpdateMetadataBrokerLowestSupportedFlexVersion() int16
func UpdateMetadataBrokerLowestSupportedVersion ¶
func UpdateMetadataBrokerLowestSupportedVersion() int16
func UpdateMetadataTopicStateHighestSupportedFlexVersion ¶
func UpdateMetadataTopicStateHighestSupportedFlexVersion() int16
func UpdateMetadataTopicStateHighestSupportedVersion ¶
func UpdateMetadataTopicStateHighestSupportedVersion() int16
func UpdateMetadataTopicStateLowestSupportedFlexVersion ¶
func UpdateMetadataTopicStateLowestSupportedFlexVersion() int16
func UpdateMetadataTopicStateLowestSupportedVersion ¶
func UpdateMetadataTopicStateLowestSupportedVersion() int16
Types ¶
type UpdateMetadataBroker ¶
type UpdateMetadataBroker struct {
// contains filtered or unexported fields
}
func UpdateMetadataBrokerDefault ¶
func UpdateMetadataBrokerDefault() UpdateMetadataBroker
func (*UpdateMetadataBroker) Clear ¶
func (o *UpdateMetadataBroker) Clear()
func (*UpdateMetadataBroker) Endpoints ¶
func (o *UpdateMetadataBroker) Endpoints() []updatemetadatabroker.UpdateMetadataEndpoint
func (*UpdateMetadataBroker) Equal ¶
func (o *UpdateMetadataBroker) Equal(that *UpdateMetadataBroker) bool
func (*UpdateMetadataBroker) Id ¶
func (o *UpdateMetadataBroker) Id() int32
func (*UpdateMetadataBroker) IsNil ¶
func (o *UpdateMetadataBroker) IsNil() bool
func (*UpdateMetadataBroker) MarshalJSON ¶
func (o *UpdateMetadataBroker) MarshalJSON() ([]byte, error)
func (*UpdateMetadataBroker) Rack ¶
func (o *UpdateMetadataBroker) Rack() fields.NullableString
func (*UpdateMetadataBroker) Read ¶
func (o *UpdateMetadataBroker) Read(buf *bytes.Reader, version int16) error
func (*UpdateMetadataBroker) Release ¶
func (o *UpdateMetadataBroker) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*UpdateMetadataBroker) SetDefault ¶
func (o *UpdateMetadataBroker) SetDefault()
func (*UpdateMetadataBroker) SetEndpoints ¶
func (o *UpdateMetadataBroker) SetEndpoints(val []updatemetadatabroker.UpdateMetadataEndpoint)
func (*UpdateMetadataBroker) SetId ¶
func (o *UpdateMetadataBroker) SetId(val int32)
func (*UpdateMetadataBroker) SetRack ¶
func (o *UpdateMetadataBroker) SetRack(val fields.NullableString)
func (*UpdateMetadataBroker) SetUnknownTaggedFields ¶
func (o *UpdateMetadataBroker) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*UpdateMetadataBroker) SetV0Host ¶
func (o *UpdateMetadataBroker) SetV0Host(val fields.NullableString)
func (*UpdateMetadataBroker) SetV0Port ¶
func (o *UpdateMetadataBroker) SetV0Port(val int32)
func (*UpdateMetadataBroker) SizeInBytes ¶
func (o *UpdateMetadataBroker) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*UpdateMetadataBroker) String ¶
func (o *UpdateMetadataBroker) String() string
func (*UpdateMetadataBroker) UnknownTaggedFields ¶
func (o *UpdateMetadataBroker) UnknownTaggedFields() []fields.RawTaggedField
func (*UpdateMetadataBroker) V0Host ¶
func (o *UpdateMetadataBroker) V0Host() fields.NullableString
func (*UpdateMetadataBroker) V0Port ¶
func (o *UpdateMetadataBroker) V0Port() int32
func (*UpdateMetadataBroker) Write ¶
func (o *UpdateMetadataBroker) Write(buf *typesbytes.SliceWriter, version int16) error
type UpdateMetadataTopicState ¶
type UpdateMetadataTopicState struct {
// contains filtered or unexported fields
}
func UpdateMetadataTopicStateDefault ¶
func UpdateMetadataTopicStateDefault() UpdateMetadataTopicState
func (*UpdateMetadataTopicState) Clear ¶
func (o *UpdateMetadataTopicState) Clear()
func (*UpdateMetadataTopicState) Equal ¶
func (o *UpdateMetadataTopicState) Equal(that *UpdateMetadataTopicState) bool
func (*UpdateMetadataTopicState) IsNil ¶
func (o *UpdateMetadataTopicState) IsNil() bool
func (*UpdateMetadataTopicState) MarshalJSON ¶
func (o *UpdateMetadataTopicState) MarshalJSON() ([]byte, error)
func (*UpdateMetadataTopicState) PartitionStates ¶
func (o *UpdateMetadataTopicState) PartitionStates() []common.UpdateMetadataPartitionState
func (*UpdateMetadataTopicState) Read ¶
func (o *UpdateMetadataTopicState) Read(buf *bytes.Reader, version int16) error
func (*UpdateMetadataTopicState) Release ¶
func (o *UpdateMetadataTopicState) Release()
Release releases the dynamically allocated fields of this object by returning then to object pools
func (*UpdateMetadataTopicState) SetDefault ¶
func (o *UpdateMetadataTopicState) SetDefault()
func (*UpdateMetadataTopicState) SetPartitionStates ¶
func (o *UpdateMetadataTopicState) SetPartitionStates(val []common.UpdateMetadataPartitionState)
func (*UpdateMetadataTopicState) SetTopicId ¶
func (o *UpdateMetadataTopicState) SetTopicId(val fields.UUID)
func (*UpdateMetadataTopicState) SetTopicName ¶
func (o *UpdateMetadataTopicState) SetTopicName(val fields.NullableString)
func (*UpdateMetadataTopicState) SetUnknownTaggedFields ¶
func (o *UpdateMetadataTopicState) SetUnknownTaggedFields(val []fields.RawTaggedField)
func (*UpdateMetadataTopicState) SizeInBytes ¶
func (o *UpdateMetadataTopicState) SizeInBytes(version int16) (int, error)
SizeInBytes returns the size of this data structure in bytes when it's serialized
func (*UpdateMetadataTopicState) String ¶
func (o *UpdateMetadataTopicState) String() string
func (*UpdateMetadataTopicState) TopicId ¶
func (o *UpdateMetadataTopicState) TopicId() fields.UUID
func (*UpdateMetadataTopicState) TopicName ¶
func (o *UpdateMetadataTopicState) TopicName() fields.NullableString
func (*UpdateMetadataTopicState) UnknownTaggedFields ¶
func (o *UpdateMetadataTopicState) UnknownTaggedFields() []fields.RawTaggedField
func (*UpdateMetadataTopicState) Write ¶
func (o *UpdateMetadataTopicState) Write(buf *typesbytes.SliceWriter, version int16) error
Click to show internal directories.
Click to hide internal directories.