Interface ListCapacityCommitmentsResponseOrBuilder

    • Method Detail

      • getCapacityCommitmentsList

        List<CapacityCommitment> getCapacityCommitmentsList()
         List of capacity commitments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;
      • getCapacityCommitments

        CapacityCommitment getCapacityCommitments​(int index)
         List of capacity commitments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;
      • getCapacityCommitmentsCount

        int getCapacityCommitmentsCount()
         List of capacity commitments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;
      • getCapacityCommitmentsOrBuilderList

        List<? extends CapacityCommitmentOrBuilder> getCapacityCommitmentsOrBuilderList()
         List of capacity commitments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;
      • getCapacityCommitmentsOrBuilder

        CapacityCommitmentOrBuilder getCapacityCommitmentsOrBuilder​(int index)
         List of capacity commitments visible to the user.
         
        repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;
      • getNextPageToken

        String getNextPageToken()
         Token to retrieve the next page of results, or empty if there are no
         more results in the list.
         
        string next_page_token = 2;
        Returns:
        The nextPageToken.
      • getNextPageTokenBytes

        com.google.protobuf.ByteString getNextPageTokenBytes()
         Token to retrieve the next page of results, or empty if there are no
         more results in the list.
         
        string next_page_token = 2;
        Returns:
        The bytes for nextPageToken.