Class ListQuotaInfosResponse.Builder (0.21.0)
0.56.0 (latest)
0.55.0
0.53.0
0.51.0
0.50.0
0.49.0
0.48.0
0.46.0
0.44.0
0.43.0
0.42.0
0.41.0
0.40.0
0.38.0
0.36.0
0.35.0
0.32.0
0.31.0
0.30.0
0.28.0
0.27.0
0.26.0
0.25.0
0.24.0
0.23.0
0.22.0
0.21.0
0.20.0
0.19.0
0.17.0
0.16.0
0.15.0
0.14.0
0.13.0
0.12.0
0.11.0
0.10.0
0.9.0
0.8.0
0.7.0
0.5.0
0.4.0
0.3.0
0.2.0
0.1.0
public static final class ListQuotaInfosResponse . Builder extends GeneratedMessageV3 . Builder<ListQuotaInfosResponse . Builder > implements ListQuotaInfosResponseOrBuilder
Message for response to listing QuotaInfos
Protobuf type google.api.cloudquotas.v1.ListQuotaInfosResponse
Inherited Members
com.google.protobuf.GeneratedMessageV3.Builder.getUnknownFieldSetBuilder()
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.internalGetMutableMapFieldReflection(int)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownLengthDelimitedField(int,com.google.protobuf.ByteString)
com.google.protobuf.GeneratedMessageV3.Builder.mergeUnknownVarintField(int,int)
com.google.protobuf.GeneratedMessageV3.Builder.parseUnknownField(com.google.protobuf.CodedInputStream,com.google.protobuf.ExtensionRegistryLite,int)
com.google.protobuf.GeneratedMessageV3.Builder.setUnknownFieldSetBuilder(com.google.protobuf.UnknownFieldSet.Builder)
Static Methods
getDescriptor()
public static final Descriptors . Descriptor getDescriptor ()
Methods
addAllQuotaInfos(Iterable<? extends QuotaInfo> values)
public ListQuotaInfosResponse . Builder addAllQuotaInfos ( Iterable <? extends QuotaInfo > values )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Parameter
Name
Description
values
Iterable <? extends com.google.api.cloudquotas.v1.QuotaInfo >
addQuotaInfos(QuotaInfo value)
public ListQuotaInfosResponse . Builder addQuotaInfos ( QuotaInfo value )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
addQuotaInfos(QuotaInfo.Builder builderForValue)
public ListQuotaInfosResponse . Builder addQuotaInfos ( QuotaInfo . Builder builderForValue )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
addQuotaInfos(int index, QuotaInfo value)
public ListQuotaInfosResponse . Builder addQuotaInfos ( int index , QuotaInfo value )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
addQuotaInfos(int index, QuotaInfo.Builder builderForValue)
public ListQuotaInfosResponse . Builder addQuotaInfos ( int index , QuotaInfo . Builder builderForValue )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
addQuotaInfosBuilder()
public QuotaInfo . Builder addQuotaInfosBuilder ()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
addQuotaInfosBuilder(int index)
public QuotaInfo . Builder addQuotaInfosBuilder ( int index )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Parameter
Name
Description
index
int
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public ListQuotaInfosResponse . Builder addRepeatedField ( Descriptors . FieldDescriptor field , Object value )
Overrides
build()
public ListQuotaInfosResponse build ()
buildPartial()
public ListQuotaInfosResponse buildPartial ()
clear()
public ListQuotaInfosResponse . Builder clear ()
Overrides
clearField(Descriptors.FieldDescriptor field)
public ListQuotaInfosResponse . Builder clearField ( Descriptors . FieldDescriptor field )
Overrides
clearNextPageToken()
public ListQuotaInfosResponse . Builder clearNextPageToken ()
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;
clearOneof(Descriptors.OneofDescriptor oneof)
public ListQuotaInfosResponse . Builder clearOneof ( Descriptors . OneofDescriptor oneof )
Overrides
clearQuotaInfos()
public ListQuotaInfosResponse . Builder clearQuotaInfos ()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
clone()
public ListQuotaInfosResponse . Builder clone ()
Overrides
getDefaultInstanceForType()
public ListQuotaInfosResponse getDefaultInstanceForType ()
getDescriptorForType()
public Descriptors . Descriptor getDescriptorForType ()
Overrides
getNextPageToken()
public 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 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 QuotaInfo getQuotaInfos ( int index )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Parameter
Name
Description
index
int
getQuotaInfosBuilder(int index)
public QuotaInfo . Builder getQuotaInfosBuilder ( int index )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Parameter
Name
Description
index
int
getQuotaInfosBuilderList()
public List<QuotaInfo . Builder > getQuotaInfosBuilderList ()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
getQuotaInfosCount()
public int getQuotaInfosCount ()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Returns
Type
Description
int
getQuotaInfosList()
public List<QuotaInfo> getQuotaInfosList ()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
getQuotaInfosOrBuilder(int index)
public QuotaInfoOrBuilder getQuotaInfosOrBuilder ( int index )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Parameter
Name
Description
index
int
getQuotaInfosOrBuilderList()
public 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 >
internalGetFieldAccessorTable()
protected GeneratedMessageV3 . FieldAccessorTable internalGetFieldAccessorTable ()
Overrides
isInitialized()
public final boolean isInitialized ()
Overrides
mergeFrom(ListQuotaInfosResponse other)
public ListQuotaInfosResponse . Builder mergeFrom ( ListQuotaInfosResponse other )
public ListQuotaInfosResponse . Builder mergeFrom ( CodedInputStream input , ExtensionRegistryLite extensionRegistry )
Overrides
mergeFrom(Message other)
public ListQuotaInfosResponse . Builder mergeFrom ( Message other )
Parameter
Name
Description
other
Message
Overrides
mergeUnknownFields(UnknownFieldSet unknownFields)
public final ListQuotaInfosResponse . Builder mergeUnknownFields ( UnknownFieldSet unknownFields )
Overrides
removeQuotaInfos(int index)
public ListQuotaInfosResponse . Builder removeQuotaInfos ( int index )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
Parameter
Name
Description
index
int
setField(Descriptors.FieldDescriptor field, Object value)
public ListQuotaInfosResponse . Builder setField ( Descriptors . FieldDescriptor field , Object value )
Overrides
setNextPageToken(String value)
public ListQuotaInfosResponse . Builder setNextPageToken ( String value )
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;
Parameter
Name
Description
value
String The nextPageToken to set.
setNextPageTokenBytes(ByteString value)
public ListQuotaInfosResponse . Builder setNextPageTokenBytes ( ByteString value )
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;
Parameter
Name
Description
value
ByteString The bytes for nextPageToken to set.
setQuotaInfos(int index, QuotaInfo value)
public ListQuotaInfosResponse . Builder setQuotaInfos ( int index , QuotaInfo value )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
setQuotaInfos(int index, QuotaInfo.Builder builderForValue)
public ListQuotaInfosResponse . Builder setQuotaInfos ( int index , QuotaInfo . Builder builderForValue )
The list of QuotaInfo
repeated .google.api.cloudquotas.v1.QuotaInfo quota_infos = 1;
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public ListQuotaInfosResponse . Builder setRepeatedField ( Descriptors . FieldDescriptor field , int index , Object value )
Overrides
setUnknownFields(UnknownFieldSet unknownFields)
public final ListQuotaInfosResponse . Builder setUnknownFields ( UnknownFieldSet unknownFields )
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License , and code samples are licensed under the Apache 2.0 License . For details, see the Google Developers Site Policies . Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2026-03-31 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-03-31 UTC."],[],[]]