Class VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>
      • clear

        public VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>
      • getDefaultInstanceForType

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

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

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

        public VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>
      • clearField

        public VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>
      • clearOneof

        public VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>
      • setRepeatedField

        public VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>
      • addRepeatedField

        public VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>
      • isInitialized

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

        public VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>
        Throws:
        IOException
      • getHealthy

        public boolean getHealthy()
         Output only. If the customer key configured correctly to the encrypt
         volume.
         
        bool healthy = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHealthy in interface VerifyKmsConfigResponseOrBuilder
        Returns:
        The healthy.
      • setHealthy

        public VerifyKmsConfigResponse.Builder setHealthy​(boolean value)
         Output only. If the customer key configured correctly to the encrypt
         volume.
         
        bool healthy = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The healthy to set.
        Returns:
        This builder for chaining.
      • clearHealthy

        public VerifyKmsConfigResponse.Builder clearHealthy()
         Output only. If the customer key configured correctly to the encrypt
         volume.
         
        bool healthy = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • getHealthError

        public String getHealthError()
         Output only. Error message if config is not healthy.
         
        string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHealthError in interface VerifyKmsConfigResponseOrBuilder
        Returns:
        The healthError.
      • getHealthErrorBytes

        public com.google.protobuf.ByteString getHealthErrorBytes()
         Output only. Error message if config is not healthy.
         
        string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getHealthErrorBytes in interface VerifyKmsConfigResponseOrBuilder
        Returns:
        The bytes for healthError.
      • setHealthError

        public VerifyKmsConfigResponse.Builder setHealthError​(String value)
         Output only. Error message if config is not healthy.
         
        string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The healthError to set.
        Returns:
        This builder for chaining.
      • clearHealthError

        public VerifyKmsConfigResponse.Builder clearHealthError()
         Output only. Error message if config is not healthy.
         
        string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setHealthErrorBytes

        public VerifyKmsConfigResponse.Builder setHealthErrorBytes​(com.google.protobuf.ByteString value)
         Output only. Error message if config is not healthy.
         
        string health_error = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for healthError to set.
        Returns:
        This builder for chaining.
      • getInstructions

        public String getInstructions()
         Output only. Instructions for the customers to provide the access to the
         encryption key.
         
        string instructions = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getInstructions in interface VerifyKmsConfigResponseOrBuilder
        Returns:
        The instructions.
      • getInstructionsBytes

        public com.google.protobuf.ByteString getInstructionsBytes()
         Output only. Instructions for the customers to provide the access to the
         encryption key.
         
        string instructions = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getInstructionsBytes in interface VerifyKmsConfigResponseOrBuilder
        Returns:
        The bytes for instructions.
      • setInstructions

        public VerifyKmsConfigResponse.Builder setInstructions​(String value)
         Output only. Instructions for the customers to provide the access to the
         encryption key.
         
        string instructions = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The instructions to set.
        Returns:
        This builder for chaining.
      • clearInstructions

        public VerifyKmsConfigResponse.Builder clearInstructions()
         Output only. Instructions for the customers to provide the access to the
         encryption key.
         
        string instructions = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.
      • setInstructionsBytes

        public VerifyKmsConfigResponse.Builder setInstructionsBytes​(com.google.protobuf.ByteString value)
         Output only. Instructions for the customers to provide the access to the
         encryption key.
         
        string instructions = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The bytes for instructions to set.
        Returns:
        This builder for chaining.
      • setUnknownFields

        public final VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>
      • mergeUnknownFields

        public final VerifyKmsConfigResponse.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<VerifyKmsConfigResponse.Builder>