public static void BindService(ServiceBinderBase serviceBinder, JobsV1Beta3.JobsV1Beta3Base 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."],[[["The `JobsV1Beta3` class, part of the Google Cloud Dataflow v1beta3 API, provides methods for creating and modifying Google Cloud Dataflow jobs."],["This class represents a multi-stage computation graph run by the Cloud Dataflow service and inherits from the base `object` class."],["The namespace for this class is `Google.Cloud.Dataflow.V1Beta3`, and it is contained within the `Google.Cloud.Dataflow.V1Beta3.dll` assembly."],["`JobsV1Beta3` offers two `BindService` methods for registering server-side logic, either by creating a `ServerServiceDefinition` or by binding directly to a `ServiceBinderBase`."],["The latest version available for this documentation is `2.0.0-beta07`, with `2.0.0-beta06` and `1.0.0-beta03` also available."]]],[]]