| Package | Description |
|---|---|
| com.google.api.services.cloudkms.v1 | |
| com.google.api.services.cloudkms.v1.model |
| Modifier and Type | Method and Description |
|---|---|
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.UpdatePrimaryVersion |
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.updatePrimaryVersion(java.lang.String name,
UpdateCryptoKeyPrimaryVersionRequest content)
Update the version of a CryptoKey that will be used in Encrypt
Create a request for the method "cryptoKeys.updatePrimaryVersion".
|
| Constructor and Description |
|---|
CloudKMS.Projects.Locations.KeyRings.CryptoKeys.UpdatePrimaryVersion(java.lang.String name,
UpdateCryptoKeyPrimaryVersionRequest content)
Update the version of a CryptoKey that will be used in Encrypt
Create a request for the method "cryptoKeys.updatePrimaryVersion".
|
| Modifier and Type | Method and Description |
|---|---|
UpdateCryptoKeyPrimaryVersionRequest |
UpdateCryptoKeyPrimaryVersionRequest.clone() |
UpdateCryptoKeyPrimaryVersionRequest |
UpdateCryptoKeyPrimaryVersionRequest.set(java.lang.String fieldName,
java.lang.Object value) |
UpdateCryptoKeyPrimaryVersionRequest |
UpdateCryptoKeyPrimaryVersionRequest.setCryptoKeyVersionId(java.lang.String cryptoKeyVersionId)
The id of the child CryptoKeyVersion to use as primary.
|