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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["\u003cp\u003eThe Cloud Quotas API allows Google Cloud service consumers to manage their resource usage limits.\u003c/p\u003e\n"],["\u003cp\u003eUsers can list and retrieve metadata and current status of quotas for a specific service.\u003c/p\u003e\n"],["\u003cp\u003eThe API enables the creation and updating of quota preferences, allowing users to declare preferred quota values.\u003c/p\u003e\n"],["\u003cp\u003eIt provides functionality to check the status of quota preference requests and view pending or historical quota preference.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eCloudQuotas\u003c/code\u003e class provides methods such as \u003ccode\u003eBindService\u003c/code\u003e for defining and registering service logic.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1 API - Class CloudQuotas (1.1.0)\n\nVersion latestkeyboard_arrow_down\n\n- [1.1.0 (latest)](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1.CloudQuotas)\n- [1.0.0-beta05](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/1.0.0-beta05/Google.Cloud.CloudQuotas.V1.CloudQuotas) \n\n public static class CloudQuotas\n\nReference documentation and code samples for the Cloud Quotas v1 API class CloudQuotas.\n\nThe Cloud Quotas API is an infrastructure service for Google Cloud that lets\nservice consumers list and manage their resource usage limits.\n\n- List/Get the metadata and current status of the quotas for a service.\n- Create/Update quota preferencess that declare the preferred quota values.\n- Check the status of a quota preference request.\n- List/Get pending and historical quota preference. \n\nInheritance\n-----------\n\n[object](https://learn.microsoft.com/dotnet/api/system.object) \\\u003e CloudQuotas \n\nInherited Members\n-----------------\n\n[object.GetHashCode()](https://learn.microsoft.com/dotnet/api/system.object.gethashcode) \n[object.GetType()](https://learn.microsoft.com/dotnet/api/system.object.gettype) \n[object.MemberwiseClone()](https://learn.microsoft.com/dotnet/api/system.object.memberwiseclone) \n[object.ToString()](https://learn.microsoft.com/dotnet/api/system.object.tostring)\n\nNamespace\n---------\n\n[Google.Cloud.CloudQuotas.V1](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1/latest/Google.Cloud.CloudQuotas.V1)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudQuotas.V1.dll\n\nMethods\n-------\n\n### BindService(CloudQuotasBase)\n\n public static ServerServiceDefinition BindService(CloudQuotas.CloudQuotasBase serviceImpl)\n\nCreates service definition that can be registered with a server\n\n### BindService(ServiceBinderBase, CloudQuotasBase)\n\n public static void BindService(ServiceBinderBase serviceBinder, CloudQuotas.CloudQuotasBase serviceImpl)\n\nRegister service method with a service binder with or without implementation. Useful when customizing the service binding logic.\nNote: this method is part of an experimental API that can change or be removed without any prior notice."]]