public static class CloudQuotas
Reference documentation and code samples for the Cloud Quotas v1 API class CloudQuotas.
The Cloud Quotas API is an infrastructure service for Google Cloud that lets service consumers list and manage their resource usage limits.
- List/Get the metadata and current status of the quotas for a service.
- Create/Update quota preferencess that declare the preferred quota values.
- Check the status of a quota preference request.
- List/Get pending and historical quota preference.
Namespace
Google.Cloud.CloudQuotas.V1Assembly
Google.Cloud.CloudQuotas.V1.dll
Methods
BindService(CloudQuotasBase)
public static ServerServiceDefinition BindService(CloudQuotas.CloudQuotasBase serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl |
CloudQuotasCloudQuotasBase An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, CloudQuotasBase)
public static void BindService(ServiceBinderBase serviceBinder, CloudQuotas.CloudQuotasBase serviceImpl)
Register service method with a service binder with or without implementation. Useful when customizing the service binding logic. Note: this method is part of an experimental API that can change or be removed without any prior notice.
Parameters | |
---|---|
Name | Description |
serviceBinder |
ServiceBinderBase Service methods will be bound by calling |
serviceImpl |
CloudQuotasCloudQuotasBase An object implementing the server-side handling logic. |