Dataflow v1beta3 API - Class MessagesV1Beta3 (2.0.0-beta07)

public static class MessagesV1Beta3

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

The Dataflow Messages API is used for monitoring the progress of Dataflow jobs.

Inheritance

object > MessagesV1Beta3

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Methods

BindService(MessagesV1Beta3Base)

public static ServerServiceDefinition BindService(MessagesV1Beta3.MessagesV1Beta3Base serviceImpl)

Creates service definition that can be registered with a server

Parameter
Name Description
serviceImpl MessagesV1Beta3MessagesV1Beta3Base

An object implementing the server-side handling logic.

Returns
Type Description
ServerServiceDefinition

BindService(ServiceBinderBase, MessagesV1Beta3Base)

public static void BindService(ServiceBinderBase serviceBinder, MessagesV1Beta3.MessagesV1Beta3Base 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
Name Description
serviceBinder ServiceBinderBase

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

serviceImpl MessagesV1Beta3MessagesV1Beta3Base

An object implementing the server-side handling logic.