Interface ListCapacityCommitmentsResponseOrBuilder (2.43.0)

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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Name Description
index int
Returns
Type Description
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
Type Description
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
Type Description
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
Type Description
ByteString

The bytes for nextPageToken.