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