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