public interface UpdatePartitionRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getPartition()
public abstract 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. |
getPartitionOrBuilder()
public abstract 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 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 |
|
hasPartition()
public abstract 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 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. |