Package s2.v1alpha

Class ReconfigureBasinRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<ReconfigureBasinRequest.Builder>
s2.v1alpha.ReconfigureBasinRequest.Builder
All Implemented Interfaces:
com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable, ReconfigureBasinRequestOrBuilder
Enclosing class:
ReconfigureBasinRequest

public static final class ReconfigureBasinRequest.Builder extends com.google.protobuf.GeneratedMessage.Builder<ReconfigureBasinRequest.Builder> implements ReconfigureBasinRequestOrBuilder
 Reconfigure basin request.
 
Protobuf type s2.v1alpha.ReconfigureBasinRequest
  • Method Details

    • 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>
    • 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.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
    • mergeFrom

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

    • 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 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:
      IOException
    • getBasin

      public String getBasin()
       Basin name.
       
      string basin = 1;
      Specified by:
      getBasin in interface ReconfigureBasinRequestOrBuilder
      Returns:
      The basin.
    • getBasinBytes

      public com.google.protobuf.ByteString getBasinBytes()
       Basin name.
       
      string basin = 1;
      Specified by:
      getBasinBytes in interface ReconfigureBasinRequestOrBuilder
      Returns:
      The bytes for basin.
    • setBasin

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

      public ReconfigureBasinRequest.Builder clearBasin()
       Basin name.
       
      string basin = 1;
      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.
    • getConfig

      public BasinConfig getConfig()
       Basin configuration.
       
      .s2.v1alpha.BasinConfig config = 2;
      Specified by:
      getConfig in interface ReconfigureBasinRequestOrBuilder
      Returns:
      The config.
    • setConfig

      public ReconfigureBasinRequest.Builder setConfig(BasinConfig value)
       Basin configuration.
       
      .s2.v1alpha.BasinConfig config = 2;
    • setConfig

      public ReconfigureBasinRequest.Builder setConfig(BasinConfig.Builder builderForValue)
       Basin configuration.
       
      .s2.v1alpha.BasinConfig config = 2;
    • mergeConfig

      public ReconfigureBasinRequest.Builder mergeConfig(BasinConfig value)
       Basin configuration.
       
      .s2.v1alpha.BasinConfig config = 2;
    • clearConfig

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

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

      public BasinConfigOrBuilder getConfigOrBuilder()
       Basin configuration.
       
      .s2.v1alpha.BasinConfig config = 2;
      Specified by:
      getConfigOrBuilder in interface ReconfigureBasinRequestOrBuilder
    • 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