Class MessagesV1Beta3.MessagesV1Beta3Client (1.0.0-beta03)

public class MessagesV1Beta3Client : ClientBase<MessagesV1Beta3.MessagesV1Beta3Client>

Client for MessagesV1Beta3

Inheritance

Object > ClientBase > ClientBase<MessagesV1Beta3.MessagesV1Beta3Client> > MessagesV1Beta3.MessagesV1Beta3Client

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

MessagesV1Beta3Client()

protected MessagesV1Beta3Client()

Protected parameterless constructor to allow creation of test doubles.

MessagesV1Beta3Client(CallInvoker)

public MessagesV1Beta3Client(CallInvoker callInvoker)

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

Parameter
NameDescription
callInvokerCallInvoker

The callInvoker to use to make remote calls.

MessagesV1Beta3Client(ChannelBase)

public MessagesV1Beta3Client(ChannelBase channel)

Creates a new client for MessagesV1Beta3

Parameter
NameDescription
channelChannelBase

The channel to use to make remote calls.

MessagesV1Beta3Client(ClientBase.ClientBaseConfiguration)

protected MessagesV1Beta3Client(ClientBase.ClientBaseConfiguration configuration)

Protected constructor to allow creation of configured clients.

Parameter
NameDescription
configurationClientBase.ClientBaseConfiguration

The client configuration.

Methods

ListJobMessages(ListJobMessagesRequest, CallOptions)

public virtual ListJobMessagesResponse ListJobMessages(ListJobMessagesRequest request, CallOptions options)

Request the job status.

To request the status of a job, we recommend using projects.locations.jobs.messages.list with a regional endpoint. Using projects.jobs.messages.list is not recommended, as you can only request the status of jobs that are running in us-central1.

Parameters
NameDescription
requestListJobMessagesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
ListJobMessagesResponse

The response received from the server.

ListJobMessages(ListJobMessagesRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual ListJobMessagesResponse ListJobMessages(ListJobMessagesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Request the job status.

To request the status of a job, we recommend using projects.locations.jobs.messages.list with a regional endpoint. Using projects.jobs.messages.list is not recommended, as you can only request the status of jobs that are running in us-central1.

Parameters
NameDescription
requestListJobMessagesRequest

The request to send to the server.

headersMetadata

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

deadlineNullable<DateTime>

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
ListJobMessagesResponse

The response received from the server.

ListJobMessagesAsync(ListJobMessagesRequest, CallOptions)

public virtual AsyncUnaryCall<ListJobMessagesResponse> ListJobMessagesAsync(ListJobMessagesRequest request, CallOptions options)

Request the job status.

To request the status of a job, we recommend using projects.locations.jobs.messages.list with a regional endpoint. Using projects.jobs.messages.list is not recommended, as you can only request the status of jobs that are running in us-central1.

Parameters
NameDescription
requestListJobMessagesRequest

The request to send to the server.

optionsCallOptions

The options for the call.

Returns
TypeDescription
AsyncUnaryCall<ListJobMessagesResponse>

The call object.

ListJobMessagesAsync(ListJobMessagesRequest, Metadata, Nullable<DateTime>, CancellationToken)

public virtual AsyncUnaryCall<ListJobMessagesResponse> ListJobMessagesAsync(ListJobMessagesRequest request, Metadata headers = null, DateTime? deadline = default(DateTime? ), CancellationToken cancellationToken = default(CancellationToken))

Request the job status.

To request the status of a job, we recommend using projects.locations.jobs.messages.list with a regional endpoint. Using projects.jobs.messages.list is not recommended, as you can only request the status of jobs that are running in us-central1.

Parameters
NameDescription
requestListJobMessagesRequest

The request to send to the server.

headersMetadata

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

deadlineNullable<DateTime>

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

cancellationTokenCancellationToken

An optional token for canceling the call.

Returns
TypeDescription
AsyncUnaryCall<ListJobMessagesResponse>

The call object.

NewInstance(ClientBase.ClientBaseConfiguration)

protected override MessagesV1Beta3.MessagesV1Beta3Client NewInstance(ClientBase.ClientBaseConfiguration configuration)

Creates a new instance of client from given ClientBaseConfiguration.

Parameter
NameDescription
configurationClientBase.ClientBaseConfiguration
Returns
TypeDescription
MessagesV1Beta3.MessagesV1Beta3Client
Overrides
Grpc.Core.ClientBase<Google.Cloud.Dataflow.V1Beta3.MessagesV1Beta3.MessagesV1Beta3Client>.NewInstance(Grpc.Core.ClientBase.ClientBaseConfiguration)