Uses of Class
com.google.cloud.notebooks.v1.Schedule.State
-
Packages that use Schedule.State Package Description com.google.cloud.notebooks.v1 A client to Notebooks API -
-
Uses of Schedule.State in com.google.cloud.notebooks.v1
Methods in com.google.cloud.notebooks.v1 that return Schedule.State Modifier and Type Method Description static Schedule.State
Schedule.State. forNumber(int value)
Schedule.State
Schedule.Builder. getState()
.google.cloud.notebooks.v1.Schedule.State state = 4;
Schedule.State
Schedule. getState()
.google.cloud.notebooks.v1.Schedule.State state = 4;
Schedule.State
ScheduleOrBuilder. getState()
.google.cloud.notebooks.v1.Schedule.State state = 4;
static Schedule.State
Schedule.State. valueOf(int value)
Deprecated.static Schedule.State
Schedule.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Schedule.State
Schedule.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Schedule.State[]
Schedule.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.notebooks.v1 that return types with arguments of type Schedule.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Schedule.State>
Schedule.State. internalGetValueMap()
Methods in com.google.cloud.notebooks.v1 with parameters of type Schedule.State Modifier and Type Method Description Schedule.Builder
Schedule.Builder. setState(Schedule.State value)
.google.cloud.notebooks.v1.Schedule.State state = 4;
-