Documentation ¶
Overview ¶
nolint
Index ¶
- type AsymmetricEncryptionKeyAccessBindingsIterator
- func (it *AsymmetricEncryptionKeyAccessBindingsIterator) Error() error
- func (it *AsymmetricEncryptionKeyAccessBindingsIterator) Next() bool
- func (it *AsymmetricEncryptionKeyAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
- func (it *AsymmetricEncryptionKeyAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
- func (it *AsymmetricEncryptionKeyAccessBindingsIterator) Value() *access.AccessBinding
- type AsymmetricEncryptionKeyIterator
- func (it *AsymmetricEncryptionKeyIterator) Error() error
- func (it *AsymmetricEncryptionKeyIterator) Next() bool
- func (it *AsymmetricEncryptionKeyIterator) Take(size int64) ([]*asymmetricencryption.AsymmetricEncryptionKey, error)
- func (it *AsymmetricEncryptionKeyIterator) TakeAll() ([]*asymmetricencryption.AsymmetricEncryptionKey, error)
- func (it *AsymmetricEncryptionKeyIterator) Value() *asymmetricencryption.AsymmetricEncryptionKey
- type AsymmetricEncryptionKeyOperationsIterator
- func (it *AsymmetricEncryptionKeyOperationsIterator) Error() error
- func (it *AsymmetricEncryptionKeyOperationsIterator) Next() bool
- func (it *AsymmetricEncryptionKeyOperationsIterator) Take(size int64) ([]*operation.Operation, error)
- func (it *AsymmetricEncryptionKeyOperationsIterator) TakeAll() ([]*operation.Operation, error)
- func (it *AsymmetricEncryptionKeyOperationsIterator) Value() *operation.Operation
- type AsymmetricEncryptionKeyServiceClient
- func (c *AsymmetricEncryptionKeyServiceClient) AsymmetricEncryptionKeyAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, ...) *AsymmetricEncryptionKeyAccessBindingsIterator
- func (c *AsymmetricEncryptionKeyServiceClient) AsymmetricEncryptionKeyIterator(ctx context.Context, ...) *AsymmetricEncryptionKeyIterator
- func (c *AsymmetricEncryptionKeyServiceClient) AsymmetricEncryptionKeyOperationsIterator(ctx context.Context, ...) *AsymmetricEncryptionKeyOperationsIterator
- func (c *AsymmetricEncryptionKeyServiceClient) Create(ctx context.Context, ...) (*operation.Operation, error)
- func (c *AsymmetricEncryptionKeyServiceClient) Delete(ctx context.Context, ...) (*operation.Operation, error)
- func (c *AsymmetricEncryptionKeyServiceClient) Get(ctx context.Context, ...) (*asymmetricencryption.AsymmetricEncryptionKey, error)
- func (c *AsymmetricEncryptionKeyServiceClient) List(ctx context.Context, ...) (*asymmetricencryption.ListAsymmetricEncryptionKeysResponse, error)
- func (c *AsymmetricEncryptionKeyServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, ...) (*access.ListAccessBindingsResponse, error)
- func (c *AsymmetricEncryptionKeyServiceClient) ListOperations(ctx context.Context, ...) (*asymmetricencryption.ListAsymmetricEncryptionKeyOperationsResponse, error)
- func (c *AsymmetricEncryptionKeyServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, ...) (*operation.Operation, error)
- func (c *AsymmetricEncryptionKeyServiceClient) Update(ctx context.Context, ...) (*operation.Operation, error)
- func (c *AsymmetricEncryptionKeyServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, ...) (*operation.Operation, error)
- type KMSAsymmetricEncryption
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AsymmetricEncryptionKeyAccessBindingsIterator ¶
type AsymmetricEncryptionKeyAccessBindingsIterator struct {
// contains filtered or unexported fields
}
func (*AsymmetricEncryptionKeyAccessBindingsIterator) Error ¶
func (it *AsymmetricEncryptionKeyAccessBindingsIterator) Error() error
func (*AsymmetricEncryptionKeyAccessBindingsIterator) Next ¶
func (it *AsymmetricEncryptionKeyAccessBindingsIterator) Next() bool
func (*AsymmetricEncryptionKeyAccessBindingsIterator) Take ¶
func (it *AsymmetricEncryptionKeyAccessBindingsIterator) Take(size int64) ([]*access.AccessBinding, error)
func (*AsymmetricEncryptionKeyAccessBindingsIterator) TakeAll ¶
func (it *AsymmetricEncryptionKeyAccessBindingsIterator) TakeAll() ([]*access.AccessBinding, error)
func (*AsymmetricEncryptionKeyAccessBindingsIterator) Value ¶
func (it *AsymmetricEncryptionKeyAccessBindingsIterator) Value() *access.AccessBinding
type AsymmetricEncryptionKeyIterator ¶
type AsymmetricEncryptionKeyIterator struct {
// contains filtered or unexported fields
}
func (*AsymmetricEncryptionKeyIterator) Error ¶
func (it *AsymmetricEncryptionKeyIterator) Error() error
func (*AsymmetricEncryptionKeyIterator) Next ¶
func (it *AsymmetricEncryptionKeyIterator) Next() bool
func (*AsymmetricEncryptionKeyIterator) Take ¶
func (it *AsymmetricEncryptionKeyIterator) Take(size int64) ([]*asymmetricencryption.AsymmetricEncryptionKey, error)
func (*AsymmetricEncryptionKeyIterator) TakeAll ¶
func (it *AsymmetricEncryptionKeyIterator) TakeAll() ([]*asymmetricencryption.AsymmetricEncryptionKey, error)
func (*AsymmetricEncryptionKeyIterator) Value ¶
func (it *AsymmetricEncryptionKeyIterator) Value() *asymmetricencryption.AsymmetricEncryptionKey
type AsymmetricEncryptionKeyOperationsIterator ¶
type AsymmetricEncryptionKeyOperationsIterator struct {
// contains filtered or unexported fields
}
func (*AsymmetricEncryptionKeyOperationsIterator) Error ¶
func (it *AsymmetricEncryptionKeyOperationsIterator) Error() error
func (*AsymmetricEncryptionKeyOperationsIterator) Next ¶
func (it *AsymmetricEncryptionKeyOperationsIterator) Next() bool
func (*AsymmetricEncryptionKeyOperationsIterator) Take ¶
func (it *AsymmetricEncryptionKeyOperationsIterator) Take(size int64) ([]*operation.Operation, error)
func (*AsymmetricEncryptionKeyOperationsIterator) TakeAll ¶
func (it *AsymmetricEncryptionKeyOperationsIterator) TakeAll() ([]*operation.Operation, error)
func (*AsymmetricEncryptionKeyOperationsIterator) Value ¶
func (it *AsymmetricEncryptionKeyOperationsIterator) Value() *operation.Operation
type AsymmetricEncryptionKeyServiceClient ¶
type AsymmetricEncryptionKeyServiceClient struct {
// contains filtered or unexported fields
}
AsymmetricEncryptionKeyServiceClient is a asymmetricencryption.AsymmetricEncryptionKeyServiceClient with lazy GRPC connection initialization.
func (*AsymmetricEncryptionKeyServiceClient) AsymmetricEncryptionKeyAccessBindingsIterator ¶
func (c *AsymmetricEncryptionKeyServiceClient) AsymmetricEncryptionKeyAccessBindingsIterator(ctx context.Context, req *access.ListAccessBindingsRequest, opts ...grpc.CallOption) *AsymmetricEncryptionKeyAccessBindingsIterator
func (*AsymmetricEncryptionKeyServiceClient) AsymmetricEncryptionKeyIterator ¶
func (c *AsymmetricEncryptionKeyServiceClient) AsymmetricEncryptionKeyIterator(ctx context.Context, req *asymmetricencryption.ListAsymmetricEncryptionKeysRequest, opts ...grpc.CallOption) *AsymmetricEncryptionKeyIterator
func (*AsymmetricEncryptionKeyServiceClient) AsymmetricEncryptionKeyOperationsIterator ¶
func (c *AsymmetricEncryptionKeyServiceClient) AsymmetricEncryptionKeyOperationsIterator(ctx context.Context, req *asymmetricencryption.ListAsymmetricEncryptionKeyOperationsRequest, opts ...grpc.CallOption) *AsymmetricEncryptionKeyOperationsIterator
func (*AsymmetricEncryptionKeyServiceClient) Create ¶
func (c *AsymmetricEncryptionKeyServiceClient) Create(ctx context.Context, in *asymmetricencryption.CreateAsymmetricEncryptionKeyRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Create implements asymmetricencryption.AsymmetricEncryptionKeyServiceClient
func (*AsymmetricEncryptionKeyServiceClient) Delete ¶
func (c *AsymmetricEncryptionKeyServiceClient) Delete(ctx context.Context, in *asymmetricencryption.DeleteAsymmetricEncryptionKeyRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Delete implements asymmetricencryption.AsymmetricEncryptionKeyServiceClient
func (*AsymmetricEncryptionKeyServiceClient) Get ¶
func (c *AsymmetricEncryptionKeyServiceClient) Get(ctx context.Context, in *asymmetricencryption.GetAsymmetricEncryptionKeyRequest, opts ...grpc.CallOption) (*asymmetricencryption.AsymmetricEncryptionKey, error)
Get implements asymmetricencryption.AsymmetricEncryptionKeyServiceClient
func (*AsymmetricEncryptionKeyServiceClient) List ¶
func (c *AsymmetricEncryptionKeyServiceClient) List(ctx context.Context, in *asymmetricencryption.ListAsymmetricEncryptionKeysRequest, opts ...grpc.CallOption) (*asymmetricencryption.ListAsymmetricEncryptionKeysResponse, error)
List implements asymmetricencryption.AsymmetricEncryptionKeyServiceClient
func (*AsymmetricEncryptionKeyServiceClient) ListAccessBindings ¶
func (c *AsymmetricEncryptionKeyServiceClient) ListAccessBindings(ctx context.Context, in *access.ListAccessBindingsRequest, opts ...grpc.CallOption) (*access.ListAccessBindingsResponse, error)
ListAccessBindings implements asymmetricencryption.AsymmetricEncryptionKeyServiceClient
func (*AsymmetricEncryptionKeyServiceClient) ListOperations ¶
func (c *AsymmetricEncryptionKeyServiceClient) ListOperations(ctx context.Context, in *asymmetricencryption.ListAsymmetricEncryptionKeyOperationsRequest, opts ...grpc.CallOption) (*asymmetricencryption.ListAsymmetricEncryptionKeyOperationsResponse, error)
ListOperations implements asymmetricencryption.AsymmetricEncryptionKeyServiceClient
func (*AsymmetricEncryptionKeyServiceClient) SetAccessBindings ¶
func (c *AsymmetricEncryptionKeyServiceClient) SetAccessBindings(ctx context.Context, in *access.SetAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
SetAccessBindings implements asymmetricencryption.AsymmetricEncryptionKeyServiceClient
func (*AsymmetricEncryptionKeyServiceClient) Update ¶
func (c *AsymmetricEncryptionKeyServiceClient) Update(ctx context.Context, in *asymmetricencryption.UpdateAsymmetricEncryptionKeyRequest, opts ...grpc.CallOption) (*operation.Operation, error)
Update implements asymmetricencryption.AsymmetricEncryptionKeyServiceClient
func (*AsymmetricEncryptionKeyServiceClient) UpdateAccessBindings ¶
func (c *AsymmetricEncryptionKeyServiceClient) UpdateAccessBindings(ctx context.Context, in *access.UpdateAccessBindingsRequest, opts ...grpc.CallOption) (*operation.Operation, error)
UpdateAccessBindings implements asymmetricencryption.AsymmetricEncryptionKeyServiceClient
type KMSAsymmetricEncryption ¶
type KMSAsymmetricEncryption struct {
// contains filtered or unexported fields
}
KMSAsymmetricEncryption provides access to "asymmetricencryption" component of Yandex.Cloud
func NewKMSAsymmetricEncryption ¶
func NewKMSAsymmetricEncryption(g func(ctx context.Context) (*grpc.ClientConn, error)) *KMSAsymmetricEncryption
NewKMSAsymmetricEncryption creates instance of KMSAsymmetricEncryption
func (*KMSAsymmetricEncryption) AsymmetricEncryptionKey ¶
func (k *KMSAsymmetricEncryption) AsymmetricEncryptionKey() *AsymmetricEncryptionKeyServiceClient
AsymmetricEncryptionKey gets AsymmetricEncryptionKeyService client