Interface UpdateMetastorePartitionRequestOrBuilder (3.9.1)

public interface UpdateMetastorePartitionRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getMetastorePartition()

public abstract MetastorePartition getMetastorePartition()

Required. The metastore partition to be updated.

.google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetastorePartition

The metastorePartition.

getMetastorePartitionOrBuilder()

public abstract MetastorePartitionOrBuilder getMetastorePartitionOrBuilder()

Required. The metastore partition to be updated.

.google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
MetastorePartitionOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMask

The updateMask.

getUpdateMaskOrBuilder()

public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
FieldMaskOrBuilder

hasMetastorePartition()

public abstract boolean hasMetastorePartition()

Required. The metastore partition to be updated.

.google.cloud.bigquery.storage.v1alpha.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];

Returns
Type Description
boolean

Whether the metastorePartition field is set.

hasUpdateMask()

public abstract boolean hasUpdateMask()

Optional. The list of fields to update.

.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];

Returns
Type Description
boolean

Whether the updateMask field is set.