public static final class JobStatus.Builder extends GeneratedMessageV3.Builder<JobStatus.Builder> implements JobStatusOrBuilderDataproc job status.
Protobuf type google.cloud.dataproc.v1.JobStatus
Inheritance
Object > AbstractMessageLite.Builder<MessageType,BuilderType> > AbstractMessage.Builder<BuilderType> > GeneratedMessageV3.Builder > JobStatus.BuilderImplements
JobStatusOrBuilderStatic Methods
getDescriptor()
public static final Descriptors.Descriptor getDescriptor()| Type | Description |
| Descriptor |
Methods
addRepeatedField(Descriptors.FieldDescriptor field, Object value)
public JobStatus.Builder addRepeatedField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| JobStatus.Builder |
build()
public JobStatus build()| Type | Description |
| JobStatus |
buildPartial()
public JobStatus buildPartial()| Type | Description |
| JobStatus |
clear()
public JobStatus.Builder clear()| Type | Description |
| JobStatus.Builder |
clearDetails()
public JobStatus.Builder clearDetails()Optional. Output only. Job state details, such as an error description if the state is <code>ERROR</code>.
string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| JobStatus.Builder | This builder for chaining. |
clearField(Descriptors.FieldDescriptor field)
public JobStatus.Builder clearField(Descriptors.FieldDescriptor field)| Name | Description |
| field | FieldDescriptor |
| Type | Description |
| JobStatus.Builder |
clearOneof(Descriptors.OneofDescriptor oneof)
public JobStatus.Builder clearOneof(Descriptors.OneofDescriptor oneof)| Name | Description |
| oneof | OneofDescriptor |
| Type | Description |
| JobStatus.Builder |
clearState()
public JobStatus.Builder clearState()Output only. A state message specifying the overall job state.
.google.cloud.dataproc.v1.JobStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobStatus.Builder | This builder for chaining. |
clearStateStartTime()
public JobStatus.Builder clearStateStartTime()Output only. The time when this state was entered.
.google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobStatus.Builder |
clearSubstate()
public JobStatus.Builder clearSubstate()Output only. Additional state information, which includes status reported by the agent.
.google.cloud.dataproc.v1.JobStatus.Substate substate = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobStatus.Builder | This builder for chaining. |
clone()
public JobStatus.Builder clone()| Type | Description |
| JobStatus.Builder |
getDefaultInstanceForType()
public JobStatus getDefaultInstanceForType()| Type | Description |
| JobStatus |
getDescriptorForType()
public Descriptors.Descriptor getDescriptorForType()| Type | Description |
| Descriptor |
getDetails()
public String getDetails()Optional. Output only. Job state details, such as an error description if the state is <code>ERROR</code>.
string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| String | The details. |
getDetailsBytes()
public ByteString getDetailsBytes()Optional. Output only. Job state details, such as an error description if the state is <code>ERROR</code>.
string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Type | Description |
| ByteString | The bytes for details. |
getState()
public JobStatus.State getState()Output only. A state message specifying the overall job state.
.google.cloud.dataproc.v1.JobStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobStatus.State | The state. |
getStateStartTime()
public Timestamp getStateStartTime()Output only. The time when this state was entered.
.google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Timestamp | The stateStartTime. |
getStateStartTimeBuilder()
public Timestamp.Builder getStateStartTimeBuilder()Output only. The time when this state was entered.
.google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| Builder |
getStateStartTimeOrBuilder()
public TimestampOrBuilder getStateStartTimeOrBuilder()Output only. The time when this state was entered.
.google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| TimestampOrBuilder |
getStateValue()
public int getStateValue()Output only. A state message specifying the overall job state.
.google.cloud.dataproc.v1.JobStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The enum numeric value on the wire for state. |
getSubstate()
public JobStatus.Substate getSubstate()Output only. Additional state information, which includes status reported by the agent.
.google.cloud.dataproc.v1.JobStatus.Substate substate = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| JobStatus.Substate | The substate. |
getSubstateValue()
public int getSubstateValue()Output only. Additional state information, which includes status reported by the agent.
.google.cloud.dataproc.v1.JobStatus.Substate substate = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| int | The enum numeric value on the wire for substate. |
hasStateStartTime()
public boolean hasStateStartTime()Output only. The time when this state was entered.
.google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Type | Description |
| boolean | Whether the stateStartTime field is set. |
internalGetFieldAccessorTable()
protected GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()| Type | Description |
| FieldAccessorTable |
isInitialized()
public final boolean isInitialized()| Type | Description |
| boolean |
mergeFrom(JobStatus other)
public JobStatus.Builder mergeFrom(JobStatus other)| Name | Description |
| other | JobStatus |
| Type | Description |
| JobStatus.Builder |
mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)
public JobStatus.Builder mergeFrom(CodedInputStream input, ExtensionRegistryLite extensionRegistry)| Name | Description |
| input | CodedInputStream |
| extensionRegistry | ExtensionRegistryLite |
| Type | Description |
| JobStatus.Builder |
| Type | Description |
| IOException |
mergeFrom(Message other)
public JobStatus.Builder mergeFrom(Message other)| Name | Description |
| other | Message |
| Type | Description |
| JobStatus.Builder |
mergeStateStartTime(Timestamp value)
public JobStatus.Builder mergeStateStartTime(Timestamp value)Output only. The time when this state was entered.
.google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| JobStatus.Builder |
mergeUnknownFields(UnknownFieldSet unknownFields)
public final JobStatus.Builder mergeUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| JobStatus.Builder |
setDetails(String value)
public JobStatus.Builder setDetails(String value)Optional. Output only. Job state details, such as an error description if the state is <code>ERROR</code>.
string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | StringThe details to set. |
| Type | Description |
| JobStatus.Builder | This builder for chaining. |
setDetailsBytes(ByteString value)
public JobStatus.Builder setDetailsBytes(ByteString value)Optional. Output only. Job state details, such as an error description if the state is <code>ERROR</code>.
string details = 2 [(.google.api.field_behavior) = OUTPUT_ONLY, (.google.api.field_behavior) = OPTIONAL];
| Name | Description |
| value | ByteStringThe bytes for details to set. |
| Type | Description |
| JobStatus.Builder | This builder for chaining. |
setField(Descriptors.FieldDescriptor field, Object value)
public JobStatus.Builder setField(Descriptors.FieldDescriptor field, Object value)| Name | Description |
| field | FieldDescriptor |
| value | Object |
| Type | Description |
| JobStatus.Builder |
setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)
public JobStatus.Builder setRepeatedField(Descriptors.FieldDescriptor field, int index, Object value)| Name | Description |
| field | FieldDescriptor |
| index | int |
| value | Object |
| Type | Description |
| JobStatus.Builder |
setState(JobStatus.State value)
public JobStatus.Builder setState(JobStatus.State value)Output only. A state message specifying the overall job state.
.google.cloud.dataproc.v1.JobStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | JobStatus.StateThe state to set. |
| Type | Description |
| JobStatus.Builder | This builder for chaining. |
setStateStartTime(Timestamp value)
public JobStatus.Builder setStateStartTime(Timestamp value)Output only. The time when this state was entered.
.google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | Timestamp |
| Type | Description |
| JobStatus.Builder |
setStateStartTime(Timestamp.Builder builderForValue)
public JobStatus.Builder setStateStartTime(Timestamp.Builder builderForValue)Output only. The time when this state was entered.
.google.protobuf.Timestamp state_start_time = 6 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| builderForValue | Builder |
| Type | Description |
| JobStatus.Builder |
setStateValue(int value)
public JobStatus.Builder setStateValue(int value)Output only. A state message specifying the overall job state.
.google.cloud.dataproc.v1.JobStatus.State state = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | intThe enum numeric value on the wire for state to set. |
| Type | Description |
| JobStatus.Builder | This builder for chaining. |
setSubstate(JobStatus.Substate value)
public JobStatus.Builder setSubstate(JobStatus.Substate value)Output only. Additional state information, which includes status reported by the agent.
.google.cloud.dataproc.v1.JobStatus.Substate substate = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | JobStatus.SubstateThe substate to set. |
| Type | Description |
| JobStatus.Builder | This builder for chaining. |
setSubstateValue(int value)
public JobStatus.Builder setSubstateValue(int value)Output only. Additional state information, which includes status reported by the agent.
.google.cloud.dataproc.v1.JobStatus.Substate substate = 7 [(.google.api.field_behavior) = OUTPUT_ONLY];
| Name | Description |
| value | intThe enum numeric value on the wire for substate to set. |
| Type | Description |
| JobStatus.Builder | This builder for chaining. |
setUnknownFields(UnknownFieldSet unknownFields)
public final JobStatus.Builder setUnknownFields(UnknownFieldSet unknownFields)| Name | Description |
| unknownFields | UnknownFieldSet |
| Type | Description |
| JobStatus.Builder |