public interface UpdateCapacityCommitmentRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getCapacityCommitment()
public abstract CapacityCommitment getCapacityCommitment()Content of the capacity commitment to update.
.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;
| Type | Description |
| CapacityCommitment | The capacityCommitment. |
getCapacityCommitmentOrBuilder()
public abstract CapacityCommitmentOrBuilder getCapacityCommitmentOrBuilder()Content of the capacity commitment to update.
.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;
| Type | Description |
| CapacityCommitmentOrBuilder |
getUpdateMask()
public abstract FieldMask getUpdateMask()Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMask | The updateMask. |
getUpdateMaskOrBuilder()
public abstract FieldMaskOrBuilder getUpdateMaskOrBuilder()Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| FieldMaskOrBuilder |
hasCapacityCommitment()
public abstract boolean hasCapacityCommitment()Content of the capacity commitment to update.
.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;
| Type | Description |
| boolean | Whether the capacityCommitment field is set. |
hasUpdateMask()
public abstract boolean hasUpdateMask()Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
| Type | Description |
| boolean | Whether the updateMask field is set. |