public sealed class FlexTemplatesServiceClientImpl : FlexTemplatesServiceClientFlexTemplatesService client wrapper implementation, for convenient use.
Namespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Remarks
Provides a service for Flex templates. This feature is not ready yet.
Constructors
FlexTemplatesServiceClientImpl(FlexTemplatesService.FlexTemplatesServiceClient, FlexTemplatesServiceSettings)
public FlexTemplatesServiceClientImpl(FlexTemplatesService.FlexTemplatesServiceClient grpcClient, FlexTemplatesServiceSettings settings)Constructs a client wrapper for the FlexTemplatesService service, with the specified gRPC client and settings.
| Parameters | |
|---|---|
| Name | Description |
grpcClient |
FlexTemplatesService.FlexTemplatesServiceClientThe underlying gRPC client. |
settings |
FlexTemplatesServiceSettingsThe base FlexTemplatesServiceSettings used within this client. |
Properties
GrpcClient
public override FlexTemplatesService.FlexTemplatesServiceClient GrpcClient { get; }The underlying gRPC FlexTemplatesService client
| Property Value | |
|---|---|
| Type | Description |
FlexTemplatesService.FlexTemplatesServiceClient |
|
Methods
LaunchFlexTemplate(LaunchFlexTemplateRequest, CallSettings)
public override LaunchFlexTemplateResponse LaunchFlexTemplate(LaunchFlexTemplateRequest request, CallSettings callSettings = null)Launch a job with a FlexTemplate.
| Parameters | |
|---|---|
| Name | Description |
request |
LaunchFlexTemplateRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
LaunchFlexTemplateResponse |
The RPC response. |
LaunchFlexTemplateAsync(LaunchFlexTemplateRequest, CallSettings)
public override Task<LaunchFlexTemplateResponse> LaunchFlexTemplateAsync(LaunchFlexTemplateRequest request, CallSettings callSettings = null)Launch a job with a FlexTemplate.
| Parameters | |
|---|---|
| Name | Description |
request |
LaunchFlexTemplateRequestThe request object containing all of the parameters for the API call. |
callSettings |
CallSettingsIf not null, applies overrides to this RPC call. |
| Returns | |
|---|---|
| Type | Description |
Task<LaunchFlexTemplateResponse> |
A Task containing the RPC response. |