public class CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions
extends java.lang.Object
| Constructor and Description |
|---|
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions() |
public CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions()
public CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions.Create create(java.lang.String parent, CryptoKeyVersion content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The name of the CryptoKey associated with
the CryptoKeyVersions.content - the CryptoKeyVersionjava.io.IOExceptionpublic CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions.Destroy destroy(java.lang.String name, DestroyCryptoKeyVersionRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the CryptoKeyVersion to destroy.content - the DestroyCryptoKeyVersionRequestjava.io.IOExceptionpublic CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions.Get get(java.lang.String name) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The name of the CryptoKeyVersion to get.java.io.IOExceptionpublic CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions.List list(java.lang.String parent) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.parent - Required. The resource name of the CryptoKey to list, in the format
`projects/locations/keyRings/cryptoKeys`.java.io.IOExceptionpublic CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions.Patch patch(java.lang.String name, CryptoKeyVersion content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - Output only. The resource name for this CryptoKeyVersion in the format
`projects/locations/keyRings/cryptoKeys/cryptoKeyVersions`.content - the CryptoKeyVersionjava.io.IOExceptionpublic CloudKMS.Projects.Locations.KeyRings.CryptoKeys.CryptoKeyVersions.Restore restore(java.lang.String name, RestoreCryptoKeyVersionRequest content) throws java.io.IOException
AbstractGoogleClientRequest.execute() method to invoke the remote operation.name - The resource name of the CryptoKeyVersion to restore.content - the RestoreCryptoKeyVersionRequestjava.io.IOException