public static final class UpdatePartitionRequest.Builder extends GeneratedMessage.Builder<UpdatePartitionRequest.Builder> implements UpdatePartitionRequestOrBuilderRequest message for UpdatePartition.
Protobuf type google.cloud.biglake.hive.v1beta.UpdatePartitionRequest
Inheritance
java.lang.Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessage.Builder > UpdatePartitionRequest.BuilderImplements
UpdatePartitionRequestOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
Methods
build()
public UpdatePartitionRequest build()| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest |
|
buildPartial()
public UpdatePartitionRequest buildPartial()| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest |
|
clear()
public UpdatePartitionRequest.Builder clear()| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest.Builder |
|
clearPartition()
public UpdatePartitionRequest.Builder clearPartition()Required. The partition to be updated.
.google.cloud.biglake.hive.v1beta.Partition partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest.Builder |
|
clearUpdateMask()
public UpdatePartitionRequest.Builder clearUpdateMask()Optional. The list of fields to update.
.google.protobuf.FieldMask update_mask = 2 [(.google.api.field_behavior) = OPTIONAL];
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest.Builder |
|
getDefaultInstanceForType()
public UpdatePartitionRequest getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest |
|
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description |
Descriptor |
|
getPartition()
public Partition getPartition()Required. The partition to be updated.
.google.cloud.biglake.hive.v1beta.Partition partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Partition |
The partition. |
getPartitionBuilder()
public Partition.Builder getPartitionBuilder()Required. The partition to be updated.
.google.cloud.biglake.hive.v1beta.Partition partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
Partition.Builder |
|
getPartitionOrBuilder()
public PartitionOrBuilder getPartitionOrBuilder()Required. The partition to be updated.
.google.cloud.biglake.hive.v1beta.Partition partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
PartitionOrBuilder |
|
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 |
|
hasPartition()
public boolean hasPartition()Required. The partition to be updated.
.google.cloud.biglake.hive.v1beta.Partition partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Returns | |
|---|---|
| Type | Description |
boolean |
Whether the partition 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(UpdatePartitionRequest other)
public UpdatePartitionRequest.Builder mergeFrom(UpdatePartitionRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
UpdatePartitionRequest |
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest.Builder |
|
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public UpdatePartitionRequest.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description |
input |
CodedInputStream |
extensionRegistry |
ExtensionRegistryLite |
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest.Builder |
|
| Exceptions | |
|---|---|
| Type | Description |
IOException |
|
mergeFrom(Message other)
public UpdatePartitionRequest.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description |
other |
Message |
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest.Builder |
|
mergePartition(Partition value)
public UpdatePartitionRequest.Builder mergePartition(Partition value)Required. The partition to be updated.
.google.cloud.biglake.hive.v1beta.Partition partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Partition |
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest.Builder |
|
mergeUpdateMask(FieldMask value)
public UpdatePartitionRequest.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 |
UpdatePartitionRequest.Builder |
|
setPartition(Partition value)
public UpdatePartitionRequest.Builder setPartition(Partition value)Required. The partition to be updated.
.google.cloud.biglake.hive.v1beta.Partition partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
value |
Partition |
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest.Builder |
|
setPartition(Partition.Builder builderForValue)
public UpdatePartitionRequest.Builder setPartition(Partition.Builder builderForValue)Required. The partition to be updated.
.google.cloud.biglake.hive.v1beta.Partition partition = 1 [(.google.api.field_behavior) = REQUIRED];
| Parameter | |
|---|---|
| Name | Description |
builderForValue |
Partition.Builder |
| Returns | |
|---|---|
| Type | Description |
UpdatePartitionRequest.Builder |
|
setUpdateMask(FieldMask value)
public UpdatePartitionRequest.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 |
UpdatePartitionRequest.Builder |
|
setUpdateMask(FieldMask.Builder builderForValue)
public UpdatePartitionRequest.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 |
UpdatePartitionRequest.Builder |
|