Interface CustomerEncryptionOrBuilder

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

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

    Modifier and Type
    Method
    Description
    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. The encryption algorithm.
       
      string encryption_algorithm = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The encryptionAlgorithm.
    • getEncryptionAlgorithmBytes

      com.google.protobuf.ByteString getEncryptionAlgorithmBytes()
       Optional. The encryption algorithm.
       
      string encryption_algorithm = 1 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The bytes for encryptionAlgorithm.
    • getKeySha256Bytes

      com.google.protobuf.ByteString getKeySha256Bytes()
       Optional. SHA256 hash value of the encryption key.
       In raw bytes format (not base64-encoded).
       
      bytes key_sha256_bytes = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The keySha256Bytes.