Represents a MessagesV1Beta3
Inheritance
$protobuf.rpc.Service > protos.google.dataflow.v1beta3.MessagesV1Beta3Package
@google-cloud/dataflowConstructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);Constructs a new MessagesV1Beta3 service.
| Name | Description |
| 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.
| Name | Description |
| rpcImpl |
$protobuf.RPCImpl
RPC implementation |
| requestDelimited |
boolean
Whether requests are length-delimited |
| responseDelimited |
boolean
Whether responses are length-delimited |
| Type | Description |
| 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.
| Name | Description |
| request |
IListJobMessagesRequest
ListJobMessagesRequest message or plain object |
| callback |
google.dataflow.v1beta3.MessagesV1Beta3.ListJobMessagesCallback
Node-style callback called with the error, if any, and ListJobMessagesResponse |
| Type | Description |
| void |
listJobMessages(request)
public listJobMessages(request: google.dataflow.v1beta3.IListJobMessagesRequest): Promise<google.dataflow.v1beta3.ListJobMessagesResponse>;Calls ListJobMessages.
| Name | Description |
| request |
IListJobMessagesRequest
ListJobMessagesRequest message or plain object |
| Type | Description |
| Promise<google.dataflow.v1beta3.ListJobMessagesResponse> | Promise |