| Modifier and Type | Method and Description |
|---|---|
QuotaInfo |
QuotaInfo.Builder.build() |
QuotaInfo |
QuotaInfo.Builder.buildPartial() |
static QuotaInfo |
QuotaInfo.getDefaultInstance() |
QuotaInfo |
QuotaInfo.getDefaultInstanceForType() |
QuotaInfo |
QuotaInfo.Builder.getDefaultInstanceForType() |
QuotaInfo |
ListQuotaInfosResponseOrBuilder.getQuotaInfos(int index)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
QuotaInfo |
ListQuotaInfosResponse.getQuotaInfos(int index)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
QuotaInfo |
ListQuotaInfosResponse.Builder.getQuotaInfos(int index)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
static QuotaInfo |
QuotaInfo.parseDelimitedFrom(InputStream input) |
static QuotaInfo |
QuotaInfo.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaInfo |
QuotaInfo.parseFrom(byte[] data) |
static QuotaInfo |
QuotaInfo.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaInfo |
QuotaInfo.parseFrom(ByteBuffer data) |
static QuotaInfo |
QuotaInfo.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaInfo |
QuotaInfo.parseFrom(com.google.protobuf.ByteString data) |
static QuotaInfo |
QuotaInfo.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaInfo |
QuotaInfo.parseFrom(com.google.protobuf.CodedInputStream input) |
static QuotaInfo |
QuotaInfo.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static QuotaInfo |
QuotaInfo.parseFrom(InputStream input) |
static QuotaInfo |
QuotaInfo.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<QuotaInfo> |
QuotaInfo.getParserForType() |
List<QuotaInfo> |
ListQuotaInfosResponseOrBuilder.getQuotaInfosList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
List<QuotaInfo> |
ListQuotaInfosResponse.getQuotaInfosList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
List<QuotaInfo> |
ListQuotaInfosResponse.Builder.getQuotaInfosList()
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
static com.google.protobuf.Parser<QuotaInfo> |
QuotaInfo.parser() |
| Modifier and Type | Method and Description |
|---|---|
ListQuotaInfosResponse.Builder |
ListQuotaInfosResponse.Builder.addQuotaInfos(int index,
QuotaInfo value)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
ListQuotaInfosResponse.Builder |
ListQuotaInfosResponse.Builder.addQuotaInfos(QuotaInfo value)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
QuotaInfo.Builder |
QuotaInfo.Builder.mergeFrom(QuotaInfo other) |
static QuotaInfo.Builder |
QuotaInfo.newBuilder(QuotaInfo prototype) |
ListQuotaInfosResponse.Builder |
ListQuotaInfosResponse.Builder.setQuotaInfos(int index,
QuotaInfo value)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
| Modifier and Type | Method and Description |
|---|---|
ListQuotaInfosResponse.Builder |
ListQuotaInfosResponse.Builder.addAllQuotaInfos(Iterable<? extends QuotaInfo> values)
The list of QuotaInfo
repeated .google.api.cloudquotas.v1beta.QuotaInfo quota_infos = 1; |
Copyright © 2025 Google LLC. All rights reserved.