Interface UpdateCapacityCommitmentRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
UpdateCapacityCommitmentRequest
,UpdateCapacityCommitmentRequest.Builder
public interface UpdateCapacityCommitmentRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method 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.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasCapacityCommitment
boolean hasCapacityCommitment()
Content of the capacity commitment to update.
.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;
- Returns:
- Whether the capacityCommitment field is set.
-
getCapacityCommitment
CapacityCommitment getCapacityCommitment()
Content of the capacity commitment to update.
.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;
- Returns:
- The capacityCommitment.
-
getCapacityCommitmentOrBuilder
CapacityCommitmentOrBuilder getCapacityCommitmentOrBuilder()
Content of the capacity commitment to update.
.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;
-
hasUpdateMask
boolean hasUpdateMask()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- Whether the updateMask field is set.
-
getUpdateMask
com.google.protobuf.FieldMask getUpdateMask()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
- Returns:
- The updateMask.
-
getUpdateMaskOrBuilder
com.google.protobuf.FieldMaskOrBuilder getUpdateMaskOrBuilder()
Standard field mask for the set of fields to be updated.
.google.protobuf.FieldMask update_mask = 2;
-
-