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