public static void BindService(ServiceBinderBase serviceBinder, AutoscalingPolicyService.AutoscalingPolicyServiceBase 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"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["This page provides documentation for the `AutoscalingPolicyService` within the `Google.Cloud.Dataproc.V1` namespace, detailing its API interface for managing autoscaling policies."],["The documentation lists various versions of the `AutoscalingPolicyService`, ranging from version 3.1.0 to the latest 5.17.0, each with a direct link to its respective documentation."],["The `AutoscalingPolicyService` class inherits from `Object` and includes methods for binding the service, such as `BindService`, which can be used to register the service with a server."],["The namespace for this service is `Google.Cloud.Dataproc.V1`, and it is part of the `Google.Cloud.Dataproc.V1.dll` assembly."],["The `BindService` method accepts parameters like `serviceImpl`, an object that handles the server-side logic, and `serviceBinder`, used to bind service methods."]]],[]]