Migrationcenter_v1alpha1Functions

Functions

Link copied to clipboard
suspend fun getGroup(argument: GetGroupPlainArgs): GetGroupResult

Gets the details of a group.

suspend fun getGroup(argument: suspend GetGroupPlainArgsBuilder.() -> Unit): GetGroupResult
suspend fun getGroup(groupId: String, location: String, project: String? = null): GetGroupResult
Link copied to clipboard

Gets an import data file.

suspend fun getImportDataFile(importDataFileId: String, importJobId: String, location: String, project: String? = null): GetImportDataFileResult
Link copied to clipboard

Gets the details of an import job.

suspend fun getImportJob(importJobId: String, location: String, project: String? = null, view: String? = null): GetImportJobResult
Link copied to clipboard

Gets the details of a preference set.

suspend fun getPreferenceSet(location: String, preferenceSetId: String, project: String? = null): GetPreferenceSetResult
Link copied to clipboard

Gets details of a single Report.

suspend fun getReport(argument: suspend GetReportPlainArgsBuilder.() -> Unit): GetReportResult
suspend fun getReport(location: String, project: String? = null, reportConfigId: String, reportId: String, view: String? = null): GetReportResult
Link copied to clipboard

Gets details of a single ReportConfig.

suspend fun getReportConfig(location: String, project: String? = null, reportConfigId: String): GetReportConfigResult
Link copied to clipboard

Gets the details of a source.

suspend fun getSource(argument: suspend GetSourcePlainArgsBuilder.() -> Unit): GetSourceResult
suspend fun getSource(location: String, project: String? = null, sourceId: String): GetSourceResult