public interface CreateCryptoKeyRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCryptoKey()
public abstract CryptoKey getCryptoKey()Required. A CryptoKey with initial field values.
.google.cloud.kms.v1.CryptoKey crypto_key = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| CryptoKey | The cryptoKey. |
getCryptoKeyId()
public abstract String getCryptoKeyId() Required. It must be unique within a KeyRing and match the regular
expression [a-zA-Z0-9_-]{1,63}
string crypto_key_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| String | The cryptoKeyId. |
getCryptoKeyIdBytes()
public abstract ByteString getCryptoKeyIdBytes() Required. It must be unique within a KeyRing and match the regular
expression [a-zA-Z0-9_-]{1,63}
string crypto_key_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| ByteString | The bytes for cryptoKeyId. |
getCryptoKeyOrBuilder()
public abstract CryptoKeyOrBuilder getCryptoKeyOrBuilder()Required. A CryptoKey with initial field values.
.google.cloud.kms.v1.CryptoKey crypto_key = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| CryptoKeyOrBuilder |
getParent()
public abstract String getParent()Required. The name of the KeyRing associated with the CryptoKeys.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| String | The parent. |
getParentBytes()
public abstract ByteString getParentBytes()Required. The name of the KeyRing associated with the CryptoKeys.
string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Type | Description |
| ByteString | The bytes for parent. |
getSkipInitialVersionCreation()
public abstract boolean getSkipInitialVersionCreation()If set to true, the request will create a CryptoKey without any CryptoKeyVersions. You must manually call CreateCryptoKeyVersion or ImportCryptoKeyVersion before you can use this CryptoKey.
bool skip_initial_version_creation = 5;
| Type | Description |
| boolean | The skipInitialVersionCreation. |
hasCryptoKey()
public abstract boolean hasCryptoKey()Required. A CryptoKey with initial field values.
.google.cloud.kms.v1.CryptoKey crypto_key = 3 [(.google.api.field_behavior) = REQUIRED];
| Type | Description |
| boolean | Whether the cryptoKey field is set. |