Class CreateMetastorePartitionRequest.Builder

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

public static final class CreateMetastorePartitionRequest.Builder extends com.google.protobuf.GeneratedMessageV3.Builder<CreateMetastorePartitionRequest.Builder> implements CreateMetastorePartitionRequestOrBuilder
 Request message for CreateMetastorePartition. The MetastorePartition is
 uniquely identified by values, which is an ordered list. Hence, there is no
 separate name or partition id field.
 
Protobuf type google.cloud.bigquery.storage.v1alpha.CreateMetastorePartitionRequest
  • 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<CreateMetastorePartitionRequest.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<CreateMetastorePartitionRequest.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<CreateMetastorePartitionRequest.Builder>
    • getDefaultInstanceForType

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

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

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

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

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

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

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

      public CreateMetastorePartitionRequest.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<CreateMetastorePartitionRequest.Builder>
      Throws:
      IOException
    • getParent

      public String getParent()
       Required. Reference to the table to where the metastore partition to be
       added, in the format of
       projects/{project}/databases/{databases}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParent in interface CreateMetastorePartitionRequestOrBuilder
      Returns:
      The parent.
    • getParentBytes

      public com.google.protobuf.ByteString getParentBytes()
       Required. Reference to the table to where the metastore partition to be
       added, in the format of
       projects/{project}/databases/{databases}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Specified by:
      getParentBytes in interface CreateMetastorePartitionRequestOrBuilder
      Returns:
      The bytes for parent.
    • setParent

       Required. Reference to the table to where the metastore partition to be
       added, in the format of
       projects/{project}/databases/{databases}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The parent to set.
      Returns:
      This builder for chaining.
    • clearParent

       Required. Reference to the table to where the metastore partition to be
       added, in the format of
       projects/{project}/databases/{databases}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Returns:
      This builder for chaining.
    • setParentBytes

      public CreateMetastorePartitionRequest.Builder setParentBytes(com.google.protobuf.ByteString value)
       Required. Reference to the table to where the metastore partition to be
       added, in the format of
       projects/{project}/databases/{databases}/tables/{table}.
       
      string parent = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.resource_reference) = { ... }
      Parameters:
      value - The bytes for parent to set.
      Returns:
      This builder for chaining.
    • hasMetastorePartition

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

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

      public CreateMetastorePartitionRequest.Builder setMetastorePartition(MetastorePartition value)
       Required. The metastore partition to be added.
       
      .google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 2 [(.google.api.field_behavior) = REQUIRED];
    • setMetastorePartition

      public CreateMetastorePartitionRequest.Builder setMetastorePartition(MetastorePartition.Builder builderForValue)
       Required. The metastore partition to be added.
       
      .google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 2 [(.google.api.field_behavior) = REQUIRED];
    • mergeMetastorePartition

      public CreateMetastorePartitionRequest.Builder mergeMetastorePartition(MetastorePartition value)
       Required. The metastore partition to be added.
       
      .google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 2 [(.google.api.field_behavior) = REQUIRED];
    • clearMetastorePartition

      public CreateMetastorePartitionRequest.Builder clearMetastorePartition()
       Required. The metastore partition to be added.
       
      .google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 2 [(.google.api.field_behavior) = REQUIRED];
    • getMetastorePartitionBuilder

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

      public MetastorePartitionOrBuilder getMetastorePartitionOrBuilder()
       Required. The metastore partition to be added.
       
      .google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 2 [(.google.api.field_behavior) = REQUIRED];
      Specified by:
      getMetastorePartitionOrBuilder in interface CreateMetastorePartitionRequestOrBuilder
    • setUnknownFields

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

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