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.
| Parameters | |
|---|---|
| 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.
| Parameters | |
|---|---|
| Name | Description |
rpcImpl |
$protobuf.RPCImpl
RPC implementation |
requestDelimited |
boolean
Whether requests are length-delimited |
responseDelimited |
boolean
Whether responses are length-delimited |
| Returns | |
|---|---|
| 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.
| Parameters | |
|---|---|
| Name | Description |
request |
IListJobMessagesRequest
ListJobMessagesRequest message or plain object |
callback |
ListJobMessagesCallback
Node-style callback called with the error, if any, and ListJobMessagesResponse |
| Returns | |
|---|---|
| Type | Description |
void |
|
listJobMessages(request)
public listJobMessages(request: google.dataflow.v1beta3.IListJobMessagesRequest): Promise<google.dataflow.v1beta3.ListJobMessagesResponse>;Calls ListJobMessages.
| Parameter | |
|---|---|
| Name | Description |
request |
IListJobMessagesRequest
ListJobMessagesRequest message or plain object |
| Returns | |
|---|---|
| Type | Description |
Promise<google.dataflow.v1beta3.ListJobMessagesResponse> |
Promise |