response

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: 7 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.

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 ApiVersionHighestSupportedFlexVersion

func ApiVersionHighestSupportedFlexVersion() int16

func ApiVersionHighestSupportedVersion

func ApiVersionHighestSupportedVersion() int16

func ApiVersionLowestSupportedFlexVersion

func ApiVersionLowestSupportedFlexVersion() int16

func ApiVersionLowestSupportedVersion

func ApiVersionLowestSupportedVersion() int16

func FinalizedFeatureKeyHighestSupportedFlexVersion

func FinalizedFeatureKeyHighestSupportedFlexVersion() int16

func FinalizedFeatureKeyHighestSupportedVersion

func FinalizedFeatureKeyHighestSupportedVersion() int16

func FinalizedFeatureKeyLowestSupportedFlexVersion

func FinalizedFeatureKeyLowestSupportedFlexVersion() int16

func FinalizedFeatureKeyLowestSupportedVersion

func FinalizedFeatureKeyLowestSupportedVersion() int16

func SupportedFeatureKeyHighestSupportedFlexVersion

func SupportedFeatureKeyHighestSupportedFlexVersion() int16

func SupportedFeatureKeyHighestSupportedVersion

func SupportedFeatureKeyHighestSupportedVersion() int16

func SupportedFeatureKeyLowestSupportedFlexVersion

func SupportedFeatureKeyLowestSupportedFlexVersion() int16

func SupportedFeatureKeyLowestSupportedVersion

func SupportedFeatureKeyLowestSupportedVersion() int16

Types

type ApiVersion

type ApiVersion struct {
	// contains filtered or unexported fields
}

func ApiVersionDefault

func ApiVersionDefault() ApiVersion

func (*ApiVersion) ApiKey

func (o *ApiVersion) ApiKey() int16

func (*ApiVersion) Clear

func (o *ApiVersion) Clear()

func (*ApiVersion) Equal

func (o *ApiVersion) Equal(that *ApiVersion) bool

func (*ApiVersion) IsNil

func (o *ApiVersion) IsNil() bool

func (*ApiVersion) MarshalJSON

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

func (*ApiVersion) MaxVersion

func (o *ApiVersion) MaxVersion() int16

func (*ApiVersion) MinVersion

func (o *ApiVersion) MinVersion() int16

func (*ApiVersion) Read

func (o *ApiVersion) Read(buf *bytes.Reader, version int16) error

func (*ApiVersion) Release

func (o *ApiVersion) Release()

Release releases the dynamically allocated fields of this object by returning then to object pools

func (*ApiVersion) SetApiKey

func (o *ApiVersion) SetApiKey(val int16)

func (*ApiVersion) SetDefault

func (o *ApiVersion) SetDefault()

func (*ApiVersion) SetMaxVersion

func (o *ApiVersion) SetMaxVersion(val int16)

func (*ApiVersion) SetMinVersion

func (o *ApiVersion) SetMinVersion(val int16)

func (*ApiVersion) SetUnknownTaggedFields

func (o *ApiVersion) SetUnknownTaggedFields(val []fields.RawTaggedField)

func (*ApiVersion) SizeInBytes

func (o *ApiVersion) SizeInBytes(version int16) (int, error)

SizeInBytes returns the size of this data structure in bytes when it's serialized

func (*ApiVersion) String

func (o *ApiVersion) String() string

func (*ApiVersion) UnknownTaggedFields

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

func (*ApiVersion) Write

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

type FinalizedFeatureKey

type FinalizedFeatureKey struct {
	// contains filtered or unexported fields
}

func FinalizedFeatureKeyDefault

func FinalizedFeatureKeyDefault() FinalizedFeatureKey

func (*FinalizedFeatureKey) Clear

func (o *FinalizedFeatureKey) Clear()

func (*FinalizedFeatureKey) Equal

func (*FinalizedFeatureKey) IsNil

func (o *FinalizedFeatureKey) IsNil() bool

func (*FinalizedFeatureKey) MarshalJSON

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

func (*FinalizedFeatureKey) MaxVersionLevel

func (o *FinalizedFeatureKey) MaxVersionLevel() int16

func (*FinalizedFeatureKey) MinVersionLevel

func (o *FinalizedFeatureKey) MinVersionLevel() int16

func (*FinalizedFeatureKey) Name

func (*FinalizedFeatureKey) Read

func (o *FinalizedFeatureKey) Read(buf *bytes.Reader, version int16) error

func (*FinalizedFeatureKey) Release

func (o *FinalizedFeatureKey) Release()

Release releases the dynamically allocated fields of this object by returning then to object pools

func (*FinalizedFeatureKey) SetDefault

func (o *FinalizedFeatureKey) SetDefault()

func (*FinalizedFeatureKey) SetMaxVersionLevel

func (o *FinalizedFeatureKey) SetMaxVersionLevel(val int16)

func (*FinalizedFeatureKey) SetMinVersionLevel

func (o *FinalizedFeatureKey) SetMinVersionLevel(val int16)

func (*FinalizedFeatureKey) SetName

func (o *FinalizedFeatureKey) SetName(val fields.NullableString)

func (*FinalizedFeatureKey) SetUnknownTaggedFields

func (o *FinalizedFeatureKey) SetUnknownTaggedFields(val []fields.RawTaggedField)

func (*FinalizedFeatureKey) SizeInBytes

func (o *FinalizedFeatureKey) SizeInBytes(version int16) (int, error)

SizeInBytes returns the size of this data structure in bytes when it's serialized

func (*FinalizedFeatureKey) String

func (o *FinalizedFeatureKey) String() string

func (*FinalizedFeatureKey) UnknownTaggedFields

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

func (*FinalizedFeatureKey) Write

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

type SupportedFeatureKey

type SupportedFeatureKey struct {
	// contains filtered or unexported fields
}

func SupportedFeatureKeyDefault

func SupportedFeatureKeyDefault() SupportedFeatureKey

func (*SupportedFeatureKey) Clear

func (o *SupportedFeatureKey) Clear()

func (*SupportedFeatureKey) Equal

func (*SupportedFeatureKey) IsNil

func (o *SupportedFeatureKey) IsNil() bool

func (*SupportedFeatureKey) MarshalJSON

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

func (*SupportedFeatureKey) MaxVersion

func (o *SupportedFeatureKey) MaxVersion() int16

func (*SupportedFeatureKey) MinVersion

func (o *SupportedFeatureKey) MinVersion() int16

func (*SupportedFeatureKey) Name

func (*SupportedFeatureKey) Read

func (o *SupportedFeatureKey) Read(buf *bytes.Reader, version int16) error

func (*SupportedFeatureKey) Release

func (o *SupportedFeatureKey) Release()

Release releases the dynamically allocated fields of this object by returning then to object pools

func (*SupportedFeatureKey) SetDefault

func (o *SupportedFeatureKey) SetDefault()

func (*SupportedFeatureKey) SetMaxVersion

func (o *SupportedFeatureKey) SetMaxVersion(val int16)

func (*SupportedFeatureKey) SetMinVersion

func (o *SupportedFeatureKey) SetMinVersion(val int16)

func (*SupportedFeatureKey) SetName

func (o *SupportedFeatureKey) SetName(val fields.NullableString)

func (*SupportedFeatureKey) SetUnknownTaggedFields

func (o *SupportedFeatureKey) SetUnknownTaggedFields(val []fields.RawTaggedField)

func (*SupportedFeatureKey) SizeInBytes

func (o *SupportedFeatureKey) SizeInBytes(version int16) (int, error)

SizeInBytes returns the size of this data structure in bytes when it's serialized

func (*SupportedFeatureKey) String

func (o *SupportedFeatureKey) String() string

func (*SupportedFeatureKey) UnknownTaggedFields

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

func (*SupportedFeatureKey) Write

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

Jump to

Keyboard shortcuts

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