Package com.google.dataflow.v1beta3
Interface GetJobMetricsRequestOrBuilder
-
- All Superinterfaces:
com.google.protobuf.MessageLiteOrBuilder
,com.google.protobuf.MessageOrBuilder
- All Known Implementing Classes:
GetJobMetricsRequest
,GetJobMetricsRequest.Builder
public interface GetJobMetricsRequestOrBuilder extends com.google.protobuf.MessageOrBuilder
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getJobId()
The job to get metrics for.com.google.protobuf.ByteString
getJobIdBytes()
The job to get metrics for.String
getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.com.google.protobuf.ByteString
getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.String
getProjectId()
A project id.com.google.protobuf.ByteString
getProjectIdBytes()
A project id.com.google.protobuf.Timestamp
getStartTime()
Return only metric data that has changed since this time.com.google.protobuf.TimestampOrBuilder
getStartTimeOrBuilder()
Return only metric data that has changed since this time.boolean
hasStartTime()
Return only metric data that has changed since this time.-
Methods inherited from interface com.google.protobuf.MessageOrBuilder
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneof
-
-
-
-
Method Detail
-
getProjectId
String getProjectId()
A project id.
string project_id = 1;
- Returns:
- The projectId.
-
getProjectIdBytes
com.google.protobuf.ByteString getProjectIdBytes()
A project id.
string project_id = 1;
- Returns:
- The bytes for projectId.
-
getJobId
String getJobId()
The job to get metrics for.
string job_id = 2;
- Returns:
- The jobId.
-
getJobIdBytes
com.google.protobuf.ByteString getJobIdBytes()
The job to get metrics for.
string job_id = 2;
- Returns:
- The bytes for jobId.
-
hasStartTime
boolean hasStartTime()
Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.
.google.protobuf.Timestamp start_time = 3;
- Returns:
- Whether the startTime field is set.
-
getStartTime
com.google.protobuf.Timestamp getStartTime()
Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.
.google.protobuf.Timestamp start_time = 3;
- Returns:
- The startTime.
-
getStartTimeOrBuilder
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Return only metric data that has changed since this time. Default is to return all information about all metrics for the job.
.google.protobuf.Timestamp start_time = 3;
-
getLocation
String getLocation()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 4;
- Returns:
- The location.
-
getLocationBytes
com.google.protobuf.ByteString getLocationBytes()
The [regional endpoint] (https://cloud.google.com/dataflow/docs/concepts/regional-endpoints) that contains the job specified by job_id.
string location = 4;
- Returns:
- The bytes for location.
-
-