| Modifier and Type | Method and Description |
|---|---|
static JobStatus.State |
JobStatus.State.forNumber(int value) |
JobStatus.State |
JobNotification.MessageOrBuilder.getNewJobState()
The new job state.
|
JobStatus.State |
JobNotification.Message.getNewJobState()
The new job state.
|
JobStatus.State |
JobNotification.Message.Builder.getNewJobState()
The new job state.
|
JobStatus.State |
JobStatus.getState()
Job state
.google.cloud.batch.v1.JobStatus.State state = 1; |
JobStatus.State |
JobStatus.Builder.getState()
Job state
.google.cloud.batch.v1.JobStatus.State state = 1; |
JobStatus.State |
JobStatusOrBuilder.getState()
Job state
.google.cloud.batch.v1.JobStatus.State state = 1; |
static JobStatus.State |
JobStatus.State.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static JobStatus.State |
JobStatus.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static JobStatus.State |
JobStatus.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JobStatus.State[] |
JobStatus.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.protobuf.Internal.EnumLiteMap<JobStatus.State> |
JobStatus.State.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
JobNotification.Message.Builder |
JobNotification.Message.Builder.setNewJobState(JobStatus.State value)
The new job state.
|
JobStatus.Builder |
JobStatus.Builder.setState(JobStatus.State value)
Job state
.google.cloud.batch.v1.JobStatus.State state = 1; |
Copyright © 2025 Google LLC. All rights reserved.