Uses of Class
com.google.cloud.compute.v1.Quota
-
Packages that use Quota Package Description com.google.cloud.compute.v1 The interfaces provided are listed below, along with usage samples. -
-
Uses of Quota in com.google.cloud.compute.v1
Methods in com.google.cloud.compute.v1 that return Quota Modifier and Type Method Description QuotaQuota.Builder. build()QuotaQuota.Builder. buildPartial()static QuotaQuota. getDefaultInstance()QuotaQuota.Builder. getDefaultInstanceForType()QuotaQuota. getDefaultInstanceForType()QuotaProject.Builder. getQuotas(int index)[Output Only] Quotas assigned to this project.QuotaProject. getQuotas(int index)[Output Only] Quotas assigned to this project.QuotaProjectOrBuilder. getQuotas(int index)[Output Only] Quotas assigned to this project.QuotaRegion.Builder. getQuotas(int index)[Output Only] Quotas assigned to this region.QuotaRegion. getQuotas(int index)[Output Only] Quotas assigned to this region.QuotaRegionOrBuilder. getQuotas(int index)[Output Only] Quotas assigned to this region.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.compute.v1 that return types with arguments of type Quota Modifier and Type Method Description com.google.protobuf.Parser<Quota>Quota. getParserForType()List<Quota>Project.Builder. getQuotasList()[Output Only] Quotas assigned to this project.List<Quota>Project. getQuotasList()[Output Only] Quotas assigned to this project.List<Quota>ProjectOrBuilder. getQuotasList()[Output Only] Quotas assigned to this project.List<Quota>Region.Builder. getQuotasList()[Output Only] Quotas assigned to this region.List<Quota>Region. getQuotasList()[Output Only] Quotas assigned to this region.List<Quota>RegionOrBuilder. getQuotasList()[Output Only] Quotas assigned to this region.static com.google.protobuf.Parser<Quota>Quota. parser()Methods in com.google.cloud.compute.v1 with parameters of type Quota Modifier and Type Method Description Project.BuilderProject.Builder. addQuotas(int index, Quota value)[Output Only] Quotas assigned to this project.Project.BuilderProject.Builder. addQuotas(Quota value)[Output Only] Quotas assigned to this project.Region.BuilderRegion.Builder. addQuotas(int index, Quota value)[Output Only] Quotas assigned to this region.Region.BuilderRegion.Builder. addQuotas(Quota value)[Output Only] Quotas assigned to this region.Quota.BuilderQuota.Builder. mergeFrom(Quota other)static Quota.BuilderQuota. newBuilder(Quota prototype)Project.BuilderProject.Builder. setQuotas(int index, Quota value)[Output Only] Quotas assigned to this project.Region.BuilderRegion.Builder. setQuotas(int index, Quota value)[Output Only] Quotas assigned to this region.Method parameters in com.google.cloud.compute.v1 with type arguments of type Quota Modifier and Type Method Description Project.BuilderProject.Builder. addAllQuotas(Iterable<? extends Quota> values)[Output Only] Quotas assigned to this project.Region.BuilderRegion.Builder. addAllQuotas(Iterable<? extends Quota> values)[Output Only] Quotas assigned to this region.
-