Constructor
new MessagesV1Beta3(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new MessagesV1Beta3 service.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Extends
- $protobuf.rpc.Service
Methods
listJobMessages(request, callback) → {undefined}
Calls ListJobMessages.
Parameters:
| Name | Type | Description |
|---|---|---|
request |
google.dataflow.v1beta3.IListJobMessagesRequest |
ListJobMessagesRequest message or plain object |
callback |
google.dataflow.v1beta3.MessagesV1Beta3.ListJobMessagesCallback |
Node-style callback called with the error, if any, and ListJobMessagesResponse |
Returns:
| Type | Description |
|---|---|
| undefined |
listJobMessages(request) → {Promise.<google.dataflow.v1beta3.ListJobMessagesResponse>}
Calls ListJobMessages.
Parameters:
| Name | Type | Description |
|---|---|---|
request |
google.dataflow.v1beta3.IListJobMessagesRequest |
ListJobMessagesRequest message or plain object |
Returns:
| Type | Description |
|---|---|
| Promise.<google.dataflow.v1beta3.ListJobMessagesResponse> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {MessagesV1Beta3}
Creates new MessagesV1Beta3 service using the specified rpc implementation.
Parameters:
| Name | Type | Attributes | Default | Description |
|---|---|---|---|---|
rpcImpl |
$protobuf.RPCImpl |
RPC implementation |
||
requestDelimited |
boolean |
<optional> |
false |
Whether requests are length-delimited |
responseDelimited |
boolean |
<optional> |
false |
Whether responses are length-delimited |
Returns:
| Type | Description |
|---|---|
| MessagesV1Beta3 |
RPC service. Useful where requests and/or responses are streamed. |
Type Definitions
ListJobMessagesCallback(error, responseopt)
Callback as used by listJobMessages.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.dataflow.v1beta3.ListJobMessagesResponse |
<optional> |
ListJobMessagesResponse |