Interface ListCapacityCommitmentsResponseOrBuilder (2.2.7)

public interface ListCapacityCommitmentsResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCapacityCommitments(int index)

public abstract CapacityCommitment getCapacityCommitments(int index)

List of capacity commitments visible to the user.

repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CapacityCommitment

getCapacityCommitmentsCount()

public abstract int getCapacityCommitmentsCount()

List of capacity commitments visible to the user.

repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;

Returns
TypeDescription
int

getCapacityCommitmentsList()

public abstract List<CapacityCommitment> getCapacityCommitmentsList()

List of capacity commitments visible to the user.

repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;

Returns
TypeDescription
List<CapacityCommitment>

getCapacityCommitmentsOrBuilder(int index)

public abstract CapacityCommitmentOrBuilder getCapacityCommitmentsOrBuilder(int index)

List of capacity commitments visible to the user.

repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
CapacityCommitmentOrBuilder

getCapacityCommitmentsOrBuilderList()

public abstract List<? extends CapacityCommitmentOrBuilder> getCapacityCommitmentsOrBuilderList()

List of capacity commitments visible to the user.

repeated .google.cloud.bigquery.reservation.v1.CapacityCommitment capacity_commitments = 1;

Returns
TypeDescription
List<? extends com.google.cloud.bigquery.reservation.v1.CapacityCommitmentOrBuilder>

getNextPageToken()

public abstract 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
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract 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
TypeDescription
ByteString

The bytes for nextPageToken.