Package | Description |
---|---|
com.google.cloud.dataproc.v1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static JobStatus.Substate |
JobStatus.Substate.forNumber(int value) |
JobStatus.Substate |
JobStatusOrBuilder.getSubstate()
Output only.
|
JobStatus.Substate |
JobStatus.getSubstate()
Output only.
|
JobStatus.Substate |
JobStatus.Builder.getSubstate()
Output only.
|
static JobStatus.Substate |
JobStatus.Substate.valueOf(Descriptors.EnumValueDescriptor desc) |
static JobStatus.Substate |
JobStatus.Substate.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobStatus.Substate |
JobStatus.Substate.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus.Substate[] |
JobStatus.Substate.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static Internal.EnumLiteMap<JobStatus.Substate> |
JobStatus.Substate.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
JobStatus.Builder |
JobStatus.Builder.setSubstate(JobStatus.Substate value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.