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\u003eYou can use the API to list or get the metadata and current status of quotas for a specific service.\u003c/p\u003e\n"],["\u003cp\u003eUsers can create or update quota preferences to specify their preferred quota values through this API.\u003c/p\u003e\n"],["\u003cp\u003eThe API allows you to check the status of a quota preference request, and also to list or get pending and historical quota preferences.\u003c/p\u003e\n"],["\u003cp\u003eThe CloudQuotas class provides methods, BindService, for creating and registering service definitions with a server.\u003c/p\u003e\n"]]],[],null,["# Cloud Quotas v1beta API - Class CloudQuotas (1.0.0-beta02)\n\nVersion latestkeyboard_arrow_down\n\n- [1.0.0-beta02 (latest)](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta.CloudQuotas)\n- [1.0.0-beta01](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/1.0.0-beta01/Google.Cloud.CloudQuotas.V1Beta.CloudQuotas) \n\n public static class CloudQuotas\n\nReference documentation and code samples for the Cloud Quotas v1beta 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.V1Beta](/dotnet/docs/reference/Google.Cloud.CloudQuotas.V1Beta/latest/Google.Cloud.CloudQuotas.V1Beta)\n\nAssembly\n--------\n\nGoogle.Cloud.CloudQuotas.V1Beta.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."]]