Package s2.v1alpha

Class ReconfigureBasinRequest.Builder

    • Method Detail

      • getDescriptor

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

        protected com.google.protobuf.GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()
        Specified by:
        internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessage.Builder<ReconfigureBasinRequest.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.GeneratedMessage.Builder<ReconfigureBasinRequest.Builder>
      • getDefaultInstanceForType

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

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

        public ReconfigureBasinRequest 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.GeneratedMessage.Builder<ReconfigureBasinRequest.Builder>
      • mergeFrom

        public ReconfigureBasinRequest.Builder mergeFrom​(com.google.protobuf.CodedInputStream input,
                                                         com.google.protobuf.ExtensionRegistryLite extensionRegistry)
                                                  throws java.io.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<ReconfigureBasinRequest.Builder>
        Throws:
        java.io.IOException
      • setBasin

        public ReconfigureBasinRequest.Builder setBasin​(java.lang.String value)
         Basin name.
         
        string basin = 1;
        Parameters:
        value - The basin to set.
        Returns:
        This builder for chaining.
      • setBasinBytes

        public ReconfigureBasinRequest.Builder setBasinBytes​(com.google.protobuf.ByteString value)
         Basin name.
         
        string basin = 1;
        Parameters:
        value - The bytes for basin to set.
        Returns:
        This builder for chaining.
      • hasConfig

        public boolean hasConfig()
         Basin configuration.
         
        .s2.v1alpha.BasinConfig config = 2;
        Specified by:
        hasConfig in interface ReconfigureBasinRequestOrBuilder
        Returns:
        Whether the config field is set.
      • getConfigBuilder

        public BasinConfig.Builder getConfigBuilder()
         Basin configuration.
         
        .s2.v1alpha.BasinConfig config = 2;
      • hasMask

        public boolean hasMask()
         Specifies the pieces of configuration being updated.
         See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask
         
        .google.protobuf.FieldMask mask = 3;
        Specified by:
        hasMask in interface ReconfigureBasinRequestOrBuilder
        Returns:
        Whether the mask field is set.
      • getMask

        public com.google.protobuf.FieldMask getMask()
         Specifies the pieces of configuration being updated.
         See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask
         
        .google.protobuf.FieldMask mask = 3;
        Specified by:
        getMask in interface ReconfigureBasinRequestOrBuilder
        Returns:
        The mask.
      • setMask

        public ReconfigureBasinRequest.Builder setMask​(com.google.protobuf.FieldMask value)
         Specifies the pieces of configuration being updated.
         See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask
         
        .google.protobuf.FieldMask mask = 3;
      • setMask

        public ReconfigureBasinRequest.Builder setMask​(com.google.protobuf.FieldMask.Builder builderForValue)
         Specifies the pieces of configuration being updated.
         See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask
         
        .google.protobuf.FieldMask mask = 3;
      • mergeMask

        public ReconfigureBasinRequest.Builder mergeMask​(com.google.protobuf.FieldMask value)
         Specifies the pieces of configuration being updated.
         See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask
         
        .google.protobuf.FieldMask mask = 3;
      • clearMask

        public ReconfigureBasinRequest.Builder clearMask()
         Specifies the pieces of configuration being updated.
         See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask
         
        .google.protobuf.FieldMask mask = 3;
      • getMaskBuilder

        public com.google.protobuf.FieldMask.Builder getMaskBuilder()
         Specifies the pieces of configuration being updated.
         See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask
         
        .google.protobuf.FieldMask mask = 3;
      • getMaskOrBuilder

        public com.google.protobuf.FieldMaskOrBuilder getMaskOrBuilder()
         Specifies the pieces of configuration being updated.
         See https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask
         
        .google.protobuf.FieldMask mask = 3;
        Specified by:
        getMaskOrBuilder in interface ReconfigureBasinRequestOrBuilder