Package | Description |
---|---|
com.google.cloud.scheduler.v1beta1 |
The interfaces provided are listed below, along with usage samples.
|
Modifier and Type | Method and Description |
---|---|
static Job.State |
Job.State.forNumber(int value) |
Job.State |
Job.getState()
Output only.
|
Job.State |
Job.Builder.getState()
Output only.
|
Job.State |
JobOrBuilder.getState()
Output only.
|
static Job.State |
Job.State.valueOf(Descriptors.EnumValueDescriptor desc) |
static Job.State |
Job.State.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Job.State |
Job.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Job.State[] |
Job.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 Internal.EnumLiteMap<Job.State> |
Job.State.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Job.Builder |
Job.Builder.setState(Job.State value)
Output only.
|
Copyright © 2022 Google LLC. All rights reserved.