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