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
    Optional.
    com.google.protobuf.ByteString
    Optional.
    com.google.protobuf.ByteString
    Optional.
    com.google.protobuf.ByteString
    Optional.

    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()
       Optional. Encryption algorithm used with the Customer-Supplied Encryption
       Keys feature.
       
      string encryption_algorithm = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The encryptionAlgorithm.
    • getEncryptionAlgorithmBytes

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

      com.google.protobuf.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:
      The encryptionKeyBytes.
    • getEncryptionKeySha256Bytes

      com.google.protobuf.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:
      The encryptionKeySha256Bytes.