public static class SnapshotsV1Beta3Provides methods to manage snapshots of Google Cloud Dataflow jobs.
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Methods
BindService(SnapshotsV1Beta3.SnapshotsV1Beta3Base)
public static ServerServiceDefinition BindService(SnapshotsV1Beta3.SnapshotsV1Beta3Base serviceImpl)Creates service definition that can be registered with a server
| Parameter | |
|---|---|
| Name | Description |
serviceImpl |
SnapshotsV1Beta3.SnapshotsV1Beta3BaseAn object implementing the server-side handling logic. |
| Returns | |
|---|---|
| Type | Description |
ServerServiceDefinition |
|
BindService(ServiceBinderBase, SnapshotsV1Beta3.SnapshotsV1Beta3Base)
public static void BindService(ServiceBinderBase serviceBinder, SnapshotsV1Beta3.SnapshotsV1Beta3Base 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 |
ServiceBinderBaseService methods will be bound by calling |
serviceImpl |
SnapshotsV1Beta3.SnapshotsV1Beta3BaseAn object implementing the server-side handling logic. |