public class FlexTemplatesServiceClient : ClientBase<FlexTemplatesService.FlexTemplatesServiceClient>
Client for FlexTemplatesService
Inheritance
Object > ClientBase > ClientBase<FlexTemplatesService.FlexTemplatesServiceClient> > FlexTemplatesService.FlexTemplatesServiceClientNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
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(ClientBase.ClientBaseConfiguration)
protected FlexTemplatesServiceClient(ClientBase.ClientBaseConfiguration configuration)
Protected constructor to allow creation of configured clients.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration 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, Nullable<DateTime>, CancellationToken)
public virtual LaunchFlexTemplateResponse LaunchFlexTemplate(LaunchFlexTemplateRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
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 | Nullable<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 |
AsyncUnaryCall<LaunchFlexTemplateResponse> | The call object. |
LaunchFlexTemplateAsync(LaunchFlexTemplateRequest, Metadata, Nullable<DateTime>, CancellationToken)
public virtual AsyncUnaryCall<LaunchFlexTemplateResponse> LaunchFlexTemplateAsync(LaunchFlexTemplateRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))
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 | Nullable<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 |
AsyncUnaryCall<LaunchFlexTemplateResponse> | The call object. |
NewInstance(ClientBase.ClientBaseConfiguration)
protected override FlexTemplatesService.FlexTemplatesServiceClient NewInstance(ClientBase.ClientBaseConfiguration configuration)
Creates a new instance of client from given ClientBaseConfiguration
.
Parameter | |
---|---|
Name | Description |
configuration | ClientBase.ClientBaseConfiguration |
Returns | |
---|---|
Type | Description |
FlexTemplatesService.FlexTemplatesServiceClient |