Uses of Class
com.google.cloud.migrationcenter.v1.MigrationCenterClient.ListReportConfigsPagedResponse
-
Packages that use MigrationCenterClient.ListReportConfigsPagedResponse Package Description com.google.cloud.migrationcenter.v1 A client to Migration Center APIcom.google.cloud.migrationcenter.v1.stub -
-
Uses of MigrationCenterClient.ListReportConfigsPagedResponse in com.google.cloud.migrationcenter.v1
Methods in com.google.cloud.migrationcenter.v1 that return MigrationCenterClient.ListReportConfigsPagedResponse Modifier and Type Method Description MigrationCenterClient.ListReportConfigsPagedResponseMigrationCenterClient. listReportConfigs(ListReportConfigsRequest request)Lists ReportConfigs in a given project and location.MigrationCenterClient.ListReportConfigsPagedResponseMigrationCenterClient. listReportConfigs(LocationName parent)Lists ReportConfigs in a given project and location.MigrationCenterClient.ListReportConfigsPagedResponseMigrationCenterClient. listReportConfigs(String parent)Lists ReportConfigs in a given project and location.Methods in com.google.cloud.migrationcenter.v1 that return types with arguments of type MigrationCenterClient.ListReportConfigsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<MigrationCenterClient.ListReportConfigsPagedResponse>MigrationCenterClient.ListReportConfigsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListReportConfigsRequest,ListReportConfigsResponse,ReportConfig> context, com.google.api.core.ApiFuture<ListReportConfigsResponse> futureResponse)com.google.api.gax.rpc.UnaryCallable<ListReportConfigsRequest,MigrationCenterClient.ListReportConfigsPagedResponse>MigrationCenterClient. listReportConfigsPagedCallable()Lists ReportConfigs in a given project and location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListReportConfigsRequest,ListReportConfigsResponse,MigrationCenterClient.ListReportConfigsPagedResponse>MigrationCenterSettings.Builder. listReportConfigsSettings()Returns the builder for the settings used for calls to listReportConfigs.com.google.api.gax.rpc.PagedCallSettings<ListReportConfigsRequest,ListReportConfigsResponse,MigrationCenterClient.ListReportConfigsPagedResponse>MigrationCenterSettings. listReportConfigsSettings()Returns the object with the settings used for calls to listReportConfigs. -
Uses of MigrationCenterClient.ListReportConfigsPagedResponse in com.google.cloud.migrationcenter.v1.stub
-