public interface ListQuotaInfosResponseOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
QuotaInfo |
getQuotaInfosCount()
public abstract int getQuotaInfosCount()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Returns | |
---|---|
Type | Description |
int |
getQuotaInfosList()
public abstract List<QuotaInfo> getQuotaInfosList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
QuotaInfoOrBuilder |
getQuotaInfosOrBuilderList()
public abstract List<? extends QuotaInfoOrBuilder> getQuotaInfosOrBuilderList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Returns | |
---|---|
Type | Description |
List<? extends com.google.api.cloudquotas.v1.QuotaInfoOrBuilder> |