Interface UpdateMetastorePartitionRequestOrBuilder

All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder, com.google.protobuf.MessageOrBuilder
All Known Implementing Classes:
UpdateMetastorePartitionRequest, UpdateMetastorePartitionRequest.Builder

public interface UpdateMetastorePartitionRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
  • Method Details

    • hasMetastorePartition

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

      MetastorePartition getMetastorePartition()
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
      Returns:
      The metastorePartition.
    • getMetastorePartitionOrBuilder

      MetastorePartitionOrBuilder getMetastorePartitionOrBuilder()
       Required. The metastore partition to be updated.
       
      .google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
    • hasUpdateMask

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

      com.google.protobuf.FieldMask getUpdateMask()
       Optional. The list of fields to update.
       
      .google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
      Returns:
      The updateMask.
    • getUpdateMaskOrBuilder

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