void |
MigrationCenterClient.batchDeleteAssets(LocationName parent,
List<String> names) |
Deletes list of Assets.
|
BatchUpdateAssetsResponse |
MigrationCenterClient.batchUpdateAssets(LocationName parent,
List<UpdateAssetRequest> requests) |
Updates the parameters of a list of assets.
|
com.google.api.gax.longrunning.OperationFuture<Group,OperationMetadata> |
MigrationCenterClient.createGroupAsync(LocationName parent,
Group group,
String groupId) |
Creates a new group in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<ImportJob,OperationMetadata> |
MigrationCenterClient.createImportJobAsync(LocationName parent,
ImportJob importJob,
String importJobId) |
Creates an import job.
|
com.google.api.gax.longrunning.OperationFuture<PreferenceSet,OperationMetadata> |
MigrationCenterClient.createPreferenceSetAsync(LocationName parent,
PreferenceSet preferenceSet,
String preferenceSetId) |
Creates a new preference set in a given project and location.
|
com.google.api.gax.longrunning.OperationFuture<ReportConfig,OperationMetadata> |
MigrationCenterClient.createReportConfigAsync(LocationName parent,
ReportConfig reportConfig,
String reportConfigId) |
Creates a report configuration.
|
com.google.api.gax.longrunning.OperationFuture<Source,OperationMetadata> |
MigrationCenterClient.createSourceAsync(LocationName parent,
Source source,
String sourceId) |
Creates a new source in a given project and location.
|
MigrationCenterClient.ListAssetsPagedResponse |
MigrationCenterClient.listAssets(LocationName parent) |
Lists all the assets in a given project and location.
|
MigrationCenterClient.ListGroupsPagedResponse |
MigrationCenterClient.listGroups(LocationName parent) |
Lists all groups in a given project and location.
|
MigrationCenterClient.ListImportJobsPagedResponse |
MigrationCenterClient.listImportJobs(LocationName parent) |
Lists all import jobs.
|
MigrationCenterClient.ListPreferenceSetsPagedResponse |
MigrationCenterClient.listPreferenceSets(LocationName parent) |
Lists all the preference sets in a given project and location.
|
MigrationCenterClient.ListReportConfigsPagedResponse |
MigrationCenterClient.listReportConfigs(LocationName parent) |
Lists ReportConfigs in a given project and location.
|
MigrationCenterClient.ListSourcesPagedResponse |
MigrationCenterClient.listSources(LocationName parent) |
Lists all the sources in a given project and location.
|