Dataflow v1beta3 API - Class FlexTemplatesService.FlexTemplatesServiceClient (2.0.0-beta07)

public class FlexTemplatesService.FlexTemplatesServiceClient : ClientBase<FlexTemplatesService.FlexTemplatesServiceClient>

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

Client for FlexTemplatesService

Inheritance

object > ClientBase > ClientBaseFlexTemplatesServiceFlexTemplatesServiceClient > FlexTemplatesService.FlexTemplatesServiceClient

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

FlexTemplatesServiceClient()

protected FlexTemplatesServiceClient()

Protected parameterless constructor to allow creation of test doubles.

FlexTemplatesServiceClient(CallInvoker)

public FlexTemplatesServiceClient(CallInvoker callInvoker)

Creates a new client for FlexTemplatesService that uses a custom CallInvoker.

Parameter
Name Description
callInvoker CallInvoker

The callInvoker to use to make remote calls.

FlexTemplatesServiceClient(ChannelBase)

public FlexTemplatesServiceClient(ChannelBase channel)

Creates a new client for FlexTemplatesService

Parameter
Name Description
channel ChannelBase

The channel to use to make remote calls.

FlexTemplatesServiceClient(ClientBaseConfiguration)

protected FlexTemplatesServiceClient(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration

The client configuration.

Methods

LaunchFlexTemplate(LaunchFlexTemplateRequest, CallOptions)

public virtual LaunchFlexTemplateResponse LaunchFlexTemplate(LaunchFlexTemplateRequest request, CallOptions options)

Launch a job with a FlexTemplate.

Parameters
Name Description
request LaunchFlexTemplateRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
LaunchFlexTemplateResponse

The response received from the server.

LaunchFlexTemplate(LaunchFlexTemplateRequest, Metadata, DateTime?, CancellationToken)

public virtual LaunchFlexTemplateResponse LaunchFlexTemplate(LaunchFlexTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Launch a job with a FlexTemplate.

Parameters
Name Description
request LaunchFlexTemplateRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
LaunchFlexTemplateResponse

The response received from the server.

LaunchFlexTemplateAsync(LaunchFlexTemplateRequest, CallOptions)

public virtual AsyncUnaryCall<LaunchFlexTemplateResponse> LaunchFlexTemplateAsync(LaunchFlexTemplateRequest request, CallOptions options)

Launch a job with a FlexTemplate.

Parameters
Name Description
request LaunchFlexTemplateRequest

The request to send to the server.

options CallOptions

The options for the call.

Returns
Type Description
AsyncUnaryCallLaunchFlexTemplateResponse

The call object.

LaunchFlexTemplateAsync(LaunchFlexTemplateRequest, Metadata, DateTime?, CancellationToken)

public virtual AsyncUnaryCall<LaunchFlexTemplateResponse> LaunchFlexTemplateAsync(LaunchFlexTemplateRequest request, Metadata headers = null, DateTime? deadline = null, CancellationToken cancellationToken = default)

Launch a job with a FlexTemplate.

Parameters
Name Description
request LaunchFlexTemplateRequest

The request to send to the server.

headers Metadata

The initial metadata to send with the call. This parameter is optional.

deadline DateTime

An optional deadline for the call. The call will be cancelled if deadline is hit.

cancellationToken CancellationToken

An optional token for canceling the call.

Returns
Type Description
AsyncUnaryCallLaunchFlexTemplateResponse

The call object.

NewInstance(ClientBaseConfiguration)

protected override FlexTemplatesService.FlexTemplatesServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
Name Description
configuration ClientBaseClientBaseConfiguration
Returns
Type Description
FlexTemplatesServiceFlexTemplatesServiceClient
Overrides