request

package
v0.0.0-...-d5e11c2 Latest Latest
Warning

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

Go to latest
Published: Sep 5, 2023 License: Apache-2.0 Imports: 8 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 ScramCredentialDeletionHighestSupportedFlexVersion

func ScramCredentialDeletionHighestSupportedFlexVersion() int16

func ScramCredentialDeletionHighestSupportedVersion

func ScramCredentialDeletionHighestSupportedVersion() int16

func ScramCredentialDeletionLowestSupportedFlexVersion

func ScramCredentialDeletionLowestSupportedFlexVersion() int16

func ScramCredentialDeletionLowestSupportedVersion

func ScramCredentialDeletionLowestSupportedVersion() int16

func ScramCredentialUpsertionHighestSupportedFlexVersion

func ScramCredentialUpsertionHighestSupportedFlexVersion() int16

func ScramCredentialUpsertionHighestSupportedVersion

func ScramCredentialUpsertionHighestSupportedVersion() int16

func ScramCredentialUpsertionLowestSupportedFlexVersion

func ScramCredentialUpsertionLowestSupportedFlexVersion() int16

func ScramCredentialUpsertionLowestSupportedVersion

func ScramCredentialUpsertionLowestSupportedVersion() int16

Types

type ScramCredentialDeletion

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

func ScramCredentialDeletionDefault

func ScramCredentialDeletionDefault() ScramCredentialDeletion

func (*ScramCredentialDeletion) Clear

func (o *ScramCredentialDeletion) Clear()

func (*ScramCredentialDeletion) Equal

func (*ScramCredentialDeletion) IsNil

func (o *ScramCredentialDeletion) IsNil() bool

func (*ScramCredentialDeletion) MarshalJSON

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

func (*ScramCredentialDeletion) Mechanism

func (o *ScramCredentialDeletion) Mechanism() int8

func (*ScramCredentialDeletion) Name

func (*ScramCredentialDeletion) Read

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

func (*ScramCredentialDeletion) Release

func (o *ScramCredentialDeletion) Release()

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

func (*ScramCredentialDeletion) SetDefault

func (o *ScramCredentialDeletion) SetDefault()

func (*ScramCredentialDeletion) SetMechanism

func (o *ScramCredentialDeletion) SetMechanism(val int8)

func (*ScramCredentialDeletion) SetName

func (*ScramCredentialDeletion) SetUnknownTaggedFields

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

func (*ScramCredentialDeletion) SizeInBytes

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

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

func (*ScramCredentialDeletion) String

func (o *ScramCredentialDeletion) String() string

func (*ScramCredentialDeletion) UnknownTaggedFields

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

func (*ScramCredentialDeletion) Write

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

type ScramCredentialUpsertion

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

func ScramCredentialUpsertionDefault

func ScramCredentialUpsertionDefault() ScramCredentialUpsertion

func (*ScramCredentialUpsertion) Clear

func (o *ScramCredentialUpsertion) Clear()

func (*ScramCredentialUpsertion) Equal

func (*ScramCredentialUpsertion) IsNil

func (o *ScramCredentialUpsertion) IsNil() bool

func (*ScramCredentialUpsertion) Iterations

func (o *ScramCredentialUpsertion) Iterations() int32

func (*ScramCredentialUpsertion) MarshalJSON

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

func (*ScramCredentialUpsertion) Mechanism

func (o *ScramCredentialUpsertion) Mechanism() int8

func (*ScramCredentialUpsertion) Name

func (*ScramCredentialUpsertion) Read

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

func (*ScramCredentialUpsertion) Release

func (o *ScramCredentialUpsertion) Release()

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

func (*ScramCredentialUpsertion) Salt

func (o *ScramCredentialUpsertion) Salt() []byte

func (*ScramCredentialUpsertion) SaltedPassword

func (o *ScramCredentialUpsertion) SaltedPassword() []byte

func (*ScramCredentialUpsertion) SetDefault

func (o *ScramCredentialUpsertion) SetDefault()

func (*ScramCredentialUpsertion) SetIterations

func (o *ScramCredentialUpsertion) SetIterations(val int32)

func (*ScramCredentialUpsertion) SetMechanism

func (o *ScramCredentialUpsertion) SetMechanism(val int8)

func (*ScramCredentialUpsertion) SetName

func (*ScramCredentialUpsertion) SetSalt

func (o *ScramCredentialUpsertion) SetSalt(val []byte)

func (*ScramCredentialUpsertion) SetSaltedPassword

func (o *ScramCredentialUpsertion) SetSaltedPassword(val []byte)

func (*ScramCredentialUpsertion) SetUnknownTaggedFields

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

func (*ScramCredentialUpsertion) SizeInBytes

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

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

func (*ScramCredentialUpsertion) String

func (o *ScramCredentialUpsertion) String() string

func (*ScramCredentialUpsertion) UnknownTaggedFields

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

func (*ScramCredentialUpsertion) Write

func (o *ScramCredentialUpsertion) 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