Constructor
new MetricsV1Beta3(rpcImpl, requestDelimitedopt, responseDelimitedopt)
Constructs a new MetricsV1Beta3 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
getJobExecutionDetails(request, callback) → {undefined}
Calls GetJobExecutionDetails.
Parameters:
| Name | Type | Description |
|---|---|---|
request |
google.dataflow.v1beta3.IGetJobExecutionDetailsRequest |
GetJobExecutionDetailsRequest message or plain object |
callback |
google.dataflow.v1beta3.MetricsV1Beta3.GetJobExecutionDetailsCallback |
Node-style callback called with the error, if any, and JobExecutionDetails |
Returns:
| Type | Description |
|---|---|
| undefined |
getJobExecutionDetails(request) → {Promise.<google.dataflow.v1beta3.JobExecutionDetails>}
Calls GetJobExecutionDetails.
Parameters:
| Name | Type | Description |
|---|---|---|
request |
google.dataflow.v1beta3.IGetJobExecutionDetailsRequest |
GetJobExecutionDetailsRequest message or plain object |
Returns:
| Type | Description |
|---|---|
| Promise.<google.dataflow.v1beta3.JobExecutionDetails> |
Promise |
getJobMetrics(request, callback) → {undefined}
Calls GetJobMetrics.
Parameters:
| Name | Type | Description |
|---|---|---|
request |
google.dataflow.v1beta3.IGetJobMetricsRequest |
GetJobMetricsRequest message or plain object |
callback |
google.dataflow.v1beta3.MetricsV1Beta3.GetJobMetricsCallback |
Node-style callback called with the error, if any, and JobMetrics |
Returns:
| Type | Description |
|---|---|
| undefined |
getJobMetrics(request) → {Promise.<google.dataflow.v1beta3.JobMetrics>}
Calls GetJobMetrics.
Parameters:
| Name | Type | Description |
|---|---|---|
request |
google.dataflow.v1beta3.IGetJobMetricsRequest |
GetJobMetricsRequest message or plain object |
Returns:
| Type | Description |
|---|---|
| Promise.<google.dataflow.v1beta3.JobMetrics> |
Promise |
getStageExecutionDetails(request, callback) → {undefined}
Calls GetStageExecutionDetails.
Parameters:
| Name | Type | Description |
|---|---|---|
request |
google.dataflow.v1beta3.IGetStageExecutionDetailsRequest |
GetStageExecutionDetailsRequest message or plain object |
callback |
google.dataflow.v1beta3.MetricsV1Beta3.GetStageExecutionDetailsCallback |
Node-style callback called with the error, if any, and StageExecutionDetails |
Returns:
| Type | Description |
|---|---|
| undefined |
getStageExecutionDetails(request) → {Promise.<google.dataflow.v1beta3.StageExecutionDetails>}
Calls GetStageExecutionDetails.
Parameters:
| Name | Type | Description |
|---|---|---|
request |
google.dataflow.v1beta3.IGetStageExecutionDetailsRequest |
GetStageExecutionDetailsRequest message or plain object |
Returns:
| Type | Description |
|---|---|
| Promise.<google.dataflow.v1beta3.StageExecutionDetails> |
Promise |
(static) create(rpcImpl, requestDelimitedopt, responseDelimitedopt) → {MetricsV1Beta3}
Creates new MetricsV1Beta3 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 |
|---|---|
| MetricsV1Beta3 |
RPC service. Useful where requests and/or responses are streamed. |
Type Definitions
GetJobExecutionDetailsCallback(error, responseopt)
Callback as used by getJobExecutionDetails.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.dataflow.v1beta3.JobExecutionDetails |
<optional> |
JobExecutionDetails |
GetJobMetricsCallback(error, responseopt)
Callback as used by getJobMetrics.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.dataflow.v1beta3.JobMetrics |
<optional> |
JobMetrics |
GetStageExecutionDetailsCallback(error, responseopt)
Callback as used by getStageExecutionDetails.
Parameters:
| Name | Type | Attributes | Description |
|---|---|---|---|
error |
Error | null |
Error, if any |
|
response |
google.dataflow.v1beta3.StageExecutionDetails |
<optional> |
StageExecutionDetails |