|
| 1 | +# -*- coding: utf-8 -*- |
| 2 | +# Copyright 2022 Google LLC |
| 3 | +# |
| 4 | +# Licensed under the Apache License, Version 2.0 (the "License"); |
| 5 | +# you may not use this file except in compliance with the License. |
| 6 | +# You may obtain a copy of the License at |
| 7 | +# |
| 8 | +# http://www.apache.org/licenses/LICENSE-2.0 |
| 9 | +# |
| 10 | +# Unless required by applicable law or agreed to in writing, software |
| 11 | +# distributed under the License is distributed on an "AS IS" BASIS, |
| 12 | +# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 13 | +# See the License for the specific language governing permissions and |
| 14 | +# limitations under the License. |
| 15 | +# |
| 16 | +from google.cloud.dataform import gapic_version as package_version |
| 17 | + |
| 18 | +__version__ = package_version.__version__ |
| 19 | + |
| 20 | + |
| 21 | +from google.cloud.dataform_v1beta1.services.dataform.async_client import ( |
| 22 | + DataformAsyncClient, |
| 23 | +) |
| 24 | +from google.cloud.dataform_v1beta1.services.dataform.client import DataformClient |
| 25 | +from google.cloud.dataform_v1beta1.types.dataform import ( |
| 26 | + CancelWorkflowInvocationRequest, |
| 27 | + CommitAuthor, |
| 28 | + CommitWorkspaceChangesRequest, |
| 29 | + CompilationResult, |
| 30 | + CompilationResultAction, |
| 31 | + CreateCompilationResultRequest, |
| 32 | + CreateRepositoryRequest, |
| 33 | + CreateWorkflowInvocationRequest, |
| 34 | + CreateWorkspaceRequest, |
| 35 | + DeleteRepositoryRequest, |
| 36 | + DeleteWorkflowInvocationRequest, |
| 37 | + DeleteWorkspaceRequest, |
| 38 | + FetchFileDiffRequest, |
| 39 | + FetchFileDiffResponse, |
| 40 | + FetchFileGitStatusesRequest, |
| 41 | + FetchFileGitStatusesResponse, |
| 42 | + FetchGitAheadBehindRequest, |
| 43 | + FetchGitAheadBehindResponse, |
| 44 | + FetchRemoteBranchesRequest, |
| 45 | + FetchRemoteBranchesResponse, |
| 46 | + GetCompilationResultRequest, |
| 47 | + GetRepositoryRequest, |
| 48 | + GetWorkflowInvocationRequest, |
| 49 | + GetWorkspaceRequest, |
| 50 | + InstallNpmPackagesRequest, |
| 51 | + InstallNpmPackagesResponse, |
| 52 | + ListCompilationResultsRequest, |
| 53 | + ListCompilationResultsResponse, |
| 54 | + ListRepositoriesRequest, |
| 55 | + ListRepositoriesResponse, |
| 56 | + ListWorkflowInvocationsRequest, |
| 57 | + ListWorkflowInvocationsResponse, |
| 58 | + ListWorkspacesRequest, |
| 59 | + ListWorkspacesResponse, |
| 60 | + MakeDirectoryRequest, |
| 61 | + MakeDirectoryResponse, |
| 62 | + MoveDirectoryRequest, |
| 63 | + MoveDirectoryResponse, |
| 64 | + MoveFileRequest, |
| 65 | + MoveFileResponse, |
| 66 | + PullGitCommitsRequest, |
| 67 | + PushGitCommitsRequest, |
| 68 | + QueryCompilationResultActionsRequest, |
| 69 | + QueryCompilationResultActionsResponse, |
| 70 | + QueryDirectoryContentsRequest, |
| 71 | + QueryDirectoryContentsResponse, |
| 72 | + QueryWorkflowInvocationActionsRequest, |
| 73 | + QueryWorkflowInvocationActionsResponse, |
| 74 | + ReadFileRequest, |
| 75 | + ReadFileResponse, |
| 76 | + RelationDescriptor, |
| 77 | + RemoveDirectoryRequest, |
| 78 | + RemoveFileRequest, |
| 79 | + Repository, |
| 80 | + ResetWorkspaceChangesRequest, |
| 81 | + Target, |
| 82 | + UpdateRepositoryRequest, |
| 83 | + WorkflowInvocation, |
| 84 | + WorkflowInvocationAction, |
| 85 | + Workspace, |
| 86 | + WriteFileRequest, |
| 87 | + WriteFileResponse, |
| 88 | +) |
| 89 | + |
| 90 | +__all__ = ( |
| 91 | + "DataformClient", |
| 92 | + "DataformAsyncClient", |
| 93 | + "CancelWorkflowInvocationRequest", |
| 94 | + "CommitAuthor", |
| 95 | + "CommitWorkspaceChangesRequest", |
| 96 | + "CompilationResult", |
| 97 | + "CompilationResultAction", |
| 98 | + "CreateCompilationResultRequest", |
| 99 | + "CreateRepositoryRequest", |
| 100 | + "CreateWorkflowInvocationRequest", |
| 101 | + "CreateWorkspaceRequest", |
| 102 | + "DeleteRepositoryRequest", |
| 103 | + "DeleteWorkflowInvocationRequest", |
| 104 | + "DeleteWorkspaceRequest", |
| 105 | + "FetchFileDiffRequest", |
| 106 | + "FetchFileDiffResponse", |
| 107 | + "FetchFileGitStatusesRequest", |
| 108 | + "FetchFileGitStatusesResponse", |
| 109 | + "FetchGitAheadBehindRequest", |
| 110 | + "FetchGitAheadBehindResponse", |
| 111 | + "FetchRemoteBranchesRequest", |
| 112 | + "FetchRemoteBranchesResponse", |
| 113 | + "GetCompilationResultRequest", |
| 114 | + "GetRepositoryRequest", |
| 115 | + "GetWorkflowInvocationRequest", |
| 116 | + "GetWorkspaceRequest", |
| 117 | + "InstallNpmPackagesRequest", |
| 118 | + "InstallNpmPackagesResponse", |
| 119 | + "ListCompilationResultsRequest", |
| 120 | + "ListCompilationResultsResponse", |
| 121 | + "ListRepositoriesRequest", |
| 122 | + "ListRepositoriesResponse", |
| 123 | + "ListWorkflowInvocationsRequest", |
| 124 | + "ListWorkflowInvocationsResponse", |
| 125 | + "ListWorkspacesRequest", |
| 126 | + "ListWorkspacesResponse", |
| 127 | + "MakeDirectoryRequest", |
| 128 | + "MakeDirectoryResponse", |
| 129 | + "MoveDirectoryRequest", |
| 130 | + "MoveDirectoryResponse", |
| 131 | + "MoveFileRequest", |
| 132 | + "MoveFileResponse", |
| 133 | + "PullGitCommitsRequest", |
| 134 | + "PushGitCommitsRequest", |
| 135 | + "QueryCompilationResultActionsRequest", |
| 136 | + "QueryCompilationResultActionsResponse", |
| 137 | + "QueryDirectoryContentsRequest", |
| 138 | + "QueryDirectoryContentsResponse", |
| 139 | + "QueryWorkflowInvocationActionsRequest", |
| 140 | + "QueryWorkflowInvocationActionsResponse", |
| 141 | + "ReadFileRequest", |
| 142 | + "ReadFileResponse", |
| 143 | + "RelationDescriptor", |
| 144 | + "RemoveDirectoryRequest", |
| 145 | + "RemoveFileRequest", |
| 146 | + "Repository", |
| 147 | + "ResetWorkspaceChangesRequest", |
| 148 | + "Target", |
| 149 | + "UpdateRepositoryRequest", |
| 150 | + "WorkflowInvocation", |
| 151 | + "WorkflowInvocationAction", |
| 152 | + "Workspace", |
| 153 | + "WriteFileRequest", |
| 154 | + "WriteFileResponse", |
| 155 | +) |
0 commit comments