public sealed class GetJobMetricsRequest : IMessage<GetJobMetricsRequest>, IEquatable<GetJobMetricsRequest>, IDeepCloneable<GetJobMetricsRequest>, IBufferMessage, IMessageReference documentation and code samples for the Dataflow v1beta3 API class GetJobMetricsRequest.
Request to get job metrics.
Implements
IMessageGetJobMetricsRequest, IEquatableGetJobMetricsRequest, IDeepCloneableGetJobMetricsRequest, 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 |
|