pub trait CloudDeploy:
Debug
+ Send
+ Sync {
Show 56 methods
// Provided methods
fn list_delivery_pipelines(
&self,
_req: ListDeliveryPipelinesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListDeliveryPipelinesResponse>>> + Send { ... }
fn get_delivery_pipeline(
&self,
_req: GetDeliveryPipelineRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<DeliveryPipeline>>> + Send { ... }
fn create_delivery_pipeline(
&self,
_req: CreateDeliveryPipelineRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn update_delivery_pipeline(
&self,
_req: UpdateDeliveryPipelineRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn delete_delivery_pipeline(
&self,
_req: DeleteDeliveryPipelineRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn list_targets(
&self,
_req: ListTargetsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTargetsResponse>>> + Send { ... }
fn rollback_target(
&self,
_req: RollbackTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<RollbackTargetResponse>>> + Send { ... }
fn get_target(
&self,
_req: GetTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Target>>> + Send { ... }
fn create_target(
&self,
_req: CreateTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn update_target(
&self,
_req: UpdateTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn delete_target(
&self,
_req: DeleteTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn list_custom_target_types(
&self,
_req: ListCustomTargetTypesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListCustomTargetTypesResponse>>> + Send { ... }
fn get_custom_target_type(
&self,
_req: GetCustomTargetTypeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<CustomTargetType>>> + Send { ... }
fn create_custom_target_type(
&self,
_req: CreateCustomTargetTypeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn update_custom_target_type(
&self,
_req: UpdateCustomTargetTypeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn delete_custom_target_type(
&self,
_req: DeleteCustomTargetTypeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn list_releases(
&self,
_req: ListReleasesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListReleasesResponse>>> + Send { ... }
fn get_release(
&self,
_req: GetReleaseRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Release>>> + Send { ... }
fn create_release(
&self,
_req: CreateReleaseRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn abandon_release(
&self,
_req: AbandonReleaseRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<AbandonReleaseResponse>>> + Send { ... }
fn create_deploy_policy(
&self,
_req: CreateDeployPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn update_deploy_policy(
&self,
_req: UpdateDeployPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn delete_deploy_policy(
&self,
_req: DeleteDeployPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn list_deploy_policies(
&self,
_req: ListDeployPoliciesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListDeployPoliciesResponse>>> + Send { ... }
fn get_deploy_policy(
&self,
_req: GetDeployPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<DeployPolicy>>> + Send { ... }
fn approve_rollout(
&self,
_req: ApproveRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ApproveRolloutResponse>>> + Send { ... }
fn advance_rollout(
&self,
_req: AdvanceRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<AdvanceRolloutResponse>>> + Send { ... }
fn cancel_rollout(
&self,
_req: CancelRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<CancelRolloutResponse>>> + Send { ... }
fn list_rollouts(
&self,
_req: ListRolloutsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListRolloutsResponse>>> + Send { ... }
fn get_rollout(
&self,
_req: GetRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Rollout>>> + Send { ... }
fn create_rollout(
&self,
_req: CreateRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn ignore_job(
&self,
_req: IgnoreJobRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<IgnoreJobResponse>>> + Send { ... }
fn retry_job(
&self,
_req: RetryJobRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<RetryJobResponse>>> + Send { ... }
fn list_job_runs(
&self,
_req: ListJobRunsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListJobRunsResponse>>> + Send { ... }
fn get_job_run(
&self,
_req: GetJobRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<JobRun>>> + Send { ... }
fn terminate_job_run(
&self,
_req: TerminateJobRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TerminateJobRunResponse>>> + Send { ... }
fn get_config(
&self,
_req: GetConfigRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Config>>> + Send { ... }
fn create_automation(
&self,
_req: CreateAutomationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn update_automation(
&self,
_req: UpdateAutomationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn delete_automation(
&self,
_req: DeleteAutomationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn get_automation(
&self,
_req: GetAutomationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Automation>>> + Send { ... }
fn list_automations(
&self,
_req: ListAutomationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListAutomationsResponse>>> + Send { ... }
fn get_automation_run(
&self,
_req: GetAutomationRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<AutomationRun>>> + Send { ... }
fn list_automation_runs(
&self,
_req: ListAutomationRunsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListAutomationRunsResponse>>> + Send { ... }
fn cancel_automation_run(
&self,
_req: CancelAutomationRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<CancelAutomationRunResponse>>> + Send { ... }
fn list_locations(
&self,
_req: ListLocationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListLocationsResponse>>> + Send { ... }
fn get_location(
&self,
_req: GetLocationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Location>>> + Send { ... }
fn set_iam_policy(
&self,
_req: SetIamPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Policy>>> + Send { ... }
fn get_iam_policy(
&self,
_req: GetIamPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Policy>>> + Send { ... }
fn test_iam_permissions(
&self,
_req: TestIamPermissionsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TestIamPermissionsResponse>>> + Send { ... }
fn list_operations(
&self,
_req: ListOperationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListOperationsResponse>>> + Send { ... }
fn get_operation(
&self,
_req: GetOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn delete_operation(
&self,
_req: DeleteOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + Send { ... }
fn cancel_operation(
&self,
_req: CancelOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + Send { ... }
fn get_polling_error_policy(
&self,
_options: &RequestOptions,
) -> Arc<dyn PollingErrorPolicy> { ... }
fn get_polling_backoff_policy(
&self,
_options: &RequestOptions,
) -> Arc<dyn PollingBackoffPolicy> { ... }
}
Expand description
Defines the trait used to implement super::client::CloudDeploy.
Application developers may need to implement this trait to mock
client::CloudDeploy
. In other use-cases, application developers only
use client::CloudDeploy
and need not be concerned with this trait or
its implementations.
Services gain new RPCs routinely. Consequently, this trait gains new methods too. To avoid breaking applications the trait provides a default implementation of each method. Most of these implementations just return an error.
Provided Methods§
Sourcefn list_delivery_pipelines(
&self,
_req: ListDeliveryPipelinesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListDeliveryPipelinesResponse>>> + Send
fn list_delivery_pipelines( &self, _req: ListDeliveryPipelinesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListDeliveryPipelinesResponse>>> + Send
Sourcefn get_delivery_pipeline(
&self,
_req: GetDeliveryPipelineRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<DeliveryPipeline>>> + Send
fn get_delivery_pipeline( &self, _req: GetDeliveryPipelineRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<DeliveryPipeline>>> + Send
Sourcefn create_delivery_pipeline(
&self,
_req: CreateDeliveryPipelineRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn create_delivery_pipeline( &self, _req: CreateDeliveryPipelineRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn update_delivery_pipeline(
&self,
_req: UpdateDeliveryPipelineRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn update_delivery_pipeline( &self, _req: UpdateDeliveryPipelineRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn delete_delivery_pipeline(
&self,
_req: DeleteDeliveryPipelineRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn delete_delivery_pipeline( &self, _req: DeleteDeliveryPipelineRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn list_targets(
&self,
_req: ListTargetsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListTargetsResponse>>> + Send
fn list_targets( &self, _req: ListTargetsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListTargetsResponse>>> + Send
Implements super::client::CloudDeploy::list_targets.
Sourcefn rollback_target(
&self,
_req: RollbackTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<RollbackTargetResponse>>> + Send
fn rollback_target( &self, _req: RollbackTargetRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<RollbackTargetResponse>>> + Send
Implements super::client::CloudDeploy::rollback_target.
Sourcefn get_target(
&self,
_req: GetTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Target>>> + Send
fn get_target( &self, _req: GetTargetRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Target>>> + Send
Implements super::client::CloudDeploy::get_target.
Sourcefn create_target(
&self,
_req: CreateTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn create_target( &self, _req: CreateTargetRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::create_target.
Sourcefn update_target(
&self,
_req: UpdateTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn update_target( &self, _req: UpdateTargetRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::update_target.
Sourcefn delete_target(
&self,
_req: DeleteTargetRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn delete_target( &self, _req: DeleteTargetRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::delete_target.
Sourcefn list_custom_target_types(
&self,
_req: ListCustomTargetTypesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListCustomTargetTypesResponse>>> + Send
fn list_custom_target_types( &self, _req: ListCustomTargetTypesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListCustomTargetTypesResponse>>> + Send
Sourcefn get_custom_target_type(
&self,
_req: GetCustomTargetTypeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<CustomTargetType>>> + Send
fn get_custom_target_type( &self, _req: GetCustomTargetTypeRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CustomTargetType>>> + Send
Sourcefn create_custom_target_type(
&self,
_req: CreateCustomTargetTypeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn create_custom_target_type( &self, _req: CreateCustomTargetTypeRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn update_custom_target_type(
&self,
_req: UpdateCustomTargetTypeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn update_custom_target_type( &self, _req: UpdateCustomTargetTypeRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn delete_custom_target_type(
&self,
_req: DeleteCustomTargetTypeRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn delete_custom_target_type( &self, _req: DeleteCustomTargetTypeRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn list_releases(
&self,
_req: ListReleasesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListReleasesResponse>>> + Send
fn list_releases( &self, _req: ListReleasesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListReleasesResponse>>> + Send
Implements super::client::CloudDeploy::list_releases.
Sourcefn get_release(
&self,
_req: GetReleaseRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Release>>> + Send
fn get_release( &self, _req: GetReleaseRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Release>>> + Send
Implements super::client::CloudDeploy::get_release.
Sourcefn create_release(
&self,
_req: CreateReleaseRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn create_release( &self, _req: CreateReleaseRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::create_release.
Sourcefn abandon_release(
&self,
_req: AbandonReleaseRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<AbandonReleaseResponse>>> + Send
fn abandon_release( &self, _req: AbandonReleaseRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<AbandonReleaseResponse>>> + Send
Implements super::client::CloudDeploy::abandon_release.
Sourcefn create_deploy_policy(
&self,
_req: CreateDeployPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn create_deploy_policy( &self, _req: CreateDeployPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::create_deploy_policy.
Sourcefn update_deploy_policy(
&self,
_req: UpdateDeployPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn update_deploy_policy( &self, _req: UpdateDeployPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::update_deploy_policy.
Sourcefn delete_deploy_policy(
&self,
_req: DeleteDeployPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn delete_deploy_policy( &self, _req: DeleteDeployPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::delete_deploy_policy.
Sourcefn list_deploy_policies(
&self,
_req: ListDeployPoliciesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListDeployPoliciesResponse>>> + Send
fn list_deploy_policies( &self, _req: ListDeployPoliciesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListDeployPoliciesResponse>>> + Send
Implements super::client::CloudDeploy::list_deploy_policies.
Sourcefn get_deploy_policy(
&self,
_req: GetDeployPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<DeployPolicy>>> + Send
fn get_deploy_policy( &self, _req: GetDeployPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<DeployPolicy>>> + Send
Implements super::client::CloudDeploy::get_deploy_policy.
Sourcefn approve_rollout(
&self,
_req: ApproveRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ApproveRolloutResponse>>> + Send
fn approve_rollout( &self, _req: ApproveRolloutRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ApproveRolloutResponse>>> + Send
Implements super::client::CloudDeploy::approve_rollout.
Sourcefn advance_rollout(
&self,
_req: AdvanceRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<AdvanceRolloutResponse>>> + Send
fn advance_rollout( &self, _req: AdvanceRolloutRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<AdvanceRolloutResponse>>> + Send
Implements super::client::CloudDeploy::advance_rollout.
Sourcefn cancel_rollout(
&self,
_req: CancelRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<CancelRolloutResponse>>> + Send
fn cancel_rollout( &self, _req: CancelRolloutRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CancelRolloutResponse>>> + Send
Implements super::client::CloudDeploy::cancel_rollout.
Sourcefn list_rollouts(
&self,
_req: ListRolloutsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListRolloutsResponse>>> + Send
fn list_rollouts( &self, _req: ListRolloutsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListRolloutsResponse>>> + Send
Implements super::client::CloudDeploy::list_rollouts.
Sourcefn get_rollout(
&self,
_req: GetRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Rollout>>> + Send
fn get_rollout( &self, _req: GetRolloutRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Rollout>>> + Send
Implements super::client::CloudDeploy::get_rollout.
Sourcefn create_rollout(
&self,
_req: CreateRolloutRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn create_rollout( &self, _req: CreateRolloutRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::create_rollout.
Sourcefn ignore_job(
&self,
_req: IgnoreJobRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<IgnoreJobResponse>>> + Send
fn ignore_job( &self, _req: IgnoreJobRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<IgnoreJobResponse>>> + Send
Implements super::client::CloudDeploy::ignore_job.
Sourcefn retry_job(
&self,
_req: RetryJobRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<RetryJobResponse>>> + Send
fn retry_job( &self, _req: RetryJobRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<RetryJobResponse>>> + Send
Implements super::client::CloudDeploy::retry_job.
Sourcefn list_job_runs(
&self,
_req: ListJobRunsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListJobRunsResponse>>> + Send
fn list_job_runs( &self, _req: ListJobRunsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListJobRunsResponse>>> + Send
Implements super::client::CloudDeploy::list_job_runs.
Sourcefn get_job_run(
&self,
_req: GetJobRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<JobRun>>> + Send
fn get_job_run( &self, _req: GetJobRunRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<JobRun>>> + Send
Implements super::client::CloudDeploy::get_job_run.
Sourcefn terminate_job_run(
&self,
_req: TerminateJobRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TerminateJobRunResponse>>> + Send
fn terminate_job_run( &self, _req: TerminateJobRunRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TerminateJobRunResponse>>> + Send
Implements super::client::CloudDeploy::terminate_job_run.
Sourcefn get_config(
&self,
_req: GetConfigRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Config>>> + Send
fn get_config( &self, _req: GetConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Config>>> + Send
Implements super::client::CloudDeploy::get_config.
Sourcefn create_automation(
&self,
_req: CreateAutomationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn create_automation( &self, _req: CreateAutomationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::create_automation.
Sourcefn update_automation(
&self,
_req: UpdateAutomationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn update_automation( &self, _req: UpdateAutomationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::update_automation.
Sourcefn delete_automation(
&self,
_req: DeleteAutomationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn delete_automation( &self, _req: DeleteAutomationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::delete_automation.
Sourcefn get_automation(
&self,
_req: GetAutomationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Automation>>> + Send
fn get_automation( &self, _req: GetAutomationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Automation>>> + Send
Implements super::client::CloudDeploy::get_automation.
Sourcefn list_automations(
&self,
_req: ListAutomationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListAutomationsResponse>>> + Send
fn list_automations( &self, _req: ListAutomationsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListAutomationsResponse>>> + Send
Implements super::client::CloudDeploy::list_automations.
Sourcefn get_automation_run(
&self,
_req: GetAutomationRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<AutomationRun>>> + Send
fn get_automation_run( &self, _req: GetAutomationRunRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<AutomationRun>>> + Send
Implements super::client::CloudDeploy::get_automation_run.
Sourcefn list_automation_runs(
&self,
_req: ListAutomationRunsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListAutomationRunsResponse>>> + Send
fn list_automation_runs( &self, _req: ListAutomationRunsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListAutomationRunsResponse>>> + Send
Implements super::client::CloudDeploy::list_automation_runs.
Sourcefn cancel_automation_run(
&self,
_req: CancelAutomationRunRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<CancelAutomationRunResponse>>> + Send
fn cancel_automation_run( &self, _req: CancelAutomationRunRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CancelAutomationRunResponse>>> + Send
Sourcefn list_locations(
&self,
_req: ListLocationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListLocationsResponse>>> + Send
fn list_locations( &self, _req: ListLocationsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListLocationsResponse>>> + Send
Implements super::client::CloudDeploy::list_locations.
Sourcefn get_location(
&self,
_req: GetLocationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Location>>> + Send
fn get_location( &self, _req: GetLocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Location>>> + Send
Implements super::client::CloudDeploy::get_location.
Sourcefn set_iam_policy(
&self,
_req: SetIamPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Policy>>> + Send
fn set_iam_policy( &self, _req: SetIamPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Policy>>> + Send
Implements super::client::CloudDeploy::set_iam_policy.
Sourcefn get_iam_policy(
&self,
_req: GetIamPolicyRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Policy>>> + Send
fn get_iam_policy( &self, _req: GetIamPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Policy>>> + Send
Implements super::client::CloudDeploy::get_iam_policy.
Sourcefn test_iam_permissions(
&self,
_req: TestIamPermissionsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<TestIamPermissionsResponse>>> + Send
fn test_iam_permissions( &self, _req: TestIamPermissionsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TestIamPermissionsResponse>>> + Send
Implements super::client::CloudDeploy::test_iam_permissions.
Sourcefn list_operations(
&self,
_req: ListOperationsRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListOperationsResponse>>> + Send
fn list_operations( &self, _req: ListOperationsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListOperationsResponse>>> + Send
Implements super::client::CloudDeploy::list_operations.
Sourcefn get_operation(
&self,
_req: GetOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn get_operation( &self, _req: GetOperationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Implements super::client::CloudDeploy::get_operation.
Sourcefn delete_operation(
&self,
_req: DeleteOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + Send
fn delete_operation( &self, _req: DeleteOperationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send
Implements super::client::CloudDeploy::delete_operation.
Sourcefn cancel_operation(
&self,
_req: CancelOperationRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + Send
fn cancel_operation( &self, _req: CancelOperationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send
Implements super::client::CloudDeploy::cancel_operation.
Sourcefn get_polling_error_policy(
&self,
_options: &RequestOptions,
) -> Arc<dyn PollingErrorPolicy>
fn get_polling_error_policy( &self, _options: &RequestOptions, ) -> Arc<dyn PollingErrorPolicy>
Returns the polling error policy.
When mocking, this method is typically irrelevant. Do not try to verify it is called by your mocks.
Sourcefn get_polling_backoff_policy(
&self,
_options: &RequestOptions,
) -> Arc<dyn PollingBackoffPolicy>
fn get_polling_backoff_policy( &self, _options: &RequestOptions, ) -> Arc<dyn PollingBackoffPolicy>
Returns the polling backoff policy.
When mocking, this method is typically irrelevant. Do not try to verify it is called by your mocks.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.