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 QuotaQuota.Builder. build()QuotaQuota.Builder. buildPartial()static QuotaQuota. getDefaultInstance()QuotaQuota.Builder. getDefaultInstanceForType()QuotaQuota. getDefaultInstanceForType()QuotaZoneMetadata.Builder. getQuota(int index)Quota for resources in this zone.QuotaZoneMetadata. getQuota(int index)Quota for resources in this zone.QuotaZoneMetadataOrBuilder. getQuota(int index)Quota for resources in this zone.static QuotaQuota. parseDelimitedFrom(InputStream input)static QuotaQuota. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaQuota. parseFrom(byte[] data)static QuotaQuota. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaQuota. parseFrom(com.google.protobuf.ByteString data)static QuotaQuota. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaQuota. parseFrom(com.google.protobuf.CodedInputStream input)static QuotaQuota. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaQuota. parseFrom(InputStream input)static QuotaQuota. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static QuotaQuota. parseFrom(ByteBuffer data)static QuotaQuota. 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.BuilderZoneMetadata.Builder. addQuota(int index, Quota value)Quota for resources in this zone.ZoneMetadata.BuilderZoneMetadata.Builder. addQuota(Quota value)Quota for resources in this zone.Quota.BuilderQuota.Builder. mergeFrom(Quota other)static Quota.BuilderQuota. newBuilder(Quota prototype)ZoneMetadata.BuilderZoneMetadata.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.BuilderZoneMetadata.Builder. addAllQuota(Iterable<? extends Quota> values)Quota for resources in this zone.
-