Represents a MetricsV1Beta3
Inheritance
$protobuf.rpc.Service > protos.google.dataflow.v1beta3.MetricsV1Beta3Package
@google-cloud/dataflow!Constructors
(constructor)(rpcImpl, requestDelimited, responseDelimited)
constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);
Constructs a new MetricsV1Beta3 service.
Type | Name | Description |
---|---|---|
$protobuf.RPCImpl | rpcImpl |
RPC implementation |
boolean | requestDelimited |
Whether requests are length-delimited |
boolean | responseDelimited |
Whether responses are length-delimited |
Methods
create(rpcImpl, requestDelimited, responseDelimited)
public static create(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean): MetricsV1Beta3;
Creates new MetricsV1Beta3 service using the specified rpc implementation.
Type | Name | Description |
---|---|---|
$protobuf.RPCImpl | rpcImpl |
RPC implementation |
boolean | requestDelimited |
Whether requests are length-delimited |
boolean | responseDelimited |
Whether responses are length-delimited |
Type | Description |
---|---|
MetricsV1Beta3 | RPC service. Useful where requests and/or responses are streamed. |
getJobExecutionDetails(request, callback)
public getJobExecutionDetails(request: google.dataflow.v1beta3.IGetJobExecutionDetailsRequest, callback: google.dataflow.v1beta3.MetricsV1Beta3.GetJobExecutionDetailsCallback): void;
Calls GetJobExecutionDetails.
Type | Name | Description |
---|---|---|
IGetJobExecutionDetailsRequest | request |
GetJobExecutionDetailsRequest message or plain object |
google.dataflow.v1beta3.MetricsV1Beta3.GetJobExecutionDetailsCallback | callback |
Node-style callback called with the error, if any, and JobExecutionDetails |
Type | Description |
---|---|
void |
getJobExecutionDetails(request)
public getJobExecutionDetails(request: google.dataflow.v1beta3.IGetJobExecutionDetailsRequest): Promise<google.dataflow.v1beta3.JobExecutionDetails>;
Calls GetJobExecutionDetails.
Type | Name | Description |
---|---|---|
IGetJobExecutionDetailsRequest | request |
GetJobExecutionDetailsRequest message or plain object |
Type | Description |
---|---|
Promise<google.dataflow.v1beta3.JobExecutionDetails> | Promise |
getJobMetrics(request, callback)
public getJobMetrics(request: google.dataflow.v1beta3.IGetJobMetricsRequest, callback: google.dataflow.v1beta3.MetricsV1Beta3.GetJobMetricsCallback): void;
Calls GetJobMetrics.
Type | Name | Description |
---|---|---|
IGetJobMetricsRequest | request |
GetJobMetricsRequest message or plain object |
google.dataflow.v1beta3.MetricsV1Beta3.GetJobMetricsCallback | callback |
Node-style callback called with the error, if any, and JobMetrics |
Type | Description |
---|---|
void |
getJobMetrics(request)
public getJobMetrics(request: google.dataflow.v1beta3.IGetJobMetricsRequest): Promise<google.dataflow.v1beta3.JobMetrics>;
Calls GetJobMetrics.
Type | Name | Description |
---|---|---|
IGetJobMetricsRequest | request |
GetJobMetricsRequest message or plain object |
Type | Description |
---|---|
Promise<google.dataflow.v1beta3.JobMetrics> | Promise |
getStageExecutionDetails(request, callback)
public getStageExecutionDetails(request: google.dataflow.v1beta3.IGetStageExecutionDetailsRequest, callback: google.dataflow.v1beta3.MetricsV1Beta3.GetStageExecutionDetailsCallback): void;
Calls GetStageExecutionDetails.
Type | Name | Description |
---|---|---|
IGetStageExecutionDetailsRequest | request |
GetStageExecutionDetailsRequest message or plain object |
google.dataflow.v1beta3.MetricsV1Beta3.GetStageExecutionDetailsCallback | callback |
Node-style callback called with the error, if any, and StageExecutionDetails |
Type | Description |
---|---|
void |
getStageExecutionDetails(request)
public getStageExecutionDetails(request: google.dataflow.v1beta3.IGetStageExecutionDetailsRequest): Promise<google.dataflow.v1beta3.StageExecutionDetails>;
Calls GetStageExecutionDetails.
Type | Name | Description |
---|---|---|
IGetStageExecutionDetailsRequest | request |
GetStageExecutionDetailsRequest message or plain object |
Type | Description |
---|---|
Promise<google.dataflow.v1beta3.StageExecutionDetails> | Promise |