Interface CommonObjectRequestParamsOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
CommonObjectRequestParams, CommonObjectRequestParams.Builder

public interface CommonObjectRequestParamsOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Summary

    Modifier and Type
    Method
    Description
    Encryption algorithm used with the Customer-Supplied Encryption Keys feature.
    com.google.protobuf.ByteString
    Encryption algorithm used with the Customer-Supplied Encryption Keys feature.
    com.google.protobuf.ByteString
    Encryption key used with the Customer-Supplied Encryption Keys feature.
    com.google.protobuf.ByteString
    SHA256 hash of encryption key used with the Customer-Supplied Encryption Keys feature.

    Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder

    isInitialized

    Methods inherited from interface com.google.protobuf.MessageOrBuilder

    findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
  • Method Details

    • getEncryptionAlgorithm

      String getEncryptionAlgorithm()
       Encryption algorithm used with the Customer-Supplied Encryption Keys
       feature.
       
      string encryption_algorithm = 1;
      Returns:
      The encryptionAlgorithm.
    • getEncryptionAlgorithmBytes

      com.google.protobuf.ByteString getEncryptionAlgorithmBytes()
       Encryption algorithm used with the Customer-Supplied Encryption Keys
       feature.
       
      string encryption_algorithm = 1;
      Returns:
      The bytes for encryptionAlgorithm.
    • getEncryptionKeyBytes

      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;
      Returns:
      The encryptionKeyBytes.
    • getEncryptionKeySha256Bytes

      com.google.protobuf.ByteString getEncryptionKeySha256Bytes()
       SHA256 hash of encryption key used with the Customer-Supplied Encryption
       Keys feature.
       
      bytes encryption_key_sha256_bytes = 5;
      Returns:
      The encryptionKeySha256Bytes.