public static final class JobMetadata.Builder extends GeneratedMessageV3.Builder<JobMetadata.Builder> implements JobMetadataOrBuilderJob Operation metadata.
Protobuf type google.cloud.dataproc.v1.JobMetadata
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > JobMetadata.BuilderImplements
JobMetadataOrBuilderMethods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public JobMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| JobMetadata.Builder |
build()
public JobMetadata build()| Type | Description |
| JobMetadata |
buildPartial()
public JobMetadata buildPartial()| Type | Description |
| JobMetadata |
clear()
public JobMetadata.Builder clear()| Type | Description |
| JobMetadata.Builder |
clearField(Descriptors.FieldDescriptor field)
public JobMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| JobMetadata.Builder |
clearJobId()
public JobMetadata.Builder clearJobId()Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobMetadata.Builder | This builder for chaining. |
clearOneof(Descriptors.OneofDescriptor oneof)
public JobMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| JobMetadata.Builder |
clearOperationType()
public JobMetadata.Builder clearOperationType()Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobMetadata.Builder | This builder for chaining. |
clearStartTime()
public JobMetadata.Builder clearStartTime()Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobMetadata.Builder |
clearStatus()
public JobMetadata.Builder clearStatus()Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobMetadata.Builder |
clone()
public JobMetadata.Builder clone()| Type | Description |
| JobMetadata.Builder |
getDefaultInstanceForType()
public JobMetadata getDefaultInstanceForType()| Type | Description |
| JobMetadata |
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getJobId()
public String getJobId()Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The jobId. |
getJobIdBytes()
public 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 String getOperationType()Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| String | The operationType. |
getOperationTypeBytes()
public 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 Timestamp getStartTime()Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The startTime. |
getStartTimeBuilder()
public Timestamp.Builder getStartTimeBuilder()Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getStatus()
public 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. |
getStatusBuilder()
public JobStatus.Builder getStatusBuilder()Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobStatus.Builder |
getStatusOrBuilder()
public 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 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 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. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(JobMetadata other)
public JobMetadata.Builder mergeFrom(JobMetadata other)| Name | Description |
| other | JobMetadata |
| Type | Description |
| JobMetadata.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public JobMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| JobMetadata.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public JobMetadata.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| JobMetadata.Builder |
mergeStartTime(Timestamp value)
public JobMetadata.Builder mergeStartTime(Timestamp value)Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| JobMetadata.Builder |
mergeStatus(JobStatus value)
public JobMetadata.Builder mergeStatus(JobStatus value)Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | JobStatus |
| Type | Description |
| JobMetadata.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final JobMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| JobMetadata.Builder |
setField(Descriptors.FieldDescriptor field, Object value)
public JobMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| JobMetadata.Builder |
setJobId(String value)
public JobMetadata.Builder setJobId(String value)Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe jobId to set. |
| Type | Description |
| JobMetadata.Builder | This builder for chaining. |
setJobIdBytes(ByteString value)
public JobMetadata.Builder setJobIdBytes(ByteString value)Output only. The job id.
string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for jobId to set. |
| Type | Description |
| JobMetadata.Builder | This builder for chaining. |
setOperationType(String value)
public JobMetadata.Builder setOperationType(String value)Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | StringThe operationType to set. |
| Type | Description |
| JobMetadata.Builder | This builder for chaining. |
setOperationTypeBytes(ByteString value)
public JobMetadata.Builder setOperationTypeBytes(ByteString value)Output only. Operation type.
string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | ByteStringThe bytes for operationType to set. |
| Type | Description |
| JobMetadata.Builder | This builder for chaining. |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public JobMetadata.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| JobMetadata.Builder |
setStartTime(Timestamp value)
public JobMetadata.Builder setStartTime(Timestamp value)Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| JobMetadata.Builder |
setStartTime(Timestamp.Builder builderForValue)
public JobMetadata.Builder setStartTime(Timestamp.Builder builderForValue)Output only. Job submission time.
.google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| JobMetadata.Builder |
setStatus(JobStatus value)
public JobMetadata.Builder setStatus(JobStatus value)Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | JobStatus |
| Type | Description |
| JobMetadata.Builder |
setStatus(JobStatus.Builder builderForValue)
public JobMetadata.Builder setStatus(JobStatus.Builder builderForValue)Output only. Most recent job status.
.google.cloud.dataproc.v1.JobStatus status = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | JobStatus.Builder |
| Type | Description |
| JobMetadata.Builder |
setUnknownFields(UnknownFieldSet unknownFields)
public final JobMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| JobMetadata.Builder |