Class UpdateMetastorePartitionRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessageV3.Builder<UpdateMetastorePartitionRequest.Builder>
com.google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest.Builder
All Implemented Interfaces:
UpdateMetastorePartitionRequestOrBuilder, com.google.protobuf.Message.Builder, com.google.protobuf.MessageLite.Builder, com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder, Cloneable
Enclosing class:
UpdateMetastorePartitionRequest

public static final class UpdateMetastorePartitionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<UpdateMetastorePartitionRequest.Builder> implements UpdateMetastorePartitionRequestOrBuilder
 Request message for UpdateMetastorePartition.
 
Protobuf type google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest
  • 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<UpdateMetastorePartitionRequest.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<UpdateMetastorePartitionRequest.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<UpdateMetastorePartitionRequest.Builder>
    • getDefaultInstanceForType

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

      Specified by:
      build in interface com.google.protobuf.Message.Builder
      Specified by:
      build in interface com.google.protobuf.MessageLite.Builder
    • buildPartial

      public UpdateMetastorePartitionRequest 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<UpdateMetastorePartitionRequest.Builder>
    • setField

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

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

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

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

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

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

      public UpdateMetastorePartitionRequest.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<UpdateMetastorePartitionRequest.Builder>
      Throws:
      IOException
    • hasMetastorePartition

      public boolean hasMetastorePartition()
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      hasMetastorePartition in interface UpdateMetastorePartitionRequestOrBuilder
      Returns:
      Whether the metastorePartition field is set.
    • getMetastorePartition

      public MetastorePartition getMetastorePartition()
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetastorePartition in interface UpdateMetastorePartitionRequestOrBuilder
      Returns:
      The metastorePartition.
    • setMetastorePartition

      public UpdateMetastorePartitionRequest.Builder setMetastorePartition(MetastorePartition value)
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
    • setMetastorePartition

      public UpdateMetastorePartitionRequest.Builder setMetastorePartition(MetastorePartition.Builder builderForValue)
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
    • mergeMetastorePartition

      public UpdateMetastorePartitionRequest.Builder mergeMetastorePartition(MetastorePartition value)
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
    • clearMetastorePartition

      public UpdateMetastorePartitionRequest.Builder clearMetastorePartition()
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMetastorePartitionBuilder

      public MetastorePartition.Builder getMetastorePartitionBuilder()
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
    • getMetastorePartitionOrBuilder

      public MetastorePartitionOrBuilder getMetastorePartitionOrBuilder()
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetastorePartitionOrBuilder in interface UpdateMetastorePartitionRequestOrBuilder
    • 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 UpdateMetastorePartitionRequestOrBuilder
      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 UpdateMetastorePartitionRequestOrBuilder
      Returns:
      The updateMask.
    • setUpdateMask

      public UpdateMetastorePartitionRequest.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 UpdateMetastorePartitionRequest.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 UpdateMetastorePartitionRequest.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 UpdateMetastorePartitionRequest.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 UpdateMetastorePartitionRequestOrBuilder
    • setUnknownFields

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

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