Class protos.google.dataflow.v1beta3.MetricsV1Beta3 (3.0.2)

Represents a MetricsV1Beta3

Inheritance

$protobuf.rpc.Service > protos.google.dataflow.v1beta3.MetricsV1Beta3

Package

@google-cloud/dataflow

Constructors

(constructor)(rpcImpl, requestDelimited, responseDelimited)

constructor(rpcImpl: $protobuf.RPCImpl, requestDelimited?: boolean, responseDelimited?: boolean);

Constructs a new MetricsV1Beta3 service.

Parameters
NameDescription
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): MetricsV1Beta3;

Creates new MetricsV1Beta3 service using the specified rpc implementation.

Parameters
NameDescription
rpcImpl $protobuf.RPCImpl

RPC implementation

requestDelimited boolean

Whether requests are length-delimited

responseDelimited boolean

Whether responses are length-delimited

Returns
TypeDescription
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.

Parameters
NameDescription
request IGetJobExecutionDetailsRequest

GetJobExecutionDetailsRequest message or plain object

callback GetJobExecutionDetailsCallback

Node-style callback called with the error, if any, and JobExecutionDetails

Returns
TypeDescription
void

getJobExecutionDetails(request)

public getJobExecutionDetails(request: google.dataflow.v1beta3.IGetJobExecutionDetailsRequest): Promise<google.dataflow.v1beta3.JobExecutionDetails>;

Calls GetJobExecutionDetails.

Parameter
NameDescription
request IGetJobExecutionDetailsRequest

GetJobExecutionDetailsRequest message or plain object

Returns
TypeDescription
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.

Parameters
NameDescription
request IGetJobMetricsRequest

GetJobMetricsRequest message or plain object

callback GetJobMetricsCallback

Node-style callback called with the error, if any, and JobMetrics

Returns
TypeDescription
void

getJobMetrics(request)

public getJobMetrics(request: google.dataflow.v1beta3.IGetJobMetricsRequest): Promise<google.dataflow.v1beta3.JobMetrics>;

Calls GetJobMetrics.

Parameter
NameDescription
request IGetJobMetricsRequest

GetJobMetricsRequest message or plain object

Returns
TypeDescription
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.

Parameters
NameDescription
request IGetStageExecutionDetailsRequest

GetStageExecutionDetailsRequest message or plain object

callback GetStageExecutionDetailsCallback

Node-style callback called with the error, if any, and StageExecutionDetails

Returns
TypeDescription
void

getStageExecutionDetails(request)

public getStageExecutionDetails(request: google.dataflow.v1beta3.IGetStageExecutionDetailsRequest): Promise<google.dataflow.v1beta3.StageExecutionDetails>;

Calls GetStageExecutionDetails.

Parameter
NameDescription
request IGetStageExecutionDetailsRequest

GetStageExecutionDetailsRequest message or plain object

Returns
TypeDescription
Promise<google.dataflow.v1beta3.StageExecutionDetails>

Promise