Class ReplicationStatus.AutomaticStatus.Builder

    • Method Detail

      • 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<ReplicationStatus.AutomaticStatus.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<ReplicationStatus.AutomaticStatus.Builder>
      • getDefaultInstanceForType

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

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

        public ReplicationStatus.AutomaticStatus buildPartial()
        Specified by:
        buildPartial in interface com.google.protobuf.Message.Builder
        Specified by:
        buildPartial in interface com.google.protobuf.MessageLite.Builder
      • isInitialized

        public final boolean isInitialized()
        Specified by:
        isInitialized in interface com.google.protobuf.MessageLiteOrBuilder
        Overrides:
        isInitialized in class com.google.protobuf.GeneratedMessageV3.Builder<ReplicationStatus.AutomaticStatus.Builder>
      • hasCustomerManagedEncryption

        public boolean hasCustomerManagedEncryption()
         Output only. The customer-managed encryption status of the
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
         populated if customer-managed encryption is used.
         
        .google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        hasCustomerManagedEncryption in interface ReplicationStatus.AutomaticStatusOrBuilder
        Returns:
        Whether the customerManagedEncryption field is set.
      • getCustomerManagedEncryption

        public CustomerManagedEncryptionStatus getCustomerManagedEncryption()
         Output only. The customer-managed encryption status of the
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
         populated if customer-managed encryption is used.
         
        .google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getCustomerManagedEncryption in interface ReplicationStatus.AutomaticStatusOrBuilder
        Returns:
        The customerManagedEncryption.
      • setCustomerManagedEncryption

        public ReplicationStatus.AutomaticStatus.Builder setCustomerManagedEncryption​(CustomerManagedEncryptionStatus value)
         Output only. The customer-managed encryption status of the
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
         populated if customer-managed encryption is used.
         
        .google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • setCustomerManagedEncryption

        public ReplicationStatus.AutomaticStatus.Builder setCustomerManagedEncryption​(CustomerManagedEncryptionStatus.Builder builderForValue)
         Output only. The customer-managed encryption status of the
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
         populated if customer-managed encryption is used.
         
        .google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • mergeCustomerManagedEncryption

        public ReplicationStatus.AutomaticStatus.Builder mergeCustomerManagedEncryption​(CustomerManagedEncryptionStatus value)
         Output only. The customer-managed encryption status of the
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
         populated if customer-managed encryption is used.
         
        .google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • clearCustomerManagedEncryption

        public ReplicationStatus.AutomaticStatus.Builder clearCustomerManagedEncryption()
         Output only. The customer-managed encryption status of the
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
         populated if customer-managed encryption is used.
         
        .google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
      • getCustomerManagedEncryptionBuilder

        public CustomerManagedEncryptionStatus.Builder getCustomerManagedEncryptionBuilder()
         Output only. The customer-managed encryption status of the
         [SecretVersion][google.cloud.secretmanager.v1.SecretVersion]. Only
         populated if customer-managed encryption is used.
         
        .google.cloud.secretmanager.v1.CustomerManagedEncryptionStatus customer_managed_encryption = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];