public interface JobMetadataOrBuilder extends MessageOrBuilderImplements
MessageOrBuilderMethods
getJobId()
public abstract String getJobId()Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The jobId. |
getJobIdBytes()
public abstract ByteString getJobIdBytes()Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for jobId. |
getOperationType()
public abstract String getOperationType()Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The operationType. |
getOperationTypeBytes()
public abstract ByteString getOperationTypeBytes()Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| ByteString | The bytes for operationType. |
getStartTime()
public abstract Timestamp getStartTime()Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The startTime. |
getStartTimeOrBuilder()
public abstract TimestampOrBuilder getStartTimeOrBuilder()Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getStatus()
public abstract JobStatus getStatus()Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobStatus | The status. |
getStatusOrBuilder()
public abstract JobStatusOrBuilder getStatusOrBuilder()Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobStatusOrBuilder |
hasStartTime()
public abstract boolean hasStartTime()Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the startTime field is set. |
hasStatus()
public abstract boolean hasStatus()Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the status field is set. |