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 Summary
Modifier and TypeMethodDescriptionRequired.Required.com.google.protobuf.FieldMaskOptional.com.google.protobuf.FieldMaskOrBuilderOptional.booleanRequired.booleanOptional.Methods inherited from interface com.google.protobuf.MessageLiteOrBuilder
isInitializedMethods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
Method Details
-
hasMetastorePartition
boolean hasMetastorePartition()Required. The metastore partition to be updated.
.google.cloud.bigquery.storage.v1beta.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.v1beta.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.v1beta.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];
-