Uses of Class
com.google.cloud.migrationcenter.v1.ReportName
-
Packages that use ReportName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ReportName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ReportName Modifier and Type Method Description ReportNameReportName.Builder. build()static ReportNameReportName. of(String project, String location, String reportConfig, String report)static ReportNameReportName. parse(String formattedString)Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ReportName Modifier and Type Method Description static List<ReportName>ReportName. parseList(List<String> formattedStrings)Methods in com.google.cloud.migrationcenter.v1 with parameters of type ReportName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>MigrationCenterClient. deleteReportAsync(ReportName name)Deletes a Report.ReportMigrationCenterClient. getReport(ReportName name)Gets details of a single Report.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ReportName Modifier and Type Method Description static List<String>ReportName. toStringList(List<ReportName> values)
-