class AsymmetricKeyServiceClient(ClientWithOperations[
Constructor: AsymmetricKeyServiceClient(channel)
Set of methods for managing asymmetric keys.
This class provides client methods for the nebius.kms.v1.AsymmetricKeyService service.
| Class Method | get |
Return the protobuf service descriptor from the registry. |
| Method | create |
Creates an asymmetric KMS key in the specified container. |
| Method | delete |
Schedules an asymmetric KMS key for deletion. |
| Method | get |
Returns the specified asymmetric KMS key by id. |
| Method | get |
Returns the specified asymmetric KMS key by name. |
| Method | list |
Returns the list of asymmetric KMS keys in the specified container. |
| Method | undelete |
Restores an asymmetric KMS key scheduled for deletion. |
| Method | update |
Updates an asymmetric KMS key. |
| Method | update |
Update deletion delay for an asymmetric KMS key scheduled for deletion. |
| Constant | __PB2 |
Alias for code that expects a protobuf service descriptor. |
| Class Variable | __api |
API gateway name for service routes. |
| Class Variable | __operation |
RPC method that supplies the operation route. |
| Class Variable | __service |
Fully qualified protobuf service name for RPC routes. |
Inherited from ClientWithOperations:
| Method | __init__ |
Initialize the client-with-operations. |
| Method | operation |
Return a cached operation-service client instance. |
| Class Variable | __operation |
the client class used to manage operations. |
| Class Variable | __operation |
the protobuf message class used to represent long-running operations. |
| Instance Variable | __operation |
cached instance of the operation-service client. |
Inherited from Client (via ClientWithOperations):
| Method | request |
Construct a nebius.aio.request.Request for an RPC. |
| Method | stream |
Construct a native async request for a streaming RPC shape. |
| Class Variable | __registry__ |
Descriptor registry for request metadata. |
| Class Variable | __service |
Optional deprecation message. The client writes this message to the warning log when it starts. |
| Instance Variable | _channel |
Undocumented |
CreateAsymmetricKeyRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ CreateAsymmetricKeyRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Creates an asymmetric KMS key in the specified container.
The request object is returned without starting the RPC.
DeleteAsymmetricKeyRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ DeleteAsymmetricKeyRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Schedules an asymmetric KMS key for deletion.
The request object is returned without starting the RPC.
GetAsymmetricKeyRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ GetAsymmetricKeyRequest, AsymmetricKey]:
(source)
¶
Returns the specified asymmetric KMS key by id.
The request object is returned without starting the RPC.
GetAsymmetricKeyByNameRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ GetAsymmetricKeyByNameRequest, AsymmetricKey]:
(source)
¶
Returns the specified asymmetric KMS key by name.
The request object is returned without starting the RPC.
ListAsymmetricKeysRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ ListAsymmetricKeysRequest, ListAsymmetricKeysResponse]:
(source)
¶
Returns the list of asymmetric KMS keys in the specified container.
The request object is returned without starting the RPC.
UndeleteAsymmetricKeyRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ UndeleteAsymmetricKeyRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Restores an asymmetric KMS key scheduled for deletion.
The request object is returned without starting the RPC.
UpdateAsymmetricKeyRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ UpdateAsymmetricKeyRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Updates an asymmetric KMS key.
The request object is returned without starting the RPC.
UpdateAsymmetricKeyDeletionDelayRequest, **kwargs: Unpack[ RequestKwargs]) -> Request[ UpdateAsymmetricKeyDeletionDelayRequest, nebius.aio.operation.Operation[ Operation]]:
(source)
¶
Update deletion delay for an asymmetric KMS key scheduled for deletion.
The request object is returned without starting the RPC.
Alias for code that expects a protobuf service descriptor.
| Value |
|