| Modifier and Type | Method and Description |
|---|---|
Quota |
Quota.Builder.build() |
Quota |
Quota.Builder.buildPartial() |
static Quota |
Quota.getDefaultInstance() |
Quota |
Quota.getDefaultInstanceForType() |
Quota |
Quota.Builder.getDefaultInstanceForType() |
Quota |
ZoneMetadataOrBuilder.getQuota(int index)
Quota for resources in this zone.
|
Quota |
ZoneMetadata.getQuota(int index)
Quota for resources in this zone.
|
Quota |
ZoneMetadata.Builder.getQuota(int index)
Quota for resources in this zone.
|
static Quota |
Quota.parseDelimitedFrom(InputStream input) |
static Quota |
Quota.parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Quota |
Quota.parseFrom(byte[] data) |
static Quota |
Quota.parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Quota |
Quota.parseFrom(ByteBuffer data) |
static Quota |
Quota.parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Quota |
Quota.parseFrom(com.google.protobuf.ByteString data) |
static Quota |
Quota.parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Quota |
Quota.parseFrom(com.google.protobuf.CodedInputStream input) |
static Quota |
Quota.parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Quota |
Quota.parseFrom(InputStream input) |
static Quota |
Quota.parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
| Modifier and Type | Method and Description |
|---|---|
com.google.protobuf.Parser<Quota> |
Quota.getParserForType() |
List<Quota> |
ZoneMetadataOrBuilder.getQuotaList()
Quota for resources in this zone.
|
List<Quota> |
ZoneMetadata.getQuotaList()
Quota for resources in this zone.
|
List<Quota> |
ZoneMetadata.Builder.getQuotaList()
Quota for resources in this zone.
|
static com.google.protobuf.Parser<Quota> |
Quota.parser() |
| Modifier and Type | Method and Description |
|---|---|
ZoneMetadata.Builder |
ZoneMetadata.Builder.addQuota(int index,
Quota value)
Quota for resources in this zone.
|
ZoneMetadata.Builder |
ZoneMetadata.Builder.addQuota(Quota value)
Quota for resources in this zone.
|
Quota.Builder |
Quota.Builder.mergeFrom(Quota other) |
static Quota.Builder |
Quota.newBuilder(Quota prototype) |
ZoneMetadata.Builder |
ZoneMetadata.Builder.setQuota(int index,
Quota value)
Quota for resources in this zone.
|
| Modifier and Type | Method and Description |
|---|---|
ZoneMetadata.Builder |
ZoneMetadata.Builder.addAllQuota(Iterable<? extends Quota> values)
Quota for resources in this zone.
|
Copyright © 2024 Google LLC. All rights reserved.