public interface ListQuotaInfosResponseOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getNextPageToken()
A token, which can be sent as `page_token` to retrieve the next page.
|
com.google.protobuf.ByteString |
getNextPageTokenBytes()
A token, which can be sent as `page_token` to retrieve the next page.
|
QuotaInfo |
getQuotaInfos(int index)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
int |
getQuotaInfosCount()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
List<QuotaInfo> |
getQuotaInfosList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
QuotaInfoOrBuilder |
getQuotaInfosOrBuilder(int index)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
List<? extends QuotaInfoOrBuilder> |
getQuotaInfosOrBuilderList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofList<QuotaInfo> getQuotaInfosList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1;QuotaInfo getQuotaInfos(int index)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1;int getQuotaInfosCount()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1;List<? extends QuotaInfoOrBuilder> getQuotaInfosOrBuilderList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1;QuotaInfoOrBuilder getQuotaInfosOrBuilder(int index)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1;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;com.google.protobuf.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;Copyright © 2025 Google LLC. All rights reserved.