public interface JobMetadataOrBuilder
extends com.google.protobuf.MessageOrBuilder
| Modifier and Type | Method and Description |
|---|---|
String |
getJobId()
Output only.
|
com.google.protobuf.ByteString |
getJobIdBytes()
Output only.
|
String |
getOperationType()
Output only.
|
com.google.protobuf.ByteString |
getOperationTypeBytes()
Output only.
|
com.google.protobuf.Timestamp |
getStartTime()
Output only.
|
com.google.protobuf.TimestampOrBuilder |
getStartTimeOrBuilder()
Output only.
|
JobStatus |
getStatus()
Output only.
|
JobStatusOrBuilder |
getStatusOrBuilder()
Output only.
|
boolean |
hasStartTime()
Output only.
|
boolean |
hasStatus()
Output only.
|
findInitializationErrors, getAllFields, getDefaultInstanceForType, getDescriptorForType, getField, getInitializationErrorString, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, getUnknownFields, hasField, hasOneofString getJobId()
Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getJobIdBytes()
Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasStatus()
Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
JobStatus getStatus()
Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
JobStatusOrBuilder getStatusOrBuilder()
Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
String getOperationType()
Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];com.google.protobuf.ByteString getOperationTypeBytes()
Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];boolean hasStartTime()
Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.Timestamp getStartTime()
Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
com.google.protobuf.TimestampOrBuilder getStartTimeOrBuilder()
Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
Copyright © 2024 Google LLC. All rights reserved.