public final class MigrationCenterGrpc
Service describing handlers for resources.
Static Fields
SERVICE_NAME
public static final String SERVICE_NAME
Field Value |
Type |
Description |
String |
|
Static Methods
bindService(MigrationCenterGrpc.AsyncService service)
public static final ServerServiceDefinition bindService(MigrationCenterGrpc.AsyncService service)
Returns |
Type |
Description |
io.grpc.ServerServiceDefinition |
|
getAddAssetsToGroupMethod()
public static MethodDescriptor<AddAssetsToGroupRequest,Operation> getAddAssetsToGroupMethod()
getAggregateAssetsValuesMethod()
public static MethodDescriptor<AggregateAssetsValuesRequest,AggregateAssetsValuesResponse> getAggregateAssetsValuesMethod()
getBatchDeleteAssetsMethod()
public static MethodDescriptor<BatchDeleteAssetsRequest,Empty> getBatchDeleteAssetsMethod()
getBatchUpdateAssetsMethod()
public static MethodDescriptor<BatchUpdateAssetsRequest,BatchUpdateAssetsResponse> getBatchUpdateAssetsMethod()
getCreateGroupMethod()
public static MethodDescriptor<CreateGroupRequest,Operation> getCreateGroupMethod()
getCreateImportDataFileMethod()
public static MethodDescriptor<CreateImportDataFileRequest,Operation> getCreateImportDataFileMethod()
getCreateImportJobMethod()
public static MethodDescriptor<CreateImportJobRequest,Operation> getCreateImportJobMethod()
getCreatePreferenceSetMethod()
public static MethodDescriptor<CreatePreferenceSetRequest,Operation> getCreatePreferenceSetMethod()
getCreateReportConfigMethod()
public static MethodDescriptor<CreateReportConfigRequest,Operation> getCreateReportConfigMethod()
getCreateReportMethod()
public static MethodDescriptor<CreateReportRequest,Operation> getCreateReportMethod()
getCreateSourceMethod()
public static MethodDescriptor<CreateSourceRequest,Operation> getCreateSourceMethod()
getDeleteAssetMethod()
public static MethodDescriptor<DeleteAssetRequest,Empty> getDeleteAssetMethod()
getDeleteGroupMethod()
public static MethodDescriptor<DeleteGroupRequest,Operation> getDeleteGroupMethod()
getDeleteImportDataFileMethod()
public static MethodDescriptor<DeleteImportDataFileRequest,Operation> getDeleteImportDataFileMethod()
getDeleteImportJobMethod()
public static MethodDescriptor<DeleteImportJobRequest,Operation> getDeleteImportJobMethod()
getDeletePreferenceSetMethod()
public static MethodDescriptor<DeletePreferenceSetRequest,Operation> getDeletePreferenceSetMethod()
getDeleteReportConfigMethod()
public static MethodDescriptor<DeleteReportConfigRequest,Operation> getDeleteReportConfigMethod()
getDeleteReportMethod()
public static MethodDescriptor<DeleteReportRequest,Operation> getDeleteReportMethod()
getDeleteSourceMethod()
public static MethodDescriptor<DeleteSourceRequest,Operation> getDeleteSourceMethod()
getGetAssetMethod()
public static MethodDescriptor<GetAssetRequest,Asset> getGetAssetMethod()
getGetErrorFrameMethod()
public static MethodDescriptor<GetErrorFrameRequest,ErrorFrame> getGetErrorFrameMethod()
getGetGroupMethod()
public static MethodDescriptor<GetGroupRequest,Group> getGetGroupMethod()
getGetImportDataFileMethod()
public static MethodDescriptor<GetImportDataFileRequest,ImportDataFile> getGetImportDataFileMethod()
getGetImportJobMethod()
public static MethodDescriptor<GetImportJobRequest,ImportJob> getGetImportJobMethod()
getGetPreferenceSetMethod()
public static MethodDescriptor<GetPreferenceSetRequest,PreferenceSet> getGetPreferenceSetMethod()
getGetReportConfigMethod()
public static MethodDescriptor<GetReportConfigRequest,ReportConfig> getGetReportConfigMethod()
getGetReportMethod()
public static MethodDescriptor<GetReportRequest,Report> getGetReportMethod()
getGetSettingsMethod()
public static MethodDescriptor<GetSettingsRequest,Settings> getGetSettingsMethod()
getGetSourceMethod()
public static MethodDescriptor<GetSourceRequest,Source> getGetSourceMethod()
getListAssetsMethod()
public static MethodDescriptor<ListAssetsRequest,ListAssetsResponse> getListAssetsMethod()
getListErrorFramesMethod()
public static MethodDescriptor<ListErrorFramesRequest,ListErrorFramesResponse> getListErrorFramesMethod()
getListGroupsMethod()
public static MethodDescriptor<ListGroupsRequest,ListGroupsResponse> getListGroupsMethod()
getListImportDataFilesMethod()
public static MethodDescriptor<ListImportDataFilesRequest,ListImportDataFilesResponse> getListImportDataFilesMethod()
getListImportJobsMethod()
public static MethodDescriptor<ListImportJobsRequest,ListImportJobsResponse> getListImportJobsMethod()
getListPreferenceSetsMethod()
public static MethodDescriptor<ListPreferenceSetsRequest,ListPreferenceSetsResponse> getListPreferenceSetsMethod()
getListReportConfigsMethod()
public static MethodDescriptor<ListReportConfigsRequest,ListReportConfigsResponse> getListReportConfigsMethod()
getListReportsMethod()
public static MethodDescriptor<ListReportsRequest,ListReportsResponse> getListReportsMethod()
getListSourcesMethod()
public static MethodDescriptor<ListSourcesRequest,ListSourcesResponse> getListSourcesMethod()
getRemoveAssetsFromGroupMethod()
public static MethodDescriptor<RemoveAssetsFromGroupRequest,Operation> getRemoveAssetsFromGroupMethod()
getReportAssetFramesMethod()
public static MethodDescriptor<ReportAssetFramesRequest,ReportAssetFramesResponse> getReportAssetFramesMethod()
getRunImportJobMethod()
public static MethodDescriptor<RunImportJobRequest,Operation> getRunImportJobMethod()
getServiceDescriptor()
public static ServiceDescriptor getServiceDescriptor()
Returns |
Type |
Description |
io.grpc.ServiceDescriptor |
|
getUpdateAssetMethod()
public static MethodDescriptor<UpdateAssetRequest,Asset> getUpdateAssetMethod()
getUpdateGroupMethod()
public static MethodDescriptor<UpdateGroupRequest,Operation> getUpdateGroupMethod()
getUpdateImportJobMethod()
public static MethodDescriptor<UpdateImportJobRequest,Operation> getUpdateImportJobMethod()
getUpdatePreferenceSetMethod()
public static MethodDescriptor<UpdatePreferenceSetRequest,Operation> getUpdatePreferenceSetMethod()
getUpdateSettingsMethod()
public static MethodDescriptor<UpdateSettingsRequest,Operation> getUpdateSettingsMethod()
getUpdateSourceMethod()
public static MethodDescriptor<UpdateSourceRequest,Operation> getUpdateSourceMethod()
getValidateImportJobMethod()
public static MethodDescriptor<ValidateImportJobRequest,Operation> getValidateImportJobMethod()
newBlockingStub(Channel channel)
public static MigrationCenterGrpc.MigrationCenterBlockingStub newBlockingStub(Channel channel)
Creates a new blocking-style stub that supports unary and streaming output calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newFutureStub(Channel channel)
public static MigrationCenterGrpc.MigrationCenterFutureStub newFutureStub(Channel channel)
Creates a new ListenableFuture-style stub that supports unary calls on the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|
newStub(Channel channel)
public static MigrationCenterGrpc.MigrationCenterStub newStub(Channel channel)
Creates a new async stub that supports all call types for the service
Parameter |
Name |
Description |
channel |
io.grpc.Channel
|