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