Dataflow v1beta3 API - Class GetJobMetricsRequest (2.0.0-beta06)

public sealed class GetJobMetricsRequest : IMessage<GetJobMetricsRequest>, IEquatable<GetJobMetricsRequest>, IDeepCloneable<GetJobMetricsRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the Dataflow v1beta3 API class GetJobMetricsRequest.

Request to get job metrics.

Inheritance

object > GetJobMetricsRequest

Namespace

Google.Cloud.Dataflow.V1Beta3

Assembly

Google.Cloud.Dataflow.V1Beta3.dll

Constructors

GetJobMetricsRequest()

public GetJobMetricsRequest()

GetJobMetricsRequest(GetJobMetricsRequest)

public GetJobMetricsRequest(GetJobMetricsRequest other)
Parameter
NameDescription
otherGetJobMetricsRequest

Properties

JobId

public string JobId { get; set; }

The job to get metrics for.

Property Value
TypeDescription
string

Location

public string Location { get; set; }

The regional endpoint that contains the job specified by job_id.

Property Value
TypeDescription
string

ProjectId

public string ProjectId { get; set; }

A project id.

Property Value
TypeDescription
string

StartTime

public Timestamp StartTime { get; set; }

Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.

Property Value
TypeDescription
Timestamp