Struct google_api_proto::google::cloud::migrationcenter::v1::migration_center_client::MigrationCenterClient
source · pub struct MigrationCenterClient<T> { /* private fields */ }
Expand description
Service describing handlers for resources.
Implementations§
source§impl<T> MigrationCenterClient<T>where
T: GrpcService<BoxBody>,
T::Error: Into<StdError>,
T::ResponseBody: Body<Data = Bytes> + Send + 'static,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
impl<T> MigrationCenterClient<T>where
T: GrpcService<BoxBody>,
T::Error: Into<StdError>,
T::ResponseBody: Body<Data = Bytes> + Send + 'static,
<T::ResponseBody as Body>::Error: Into<StdError> + Send,
pub fn new(inner: T) -> Self
pub fn with_origin(inner: T, origin: Uri) -> Self
pub fn with_interceptor<F>(
inner: T,
interceptor: F,
) -> MigrationCenterClient<InterceptedService<T, F>>where
F: Interceptor,
T::ResponseBody: Default,
T: Service<Request<BoxBody>, Response = Response<<T as GrpcService<BoxBody>>::ResponseBody>>,
<T as Service<Request<BoxBody>>>::Error: Into<StdError> + Send + Sync,
sourcepub fn send_compressed(self, encoding: CompressionEncoding) -> Self
pub fn send_compressed(self, encoding: CompressionEncoding) -> Self
Compress requests with the given encoding.
This requires the server to support it otherwise it might respond with an error.
sourcepub fn accept_compressed(self, encoding: CompressionEncoding) -> Self
pub fn accept_compressed(self, encoding: CompressionEncoding) -> Self
Enable decompressing responses.
sourcepub fn max_decoding_message_size(self, limit: usize) -> Self
pub fn max_decoding_message_size(self, limit: usize) -> Self
Limits the maximum size of a decoded message.
Default: 4MB
sourcepub fn max_encoding_message_size(self, limit: usize) -> Self
pub fn max_encoding_message_size(self, limit: usize) -> Self
Limits the maximum size of an encoded message.
Default: usize::MAX
sourcepub async fn list_assets(
&mut self,
request: impl IntoRequest<ListAssetsRequest>,
) -> Result<Response<ListAssetsResponse>, Status>
pub async fn list_assets( &mut self, request: impl IntoRequest<ListAssetsRequest>, ) -> Result<Response<ListAssetsResponse>, Status>
Lists all the assets in a given project and location.
sourcepub async fn get_asset(
&mut self,
request: impl IntoRequest<GetAssetRequest>,
) -> Result<Response<Asset>, Status>
pub async fn get_asset( &mut self, request: impl IntoRequest<GetAssetRequest>, ) -> Result<Response<Asset>, Status>
Gets the details of an asset.
sourcepub async fn update_asset(
&mut self,
request: impl IntoRequest<UpdateAssetRequest>,
) -> Result<Response<Asset>, Status>
pub async fn update_asset( &mut self, request: impl IntoRequest<UpdateAssetRequest>, ) -> Result<Response<Asset>, Status>
Updates the parameters of an asset.
sourcepub async fn batch_update_assets(
&mut self,
request: impl IntoRequest<BatchUpdateAssetsRequest>,
) -> Result<Response<BatchUpdateAssetsResponse>, Status>
pub async fn batch_update_assets( &mut self, request: impl IntoRequest<BatchUpdateAssetsRequest>, ) -> Result<Response<BatchUpdateAssetsResponse>, Status>
Updates the parameters of a list of assets.
sourcepub async fn delete_asset(
&mut self,
request: impl IntoRequest<DeleteAssetRequest>,
) -> Result<Response<()>, Status>
pub async fn delete_asset( &mut self, request: impl IntoRequest<DeleteAssetRequest>, ) -> Result<Response<()>, Status>
Deletes an asset.
sourcepub async fn batch_delete_assets(
&mut self,
request: impl IntoRequest<BatchDeleteAssetsRequest>,
) -> Result<Response<()>, Status>
pub async fn batch_delete_assets( &mut self, request: impl IntoRequest<BatchDeleteAssetsRequest>, ) -> Result<Response<()>, Status>
Deletes list of Assets.
sourcepub async fn report_asset_frames(
&mut self,
request: impl IntoRequest<ReportAssetFramesRequest>,
) -> Result<Response<ReportAssetFramesResponse>, Status>
pub async fn report_asset_frames( &mut self, request: impl IntoRequest<ReportAssetFramesRequest>, ) -> Result<Response<ReportAssetFramesResponse>, Status>
Reports a set of frames.
sourcepub async fn aggregate_assets_values(
&mut self,
request: impl IntoRequest<AggregateAssetsValuesRequest>,
) -> Result<Response<AggregateAssetsValuesResponse>, Status>
pub async fn aggregate_assets_values( &mut self, request: impl IntoRequest<AggregateAssetsValuesRequest>, ) -> Result<Response<AggregateAssetsValuesResponse>, Status>
Aggregates the requested fields based on provided function.
sourcepub async fn create_import_job(
&mut self,
request: impl IntoRequest<CreateImportJobRequest>,
) -> Result<Response<Operation>, Status>
pub async fn create_import_job( &mut self, request: impl IntoRequest<CreateImportJobRequest>, ) -> Result<Response<Operation>, Status>
Creates an import job.
sourcepub async fn list_import_jobs(
&mut self,
request: impl IntoRequest<ListImportJobsRequest>,
) -> Result<Response<ListImportJobsResponse>, Status>
pub async fn list_import_jobs( &mut self, request: impl IntoRequest<ListImportJobsRequest>, ) -> Result<Response<ListImportJobsResponse>, Status>
Lists all import jobs.
sourcepub async fn get_import_job(
&mut self,
request: impl IntoRequest<GetImportJobRequest>,
) -> Result<Response<ImportJob>, Status>
pub async fn get_import_job( &mut self, request: impl IntoRequest<GetImportJobRequest>, ) -> Result<Response<ImportJob>, Status>
Gets the details of an import job.
sourcepub async fn delete_import_job(
&mut self,
request: impl IntoRequest<DeleteImportJobRequest>,
) -> Result<Response<Operation>, Status>
pub async fn delete_import_job( &mut self, request: impl IntoRequest<DeleteImportJobRequest>, ) -> Result<Response<Operation>, Status>
Deletes an import job.
sourcepub async fn update_import_job(
&mut self,
request: impl IntoRequest<UpdateImportJobRequest>,
) -> Result<Response<Operation>, Status>
pub async fn update_import_job( &mut self, request: impl IntoRequest<UpdateImportJobRequest>, ) -> Result<Response<Operation>, Status>
Updates an import job.
sourcepub async fn validate_import_job(
&mut self,
request: impl IntoRequest<ValidateImportJobRequest>,
) -> Result<Response<Operation>, Status>
pub async fn validate_import_job( &mut self, request: impl IntoRequest<ValidateImportJobRequest>, ) -> Result<Response<Operation>, Status>
Validates an import job.
sourcepub async fn run_import_job(
&mut self,
request: impl IntoRequest<RunImportJobRequest>,
) -> Result<Response<Operation>, Status>
pub async fn run_import_job( &mut self, request: impl IntoRequest<RunImportJobRequest>, ) -> Result<Response<Operation>, Status>
Runs an import job.
sourcepub async fn get_import_data_file(
&mut self,
request: impl IntoRequest<GetImportDataFileRequest>,
) -> Result<Response<ImportDataFile>, Status>
pub async fn get_import_data_file( &mut self, request: impl IntoRequest<GetImportDataFileRequest>, ) -> Result<Response<ImportDataFile>, Status>
Gets an import data file.
sourcepub async fn list_import_data_files(
&mut self,
request: impl IntoRequest<ListImportDataFilesRequest>,
) -> Result<Response<ListImportDataFilesResponse>, Status>
pub async fn list_import_data_files( &mut self, request: impl IntoRequest<ListImportDataFilesRequest>, ) -> Result<Response<ListImportDataFilesResponse>, Status>
List import data files.
sourcepub async fn create_import_data_file(
&mut self,
request: impl IntoRequest<CreateImportDataFileRequest>,
) -> Result<Response<Operation>, Status>
pub async fn create_import_data_file( &mut self, request: impl IntoRequest<CreateImportDataFileRequest>, ) -> Result<Response<Operation>, Status>
Creates an import data file.
sourcepub async fn delete_import_data_file(
&mut self,
request: impl IntoRequest<DeleteImportDataFileRequest>,
) -> Result<Response<Operation>, Status>
pub async fn delete_import_data_file( &mut self, request: impl IntoRequest<DeleteImportDataFileRequest>, ) -> Result<Response<Operation>, Status>
Delete an import data file.
sourcepub async fn list_groups(
&mut self,
request: impl IntoRequest<ListGroupsRequest>,
) -> Result<Response<ListGroupsResponse>, Status>
pub async fn list_groups( &mut self, request: impl IntoRequest<ListGroupsRequest>, ) -> Result<Response<ListGroupsResponse>, Status>
Lists all groups in a given project and location.
sourcepub async fn get_group(
&mut self,
request: impl IntoRequest<GetGroupRequest>,
) -> Result<Response<Group>, Status>
pub async fn get_group( &mut self, request: impl IntoRequest<GetGroupRequest>, ) -> Result<Response<Group>, Status>
Gets the details of a group.
sourcepub async fn create_group(
&mut self,
request: impl IntoRequest<CreateGroupRequest>,
) -> Result<Response<Operation>, Status>
pub async fn create_group( &mut self, request: impl IntoRequest<CreateGroupRequest>, ) -> Result<Response<Operation>, Status>
Creates a new group in a given project and location.
sourcepub async fn update_group(
&mut self,
request: impl IntoRequest<UpdateGroupRequest>,
) -> Result<Response<Operation>, Status>
pub async fn update_group( &mut self, request: impl IntoRequest<UpdateGroupRequest>, ) -> Result<Response<Operation>, Status>
Updates the parameters of a group.
sourcepub async fn delete_group(
&mut self,
request: impl IntoRequest<DeleteGroupRequest>,
) -> Result<Response<Operation>, Status>
pub async fn delete_group( &mut self, request: impl IntoRequest<DeleteGroupRequest>, ) -> Result<Response<Operation>, Status>
Deletes a group.
sourcepub async fn add_assets_to_group(
&mut self,
request: impl IntoRequest<AddAssetsToGroupRequest>,
) -> Result<Response<Operation>, Status>
pub async fn add_assets_to_group( &mut self, request: impl IntoRequest<AddAssetsToGroupRequest>, ) -> Result<Response<Operation>, Status>
Adds assets to a group.
sourcepub async fn remove_assets_from_group(
&mut self,
request: impl IntoRequest<RemoveAssetsFromGroupRequest>,
) -> Result<Response<Operation>, Status>
pub async fn remove_assets_from_group( &mut self, request: impl IntoRequest<RemoveAssetsFromGroupRequest>, ) -> Result<Response<Operation>, Status>
Removes assets from a group.
sourcepub async fn list_error_frames(
&mut self,
request: impl IntoRequest<ListErrorFramesRequest>,
) -> Result<Response<ListErrorFramesResponse>, Status>
pub async fn list_error_frames( &mut self, request: impl IntoRequest<ListErrorFramesRequest>, ) -> Result<Response<ListErrorFramesResponse>, Status>
Lists all error frames in a given source and location.
sourcepub async fn get_error_frame(
&mut self,
request: impl IntoRequest<GetErrorFrameRequest>,
) -> Result<Response<ErrorFrame>, Status>
pub async fn get_error_frame( &mut self, request: impl IntoRequest<GetErrorFrameRequest>, ) -> Result<Response<ErrorFrame>, Status>
Gets the details of an error frame.
sourcepub async fn list_sources(
&mut self,
request: impl IntoRequest<ListSourcesRequest>,
) -> Result<Response<ListSourcesResponse>, Status>
pub async fn list_sources( &mut self, request: impl IntoRequest<ListSourcesRequest>, ) -> Result<Response<ListSourcesResponse>, Status>
Lists all the sources in a given project and location.
sourcepub async fn get_source(
&mut self,
request: impl IntoRequest<GetSourceRequest>,
) -> Result<Response<Source>, Status>
pub async fn get_source( &mut self, request: impl IntoRequest<GetSourceRequest>, ) -> Result<Response<Source>, Status>
Gets the details of a source.
sourcepub async fn create_source(
&mut self,
request: impl IntoRequest<CreateSourceRequest>,
) -> Result<Response<Operation>, Status>
pub async fn create_source( &mut self, request: impl IntoRequest<CreateSourceRequest>, ) -> Result<Response<Operation>, Status>
Creates a new source in a given project and location.
sourcepub async fn update_source(
&mut self,
request: impl IntoRequest<UpdateSourceRequest>,
) -> Result<Response<Operation>, Status>
pub async fn update_source( &mut self, request: impl IntoRequest<UpdateSourceRequest>, ) -> Result<Response<Operation>, Status>
Updates the parameters of a source.
sourcepub async fn delete_source(
&mut self,
request: impl IntoRequest<DeleteSourceRequest>,
) -> Result<Response<Operation>, Status>
pub async fn delete_source( &mut self, request: impl IntoRequest<DeleteSourceRequest>, ) -> Result<Response<Operation>, Status>
Deletes a source.
sourcepub async fn list_preference_sets(
&mut self,
request: impl IntoRequest<ListPreferenceSetsRequest>,
) -> Result<Response<ListPreferenceSetsResponse>, Status>
pub async fn list_preference_sets( &mut self, request: impl IntoRequest<ListPreferenceSetsRequest>, ) -> Result<Response<ListPreferenceSetsResponse>, Status>
Lists all the preference sets in a given project and location.
sourcepub async fn get_preference_set(
&mut self,
request: impl IntoRequest<GetPreferenceSetRequest>,
) -> Result<Response<PreferenceSet>, Status>
pub async fn get_preference_set( &mut self, request: impl IntoRequest<GetPreferenceSetRequest>, ) -> Result<Response<PreferenceSet>, Status>
Gets the details of a preference set.
sourcepub async fn create_preference_set(
&mut self,
request: impl IntoRequest<CreatePreferenceSetRequest>,
) -> Result<Response<Operation>, Status>
pub async fn create_preference_set( &mut self, request: impl IntoRequest<CreatePreferenceSetRequest>, ) -> Result<Response<Operation>, Status>
Creates a new preference set in a given project and location.
sourcepub async fn update_preference_set(
&mut self,
request: impl IntoRequest<UpdatePreferenceSetRequest>,
) -> Result<Response<Operation>, Status>
pub async fn update_preference_set( &mut self, request: impl IntoRequest<UpdatePreferenceSetRequest>, ) -> Result<Response<Operation>, Status>
Updates the parameters of a preference set.
sourcepub async fn delete_preference_set(
&mut self,
request: impl IntoRequest<DeletePreferenceSetRequest>,
) -> Result<Response<Operation>, Status>
pub async fn delete_preference_set( &mut self, request: impl IntoRequest<DeletePreferenceSetRequest>, ) -> Result<Response<Operation>, Status>
Deletes a preference set.
sourcepub async fn get_settings(
&mut self,
request: impl IntoRequest<GetSettingsRequest>,
) -> Result<Response<Settings>, Status>
pub async fn get_settings( &mut self, request: impl IntoRequest<GetSettingsRequest>, ) -> Result<Response<Settings>, Status>
Gets the details of regional settings.
sourcepub async fn update_settings(
&mut self,
request: impl IntoRequest<UpdateSettingsRequest>,
) -> Result<Response<Operation>, Status>
pub async fn update_settings( &mut self, request: impl IntoRequest<UpdateSettingsRequest>, ) -> Result<Response<Operation>, Status>
Updates the regional-level project settings.
sourcepub async fn create_report_config(
&mut self,
request: impl IntoRequest<CreateReportConfigRequest>,
) -> Result<Response<Operation>, Status>
pub async fn create_report_config( &mut self, request: impl IntoRequest<CreateReportConfigRequest>, ) -> Result<Response<Operation>, Status>
Creates a report configuration.
sourcepub async fn get_report_config(
&mut self,
request: impl IntoRequest<GetReportConfigRequest>,
) -> Result<Response<ReportConfig>, Status>
pub async fn get_report_config( &mut self, request: impl IntoRequest<GetReportConfigRequest>, ) -> Result<Response<ReportConfig>, Status>
Gets details of a single ReportConfig.
sourcepub async fn list_report_configs(
&mut self,
request: impl IntoRequest<ListReportConfigsRequest>,
) -> Result<Response<ListReportConfigsResponse>, Status>
pub async fn list_report_configs( &mut self, request: impl IntoRequest<ListReportConfigsRequest>, ) -> Result<Response<ListReportConfigsResponse>, Status>
Lists ReportConfigs in a given project and location.
sourcepub async fn delete_report_config(
&mut self,
request: impl IntoRequest<DeleteReportConfigRequest>,
) -> Result<Response<Operation>, Status>
pub async fn delete_report_config( &mut self, request: impl IntoRequest<DeleteReportConfigRequest>, ) -> Result<Response<Operation>, Status>
Deletes a ReportConfig.
sourcepub async fn create_report(
&mut self,
request: impl IntoRequest<CreateReportRequest>,
) -> Result<Response<Operation>, Status>
pub async fn create_report( &mut self, request: impl IntoRequest<CreateReportRequest>, ) -> Result<Response<Operation>, Status>
Creates a report.
sourcepub async fn get_report(
&mut self,
request: impl IntoRequest<GetReportRequest>,
) -> Result<Response<Report>, Status>
pub async fn get_report( &mut self, request: impl IntoRequest<GetReportRequest>, ) -> Result<Response<Report>, Status>
Gets details of a single Report.
sourcepub async fn list_reports(
&mut self,
request: impl IntoRequest<ListReportsRequest>,
) -> Result<Response<ListReportsResponse>, Status>
pub async fn list_reports( &mut self, request: impl IntoRequest<ListReportsRequest>, ) -> Result<Response<ListReportsResponse>, Status>
Lists Reports in a given ReportConfig.
sourcepub async fn delete_report(
&mut self,
request: impl IntoRequest<DeleteReportRequest>,
) -> Result<Response<Operation>, Status>
pub async fn delete_report( &mut self, request: impl IntoRequest<DeleteReportRequest>, ) -> Result<Response<Operation>, Status>
Deletes a Report.
Trait Implementations§
source§impl<T: Clone> Clone for MigrationCenterClient<T>
impl<T: Clone> Clone for MigrationCenterClient<T>
source§fn clone(&self) -> MigrationCenterClient<T>
fn clone(&self) -> MigrationCenterClient<T>
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moreAuto Trait Implementations§
impl<T> !Freeze for MigrationCenterClient<T>
impl<T> RefUnwindSafe for MigrationCenterClient<T>where
T: RefUnwindSafe,
impl<T> Send for MigrationCenterClient<T>where
T: Send,
impl<T> Sync for MigrationCenterClient<T>where
T: Sync,
impl<T> Unpin for MigrationCenterClient<T>where
T: Unpin,
impl<T> UnwindSafe for MigrationCenterClient<T>where
T: UnwindSafe,
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
§impl<T> Instrument for T
impl<T> Instrument for T
§fn instrument(self, span: Span) -> Instrumented<Self>
fn instrument(self, span: Span) -> Instrumented<Self>
§fn in_current_span(self) -> Instrumented<Self>
fn in_current_span(self) -> Instrumented<Self>
source§impl<T> IntoRequest<T> for T
impl<T> IntoRequest<T> for T
source§fn into_request(self) -> Request<T>
fn into_request(self) -> Request<T>
T
in a tonic::Request