Class AlloyDbSettings.UserPassword.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<AlloyDbSettings.UserPassword.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<AlloyDbSettings.UserPassword.Builder>
      • getDefaultInstanceForType

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

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

        public AlloyDbSettings.UserPassword 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<AlloyDbSettings.UserPassword.Builder>
      • mergeFrom

        public AlloyDbSettings.UserPassword.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<AlloyDbSettings.UserPassword.Builder>
        Throws:
        IOException
      • setUserBytes

        public AlloyDbSettings.UserPassword.Builder setUserBytes​(com.google.protobuf.ByteString value)
         The database username.
         
        string user = 1;
        Parameters:
        value - The bytes for user to set.
        Returns:
        This builder for chaining.
      • setPassword

        public AlloyDbSettings.UserPassword.Builder setPassword​(String value)
         The initial password for the user.
         
        string password = 2;
        Parameters:
        value - The password to set.
        Returns:
        This builder for chaining.
      • setPasswordBytes

        public AlloyDbSettings.UserPassword.Builder setPasswordBytes​(com.google.protobuf.ByteString value)
         The initial password for the user.
         
        string password = 2;
        Parameters:
        value - The bytes for password to set.
        Returns:
        This builder for chaining.
      • getPasswordSet

        public boolean getPasswordSet()
         Output only. Indicates if the initial_user.password field has been set.
         
        bool password_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Specified by:
        getPasswordSet in interface AlloyDbSettings.UserPasswordOrBuilder
        Returns:
        The passwordSet.
      • setPasswordSet

        public AlloyDbSettings.UserPassword.Builder setPasswordSet​(boolean value)
         Output only. Indicates if the initial_user.password field has been set.
         
        bool password_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Parameters:
        value - The passwordSet to set.
        Returns:
        This builder for chaining.
      • clearPasswordSet

        public AlloyDbSettings.UserPassword.Builder clearPasswordSet()
         Output only. Indicates if the initial_user.password field has been set.
         
        bool password_set = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
        Returns:
        This builder for chaining.