public class ServiceConsumerManagement.Services.ConsumerQuotaMetrics.Limits.ProducerQuotaPolicies extends Object
Constructor and Description |
---|
ProducerQuotaPolicies() |
Modifier and Type | Method and Description |
---|---|
ServiceConsumerManagement.Services.ConsumerQuotaMetrics.Limits.ProducerQuotaPolicies.Create |
create(String parent,
V1Beta1ProducerQuotaPolicy content)
Creates a producer quota policy.
|
ServiceConsumerManagement.Services.ConsumerQuotaMetrics.Limits.ProducerQuotaPolicies.Delete |
delete(String name)
Deletes a producer quota policy.
|
ServiceConsumerManagement.Services.ConsumerQuotaMetrics.Limits.ProducerQuotaPolicies.List |
list(String parent)
Lists all producer policies created at current consumer node for a limit.
|
ServiceConsumerManagement.Services.ConsumerQuotaMetrics.Limits.ProducerQuotaPolicies.Patch |
patch(String name,
V1Beta1ProducerQuotaPolicy content)
Updates a producer quota policy.
|
public ServiceConsumerManagement.Services.ConsumerQuotaMetrics.Limits.ProducerQuotaPolicies.Create create(String parent, V1Beta1ProducerQuotaPolicy content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The resource name of the parent quota limit. An example name would be: `services/compute.g
oogleapis.com/organizations/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/
%2Fproject%2Fregion`content
- the V1Beta1ProducerQuotaPolicy
IOException
public ServiceConsumerManagement.Services.ConsumerQuotaMetrics.Limits.ProducerQuotaPolicies.Delete delete(String name) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- Required. The resource name of the policy to delete. An example name would be: `services/compute.goo
gleapis.com/organizations/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2
Fproject%2Fregion/producerQuotaPolicies/4a3f2c1d`IOException
public ServiceConsumerManagement.Services.ConsumerQuotaMetrics.Limits.ProducerQuotaPolicies.List list(String parent) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.parent
- Required. The resource name of the parent quota limit. An example name would be: `services/compute.g
oogleapis.com/organizations/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/
%2Fproject%2Fregion`IOException
public ServiceConsumerManagement.Services.ConsumerQuotaMetrics.Limits.ProducerQuotaPolicies.Patch patch(String name, V1Beta1ProducerQuotaPolicy content) throws IOException
AbstractGoogleClientRequest.execute()
method to invoke the remote operation.name
- The resource name of the producer policy. An example name would be: `services/compute.googleapis.com
/organizations/123/consumerQuotaMetrics/compute.googleapis.com%2Fcpus/limits/%2Fproject%2F
region/producerQuotaPolicies/4a3f2c1d`content
- the V1Beta1ProducerQuotaPolicy
IOException
Copyright © 2011–2024 Google. All rights reserved.