Class Bucket.Encryption.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
com.google.storage.v2.Bucket.Encryption.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Bucket.EncryptionOrBuilder, Cloneable
Enclosing class:
Bucket.Encryption

public static final class Bucket.Encryption.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder> implements Bucket.EncryptionOrBuilder
 Encryption properties of a bucket.
 
Protobuf type google.storage.v2.Bucket.Encryption
  • Method Details

    • getDescriptor

      public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
    • internalGetFieldAccessorTable

      protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
      Specified by:
      internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • clear

      public Bucket.Encryption.Builder clear()
      Specified by:
      clear in interface com.google.protobuf.Message.Builder
      Specified by:
      clear in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clear in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • getDescriptorForType

      public com.google.protobuf.Descriptors.Descriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.google.protobuf.Message.Builder
      Specified by:
      getDescriptorForType in interface com.google.protobuf.MessageOrBuilder
      Overrides:
      getDescriptorForType in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • getDefaultInstanceForType

      public Bucket.Encryption getDefaultInstanceForType()
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuilder
      Specified by:
      getDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilder
    • build

      public Bucket.Encryption build()
      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public Bucket.Encryption buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.Builder
    • clone

      public Bucket.Encryption.Builder clone()
      Specified by:
      clone in interface com.google.protobuf.Message.Builder
      Specified by:
      clone in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      clone in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • setField

      public Bucket.Encryption.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • clearField

      public Bucket.Encryption.Builder clearField(com.google.protobuf.Descriptors.FieldDescriptor field)
      Specified by:
      clearField in interface com.google.protobuf.Message.Builder
      Overrides:
      clearField in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • clearOneof

      public Bucket.Encryption.Builder clearOneof(com.google.protobuf.Descriptors.OneofDescriptor oneof)
      Specified by:
      clearOneof in interface com.google.protobuf.Message.Builder
      Overrides:
      clearOneof in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • setRepeatedField

      public Bucket.Encryption.Builder setRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, int index, Object value)
      Specified by:
      setRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      setRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • addRepeatedField

      public Bucket.Encryption.Builder addRepeatedField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      addRepeatedField in interface com.google.protobuf.Message.Builder
      Overrides:
      addRepeatedField in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • mergeFrom

      public Bucket.Encryption.Builder mergeFrom(com.google.protobuf.Message other)
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Bucket.Encryption.Builder>
    • mergeFrom

      public Bucket.Encryption.Builder mergeFrom(Bucket.Encryption other)
    • isInitialized

      public final boolean isInitialized()
      Specified by:
      isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
      Overrides:
      isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • mergeFrom

      public Bucket.Encryption.Builder mergeFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
      Specified by:
      mergeFrom in interface com.google.protobuf.Message.Builder
      Specified by:
      mergeFrom in interface com.google.protobuf.MessageLite.Builder
      Overrides:
      mergeFrom in class com.google.protobuf.AbstractMessage.Builder<Bucket.Encryption.Builder>
      Throws:
      IOException
    • getDefaultKmsKey

      public String getDefaultKmsKey()
       Optional. The name of the Cloud KMS key that will be used to encrypt
       objects inserted into this bucket, if no encryption method is specified.
       
      string default_kms_key = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Specified by:
      getDefaultKmsKey in interface Bucket.EncryptionOrBuilder
      Returns:
      The defaultKmsKey.
    • getDefaultKmsKeyBytes

      public com.google.protobuf.ByteString getDefaultKmsKeyBytes()
       Optional. The name of the Cloud KMS key that will be used to encrypt
       objects inserted into this bucket, if no encryption method is specified.
       
      string default_kms_key = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Specified by:
      getDefaultKmsKeyBytes in interface Bucket.EncryptionOrBuilder
      Returns:
      The bytes for defaultKmsKey.
    • setDefaultKmsKey

      public Bucket.Encryption.Builder setDefaultKmsKey(String value)
       Optional. The name of the Cloud KMS key that will be used to encrypt
       objects inserted into this bucket, if no encryption method is specified.
       
      string default_kms_key = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The defaultKmsKey to set.
      Returns:
      This builder for chaining.
    • clearDefaultKmsKey

      public Bucket.Encryption.Builder clearDefaultKmsKey()
       Optional. The name of the Cloud KMS key that will be used to encrypt
       objects inserted into this bucket, if no encryption method is specified.
       
      string default_kms_key = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setDefaultKmsKeyBytes

      public Bucket.Encryption.Builder setDefaultKmsKeyBytes(com.google.protobuf.ByteString value)
       Optional. The name of the Cloud KMS key that will be used to encrypt
       objects inserted into this bucket, if no encryption method is specified.
       
      string default_kms_key = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for defaultKmsKey to set.
      Returns:
      This builder for chaining.
    • hasGoogleManagedEncryptionEnforcementConfig

      public boolean hasGoogleManagedEncryptionEnforcementConfig()
       Optional. If omitted, then new objects with GMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig google_managed_encryption_enforcement_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasGoogleManagedEncryptionEnforcementConfig in interface Bucket.EncryptionOrBuilder
      Returns:
      Whether the googleManagedEncryptionEnforcementConfig field is set.
    • getGoogleManagedEncryptionEnforcementConfig

      public Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig getGoogleManagedEncryptionEnforcementConfig()
       Optional. If omitted, then new objects with GMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig google_managed_encryption_enforcement_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getGoogleManagedEncryptionEnforcementConfig in interface Bucket.EncryptionOrBuilder
      Returns:
      The googleManagedEncryptionEnforcementConfig.
    • setGoogleManagedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder setGoogleManagedEncryptionEnforcementConfig(Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig value)
       Optional. If omitted, then new objects with GMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig google_managed_encryption_enforcement_config = 2 [(.google.api.field_behavior) = OPTIONAL];
    • setGoogleManagedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder setGoogleManagedEncryptionEnforcementConfig(Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig.Builder builderForValue)
       Optional. If omitted, then new objects with GMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig google_managed_encryption_enforcement_config = 2 [(.google.api.field_behavior) = OPTIONAL];
    • mergeGoogleManagedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder mergeGoogleManagedEncryptionEnforcementConfig(Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig value)
       Optional. If omitted, then new objects with GMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig google_managed_encryption_enforcement_config = 2 [(.google.api.field_behavior) = OPTIONAL];
    • clearGoogleManagedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder clearGoogleManagedEncryptionEnforcementConfig()
       Optional. If omitted, then new objects with GMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig google_managed_encryption_enforcement_config = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getGoogleManagedEncryptionEnforcementConfigBuilder

      public Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig.Builder getGoogleManagedEncryptionEnforcementConfigBuilder()
       Optional. If omitted, then new objects with GMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig google_managed_encryption_enforcement_config = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getGoogleManagedEncryptionEnforcementConfigOrBuilder

      public Bucket.Encryption.GoogleManagedEncryptionEnforcementConfigOrBuilder getGoogleManagedEncryptionEnforcementConfigOrBuilder()
       Optional. If omitted, then new objects with GMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.GoogleManagedEncryptionEnforcementConfig google_managed_encryption_enforcement_config = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getGoogleManagedEncryptionEnforcementConfigOrBuilder in interface Bucket.EncryptionOrBuilder
    • hasCustomerManagedEncryptionEnforcementConfig

      public boolean hasCustomerManagedEncryptionEnforcementConfig()
       Optional. If omitted, then new objects with CMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig customer_managed_encryption_enforcement_config = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasCustomerManagedEncryptionEnforcementConfig in interface Bucket.EncryptionOrBuilder
      Returns:
      Whether the customerManagedEncryptionEnforcementConfig field is set.
    • getCustomerManagedEncryptionEnforcementConfig

      public Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig getCustomerManagedEncryptionEnforcementConfig()
       Optional. If omitted, then new objects with CMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig customer_managed_encryption_enforcement_config = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCustomerManagedEncryptionEnforcementConfig in interface Bucket.EncryptionOrBuilder
      Returns:
      The customerManagedEncryptionEnforcementConfig.
    • setCustomerManagedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder setCustomerManagedEncryptionEnforcementConfig(Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig value)
       Optional. If omitted, then new objects with CMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig customer_managed_encryption_enforcement_config = 3 [(.google.api.field_behavior) = OPTIONAL];
    • setCustomerManagedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder setCustomerManagedEncryptionEnforcementConfig(Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig.Builder builderForValue)
       Optional. If omitted, then new objects with CMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig customer_managed_encryption_enforcement_config = 3 [(.google.api.field_behavior) = OPTIONAL];
    • mergeCustomerManagedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder mergeCustomerManagedEncryptionEnforcementConfig(Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig value)
       Optional. If omitted, then new objects with CMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig customer_managed_encryption_enforcement_config = 3 [(.google.api.field_behavior) = OPTIONAL];
    • clearCustomerManagedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder clearCustomerManagedEncryptionEnforcementConfig()
       Optional. If omitted, then new objects with CMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig customer_managed_encryption_enforcement_config = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getCustomerManagedEncryptionEnforcementConfigBuilder

      public Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig.Builder getCustomerManagedEncryptionEnforcementConfigBuilder()
       Optional. If omitted, then new objects with CMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig customer_managed_encryption_enforcement_config = 3 [(.google.api.field_behavior) = OPTIONAL];
    • getCustomerManagedEncryptionEnforcementConfigOrBuilder

      public Bucket.Encryption.CustomerManagedEncryptionEnforcementConfigOrBuilder getCustomerManagedEncryptionEnforcementConfigOrBuilder()
       Optional. If omitted, then new objects with CMEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerManagedEncryptionEnforcementConfig customer_managed_encryption_enforcement_config = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCustomerManagedEncryptionEnforcementConfigOrBuilder in interface Bucket.EncryptionOrBuilder
    • hasCustomerSuppliedEncryptionEnforcementConfig

      public boolean hasCustomerSuppliedEncryptionEnforcementConfig()
       Optional. If omitted, then new objects with CSEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig customer_supplied_encryption_enforcement_config = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasCustomerSuppliedEncryptionEnforcementConfig in interface Bucket.EncryptionOrBuilder
      Returns:
      Whether the customerSuppliedEncryptionEnforcementConfig field is set.
    • getCustomerSuppliedEncryptionEnforcementConfig

      public Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig getCustomerSuppliedEncryptionEnforcementConfig()
       Optional. If omitted, then new objects with CSEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig customer_supplied_encryption_enforcement_config = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCustomerSuppliedEncryptionEnforcementConfig in interface Bucket.EncryptionOrBuilder
      Returns:
      The customerSuppliedEncryptionEnforcementConfig.
    • setCustomerSuppliedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder setCustomerSuppliedEncryptionEnforcementConfig(Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig value)
       Optional. If omitted, then new objects with CSEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig customer_supplied_encryption_enforcement_config = 4 [(.google.api.field_behavior) = OPTIONAL];
    • setCustomerSuppliedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder setCustomerSuppliedEncryptionEnforcementConfig(Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig.Builder builderForValue)
       Optional. If omitted, then new objects with CSEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig customer_supplied_encryption_enforcement_config = 4 [(.google.api.field_behavior) = OPTIONAL];
    • mergeCustomerSuppliedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder mergeCustomerSuppliedEncryptionEnforcementConfig(Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig value)
       Optional. If omitted, then new objects with CSEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig customer_supplied_encryption_enforcement_config = 4 [(.google.api.field_behavior) = OPTIONAL];
    • clearCustomerSuppliedEncryptionEnforcementConfig

      public Bucket.Encryption.Builder clearCustomerSuppliedEncryptionEnforcementConfig()
       Optional. If omitted, then new objects with CSEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig customer_supplied_encryption_enforcement_config = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getCustomerSuppliedEncryptionEnforcementConfigBuilder

      public Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig.Builder getCustomerSuppliedEncryptionEnforcementConfigBuilder()
       Optional. If omitted, then new objects with CSEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig customer_supplied_encryption_enforcement_config = 4 [(.google.api.field_behavior) = OPTIONAL];
    • getCustomerSuppliedEncryptionEnforcementConfigOrBuilder

      public Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfigOrBuilder getCustomerSuppliedEncryptionEnforcementConfigOrBuilder()
       Optional. If omitted, then new objects with CSEK encryption-type is
       allowed. If set, then new objects created in this bucket must comply with
       enforcement config. Changing this has no effect on existing objects; it
       applies to new objects only.
       
      optional .google.storage.v2.Bucket.Encryption.CustomerSuppliedEncryptionEnforcementConfig customer_supplied_encryption_enforcement_config = 4 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getCustomerSuppliedEncryptionEnforcementConfigOrBuilder in interface Bucket.EncryptionOrBuilder
    • setUnknownFields

      public final Bucket.Encryption.Builder setUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      setUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      setUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>
    • mergeUnknownFields

      public final Bucket.Encryption.Builder mergeUnknownFields(com.google.protobuf.UnknownFieldSet unknownFields)
      Specified by:
      mergeUnknownFields in interface com.google.protobuf.Message.Builder
      Overrides:
      mergeUnknownFields in class com.google.protobuf.GeneratedMessageV3.Builder<Bucket.Encryption.Builder>