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