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 ReportName
ReportName.Builder. build()
static ReportName
ReportName. of(String project, String location, String reportConfig, String report)
static ReportName
ReportName. 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.Report
MigrationCenterClient. 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)
-