Uses of Class
com.google.cloud.vmmigration.v1.Source.SourceDetailsCase
-
Packages that use Source.SourceDetailsCase Package Description com.google.cloud.vmmigration.v1 A client to VM Migration API -
-
Uses of Source.SourceDetailsCase in com.google.cloud.vmmigration.v1
Methods in com.google.cloud.vmmigration.v1 that return Source.SourceDetailsCase Modifier and Type Method Description static Source.SourceDetailsCase
Source.SourceDetailsCase. forNumber(int value)
Source.SourceDetailsCase
Source.Builder. getSourceDetailsCase()
Source.SourceDetailsCase
Source. getSourceDetailsCase()
Source.SourceDetailsCase
SourceOrBuilder. getSourceDetailsCase()
static Source.SourceDetailsCase
Source.SourceDetailsCase. valueOf(int value)
Deprecated.static Source.SourceDetailsCase
Source.SourceDetailsCase. valueOf(String name)
Returns the enum constant of this type with the specified name.static Source.SourceDetailsCase[]
Source.SourceDetailsCase. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-