Uses of Class
com.google.cloud.migrationcenter.v1.ReportConfigName
-
Packages that use ReportConfigName Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center API -
-
Uses of ReportConfigName in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return ReportConfigName Modifier and Type Method Description ReportConfigName
ReportConfigName.Builder. build()
static ReportConfigName
ReportConfigName. of(String project, String location, String reportConfig)
static ReportConfigName
ReportConfigName. parse(String formattedString)
Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type ReportConfigName Modifier and Type Method Description static List<ReportConfigName>
ReportConfigName. parseList(List<String> formattedStrings)
Methods in com.google.cloud.migrationcenter.v1 with parameters of type ReportConfigName Modifier and Type Method Description com.google.api.gax.longrunning.OperationFuture<Report,OperationMetadata>
MigrationCenterClient. createReportAsync(ReportConfigName parent, Report report, String reportId)
Creates a report.com.google.api.gax.longrunning.OperationFuture<com.google.protobuf.Empty,OperationMetadata>
MigrationCenterClient. deleteReportConfigAsync(ReportConfigName name)
Deletes a ReportConfig.ReportConfig
MigrationCenterClient. getReportConfig(ReportConfigName name)
Gets details of a single ReportConfig.MigrationCenterClient.ListReportsPagedResponse
MigrationCenterClient. listReports(ReportConfigName parent)
Lists Reports in a given ReportConfig.Method parameters in com.google.cloud.migrationcenter.v1 with type arguments of type ReportConfigName Modifier and Type Method Description static List<String>
ReportConfigName. toStringList(List<ReportConfigName> values)
-