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.State
AwsSourceDetails.State. forNumber(int value)
AwsSourceDetails.State
AwsSourceDetails.Builder. getState()
Output only.AwsSourceDetails.State
AwsSourceDetails. getState()
Output only.AwsSourceDetails.State
AwsSourceDetailsOrBuilder. getState()
Output only.static AwsSourceDetails.State
AwsSourceDetails.State. valueOf(int value)
Deprecated.static AwsSourceDetails.State
AwsSourceDetails.State. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static AwsSourceDetails.State
AwsSourceDetails.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.Builder
AwsSourceDetails.Builder. setState(AwsSourceDetails.State value)
Output only.
-