public interface GetJobMetricsRequestOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobId()
public abstract String getJobId()The job to get metrics for.
string job_id = 2;
| Type | Description |
| String | The jobId. |
getJobIdBytes()
public abstract ByteString getJobIdBytes()The job to get metrics for.
string job_id = 2;
| Type | Description |
| ByteString | The bytes for jobId. |
getLocation()
public abstract String getLocation()The regional endpoint that contains the job specified by job_id.
string location = 4;
| Type | Description |
| String | The location. |
getLocationBytes()
public abstract ByteString getLocationBytes()The regional endpoint that contains the job specified by job_id.
string location = 4;
| Type | Description |
| ByteString | The bytes for location. |
getProjectId()
public abstract String getProjectId()A project id.
string project_id = 1;
| Type | Description |
| String | The projectId. |
getProjectIdBytes()
public abstract ByteString getProjectIdBytes()A project id.
string project_id = 1;
| Type | Description |
| ByteString | The bytes for projectId. |
getStartTime()
public abstract 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;
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract 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;
| Type | Description |
| TimestampOrBuilder |
hasStartTime()
public abstract 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;
| Type | Description |
| boolean | Whether the startTime field is set. |