Uses of Class
com.google.cloud.migrationcenter.v1.AssetName
-
Packages that use AssetName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of AssetName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return AssetName Modifier and Type Method Description AssetName
AssetName.Builder. build()
static AssetName
AssetName. of(String project, String location, String asset)
static AssetName
AssetName. parse(String formattedString)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type AssetName Modifier and Type Method Description static List<AssetName>
AssetName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.migrationcenter.v1 with parameters of type AssetName Modifier and Type Method Description void
MigrationCenterClient. deleteAsset(AssetName name)
Deletes an asset.Asset
MigrationCenterClient. getAsset(AssetName name)
Gets the details of an asset.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type AssetName Modifier and Type Method Description static List<String>
AssetName. toStringList(List<AssetName> values)
-