Dataflow v1beta3 API - Class JobsV1Beta3 (2.0.0-beta04)

public static class JobsV1Beta3

Reference documentation and code samples for the Dataflow v1beta3 API class JobsV1Beta3.

Provides a method to create and modify Google Cloud Dataflow jobs. A Job is a multi-stage computation graph run by the Cloud Dataflow service.

Inheritance

object > JobsV1Beta3

Namespace

GoogleGoogle.CloudGoogle.Cloud.DataflowV1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Methods

BindService(JobsV1Beta3Base)

public static ServerServiceDefinition BindService(JobsV1Beta3.JobsV1Beta3Base serviceImpl)

Creates service definition that can be registered with a server

Parameter
NameDescription
serviceImplJobsV1Beta3JobsV1Beta3Base

An object implementing the server-side handling logic.

Returns
TypeDescription
ServerServiceDefinition

BindService(ServiceBinderBase, JobsV1Beta3Base)

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.

Parameters
NameDescription
serviceBinderServiceBinderBase

Service methods will be bound by calling AddMethod on this object.

serviceImplJobsV1Beta3JobsV1Beta3Base

An object implementing the server-side handling logic.