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

public static class CloudQuotas

Reference documentation and code samples for the Cloud Quotas v1beta 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.V1Beta

Assembly

Google.Cloud.CloudQuotas.V1Beta.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 CloudQuotas CloudQuotasBase

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 AddMethod on this object.

serviceImpl CloudQuotas CloudQuotasBase

An object implementing the server-side handling logic.

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年11月05日 UTC.