request

package
v0.0.0-...-15099dc Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 9, 2024 License: Apache-2.0 Imports: 9 Imported by: 0

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

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 (*UpdateMetadataBroker) Equal

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 (*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 (*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 (*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 (*UpdateMetadataTopicState) IsNil

func (o *UpdateMetadataTopicState) IsNil() bool

func (*UpdateMetadataTopicState) MarshalJSON

func (o *UpdateMetadataTopicState) MarshalJSON() ([]byte, error)

func (*UpdateMetadataTopicState) PartitionStates

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 (*UpdateMetadataTopicState) UnknownTaggedFields

func (o *UpdateMetadataTopicState) UnknownTaggedFields() []fields.RawTaggedField

func (*UpdateMetadataTopicState) Write

func (o *UpdateMetadataTopicState) Write(buf *typesbytes.SliceWriter, version int16) error

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL