public static final class UpdateMetastorePartitionRequest.Builder extends GeneratedMessage.Builder<UpdateMetastorePartitionRequest.Builder> implements UpdateMetastorePartitionRequestOrBuilderRequest message for UpdateMetastorePartition.
Protobuf type google.cloud.bigquery.storage.v1beta.UpdateMetastorePartitionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdateMetastorePartitionRequest.BuilderImplements
UpdateMetastorePartitionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdateMetastorePartitionRequest build()| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest |
|
buildPartial()
public UpdateMetastorePartitionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest |
|
clear()
public UpdateMetastorePartitionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
clearMetastorePartition()
public UpdateMetastorePartitionRequest.Builder clearMetastorePartition()Required. The metastore partition to be updated.
.google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
clearUpdateMask()
public UpdateMetastorePartitionRequest.Builder clearUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
getDefaultInstanceForType()
public UpdateMetastorePartitionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getMetastorePartition()
public MetastorePartition getMetastorePartition()Required. The metastore partition to be updated.
.google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MetastorePartition |
The metastorePartition. |
getMetastorePartitionBuilder()
public MetastorePartition.Builder getMetastorePartitionBuilder()Required. The metastore partition to be updated.
.google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MetastorePartition.Builder |
|
getMetastorePartitionOrBuilder()
public MetastorePartitionOrBuilder getMetastorePartitionOrBuilder()Required. The metastore partition to be updated.
.google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
MetastorePartitionOrBuilder |
|
getUpdateMask()
public 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. |
getUpdateMaskBuilder()
public FieldMask.Builder getUpdateMaskBuilder()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
Builder |
|
getUpdateMaskOrBuilder()
public 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 boolean hasMetastorePartition()Required. The metastore partition to be updated.
.google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the metastorePartition field is set. |
hasUpdateMask()
public 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. |
internalGetFieldAccessorTable()
protected GeneratedMessage.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description |
FieldAccessorTable |
|
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description |
boolean |
|
mergeFrom(UpdateMetastorePartitionRequest other)
public UpdateMetastorePartitionRequest.Builder mergeFrom(UpdateMetastorePartitionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdateMetastorePartitionRequest |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdateMetastorePartitionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdateMetastorePartitionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
mergeMetastorePartition(MetastorePartition value)
public UpdateMetastorePartitionRequest.Builder mergeMetastorePartition(MetastorePartition value)Required. The metastore partition to be updated.
.google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
MetastorePartition |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdateMetastorePartitionRequest.Builder mergeUpdateMask(FieldMask value)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
setMetastorePartition(MetastorePartition value)
public UpdateMetastorePartitionRequest.Builder setMetastorePartition(MetastorePartition value)Required. The metastore partition to be updated.
.google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
MetastorePartition |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
setMetastorePartition(MetastorePartition.Builder builderForValue)
public UpdateMetastorePartitionRequest.Builder setMetastorePartition(MetastorePartition.Builder builderForValue)Required. The metastore partition to be updated.
.google.cloud.bigquery.storage.v1beta.MetastorePartition metastore_partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
MetastorePartition.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdateMetastorePartitionRequest.Builder setUpdateMask(FieldMask value)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
value |
FieldMask |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdateMetastorePartitionRequest.Builder setUpdateMask(FieldMask.Builder builderForValue)Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Builder |
| Returns | |
|---|---|
| Type | Description |
UpdateMetastorePartitionRequest.Builder |
|