Interface SplitCapacityCommitmentResponseOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
SplitCapacityCommitmentResponse
,SplitCapacityCommitmentResponse.Builder
public interface SplitCapacityCommitmentResponseOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CapacityCommitment
getFirst()
First capacity commitment, result of a split.CapacityCommitmentOrBuilder
getFirstOrBuilder()
First capacity commitment, result of a split.CapacityCommitment
getSecond()
Second capacity commitment, result of a split.CapacityCommitmentOrBuilder
getSecondOrBuilder()
Second capacity commitment, result of a split.boolean
hasFirst()
First capacity commitment, result of a split.boolean
hasSecond()
Second capacity commitment, result of a split.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
hasFirst
boolean hasFirst()
First capacity commitment, result of a split.
.google.cloud.bigquery.reservation.v1.CapacityCommitment first = 1;
- Returns:
- Whether the first field is set.
-
getFirst
CapacityCommitment getFirst()
First capacity commitment, result of a split.
.google.cloud.bigquery.reservation.v1.CapacityCommitment first = 1;
- Returns:
- The first.
-
getFirstOrBuilder
CapacityCommitmentOrBuilder getFirstOrBuilder()
First capacity commitment, result of a split.
.google.cloud.bigquery.reservation.v1.CapacityCommitment first = 1;
-
hasSecond
boolean hasSecond()
Second capacity commitment, result of a split.
.google.cloud.bigquery.reservation.v1.CapacityCommitment second = 2;
- Returns:
- Whether the second field is set.
-
getSecond
CapacityCommitment getSecond()
Second capacity commitment, result of a split.
.google.cloud.bigquery.reservation.v1.CapacityCommitment second = 2;
- Returns:
- The second.
-
getSecondOrBuilder
CapacityCommitmentOrBuilder getSecondOrBuilder()
Second capacity commitment, result of a split.
.google.cloud.bigquery.reservation.v1.CapacityCommitment second = 2;
-
-