Class UpdateSchemaBundleRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<UpdateSchemaBundleRequest.Builder>
com.google.bigtable.admin.v2.UpdateSchemaBundleRequest.Builder
All Implemented Interfaces:
UpdateSchemaBundleRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
UpdateSchemaBundleRequest

public static final class UpdateSchemaBundleRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateSchemaBundleRequest.Builder> implements UpdateSchemaBundleRequestOrBuilder
 The request for
 [UpdateSchemaBundle][google.bigtable.admin.v2.BigtableTableAdmin.UpdateSchemaBundle].
 
Protobuf type google.bigtable.admin.v2.UpdateSchemaBundleRequest
  • Method Details

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

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

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

      public UpdateSchemaBundleRequest buildPartial()
      Specified by:
      buildPartial in interface com.google.protobuf.Message.Builder
      Specified by:
      buildPartial in interface com.google.protobuf.MessageLite.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<UpdateSchemaBundleRequest.Builder>
    • setField

      public UpdateSchemaBundleRequest.Builder setField(com.google.protobuf.Descriptors.FieldDescriptor field, Object value)
      Specified by:
      setField in interface com.google.protobuf.Message.Builder
      Overrides:
      setField in class com.google.protobuf.GeneratedMessageV3.Builder<UpdateSchemaBundleRequest.Builder>
    • clearField

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

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

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

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

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

    • isInitialized

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

      public UpdateSchemaBundleRequest.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<UpdateSchemaBundleRequest.Builder>
      Throws:
      IOException
    • hasSchemaBundle

      public boolean hasSchemaBundle()
       Required. The schema bundle to update.
      
       The schema bundle's `name` field is used to identify the schema bundle to
       update. Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasSchemaBundle in interface UpdateSchemaBundleRequestOrBuilder
      Returns:
      Whether the schemaBundle field is set.
    • getSchemaBundle

      public SchemaBundle getSchemaBundle()
       Required. The schema bundle to update.
      
       The schema bundle's `name` field is used to identify the schema bundle to
       update. Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getSchemaBundle in interface UpdateSchemaBundleRequestOrBuilder
      Returns:
      The schemaBundle.
    • setSchemaBundle

      public UpdateSchemaBundleRequest.Builder setSchemaBundle(SchemaBundle value)
       Required. The schema bundle to update.
      
       The schema bundle's `name` field is used to identify the schema bundle to
       update. Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
    • setSchemaBundle

      public UpdateSchemaBundleRequest.Builder setSchemaBundle(SchemaBundle.Builder builderForValue)
       Required. The schema bundle to update.
      
       The schema bundle's `name` field is used to identify the schema bundle to
       update. Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeSchemaBundle

      public UpdateSchemaBundleRequest.Builder mergeSchemaBundle(SchemaBundle value)
       Required. The schema bundle to update.
      
       The schema bundle's `name` field is used to identify the schema bundle to
       update. Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearSchemaBundle

      public UpdateSchemaBundleRequest.Builder clearSchemaBundle()
       Required. The schema bundle to update.
      
       The schema bundle's `name` field is used to identify the schema bundle to
       update. Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
    • getSchemaBundleBuilder

      public SchemaBundle.Builder getSchemaBundleBuilder()
       Required. The schema bundle to update.
      
       The schema bundle's `name` field is used to identify the schema bundle to
       update. Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
    • getSchemaBundleOrBuilder

      public SchemaBundleOrBuilder getSchemaBundleOrBuilder()
       Required. The schema bundle to update.
      
       The schema bundle's `name` field is used to identify the schema bundle to
       update. Values are of the form
       `projects/{project}/instances/{instance}/tables/{table}/schemaBundles/{schema_bundle}`
       
      .google.bigtable.admin.v2.SchemaBundle schema_bundle = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getSchemaBundleOrBuilder in interface UpdateSchemaBundleRequestOrBuilder
    • hasUpdateMask

      public boolean hasUpdateMask()
       Optional. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      hasUpdateMask in interface UpdateSchemaBundleRequestOrBuilder
      Returns:
      Whether the updateMask field is set.
    • getUpdateMask

      public com.google.protobuf.FieldMask getUpdateMask()
       Optional. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getUpdateMask in interface UpdateSchemaBundleRequestOrBuilder
      Returns:
      The updateMask.
    • setUpdateMask

      public UpdateSchemaBundleRequest.Builder setUpdateMask(com.google.protobuf.FieldMask value)
       Optional. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • setUpdateMask

      public UpdateSchemaBundleRequest.Builder setUpdateMask(com.google.protobuf.FieldMask.Builder builderForValue)
       Optional. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • mergeUpdateMask

      public UpdateSchemaBundleRequest.Builder mergeUpdateMask(com.google.protobuf.FieldMask value)
       Optional. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • clearUpdateMask

      public UpdateSchemaBundleRequest.Builder clearUpdateMask()
       Optional. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getUpdateMaskBuilder

      public com.google.protobuf.FieldMask.Builder getUpdateMaskBuilder()
       Optional. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
    • getUpdateMaskOrBuilder

      public com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
       Optional. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getUpdateMaskOrBuilder in interface UpdateSchemaBundleRequestOrBuilder
    • getIgnoreWarnings

      public boolean getIgnoreWarnings()
       Optional. If set, ignore the safety checks when updating the Schema Bundle.
       The safety checks are:
       - The new Schema Bundle is backwards compatible with the existing Schema
       Bundle.
       
      bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];
      Specified by:
      getIgnoreWarnings in interface UpdateSchemaBundleRequestOrBuilder
      Returns:
      The ignoreWarnings.
    • setIgnoreWarnings

      public UpdateSchemaBundleRequest.Builder setIgnoreWarnings(boolean value)
       Optional. If set, ignore the safety checks when updating the Schema Bundle.
       The safety checks are:
       - The new Schema Bundle is backwards compatible with the existing Schema
       Bundle.
       
      bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];
      Parameters:
      value - The ignoreWarnings to set.
      Returns:
      This builder for chaining.
    • clearIgnoreWarnings

      public UpdateSchemaBundleRequest.Builder clearIgnoreWarnings()
       Optional. If set, ignore the safety checks when updating the Schema Bundle.
       The safety checks are:
       - The new Schema Bundle is backwards compatible with the existing Schema
       Bundle.
       
      bool ignore_warnings = 3 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      This builder for chaining.
    • setUnknownFields

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

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