Interface UpdateCapacityCommitmentRequestOrBuilder (2.15.0)

Stay organized with collections Save and categorize content based on your preferences.
public interface UpdateCapacityCommitmentRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCapacityCommitment()

public abstract CapacityCommitment getCapacityCommitment()

Content of the capacity commitment to update.

.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;

Returns
TypeDescription
CapacityCommitment

The capacityCommitment.

getCapacityCommitmentOrBuilder()

public abstract CapacityCommitmentOrBuilder getCapacityCommitmentOrBuilder()

Content of the capacity commitment to update.

.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;

Returns
TypeDescription
CapacityCommitmentOrBuilder

getUpdateMask()

public abstract FieldMask getUpdateMask()

Standard field mask for the set of fields to be updated.

.google.protobuf.FieldMask update_mask = 2;

Returns
TypeDescription
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;

Returns
TypeDescription
FieldMaskOrBuilder

hasCapacityCommitment()

public abstract boolean hasCapacityCommitment()

Content of the capacity commitment to update.

.google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitment = 1;

Returns
TypeDescription
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;

Returns
TypeDescription
boolean

Whether the updateMask field is set.