public sealed class FlexTemplatesServiceClientImpl : FlexTemplatesServiceClient
FlexTemplatesService 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.FlexTemplatesServiceClient The underlying gRPC client. |
settings | FlexTemplatesServiceSettings The 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 | LaunchFlexTemplateRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If 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 | LaunchFlexTemplateRequest The request object containing all of the parameters for the API call. |
callSettings | CallSettings If not null, applies overrides to this RPC call. |
Returns | |
---|---|
Type | Description |
Task<LaunchFlexTemplateResponse> | A Task containing the RPC response. |