Class protos.google.dataflow.v1beta3.MessagesV1Beta3 (3.0.2)

Represents a MessagesV1Beta3

Inheritance

$protobuf.rpc.Service > protos.google.dataflow.v1beta3.MessagesV1Beta3

Package

@google-cloud/dataflow

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new MessagesV1Beta3 service.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Methods

create(rpcImpl, requestDelimited, responseDelimited)

public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): MessagesV1Beta3;

Creates new MessagesV1Beta3 service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
MessagesV1Beta3

RPC service. Useful where requests and/or responses are streamed.

listJobMessages(request, callback)

public listJobMessages(request: google.dataflow.v1beta3.IListJobMessagesRequest, callback: google.dataflow.v1beta3.MessagesV1Beta3.ListJobMessagesCallback): void;

Calls ListJobMessages.

Parameters
NameDescription
request IListJobMessagesRequest

ListJobMessagesRequest message or plain object

callback ListJobMessagesCallback

Node-style callback called with the error, if any, and ListJobMessagesResponse

Returns
TypeDescription
void

listJobMessages(request)

public listJobMessages(request: google.dataflow.v1beta3.IListJobMessagesRequest): Promise<google.dataflow.v1beta3.ListJobMessagesResponse>;

Calls ListJobMessages.

Parameter
NameDescription
request IListJobMessagesRequest

ListJobMessagesRequest message or plain object

Returns
TypeDescription
Promise<google.dataflow.v1beta3.ListJobMessagesResponse>

Promise