- 4.75.0 (latest)
 - 4.73.0
 - 4.72.0
 - 4.71.0
 - 4.70.0
 - 4.69.0
 - 4.67.0
 - 4.65.0
 - 4.64.0
 - 4.61.0
 - 4.60.0
 - 4.59.0
 - 4.57.0
 - 4.56.0
 - 4.55.0
 - 4.54.0
 - 4.53.0
 - 4.52.0
 - 4.51.0
 - 4.50.0
 - 4.49.0
 - 4.48.0
 - 4.46.0
 - 4.45.0
 - 4.44.0
 - 4.43.0
 - 4.42.0
 - 4.41.0
 - 4.40.0
 - 4.39.0
 - 4.38.0
 - 4.37.0
 - 4.36.0
 - 4.34.0
 - 4.33.0
 - 4.32.0
 - 4.31.0
 - 4.30.0
 - 4.29.0
 - 4.28.0
 - 4.27.0
 - 4.26.0
 - 4.25.0
 - 4.24.0
 - 4.21.0
 - 4.20.0
 - 4.19.0
 - 4.18.0
 - 4.17.0
 - 4.16.0
 - 4.15.0
 - 4.14.0
 - 4.13.0
 - 4.12.0
 - 4.11.0
 - 4.10.0
 - 4.9.0
 - 4.8.0
 - 4.6.0
 - 4.5.0
 - 4.4.0
 - 4.3.0
 - 4.2.0
 - 4.1.0
 - 4.0.8
 - 3.1.2
 - 3.0.3
 - 2.3.1
 
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
JobMetadataOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public JobMetadata.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
build()
public JobMetadata build()| Returns | |
|---|---|
| Type | Description | 
JobMetadata | 
        |
buildPartial()
public JobMetadata buildPartial()| Returns | |
|---|---|
| Type | Description | 
JobMetadata | 
        |
clear()
public JobMetadata.Builder clear()| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearField(Descriptors.FieldDescriptor field)
public JobMetadata.Builder clearField(Descriptors.FieldDescriptor field)| Parameter | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearJobId()
public JobMetadata.Builder clearJobId()Output only. The job id.
 string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        This builder for chaining.  | 
      
clearOneof(Descriptors.OneofDescriptor oneof)
public JobMetadata.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Parameter | |
|---|---|
| Name | Description | 
oneof | 
        OneofDescriptor | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clearOperationType()
public JobMetadata.Builder clearOperationType()Output only. Operation type.
 string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
clone()
public JobMetadata.Builder clone()| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
getDefaultInstanceForType()
public JobMetadata getDefaultInstanceForType()| Returns | |
|---|---|
| Type | Description | 
JobMetadata | 
        |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Returns | |
|---|---|
| Type | Description | 
Descriptor | 
        |
getJobId()
public String getJobId()Output only. The job id.
 string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The jobId.  | 
      
getJobIdBytes()
public ByteString getJobIdBytes()Output only. The job id.
 string job_id = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| 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];
| Returns | |
|---|---|
| Type | Description | 
String | 
        The operationType.  | 
      
getOperationTypeBytes()
public ByteString getOperationTypeBytes()Output only. Operation type.
 string operation_type = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| Type | Description | 
Builder | 
        |
getStartTimeOrBuilder()
public TimestampOrBuilder getStartTimeOrBuilder()Output only. Job submission time.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| Type | Description | 
JobStatusOrBuilder | 
        |
hasStartTime()
public boolean hasStartTime()Output only. Job submission time.
 .google.protobuf.Timestamp start_time = 4 [(.google.api.field_behavior) = OUTPUT_ONLY];
 
| Returns | |
|---|---|
| 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];
 
| Returns | |
|---|---|
| Type | Description | 
boolean | 
        Whether the status field is set.  | 
      
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Returns | |
|---|---|
| Type | Description | 
FieldAccessorTable | 
        |
isInitialized()
public final boolean isInitialized()| Returns | |
|---|---|
| Type | Description | 
boolean | 
        |
mergeFrom(JobMetadata other)
public JobMetadata.Builder mergeFrom(JobMetadata other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        JobMetadata | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public JobMetadata.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Parameters | |
|---|---|
| Name | Description | 
input | 
        CodedInputStream | 
      
extensionRegistry | 
        ExtensionRegistryLite | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
| Exceptions | |
|---|---|
| Type | Description | 
IOException | 
        |
mergeFrom(Message other)
public JobMetadata.Builder mergeFrom(Message other)| Parameter | |
|---|---|
| Name | Description | 
other | 
        Message | 
      
| Returns | |
|---|---|
| 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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| 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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        JobStatus | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final JobMetadata.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setField(Descriptors.FieldDescriptor field, Object value)
public JobMetadata.Builder setField(Descriptors.FieldDescriptor field, Object value)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe jobId to set.  | 
      
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for jobId to set.  | 
      
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        StringThe operationType to set.  | 
      
| Returns | |
|---|---|
| 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];
| Parameter | |
|---|---|
| Name | Description | 
value | 
        ByteStringThe bytes for operationType to set.  | 
      
| Returns | |
|---|---|
| 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)| Parameters | |
|---|---|
| Name | Description | 
field | 
        FieldDescriptor | 
      
index | 
        int | 
      
value | 
        Object | 
      
| Returns | |
|---|---|
| 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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        Timestamp | 
      
| Returns | |
|---|---|
| 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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        Builder | 
      
| Returns | |
|---|---|
| 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];
 
| Parameter | |
|---|---|
| Name | Description | 
value | 
        JobStatus | 
      
| Returns | |
|---|---|
| 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];
 
| Parameter | |
|---|---|
| Name | Description | 
builderForValue | 
        JobStatus.Builder | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |
setUnknownFields(UnknownFieldSet unknownFields)
public final JobMetadata.Builder setUnknownFields(UnknownFieldSet unknownFields)| Parameter | |
|---|---|
| Name | Description | 
unknownFields | 
        UnknownFieldSet | 
      
| Returns | |
|---|---|
| Type | Description | 
JobMetadata.Builder | 
        |