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