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