Cloud Quotas v1 API - Class CloudQuotas (1.0.0-beta03)

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.

Inheritance

object > CloudQuotas

Namespace

Google.Cloud.CloudQuotas.V1

Assembly

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
NameDescription
serviceImplCloudQuotasCloudQuotasBase

An object implementing the server-side handling logic.

Returns
TypeDescription
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
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplCloudQuotasCloudQuotasBase

An object implementing the server-side handling logic.