| Modifier and Type | Method and Description |
|---|---|
static Assignment.JobType |
Assignment.JobType.forNumber(int value) |
Assignment.JobType |
Assignment.getJobType()
Which type of jobs will use the reservation.
|
Assignment.JobType |
Assignment.Builder.getJobType()
Which type of jobs will use the reservation.
|
Assignment.JobType |
AssignmentOrBuilder.getJobType()
Which type of jobs will use the reservation.
|
static Assignment.JobType |
Assignment.JobType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Assignment.JobType |
Assignment.JobType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Assignment.JobType |
Assignment.JobType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Assignment.JobType[] |
Assignment.JobType.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<Assignment.JobType> |
Assignment.JobType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
Assignment.Builder |
Assignment.Builder.setJobType(Assignment.JobType value)
Which type of jobs will use the reservation.
|
Copyright © 2024 Google LLC. All rights reserved.