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 Quota
Quota.Builder. build()
Quota
Quota.Builder. buildPartial()
static Quota
Quota. getDefaultInstance()
Quota
Quota.Builder. getDefaultInstanceForType()
Quota
Quota. getDefaultInstanceForType()
Quota
Project.Builder. getQuotas(int index)
[Output Only] Quotas assigned to this project.Quota
Project. getQuotas(int index)
[Output Only] Quotas assigned to this project.Quota
ProjectOrBuilder. getQuotas(int index)
[Output Only] Quotas assigned to this project.Quota
Region.Builder. getQuotas(int index)
[Output Only] Quotas assigned to this region.Quota
Region. getQuotas(int index)
[Output Only] Quotas assigned to this region.Quota
RegionOrBuilder. getQuotas(int index)
[Output Only] Quotas assigned to this region.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.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.Builder
Project.Builder. addQuotas(int index, Quota value)
[Output Only] Quotas assigned to this project.Project.Builder
Project.Builder. addQuotas(Quota value)
[Output Only] Quotas assigned to this project.Region.Builder
Region.Builder. addQuotas(int index, Quota value)
[Output Only] Quotas assigned to this region.Region.Builder
Region.Builder. addQuotas(Quota value)
[Output Only] Quotas assigned to this region.Quota.Builder
Quota.Builder. mergeFrom(Quota other)
static Quota.Builder
Quota. newBuilder(Quota prototype)
Project.Builder
Project.Builder. setQuotas(int index, Quota value)
[Output Only] Quotas assigned to this project.Region.Builder
Region.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.Builder
Project.Builder. addAllQuotas(Iterable<? extends Quota> values)
[Output Only] Quotas assigned to this project.Region.Builder
Region.Builder. addAllQuotas(Iterable<? extends Quota> values)
[Output Only] Quotas assigned to this region.
-