[BindServiceMethod(typeof(MigrationCenter), "BindService")]
public abstract class MigrationCenter.MigrationCenterBaseReference documentation and code samples for the Migration Center v1 API class MigrationCenter.MigrationCenterBase.
Base class for server-side implementations of MigrationCenter
Namespace
Google.Cloud.MigrationCenter.V1Assembly
Google.Cloud.MigrationCenter.V1.dll
Methods
AddAssetsToGroup(AddAssetsToGroupRequest, ServerCallContext)
public virtual Task<Operation> AddAssetsToGroup(AddAssetsToGroupRequest request, ServerCallContext context)Adds assets to a group.
| Parameters | |
|---|---|
| Name | Description |
request |
AddAssetsToGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
AggregateAssetsValues(AggregateAssetsValuesRequest, ServerCallContext)
public virtual Task<AggregateAssetsValuesResponse> AggregateAssetsValues(AggregateAssetsValuesRequest request, ServerCallContext context)Aggregates the requested fields based on provided function.
| Parameters | |
|---|---|
| Name | Description |
request |
AggregateAssetsValuesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAggregateAssetsValuesResponse |
The response to send back to the client (wrapped by a task). |
BatchDeleteAssets(BatchDeleteAssetsRequest, ServerCallContext)
public virtual Task<Empty> BatchDeleteAssets(BatchDeleteAssetsRequest request, ServerCallContext context)Deletes list of Assets.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchDeleteAssetsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
BatchUpdateAssets(BatchUpdateAssetsRequest, ServerCallContext)
public virtual Task<BatchUpdateAssetsResponse> BatchUpdateAssets(BatchUpdateAssetsRequest request, ServerCallContext context)Updates the parameters of a list of assets.
| Parameters | |
|---|---|
| Name | Description |
request |
BatchUpdateAssetsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskBatchUpdateAssetsResponse |
The response to send back to the client (wrapped by a task). |
CreateGroup(CreateGroupRequest, ServerCallContext)
public virtual Task<Operation> CreateGroup(CreateGroupRequest request, ServerCallContext context)Creates a new group in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateImportDataFile(CreateImportDataFileRequest, ServerCallContext)
public virtual Task<Operation> CreateImportDataFile(CreateImportDataFileRequest request, ServerCallContext context)Creates an import data file.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateImportDataFileRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateImportJob(CreateImportJobRequest, ServerCallContext)
public virtual Task<Operation> CreateImportJob(CreateImportJobRequest request, ServerCallContext context)Creates an import job.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateImportJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreatePreferenceSet(CreatePreferenceSetRequest, ServerCallContext)
public virtual Task<Operation> CreatePreferenceSet(CreatePreferenceSetRequest request, ServerCallContext context)Creates a new preference set in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreatePreferenceSetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateReport(CreateReportRequest, ServerCallContext)
public virtual Task<Operation> CreateReport(CreateReportRequest request, ServerCallContext context)Creates a report.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateReportRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateReportConfig(CreateReportConfigRequest, ServerCallContext)
public virtual Task<Operation> CreateReportConfig(CreateReportConfigRequest request, ServerCallContext context)Creates a report configuration.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateReportConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
CreateSource(CreateSourceRequest, ServerCallContext)
public virtual Task<Operation> CreateSource(CreateSourceRequest request, ServerCallContext context)Creates a new source in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
CreateSourceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteAsset(DeleteAssetRequest, ServerCallContext)
public virtual Task<Empty> DeleteAsset(DeleteAssetRequest request, ServerCallContext context)Deletes an asset.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteAssetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskEmpty |
The response to send back to the client (wrapped by a task). |
DeleteGroup(DeleteGroupRequest, ServerCallContext)
public virtual Task<Operation> DeleteGroup(DeleteGroupRequest request, ServerCallContext context)Deletes a group.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteImportDataFile(DeleteImportDataFileRequest, ServerCallContext)
public virtual Task<Operation> DeleteImportDataFile(DeleteImportDataFileRequest request, ServerCallContext context)Delete an import data file.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteImportDataFileRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteImportJob(DeleteImportJobRequest, ServerCallContext)
public virtual Task<Operation> DeleteImportJob(DeleteImportJobRequest request, ServerCallContext context)Deletes an import job.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteImportJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeletePreferenceSet(DeletePreferenceSetRequest, ServerCallContext)
public virtual Task<Operation> DeletePreferenceSet(DeletePreferenceSetRequest request, ServerCallContext context)Deletes a preference set.
| Parameters | |
|---|---|
| Name | Description |
request |
DeletePreferenceSetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteReport(DeleteReportRequest, ServerCallContext)
public virtual Task<Operation> DeleteReport(DeleteReportRequest request, ServerCallContext context)Deletes a Report.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteReportRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteReportConfig(DeleteReportConfigRequest, ServerCallContext)
public virtual Task<Operation> DeleteReportConfig(DeleteReportConfigRequest request, ServerCallContext context)Deletes a ReportConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteReportConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
DeleteSource(DeleteSourceRequest, ServerCallContext)
public virtual Task<Operation> DeleteSource(DeleteSourceRequest request, ServerCallContext context)Deletes a source.
| Parameters | |
|---|---|
| Name | Description |
request |
DeleteSourceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
GetAsset(GetAssetRequest, ServerCallContext)
public virtual Task<Asset> GetAsset(GetAssetRequest request, ServerCallContext context)Gets the details of an asset.
| Parameters | |
|---|---|
| Name | Description |
request |
GetAssetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAsset |
The response to send back to the client (wrapped by a task). |
GetErrorFrame(GetErrorFrameRequest, ServerCallContext)
public virtual Task<ErrorFrame> GetErrorFrame(GetErrorFrameRequest request, ServerCallContext context)Gets the details of an error frame.
| Parameters | |
|---|---|
| Name | Description |
request |
GetErrorFrameRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskErrorFrame |
The response to send back to the client (wrapped by a task). |
GetGroup(GetGroupRequest, ServerCallContext)
public virtual Task<Group> GetGroup(GetGroupRequest request, ServerCallContext context)Gets the details of a group.
| Parameters | |
|---|---|
| Name | Description |
request |
GetGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskGroup |
The response to send back to the client (wrapped by a task). |
GetImportDataFile(GetImportDataFileRequest, ServerCallContext)
public virtual Task<ImportDataFile> GetImportDataFile(GetImportDataFileRequest request, ServerCallContext context)Gets an import data file.
| Parameters | |
|---|---|
| Name | Description |
request |
GetImportDataFileRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskImportDataFile |
The response to send back to the client (wrapped by a task). |
GetImportJob(GetImportJobRequest, ServerCallContext)
public virtual Task<ImportJob> GetImportJob(GetImportJobRequest request, ServerCallContext context)Gets the details of an import job.
| Parameters | |
|---|---|
| Name | Description |
request |
GetImportJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskImportJob |
The response to send back to the client (wrapped by a task). |
GetPreferenceSet(GetPreferenceSetRequest, ServerCallContext)
public virtual Task<PreferenceSet> GetPreferenceSet(GetPreferenceSetRequest request, ServerCallContext context)Gets the details of a preference set.
| Parameters | |
|---|---|
| Name | Description |
request |
GetPreferenceSetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskPreferenceSet |
The response to send back to the client (wrapped by a task). |
GetReport(GetReportRequest, ServerCallContext)
public virtual Task<Report> GetReport(GetReportRequest request, ServerCallContext context)Gets details of a single Report.
| Parameters | |
|---|---|
| Name | Description |
request |
GetReportRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskReport |
The response to send back to the client (wrapped by a task). |
GetReportConfig(GetReportConfigRequest, ServerCallContext)
public virtual Task<ReportConfig> GetReportConfig(GetReportConfigRequest request, ServerCallContext context)Gets details of a single ReportConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
GetReportConfigRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskReportConfig |
The response to send back to the client (wrapped by a task). |
GetSettings(GetSettingsRequest, ServerCallContext)
public virtual Task<Settings> GetSettings(GetSettingsRequest request, ServerCallContext context)Gets the details of regional settings.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSettingsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSettings |
The response to send back to the client (wrapped by a task). |
GetSource(GetSourceRequest, ServerCallContext)
public virtual Task<Source> GetSource(GetSourceRequest request, ServerCallContext context)Gets the details of a source.
| Parameters | |
|---|---|
| Name | Description |
request |
GetSourceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskSource |
The response to send back to the client (wrapped by a task). |
ListAssets(ListAssetsRequest, ServerCallContext)
public virtual Task<ListAssetsResponse> ListAssets(ListAssetsRequest request, ServerCallContext context)Lists all the assets in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListAssetsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListAssetsResponse |
The response to send back to the client (wrapped by a task). |
ListErrorFrames(ListErrorFramesRequest, ServerCallContext)
public virtual Task<ListErrorFramesResponse> ListErrorFrames(ListErrorFramesRequest request, ServerCallContext context)Lists all error frames in a given source and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListErrorFramesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListErrorFramesResponse |
The response to send back to the client (wrapped by a task). |
ListGroups(ListGroupsRequest, ServerCallContext)
public virtual Task<ListGroupsResponse> ListGroups(ListGroupsRequest request, ServerCallContext context)Lists all groups in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListGroupsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListGroupsResponse |
The response to send back to the client (wrapped by a task). |
ListImportDataFiles(ListImportDataFilesRequest, ServerCallContext)
public virtual Task<ListImportDataFilesResponse> ListImportDataFiles(ListImportDataFilesRequest request, ServerCallContext context)List import data files.
| Parameters | |
|---|---|
| Name | Description |
request |
ListImportDataFilesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListImportDataFilesResponse |
The response to send back to the client (wrapped by a task). |
ListImportJobs(ListImportJobsRequest, ServerCallContext)
public virtual Task<ListImportJobsResponse> ListImportJobs(ListImportJobsRequest request, ServerCallContext context)Lists all import jobs.
| Parameters | |
|---|---|
| Name | Description |
request |
ListImportJobsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListImportJobsResponse |
The response to send back to the client (wrapped by a task). |
ListPreferenceSets(ListPreferenceSetsRequest, ServerCallContext)
public virtual Task<ListPreferenceSetsResponse> ListPreferenceSets(ListPreferenceSetsRequest request, ServerCallContext context)Lists all the preference sets in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListPreferenceSetsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListPreferenceSetsResponse |
The response to send back to the client (wrapped by a task). |
ListReportConfigs(ListReportConfigsRequest, ServerCallContext)
public virtual Task<ListReportConfigsResponse> ListReportConfigs(ListReportConfigsRequest request, ServerCallContext context)Lists ReportConfigs in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListReportConfigsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListReportConfigsResponse |
The response to send back to the client (wrapped by a task). |
ListReports(ListReportsRequest, ServerCallContext)
public virtual Task<ListReportsResponse> ListReports(ListReportsRequest request, ServerCallContext context)Lists Reports in a given ReportConfig.
| Parameters | |
|---|---|
| Name | Description |
request |
ListReportsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListReportsResponse |
The response to send back to the client (wrapped by a task). |
ListSources(ListSourcesRequest, ServerCallContext)
public virtual Task<ListSourcesResponse> ListSources(ListSourcesRequest request, ServerCallContext context)Lists all the sources in a given project and location.
| Parameters | |
|---|---|
| Name | Description |
request |
ListSourcesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskListSourcesResponse |
The response to send back to the client (wrapped by a task). |
RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest, ServerCallContext)
public virtual Task<Operation> RemoveAssetsFromGroup(RemoveAssetsFromGroupRequest request, ServerCallContext context)Removes assets from a group.
| Parameters | |
|---|---|
| Name | Description |
request |
RemoveAssetsFromGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
ReportAssetFrames(ReportAssetFramesRequest, ServerCallContext)
public virtual Task<ReportAssetFramesResponse> ReportAssetFrames(ReportAssetFramesRequest request, ServerCallContext context)Reports a set of frames.
| Parameters | |
|---|---|
| Name | Description |
request |
ReportAssetFramesRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskReportAssetFramesResponse |
The response to send back to the client (wrapped by a task). |
RunImportJob(RunImportJobRequest, ServerCallContext)
public virtual Task<Operation> RunImportJob(RunImportJobRequest request, ServerCallContext context)Runs an import job.
| Parameters | |
|---|---|
| Name | Description |
request |
RunImportJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateAsset(UpdateAssetRequest, ServerCallContext)
public virtual Task<Asset> UpdateAsset(UpdateAssetRequest request, ServerCallContext context)Updates the parameters of an asset.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateAssetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskAsset |
The response to send back to the client (wrapped by a task). |
UpdateGroup(UpdateGroupRequest, ServerCallContext)
public virtual Task<Operation> UpdateGroup(UpdateGroupRequest request, ServerCallContext context)Updates the parameters of a group.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateGroupRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateImportJob(UpdateImportJobRequest, ServerCallContext)
public virtual Task<Operation> UpdateImportJob(UpdateImportJobRequest request, ServerCallContext context)Updates an import job.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateImportJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdatePreferenceSet(UpdatePreferenceSetRequest, ServerCallContext)
public virtual Task<Operation> UpdatePreferenceSet(UpdatePreferenceSetRequest request, ServerCallContext context)Updates the parameters of a preference set.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdatePreferenceSetRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateSettings(UpdateSettingsRequest, ServerCallContext)
public virtual Task<Operation> UpdateSettings(UpdateSettingsRequest request, ServerCallContext context)Updates the regional-level project settings.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSettingsRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
UpdateSource(UpdateSourceRequest, ServerCallContext)
public virtual Task<Operation> UpdateSource(UpdateSourceRequest request, ServerCallContext context)Updates the parameters of a source.
| Parameters | |
|---|---|
| Name | Description |
request |
UpdateSourceRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |
ValidateImportJob(ValidateImportJobRequest, ServerCallContext)
public virtual Task<Operation> ValidateImportJob(ValidateImportJobRequest request, ServerCallContext context)Validates an import job.
| Parameters | |
|---|---|
| Name | Description |
request |
ValidateImportJobRequestThe request received from the client. |
context |
ServerCallContextThe context of the server-side call handler being invoked. |
| Returns | |
|---|---|
| Type | Description |
TaskOperation |
The response to send back to the client (wrapped by a task). |