Class MigrationCenterGrpc.MigrationCenterImplBase
- java.lang.Object
-
- com.google.cloud.migrationcenter.v1.MigrationCenterGrpc.MigrationCenterImplBase
-
- All Implemented Interfaces:
MigrationCenterGrpc.AsyncService
,io.grpc.BindableService
- Enclosing class:
- MigrationCenterGrpc
public abstract static class MigrationCenterGrpc.MigrationCenterImplBase extends Object implements io.grpc.BindableService, MigrationCenterGrpc.AsyncService
Base class for the server implementation of the service MigrationCenter.Service describing handlers for resources.
-
-
Constructor Summary
Constructors Constructor Description MigrationCenterImplBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description io.grpc.ServerServiceDefinition
bindService()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface com.google.cloud.migrationcenter.v1.MigrationCenterGrpc.AsyncService
addAssetsToGroup, aggregateAssetsValues, batchDeleteAssets, batchUpdateAssets, createGroup, createImportDataFile, createImportJob, createPreferenceSet, createReport, createReportConfig, createSource, deleteAsset, deleteGroup, deleteImportDataFile, deleteImportJob, deletePreferenceSet, deleteReport, deleteReportConfig, deleteSource, getAsset, getErrorFrame, getGroup, getImportDataFile, getImportJob, getPreferenceSet, getReport, getReportConfig, getSettings, getSource, listAssets, listErrorFrames, listGroups, listImportDataFiles, listImportJobs, listPreferenceSets, listReportConfigs, listReports, listSources, removeAssetsFromGroup, reportAssetFrames, runImportJob, updateAsset, updateGroup, updateImportJob, updatePreferenceSet, updateSettings, updateSource, validateImportJob
-
-