| Modifier and Type | Method and Description |
|---|---|
static RoutineSpec.RoutineType |
RoutineSpec.RoutineType.forNumber(int value) |
RoutineSpec.RoutineType |
RoutineSpecOrBuilder.getRoutineType()
The type of the routine.
|
RoutineSpec.RoutineType |
RoutineSpec.getRoutineType()
The type of the routine.
|
RoutineSpec.RoutineType |
RoutineSpec.Builder.getRoutineType()
The type of the routine.
|
static RoutineSpec.RoutineType |
RoutineSpec.RoutineType.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static RoutineSpec.RoutineType |
RoutineSpec.RoutineType.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static RoutineSpec.RoutineType |
RoutineSpec.RoutineType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RoutineSpec.RoutineType[] |
RoutineSpec.RoutineType.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<RoutineSpec.RoutineType> |
RoutineSpec.RoutineType.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
RoutineSpec.Builder |
RoutineSpec.Builder.setRoutineType(RoutineSpec.RoutineType value)
The type of the routine.
|
Copyright © 2023 Google LLC. All rights reserved.