Interface CommonObjectRequestParamsOrBuilder (2.53.0)

public interface CommonObjectRequestParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEncryptionAlgorithm()

public abstract String getEncryptionAlgorithm()

Optional. Encryption algorithm used with the Customer-Supplied Encryption Keys feature.

string encryption_algorithm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
String

The encryptionAlgorithm.

getEncryptionAlgorithmBytes()

public abstract ByteString getEncryptionAlgorithmBytes()

Optional. Encryption algorithm used with the Customer-Supplied Encryption Keys feature.

string encryption_algorithm = 1 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The bytes for encryptionAlgorithm.

getEncryptionKeyBytes()

public abstract ByteString getEncryptionKeyBytes()

Optional. Encryption key used with the Customer-Supplied Encryption Keys feature. In raw bytes format (not base64-encoded).

bytes encryption_key_bytes = 4 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The encryptionKeyBytes.

getEncryptionKeySha256Bytes()

public abstract ByteString getEncryptionKeySha256Bytes()

Optional. SHA256 hash of encryption key used with the Customer-Supplied Encryption Keys feature.

bytes encryption_key_sha256_bytes = 5 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
ByteString

The encryptionKeySha256Bytes.