public interface CommonObjectRequestParamsOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getEncryptionAlgorithm()
public abstract String getEncryptionAlgorithm()Encryption algorithm used with the Customer-Supplied Encryption Keys feature.
string encryption_algorithm = 1;
| Returns | |
|---|---|
| Type | Description |
String |
The encryptionAlgorithm. |
getEncryptionAlgorithmBytes()
public abstract ByteString getEncryptionAlgorithmBytes()Encryption algorithm used with the Customer-Supplied Encryption Keys feature.
string encryption_algorithm = 1;
| Returns | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
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 | |
|---|---|
| Type | Description |
ByteString |
The encryptionKeySha256Bytes. |