Interface GetJobMetricsRequestOrBuilder (0.9.0)

public interface GetJobMetricsRequestOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getJobId()

public abstract String getJobId()

The job to get metrics for.

string job_id = 2;

Returns
TypeDescription
String

The jobId.

getJobIdBytes()

public abstract ByteString getJobIdBytes()

The job to get metrics for.

string job_id = 2;

Returns
TypeDescription
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
TypeDescription
String

The location.

getLocationBytes()

public abstract ByteString getLocationBytes()

The regional endpoint that contains the job specified by job_id.

string location = 4;

Returns
TypeDescription
ByteString

The bytes for location.

getProjectId()

public abstract String getProjectId()

A project id.

string project_id = 1;

Returns
TypeDescription
String

The projectId.

getProjectIdBytes()

public abstract ByteString getProjectIdBytes()

A project id.

string project_id = 1;

Returns
TypeDescription
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
TypeDescription
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
TypeDescription
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
TypeDescription
boolean

Whether the startTime field is set.