public interface UpdateCapacityCommitmentRequestOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
CapacityCommitment |
getCapacityCommitment()
Content of the capacity commitment to update.
|
CapacityCommitmentOrBuilder |
getCapacityCommitmentOrBuilder()
Content of the capacity commitment to update.
|
com.google.protobuf.FieldMask |
getUpdateMask()
Standard field mask for the set of fields to be updated.
|
com.google.protobuf.FieldMaskOrBuilder |
getUpdateMaskOrBuilder()
Standard field mask for the set of fields to be updated.
|
boolean |
hasCapacityCommitment()
Content of the capacity commitment to update.
|
boolean |
hasUpdateMask()
Standard field mask for the set of fields to be updated.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofboolean hasCapacityCommitment()
Content of the capacity commitment to update.
.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;CapacityCommitment getCapacityCommitment()
Content of the capacity commitment to update.
.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;CapacityCommitmentOrBuilder getCapacityCommitmentOrBuilder()
Content of the capacity commitment to update.
.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;boolean hasUpdateMask()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMask getUpdateMask()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;Copyright © 2024 Google LLC. All rights reserved.