Dataform

Trait Dataform 

Source
pub trait Dataform:
    Debug
    + Send
    + Sync {
Show 59 methods // Provided methods fn list_repositories( &self, _req: ListRepositoriesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListRepositoriesResponse>>> + Send { ... } fn get_repository( &self, _req: GetRepositoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Repository>>> + Send { ... } fn create_repository( &self, _req: CreateRepositoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Repository>>> + Send { ... } fn update_repository( &self, _req: UpdateRepositoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Repository>>> + Send { ... } fn delete_repository( &self, _req: DeleteRepositoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send { ... } fn commit_repository_changes( &self, _req: CommitRepositoryChangesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CommitRepositoryChangesResponse>>> + Send { ... } fn read_repository_file( &self, _req: ReadRepositoryFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReadRepositoryFileResponse>>> + Send { ... } fn query_repository_directory_contents( &self, _req: QueryRepositoryDirectoryContentsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<QueryRepositoryDirectoryContentsResponse>>> + Send { ... } fn fetch_repository_history( &self, _req: FetchRepositoryHistoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchRepositoryHistoryResponse>>> + Send { ... } fn compute_repository_access_token_status( &self, _req: ComputeRepositoryAccessTokenStatusRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ComputeRepositoryAccessTokenStatusResponse>>> + Send { ... } fn fetch_remote_branches( &self, _req: FetchRemoteBranchesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchRemoteBranchesResponse>>> + Send { ... } fn list_workspaces( &self, _req: ListWorkspacesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListWorkspacesResponse>>> + Send { ... } fn get_workspace( &self, _req: GetWorkspaceRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Workspace>>> + Send { ... } fn create_workspace( &self, _req: CreateWorkspaceRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Workspace>>> + Send { ... } fn delete_workspace( &self, _req: DeleteWorkspaceRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send { ... } fn install_npm_packages( &self, _req: InstallNpmPackagesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<InstallNpmPackagesResponse>>> + Send { ... } fn pull_git_commits( &self, _req: PullGitCommitsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<PullGitCommitsResponse>>> + Send { ... } fn push_git_commits( &self, _req: PushGitCommitsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<PushGitCommitsResponse>>> + Send { ... } fn fetch_file_git_statuses( &self, _req: FetchFileGitStatusesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchFileGitStatusesResponse>>> + Send { ... } fn fetch_git_ahead_behind( &self, _req: FetchGitAheadBehindRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchGitAheadBehindResponse>>> + Send { ... } fn commit_workspace_changes( &self, _req: CommitWorkspaceChangesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CommitWorkspaceChangesResponse>>> + Send { ... } fn reset_workspace_changes( &self, _req: ResetWorkspaceChangesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ResetWorkspaceChangesResponse>>> + Send { ... } fn fetch_file_diff( &self, _req: FetchFileDiffRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchFileDiffResponse>>> + Send { ... } fn query_directory_contents( &self, _req: QueryDirectoryContentsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<QueryDirectoryContentsResponse>>> + Send { ... } fn search_files( &self, _req: SearchFilesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<SearchFilesResponse>>> + Send { ... } fn make_directory( &self, _req: MakeDirectoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<MakeDirectoryResponse>>> + Send { ... } fn remove_directory( &self, _req: RemoveDirectoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<RemoveDirectoryResponse>>> + Send { ... } fn move_directory( &self, _req: MoveDirectoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<MoveDirectoryResponse>>> + Send { ... } fn read_file( &self, _req: ReadFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReadFileResponse>>> + Send { ... } fn remove_file( &self, _req: RemoveFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<RemoveFileResponse>>> + Send { ... } fn move_file( &self, _req: MoveFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<MoveFileResponse>>> + Send { ... } fn write_file( &self, _req: WriteFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WriteFileResponse>>> + Send { ... } fn list_release_configs( &self, _req: ListReleaseConfigsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListReleaseConfigsResponse>>> + Send { ... } fn get_release_config( &self, _req: GetReleaseConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReleaseConfig>>> + Send { ... } fn create_release_config( &self, _req: CreateReleaseConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReleaseConfig>>> + Send { ... } fn update_release_config( &self, _req: UpdateReleaseConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReleaseConfig>>> + Send { ... } fn delete_release_config( &self, _req: DeleteReleaseConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send { ... } fn list_compilation_results( &self, _req: ListCompilationResultsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListCompilationResultsResponse>>> + Send { ... } fn get_compilation_result( &self, _req: GetCompilationResultRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CompilationResult>>> + Send { ... } fn create_compilation_result( &self, _req: CreateCompilationResultRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CompilationResult>>> + Send { ... } fn query_compilation_result_actions( &self, _req: QueryCompilationResultActionsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<QueryCompilationResultActionsResponse>>> + Send { ... } fn list_workflow_configs( &self, _req: ListWorkflowConfigsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListWorkflowConfigsResponse>>> + Send { ... } fn get_workflow_config( &self, _req: GetWorkflowConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowConfig>>> + Send { ... } fn create_workflow_config( &self, _req: CreateWorkflowConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowConfig>>> + Send { ... } fn update_workflow_config( &self, _req: UpdateWorkflowConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowConfig>>> + Send { ... } fn delete_workflow_config( &self, _req: DeleteWorkflowConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send { ... } fn list_workflow_invocations( &self, _req: ListWorkflowInvocationsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListWorkflowInvocationsResponse>>> + Send { ... } fn get_workflow_invocation( &self, _req: GetWorkflowInvocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowInvocation>>> + Send { ... } fn create_workflow_invocation( &self, _req: CreateWorkflowInvocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowInvocation>>> + Send { ... } fn delete_workflow_invocation( &self, _req: DeleteWorkflowInvocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send { ... } fn cancel_workflow_invocation( &self, _req: CancelWorkflowInvocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CancelWorkflowInvocationResponse>>> + Send { ... } fn query_workflow_invocation_actions( &self, _req: QueryWorkflowInvocationActionsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<QueryWorkflowInvocationActionsResponse>>> + Send { ... } fn get_config( &self, _req: GetConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Config>>> + Send { ... } fn update_config( &self, _req: UpdateConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Config>>> + 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 { ... }
}
Expand description

Defines the trait used to implement super::client::Dataform.

Application developers may need to implement this trait to mock client::Dataform. In other use-cases, application developers only use client::Dataform 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§

Source

fn list_repositories( &self, _req: ListRepositoriesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListRepositoriesResponse>>> + Send

Source

fn get_repository( &self, _req: GetRepositoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Repository>>> + Send

Source

fn create_repository( &self, _req: CreateRepositoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Repository>>> + Send

Source

fn update_repository( &self, _req: UpdateRepositoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Repository>>> + Send

Source

fn delete_repository( &self, _req: DeleteRepositoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send

Source

fn commit_repository_changes( &self, _req: CommitRepositoryChangesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CommitRepositoryChangesResponse>>> + Send

Source

fn read_repository_file( &self, _req: ReadRepositoryFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReadRepositoryFileResponse>>> + Send

Source

fn query_repository_directory_contents( &self, _req: QueryRepositoryDirectoryContentsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<QueryRepositoryDirectoryContentsResponse>>> + Send

Source

fn fetch_repository_history( &self, _req: FetchRepositoryHistoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchRepositoryHistoryResponse>>> + Send

Source

fn compute_repository_access_token_status( &self, _req: ComputeRepositoryAccessTokenStatusRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ComputeRepositoryAccessTokenStatusResponse>>> + Send

Source

fn fetch_remote_branches( &self, _req: FetchRemoteBranchesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchRemoteBranchesResponse>>> + Send

Source

fn list_workspaces( &self, _req: ListWorkspacesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListWorkspacesResponse>>> + Send

Source

fn get_workspace( &self, _req: GetWorkspaceRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Workspace>>> + Send

Source

fn create_workspace( &self, _req: CreateWorkspaceRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Workspace>>> + Send

Source

fn delete_workspace( &self, _req: DeleteWorkspaceRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send

Source

fn install_npm_packages( &self, _req: InstallNpmPackagesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<InstallNpmPackagesResponse>>> + Send

Source

fn pull_git_commits( &self, _req: PullGitCommitsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<PullGitCommitsResponse>>> + Send

Source

fn push_git_commits( &self, _req: PushGitCommitsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<PushGitCommitsResponse>>> + Send

Source

fn fetch_file_git_statuses( &self, _req: FetchFileGitStatusesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchFileGitStatusesResponse>>> + Send

Source

fn fetch_git_ahead_behind( &self, _req: FetchGitAheadBehindRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchGitAheadBehindResponse>>> + Send

Source

fn commit_workspace_changes( &self, _req: CommitWorkspaceChangesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CommitWorkspaceChangesResponse>>> + Send

Source

fn reset_workspace_changes( &self, _req: ResetWorkspaceChangesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ResetWorkspaceChangesResponse>>> + Send

Source

fn fetch_file_diff( &self, _req: FetchFileDiffRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<FetchFileDiffResponse>>> + Send

Source

fn query_directory_contents( &self, _req: QueryDirectoryContentsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<QueryDirectoryContentsResponse>>> + Send

Source

fn search_files( &self, _req: SearchFilesRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<SearchFilesResponse>>> + Send

Source

fn make_directory( &self, _req: MakeDirectoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<MakeDirectoryResponse>>> + Send

Source

fn remove_directory( &self, _req: RemoveDirectoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<RemoveDirectoryResponse>>> + Send

Source

fn move_directory( &self, _req: MoveDirectoryRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<MoveDirectoryResponse>>> + Send

Source

fn read_file( &self, _req: ReadFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReadFileResponse>>> + Send

Source

fn remove_file( &self, _req: RemoveFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<RemoveFileResponse>>> + Send

Source

fn move_file( &self, _req: MoveFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<MoveFileResponse>>> + Send

Source

fn write_file( &self, _req: WriteFileRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WriteFileResponse>>> + Send

Source

fn list_release_configs( &self, _req: ListReleaseConfigsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListReleaseConfigsResponse>>> + Send

Source

fn get_release_config( &self, _req: GetReleaseConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReleaseConfig>>> + Send

Source

fn create_release_config( &self, _req: CreateReleaseConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReleaseConfig>>> + Send

Source

fn update_release_config( &self, _req: UpdateReleaseConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ReleaseConfig>>> + Send

Source

fn delete_release_config( &self, _req: DeleteReleaseConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send

Source

fn list_compilation_results( &self, _req: ListCompilationResultsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListCompilationResultsResponse>>> + Send

Source

fn get_compilation_result( &self, _req: GetCompilationResultRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CompilationResult>>> + Send

Source

fn create_compilation_result( &self, _req: CreateCompilationResultRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CompilationResult>>> + Send

Source

fn query_compilation_result_actions( &self, _req: QueryCompilationResultActionsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<QueryCompilationResultActionsResponse>>> + Send

Source

fn list_workflow_configs( &self, _req: ListWorkflowConfigsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListWorkflowConfigsResponse>>> + Send

Source

fn get_workflow_config( &self, _req: GetWorkflowConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowConfig>>> + Send

Source

fn create_workflow_config( &self, _req: CreateWorkflowConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowConfig>>> + Send

Source

fn update_workflow_config( &self, _req: UpdateWorkflowConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowConfig>>> + Send

Source

fn delete_workflow_config( &self, _req: DeleteWorkflowConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send

Source

fn list_workflow_invocations( &self, _req: ListWorkflowInvocationsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListWorkflowInvocationsResponse>>> + Send

Source

fn get_workflow_invocation( &self, _req: GetWorkflowInvocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowInvocation>>> + Send

Source

fn create_workflow_invocation( &self, _req: CreateWorkflowInvocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<WorkflowInvocation>>> + Send

Source

fn delete_workflow_invocation( &self, _req: DeleteWorkflowInvocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<()>>> + Send

Source

fn cancel_workflow_invocation( &self, _req: CancelWorkflowInvocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<CancelWorkflowInvocationResponse>>> + Send

Source

fn query_workflow_invocation_actions( &self, _req: QueryWorkflowInvocationActionsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<QueryWorkflowInvocationActionsResponse>>> + Send

Source

fn get_config( &self, _req: GetConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Config>>> + Send

Source

fn update_config( &self, _req: UpdateConfigRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Config>>> + Send

Source

fn list_locations( &self, _req: ListLocationsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<ListLocationsResponse>>> + Send

Source

fn get_location( &self, _req: GetLocationRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Location>>> + Send

Source

fn set_iam_policy( &self, _req: SetIamPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Policy>>> + Send

Source

fn get_iam_policy( &self, _req: GetIamPolicyRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<Policy>>> + Send

Source

fn test_iam_permissions( &self, _req: TestIamPermissionsRequest, _options: RequestOptions, ) -> impl Future<Output = Result<Response<TestIamPermissionsResponse>>> + Send

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.

Implementors§