public static class MetricsV1Beta3
Reference documentation and code samples for the Dataflow v1beta3 API class MetricsV1Beta3.
The Dataflow Metrics API lets you monitor the progress of Dataflow jobs.
Namespace
GoogleGoogle.CloudGoogle.Cloud.DataflowV1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Methods
BindService(MetricsV1Beta3Base)
public static ServerServiceDefinition BindService(MetricsV1Beta3.MetricsV1Beta3Base serviceImpl)
Creates service definition that can be registered with a server
Parameter | |
---|---|
Name | Description |
serviceImpl | MetricsV1Beta3MetricsV1Beta3Base An object implementing the server-side handling logic. |
Returns | |
---|---|
Type | Description |
ServerServiceDefinition |
BindService(ServiceBinderBase, MetricsV1Beta3Base)
public static void BindService(ServiceBinderBase serviceBinder, MetricsV1Beta3.MetricsV1Beta3Base 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 |
serviceImpl | MetricsV1Beta3MetricsV1Beta3Base An object implementing the server-side handling logic. |