Interface UpdateCryptoKeyPrimaryVersionRequestOrBuilder (2.5.3)

public interface UpdateCryptoKeyPrimaryVersionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

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
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
ByteString

The bytes for name.