public interface CommonObjectRequestParamsOrBuilder
extends com.google.protobuf.MessageOrBuilder
Modifier and Type | Method and Description |
---|---|
String |
getEncryptionAlgorithm()
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
|
com.google.protobuf.ByteString |
getEncryptionAlgorithmBytes()
Encryption algorithm used with the Customer-Supplied Encryption Keys
feature.
|
com.google.protobuf.ByteString |
getEncryptionKeyBytes()
Encryption key used with the Customer-Supplied Encryption Keys feature.
|
com.google.protobuf.ByteString |
getEncryptionKeySha256Bytes()
SHA256 hash of encryption key used with the Customer-Supplied Encryption
Keys feature.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
String getEncryptionAlgorithm()
Encryption algorithm used with the Customer-Supplied Encryption Keys feature.
string encryption_algorithm = 1;
com.google.protobuf.ByteString getEncryptionAlgorithmBytes()
Encryption algorithm used with the Customer-Supplied Encryption Keys feature.
string encryption_algorithm = 1;
com.google.protobuf.ByteString getEncryptionKeyBytes()
Encryption key used with the Customer-Supplied Encryption Keys feature. In raw bytes format (not base64-encoded).
bytes encryption_key_bytes = 4;
com.google.protobuf.ByteString getEncryptionKeySha256Bytes()
SHA256 hash of encryption key used with the Customer-Supplied Encryption Keys feature.
bytes encryption_key_sha256_bytes = 5;
Copyright © 2023 Google LLC. All rights reserved.