Class CreateMetastorePartitionRequest.Builder

java.lang.Object
com.google.protobuf.AbstractMessageLite.Builder
com.google.protobuf.AbstractMessage.Builder<BuilderT>
com.google.protobuf.GeneratedMessage.Builder<CreateMetastorePartitionRequest.Builder>
com.google.cloud.bigquery.storage.v1beta.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.GeneratedMessage.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.v1beta.CreateMetastorePartitionRequest
  • 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<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.GeneratedMessage.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.GeneratedMessage.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
    • 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.GeneratedMessage.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.v1beta.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.v1beta.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.v1beta.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.v1beta.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.v1beta.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.v1beta.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.v1beta.MetastorePartition metastore_partition = 2 [(.google.api.field_behavior) = REQUIRED];
    • getMetastorePartitionOrBuilder

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