Interface ListQuotaInfosResponseOrBuilder (0.2.0)

public interface ListQuotaInfosResponseOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getNextPageToken()

public abstract String getNextPageToken()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
String

The nextPageToken.

getNextPageTokenBytes()

public abstract ByteString getNextPageTokenBytes()

A token, which can be sent as page_token to retrieve the next page. If this field is omitted, there are no subsequent pages.

string next_page_token = 2;

Returns
TypeDescription
ByteString

The bytes for nextPageToken.

getQuotaInfos(int index)

public abstract QuotaInfo getQuotaInfos(int index)

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaInfo

getQuotaInfosCount()

public abstract int getQuotaInfosCount()

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Returns
TypeDescription
int

getQuotaInfosList()

public abstract List<QuotaInfo> getQuotaInfosList()

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Returns
TypeDescription
List<QuotaInfo>

getQuotaInfosOrBuilder(int index)

public abstract QuotaInfoOrBuilder getQuotaInfosOrBuilder(int index)

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Parameter
NameDescription
indexint
Returns
TypeDescription
QuotaInfoOrBuilder

getQuotaInfosOrBuilderList()

public abstract List<? extends QuotaInfoOrBuilder> getQuotaInfosOrBuilderList()

The list of QuotaInfo

repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;

Returns
TypeDescription
List<? extends com.google.api.cloudquotas.v1.QuotaInfoOrBuilder>