public interface UpdateCryptoKeyPrimaryVersionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCryptoKeyVersionId()
public abstract String getCryptoKeyVersionId()Required. The id of the child CryptoKeyVersion to use as primary.
string crypto_key_version_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
String |
The cryptoKeyVersionId. |
getCryptoKeyVersionIdBytes()
public abstract ByteString getCryptoKeyVersionIdBytes()Required. The id of the child CryptoKeyVersion to use as primary.
string crypto_key_version_id = 2 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for cryptoKeyVersionId. |
getName()
public abstract String getName()Required. The resource name of the CryptoKey to update.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
String |
The name. |
getNameBytes()
public abstract ByteString getNameBytes()Required. The resource name of the CryptoKey to update.
string name = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
| Returns | |
|---|---|
| Type | Description |
ByteString |
The bytes for name. |