Class MigrationCenterGrpc.MigrationCenterBlockingStub
- java.lang.Object
-
- io.grpc.stub.AbstractStub<S>
-
- io.grpc.stub.AbstractBlockingStub<MigrationCenterGrpc.MigrationCenterBlockingStub>
-
- com.google.cloud.migrationcenter.v1.MigrationCenterGrpc.MigrationCenterBlockingStub
-
- Enclosing class:
- MigrationCenterGrpc
public static final class MigrationCenterGrpc.MigrationCenterBlockingStub extends io.grpc.stub.AbstractBlockingStub<MigrationCenterGrpc.MigrationCenterBlockingStub>
A stub to allow clients to do synchronous rpc calls to service MigrationCenter.Service describing handlers for resources.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description com.google.longrunning.Operation
addAssetsToGroup(AddAssetsToGroupRequest request)
Adds assets to a group.AggregateAssetsValuesResponse
aggregateAssetsValues(AggregateAssetsValuesRequest request)
Aggregates the requested fields based on provided function.com.google.protobuf.Empty
batchDeleteAssets(BatchDeleteAssetsRequest request)
Deletes list of Assets.BatchUpdateAssetsResponse
batchUpdateAssets(BatchUpdateAssetsRequest request)
Updates the parameters of a list of assets.protected MigrationCenterGrpc.MigrationCenterBlockingStub
build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
com.google.longrunning.Operation
createGroup(CreateGroupRequest request)
Creates a new group in a given project and location.com.google.longrunning.Operation
createImportDataFile(CreateImportDataFileRequest request)
Creates an import data file.com.google.longrunning.Operation
createImportJob(CreateImportJobRequest request)
Creates an import job.com.google.longrunning.Operation
createPreferenceSet(CreatePreferenceSetRequest request)
Creates a new preference set in a given project and location.com.google.longrunning.Operation
createReport(CreateReportRequest request)
Creates a report.com.google.longrunning.Operation
createReportConfig(CreateReportConfigRequest request)
Creates a report configuration.com.google.longrunning.Operation
createSource(CreateSourceRequest request)
Creates a new source in a given project and location.com.google.protobuf.Empty
deleteAsset(DeleteAssetRequest request)
Deletes an asset.com.google.longrunning.Operation
deleteGroup(DeleteGroupRequest request)
Deletes a group.com.google.longrunning.Operation
deleteImportDataFile(DeleteImportDataFileRequest request)
Delete an import data file.com.google.longrunning.Operation
deleteImportJob(DeleteImportJobRequest request)
Deletes an import job.com.google.longrunning.Operation
deletePreferenceSet(DeletePreferenceSetRequest request)
Deletes a preference set.com.google.longrunning.Operation
deleteReport(DeleteReportRequest request)
Deletes a Report.com.google.longrunning.Operation
deleteReportConfig(DeleteReportConfigRequest request)
Deletes a ReportConfig.com.google.longrunning.Operation
deleteSource(DeleteSourceRequest request)
Deletes a source.Asset
getAsset(GetAssetRequest request)
Gets the details of an asset.ErrorFrame
getErrorFrame(GetErrorFrameRequest request)
Gets the details of an error frame.Group
getGroup(GetGroupRequest request)
Gets the details of a group.ImportDataFile
getImportDataFile(GetImportDataFileRequest request)
Gets an import data file.ImportJob
getImportJob(GetImportJobRequest request)
Gets the details of an import job.PreferenceSet
getPreferenceSet(GetPreferenceSetRequest request)
Gets the details of a preference set.Report
getReport(GetReportRequest request)
Gets details of a single Report.ReportConfig
getReportConfig(GetReportConfigRequest request)
Gets details of a single ReportConfig.Settings
getSettings(GetSettingsRequest request)
Gets the details of regional settings.Source
getSource(GetSourceRequest request)
Gets the details of a source.ListAssetsResponse
listAssets(ListAssetsRequest request)
Lists all the assets in a given project and location.ListErrorFramesResponse
listErrorFrames(ListErrorFramesRequest request)
Lists all error frames in a given source and location.ListGroupsResponse
listGroups(ListGroupsRequest request)
Lists all groups in a given project and location.ListImportDataFilesResponse
listImportDataFiles(ListImportDataFilesRequest request)
List import data files.ListImportJobsResponse
listImportJobs(ListImportJobsRequest request)
Lists all import jobs.ListPreferenceSetsResponse
listPreferenceSets(ListPreferenceSetsRequest request)
Lists all the preference sets in a given project and location.ListReportConfigsResponse
listReportConfigs(ListReportConfigsRequest request)
Lists ReportConfigs in a given project and location.ListReportsResponse
listReports(ListReportsRequest request)
Lists Reports in a given ReportConfig.ListSourcesResponse
listSources(ListSourcesRequest request)
Lists all the sources in a given project and location.com.google.longrunning.Operation
removeAssetsFromGroup(RemoveAssetsFromGroupRequest request)
Removes assets from a group.ReportAssetFramesResponse
reportAssetFrames(ReportAssetFramesRequest request)
Reports a set of frames.com.google.longrunning.Operation
runImportJob(RunImportJobRequest request)
Runs an import job.Asset
updateAsset(UpdateAssetRequest request)
Updates the parameters of an asset.com.google.longrunning.Operation
updateGroup(UpdateGroupRequest request)
Updates the parameters of a group.com.google.longrunning.Operation
updateImportJob(UpdateImportJobRequest request)
Updates an import job.com.google.longrunning.Operation
updatePreferenceSet(UpdatePreferenceSetRequest request)
Updates the parameters of a preference set.com.google.longrunning.Operation
updateSettings(UpdateSettingsRequest request)
Updates the regional-level project settings.com.google.longrunning.Operation
updateSource(UpdateSourceRequest request)
Updates the parameters of a source.com.google.longrunning.Operation
validateImportJob(ValidateImportJobRequest request)
Validates an import job.
-
-
-
Method Detail
-
build
protected MigrationCenterGrpc.MigrationCenterBlockingStub build(io.grpc.Channel channel, io.grpc.CallOptions callOptions)
- Specified by:
build
in classio.grpc.stub.AbstractStub<MigrationCenterGrpc.MigrationCenterBlockingStub>
-
listAssets
public ListAssetsResponse listAssets(ListAssetsRequest request)
Lists all the assets in a given project and location.
-
getAsset
public Asset getAsset(GetAssetRequest request)
Gets the details of an asset.
-
updateAsset
public Asset updateAsset(UpdateAssetRequest request)
Updates the parameters of an asset.
-
batchUpdateAssets
public BatchUpdateAssetsResponse batchUpdateAssets(BatchUpdateAssetsRequest request)
Updates the parameters of a list of assets.
-
deleteAsset
public com.google.protobuf.Empty deleteAsset(DeleteAssetRequest request)
Deletes an asset.
-
batchDeleteAssets
public com.google.protobuf.Empty batchDeleteAssets(BatchDeleteAssetsRequest request)
Deletes list of Assets.
-
reportAssetFrames
public ReportAssetFramesResponse reportAssetFrames(ReportAssetFramesRequest request)
Reports a set of frames.
-
aggregateAssetsValues
public AggregateAssetsValuesResponse aggregateAssetsValues(AggregateAssetsValuesRequest request)
Aggregates the requested fields based on provided function.
-
createImportJob
public com.google.longrunning.Operation createImportJob(CreateImportJobRequest request)
Creates an import job.
-
listImportJobs
public ListImportJobsResponse listImportJobs(ListImportJobsRequest request)
Lists all import jobs.
-
getImportJob
public ImportJob getImportJob(GetImportJobRequest request)
Gets the details of an import job.
-
deleteImportJob
public com.google.longrunning.Operation deleteImportJob(DeleteImportJobRequest request)
Deletes an import job.
-
updateImportJob
public com.google.longrunning.Operation updateImportJob(UpdateImportJobRequest request)
Updates an import job.
-
validateImportJob
public com.google.longrunning.Operation validateImportJob(ValidateImportJobRequest request)
Validates an import job.
-
runImportJob
public com.google.longrunning.Operation runImportJob(RunImportJobRequest request)
Runs an import job.
-
getImportDataFile
public ImportDataFile getImportDataFile(GetImportDataFileRequest request)
Gets an import data file.
-
listImportDataFiles
public ListImportDataFilesResponse listImportDataFiles(ListImportDataFilesRequest request)
List import data files.
-
createImportDataFile
public com.google.longrunning.Operation createImportDataFile(CreateImportDataFileRequest request)
Creates an import data file.
-
deleteImportDataFile
public com.google.longrunning.Operation deleteImportDataFile(DeleteImportDataFileRequest request)
Delete an import data file.
-
listGroups
public ListGroupsResponse listGroups(ListGroupsRequest request)
Lists all groups in a given project and location.
-
getGroup
public Group getGroup(GetGroupRequest request)
Gets the details of a group.
-
createGroup
public com.google.longrunning.Operation createGroup(CreateGroupRequest request)
Creates a new group in a given project and location.
-
updateGroup
public com.google.longrunning.Operation updateGroup(UpdateGroupRequest request)
Updates the parameters of a group.
-
deleteGroup
public com.google.longrunning.Operation deleteGroup(DeleteGroupRequest request)
Deletes a group.
-
addAssetsToGroup
public com.google.longrunning.Operation addAssetsToGroup(AddAssetsToGroupRequest request)
Adds assets to a group.
-
removeAssetsFromGroup
public com.google.longrunning.Operation removeAssetsFromGroup(RemoveAssetsFromGroupRequest request)
Removes assets from a group.
-
listErrorFrames
public ListErrorFramesResponse listErrorFrames(ListErrorFramesRequest request)
Lists all error frames in a given source and location.
-
getErrorFrame
public ErrorFrame getErrorFrame(GetErrorFrameRequest request)
Gets the details of an error frame.
-
listSources
public ListSourcesResponse listSources(ListSourcesRequest request)
Lists all the sources in a given project and location.
-
getSource
public Source getSource(GetSourceRequest request)
Gets the details of a source.
-
createSource
public com.google.longrunning.Operation createSource(CreateSourceRequest request)
Creates a new source in a given project and location.
-
updateSource
public com.google.longrunning.Operation updateSource(UpdateSourceRequest request)
Updates the parameters of a source.
-
deleteSource
public com.google.longrunning.Operation deleteSource(DeleteSourceRequest request)
Deletes a source.
-
listPreferenceSets
public ListPreferenceSetsResponse listPreferenceSets(ListPreferenceSetsRequest request)
Lists all the preference sets in a given project and location.
-
getPreferenceSet
public PreferenceSet getPreferenceSet(GetPreferenceSetRequest request)
Gets the details of a preference set.
-
createPreferenceSet
public com.google.longrunning.Operation createPreferenceSet(CreatePreferenceSetRequest request)
Creates a new preference set in a given project and location.
-
updatePreferenceSet
public com.google.longrunning.Operation updatePreferenceSet(UpdatePreferenceSetRequest request)
Updates the parameters of a preference set.
-
deletePreferenceSet
public com.google.longrunning.Operation deletePreferenceSet(DeletePreferenceSetRequest request)
Deletes a preference set.
-
getSettings
public Settings getSettings(GetSettingsRequest request)
Gets the details of regional settings.
-
updateSettings
public com.google.longrunning.Operation updateSettings(UpdateSettingsRequest request)
Updates the regional-level project settings.
-
createReportConfig
public com.google.longrunning.Operation createReportConfig(CreateReportConfigRequest request)
Creates a report configuration.
-
getReportConfig
public ReportConfig getReportConfig(GetReportConfigRequest request)
Gets details of a single ReportConfig.
-
listReportConfigs
public ListReportConfigsResponse listReportConfigs(ListReportConfigsRequest request)
Lists ReportConfigs in a given project and location.
-
deleteReportConfig
public com.google.longrunning.Operation deleteReportConfig(DeleteReportConfigRequest request)
Deletes a ReportConfig.
-
createReport
public com.google.longrunning.Operation createReport(CreateReportRequest request)
Creates a report.
-
getReport
public Report getReport(GetReportRequest request)
Gets details of a single Report.
-
listReports
public ListReportsResponse listReports(ListReportsRequest request)
Lists Reports in a given ReportConfig.
-
deleteReport
public com.google.longrunning.Operation deleteReport(DeleteReportRequest request)
Deletes a Report.
-
-