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 AssetNameAssetName.Builder. build()static AssetNameAssetName. of(String project, String location, String asset)static AssetNameAssetName. 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 voidMigrationCenterClient. deleteAsset(AssetName name)Deletes an asset.AssetMigrationCenterClient. 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)
-