Interface SplitCapacityCommitmentResponseOrBuilder

    • 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.MessageLiteOrBuilder

        isInitialized
      • 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;