Uses of Class
com.google.cloud.migrationcenter.v1.RunningService.StartMode
-
Packages that use RunningService.StartMode Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of RunningService.StartMode in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return RunningService.StartMode Modifier and Type Method Description static RunningService.StartMode
RunningService.StartMode. forNumber(int value)
RunningService.StartMode
RunningService.Builder. getStartMode()
Service start mode (OS-agnostic).RunningService.StartMode
RunningService. getStartMode()
Service start mode (OS-agnostic).RunningService.StartMode
RunningServiceOrBuilder. getStartMode()
Service start mode (OS-agnostic).static RunningService.StartMode
RunningService.StartMode. valueOf(int value)
Deprecated.static RunningService.StartMode
RunningService.StartMode. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static RunningService.StartMode
RunningService.StartMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static RunningService.StartMode[]
RunningService.StartMode. 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.StartMode Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<RunningService.StartMode>
RunningService.StartMode. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type RunningService.StartMode Modifier and Type Method Description RunningService.Builder
RunningService.Builder. setStartMode(RunningService.StartMode value)
Service start mode (OS-agnostic).
-