Uses of Class
com.google.cloud.migrationcenter.v1.Source.State
-
Packages that use Source.State Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of Source.State in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return Source.State Modifier and Type Method Description static Source.State
Source.State. forNumber(int value)
Source.State
Source.Builder. getState()
Output only.Source.State
Source. getState()
Output only.Source.State
SourceOrBuilder. getState()
Output only.static Source.State
Source.State. valueOf(int value)
Deprecated.static Source.State
Source.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static Source.State
Source.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static Source.State[]
Source.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 Source.State Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<Source.State>
Source.State. internalGetValueMap()
Methods in com.google.cloud.migrationcenter.v1 with parameters of type Source.State Modifier and Type Method Description Source.Builder
Source.Builder. setState(Source.State value)
Output only.
-