pub trait WorkflowTemplateService:
Debug
+ Send
+ Sync {
Show 16 methods
// Provided methods
fn create_workflow_template(
&self,
_req: CreateWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WorkflowTemplate>>> + Send { ... }
fn get_workflow_template(
&self,
_req: GetWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WorkflowTemplate>>> + Send { ... }
fn instantiate_workflow_template(
&self,
_req: InstantiateWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn instantiate_inline_workflow_template(
&self,
_req: InstantiateInlineWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send { ... }
fn update_workflow_template(
&self,
_req: UpdateWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WorkflowTemplate>>> + Send { ... }
fn list_workflow_templates(
&self,
_req: ListWorkflowTemplatesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListWorkflowTemplatesResponse>>> + Send { ... }
fn delete_workflow_template(
&self,
_req: DeleteWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + 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::WorkflowTemplateService.
Application developers may need to implement this trait to mock
client::WorkflowTemplateService. In other use-cases, application developers only
use client::WorkflowTemplateService 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 create_workflow_template(
&self,
_req: CreateWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WorkflowTemplate>>> + Send
fn create_workflow_template( &self, _req: CreateWorkflowTemplateRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowTemplate>>> + Send
Sourcefn get_workflow_template(
&self,
_req: GetWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WorkflowTemplate>>> + Send
fn get_workflow_template( &self, _req: GetWorkflowTemplateRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowTemplate>>> + Send
Sourcefn instantiate_workflow_template(
&self,
_req: InstantiateWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn instantiate_workflow_template( &self, _req: InstantiateWorkflowTemplateRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn instantiate_inline_workflow_template(
&self,
_req: InstantiateInlineWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<Operation>>> + Send
fn instantiate_inline_workflow_template( &self, _req: InstantiateInlineWorkflowTemplateRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Operation>>> + Send
Sourcefn update_workflow_template(
&self,
_req: UpdateWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<WorkflowTemplate>>> + Send
fn update_workflow_template( &self, _req: UpdateWorkflowTemplateRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowTemplate>>> + Send
Sourcefn list_workflow_templates(
&self,
_req: ListWorkflowTemplatesRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<ListWorkflowTemplatesResponse>>> + Send
fn list_workflow_templates( &self, _req: ListWorkflowTemplatesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListWorkflowTemplatesResponse>>> + Send
Sourcefn delete_workflow_template(
&self,
_req: DeleteWorkflowTemplateRequest,
_options: RequestOptions,
) -> impl Future<Output = Result<Response<()>>> + Send
fn delete_workflow_template( &self, _req: DeleteWorkflowTemplateRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send
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
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
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
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
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
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
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
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.