Uses of Class
com.google.cloud.edgecontainer.v1.Quota
-
Packages that use Quota Package Description com.google.cloud.edgecontainer.v1 A client to Distributed Cloud Edge Container API -
-
Uses of Quota in com.google.cloud.edgecontainer.v1
Methods in com.google.cloud.edgecontainer.v1 that return Quota Modifier and Type Method Description Quota
Quota.Builder. build()
Quota
Quota.Builder. buildPartial()
static Quota
Quota. getDefaultInstance()
Quota
Quota.Builder. getDefaultInstanceForType()
Quota
Quota. getDefaultInstanceForType()
Quota
ZoneMetadata.Builder. getQuota(int index)
Quota for resources in this zone.Quota
ZoneMetadata. getQuota(int index)
Quota for resources in this zone.Quota
ZoneMetadataOrBuilder. 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(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)
static Quota
Quota. parseFrom(ByteBuffer data)
static Quota
Quota. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.edgecontainer.v1 that return types with arguments of type Quota Modifier and Type Method Description com.google.protobuf.Parser<Quota>
Quota. getParserForType()
List<Quota>
ZoneMetadata.Builder. getQuotaList()
Quota for resources in this zone.List<Quota>
ZoneMetadata. getQuotaList()
Quota for resources in this zone.List<Quota>
ZoneMetadataOrBuilder. getQuotaList()
Quota for resources in this zone.static com.google.protobuf.Parser<Quota>
Quota. parser()
Methods in com.google.cloud.edgecontainer.v1 with parameters of type Quota Modifier and Type Method 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.Method parameters in com.google.cloud.edgecontainer.v1 with type arguments of type Quota Modifier and Type Method Description ZoneMetadata.Builder
ZoneMetadata.Builder. addAllQuota(Iterable<? extends Quota> values)
Quota for resources in this zone.
-