public sealed class GetJobMetricsRequest : IMessage<GetJobMetricsRequest>, IEquatable<GetJobMetricsRequest>, IDeepCloneable<GetJobMetricsRequest>, IBufferMessage, IMessage
Request to get job metrics.
Implements
IMessage<GetJobMetricsRequest>, IEquatable<GetJobMetricsRequest>, IDeepCloneable<GetJobMetricsRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.Dataflow.V1Beta3Assembly
Google.Cloud.Dataflow.V1Beta3.dll
Constructors
GetJobMetricsRequest()
public GetJobMetricsRequest()
GetJobMetricsRequest(GetJobMetricsRequest)
public GetJobMetricsRequest(GetJobMetricsRequest other)
Parameter | |
---|---|
Name | Description |
other | GetJobMetricsRequest |
Properties
JobId
public string JobId { get; set; }
The job to get metrics for.
Property Value | |
---|---|
Type | Description |
String |
Location
public string Location { get; set; }
The regional endpoint that contains the job specified by job_id.
Property Value | |
---|---|
Type | Description |
String |
ProjectId
public string ProjectId { get; set; }
A project id.
Property Value | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
Timestamp |