Interface CommonObjectRequestParamsOrBuilder (2.36.1)

public interface CommonObjectRequestParamsOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getEncryptionAlgorithm()

public abstract String getEncryptionAlgorithm()

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

string encryption_algorithm = 1;

Returns
TypeDescription
String

The encryptionAlgorithm.

getEncryptionAlgorithmBytes()

public abstract ByteString getEncryptionAlgorithmBytes()

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

string encryption_algorithm = 1;

Returns
TypeDescription
ByteString

The bytes for encryptionAlgorithm.

getEncryptionKeyBytes()

public abstract ByteString getEncryptionKeyBytes()

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

bytes encryption_key_bytes = 4;

Returns
TypeDescription
ByteString

The encryptionKeyBytes.

getEncryptionKeySha256Bytes()

public abstract ByteString getEncryptionKeySha256Bytes()

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

bytes encryption_key_sha256_bytes = 5;

Returns
TypeDescription
ByteString

The encryptionKeySha256Bytes.