Package | Description |
---|---|
com.google.cloud.compute.v1 |
A client to Compute Engine API.
|
Modifier and Type | Method and Description |
---|---|
Quota |
Quota.Builder.build() |
static Quota |
Quota.getDefaultInstance() |
Modifier and Type | Method and Description |
---|---|
List<Quota> |
Project.getQuotasList()
[Output Only] Quotas assigned to this project.
|
List<Quota> |
Project.Builder.getQuotasList()
[Output Only] Quotas assigned to this project.
|
List<Quota> |
Region.getQuotasList()
[Output Only] Quotas assigned to this region.
|
List<Quota> |
Region.Builder.getQuotasList()
[Output Only] Quotas assigned to this region.
|
Modifier and Type | Method and Description |
---|---|
Project.Builder |
Project.Builder.addQuotas(Quota quotas)
[Output Only] Quotas assigned to this project.
|
Region.Builder |
Region.Builder.addQuotas(Quota quotas)
[Output Only] Quotas assigned to this region.
|
Quota.Builder |
Quota.Builder.mergeFrom(Quota other) |
static Quota.Builder |
Quota.newBuilder(Quota prototype) |
Modifier and Type | Method and Description |
---|---|
Project.Builder |
Project.Builder.addAllQuotas(List<Quota> quotas)
[Output Only] Quotas assigned to this project.
|
Region.Builder |
Region.Builder.addAllQuotas(List<Quota> quotas)
[Output Only] Quotas assigned to this region.
|
Copyright © 2019 Google LLC. All rights reserved.