Skip to content

Commit 7828c61

Browse files
feat: [google-cloud-dataform] Dataform V1 Public APIs (#13639)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 735622148 Source-Link: googleapis/googleapis@8a7b36d Source-Link: googleapis/googleapis-gen@0245004 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRhdGFmb3JtLy5Pd2xCb3QueWFtbCIsImgiOiIwMjQ1MDA0YjA5MWIwZDcwOWI3ZGEwNTc4MjFiZjAyOGQ4OWU3YTA2In0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent bde4694 commit 7828c61

File tree

134 files changed

+99814
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

134 files changed

+99814
-0
lines changed
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Dataform
2+
--------------------------
3+
4+
.. automodule:: google.cloud.dataform_v1.services.dataform
5+
:members:
6+
:inherited-members:
7+
8+
.. automodule:: google.cloud.dataform_v1.services.dataform.pagers
9+
:members:
10+
:inherited-members:
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Services for Google Cloud Dataform v1 API
2+
=========================================
3+
.. toctree::
4+
:maxdepth: 2
5+
6+
dataform
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Types for Google Cloud Dataform v1 API
2+
======================================
3+
4+
.. automodule:: google.cloud.dataform_v1.types
5+
:members:
6+
:show-inheritance:

packages/google-cloud-dataform/docs/index.rst

+11
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
.. include:: multiprocessing.rst
44

5+
This package includes clients for multiple versions of Cloud Dataform.
6+
By default, you will get version ``dataform_v1beta1``.
7+
58

69
API Reference
710
-------------
@@ -11,6 +14,14 @@ API Reference
1114
dataform_v1beta1/services_
1215
dataform_v1beta1/types_
1316

17+
API Reference
18+
-------------
19+
.. toctree::
20+
:maxdepth: 2
21+
22+
dataform_v1/services_
23+
dataform_v1/types_
24+
1425

1526
Changelog
1627
---------
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,244 @@
1+
# -*- coding: utf-8 -*-
2+
# Copyright 2024 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_v1 import gapic_version as package_version
17+
18+
__version__ = package_version.__version__
19+
20+
21+
from .services.dataform import DataformAsyncClient, DataformClient
22+
from .types.dataform import (
23+
CancelWorkflowInvocationRequest,
24+
CancelWorkflowInvocationResponse,
25+
CodeCompilationConfig,
26+
CommitAuthor,
27+
CommitLogEntry,
28+
CommitMetadata,
29+
CommitRepositoryChangesRequest,
30+
CommitRepositoryChangesResponse,
31+
CommitWorkspaceChangesRequest,
32+
CommitWorkspaceChangesResponse,
33+
CompilationResult,
34+
CompilationResultAction,
35+
ComputeRepositoryAccessTokenStatusRequest,
36+
ComputeRepositoryAccessTokenStatusResponse,
37+
Config,
38+
CreateCompilationResultRequest,
39+
CreateReleaseConfigRequest,
40+
CreateRepositoryRequest,
41+
CreateWorkflowConfigRequest,
42+
CreateWorkflowInvocationRequest,
43+
CreateWorkspaceRequest,
44+
DataEncryptionState,
45+
DeleteReleaseConfigRequest,
46+
DeleteRepositoryRequest,
47+
DeleteWorkflowConfigRequest,
48+
DeleteWorkflowInvocationRequest,
49+
DeleteWorkspaceRequest,
50+
DirectoryEntry,
51+
DirectorySearchResult,
52+
FetchFileDiffRequest,
53+
FetchFileDiffResponse,
54+
FetchFileGitStatusesRequest,
55+
FetchFileGitStatusesResponse,
56+
FetchGitAheadBehindRequest,
57+
FetchGitAheadBehindResponse,
58+
FetchRemoteBranchesRequest,
59+
FetchRemoteBranchesResponse,
60+
FetchRepositoryHistoryRequest,
61+
FetchRepositoryHistoryResponse,
62+
FileSearchResult,
63+
GetCompilationResultRequest,
64+
GetConfigRequest,
65+
GetReleaseConfigRequest,
66+
GetRepositoryRequest,
67+
GetWorkflowConfigRequest,
68+
GetWorkflowInvocationRequest,
69+
GetWorkspaceRequest,
70+
InstallNpmPackagesRequest,
71+
InstallNpmPackagesResponse,
72+
InvocationConfig,
73+
ListCompilationResultsRequest,
74+
ListCompilationResultsResponse,
75+
ListReleaseConfigsRequest,
76+
ListReleaseConfigsResponse,
77+
ListRepositoriesRequest,
78+
ListRepositoriesResponse,
79+
ListWorkflowConfigsRequest,
80+
ListWorkflowConfigsResponse,
81+
ListWorkflowInvocationsRequest,
82+
ListWorkflowInvocationsResponse,
83+
ListWorkspacesRequest,
84+
ListWorkspacesResponse,
85+
MakeDirectoryRequest,
86+
MakeDirectoryResponse,
87+
MoveDirectoryRequest,
88+
MoveDirectoryResponse,
89+
MoveFileRequest,
90+
MoveFileResponse,
91+
NotebookRuntimeOptions,
92+
PullGitCommitsRequest,
93+
PullGitCommitsResponse,
94+
PushGitCommitsRequest,
95+
PushGitCommitsResponse,
96+
QueryCompilationResultActionsRequest,
97+
QueryCompilationResultActionsResponse,
98+
QueryDirectoryContentsRequest,
99+
QueryDirectoryContentsResponse,
100+
QueryRepositoryDirectoryContentsRequest,
101+
QueryRepositoryDirectoryContentsResponse,
102+
QueryWorkflowInvocationActionsRequest,
103+
QueryWorkflowInvocationActionsResponse,
104+
ReadFileRequest,
105+
ReadFileResponse,
106+
ReadRepositoryFileRequest,
107+
ReadRepositoryFileResponse,
108+
RelationDescriptor,
109+
ReleaseConfig,
110+
RemoveDirectoryRequest,
111+
RemoveDirectoryResponse,
112+
RemoveFileRequest,
113+
RemoveFileResponse,
114+
Repository,
115+
ResetWorkspaceChangesRequest,
116+
ResetWorkspaceChangesResponse,
117+
SearchFilesRequest,
118+
SearchFilesResponse,
119+
SearchResult,
120+
Target,
121+
UpdateConfigRequest,
122+
UpdateReleaseConfigRequest,
123+
UpdateRepositoryRequest,
124+
UpdateWorkflowConfigRequest,
125+
WorkflowConfig,
126+
WorkflowInvocation,
127+
WorkflowInvocationAction,
128+
Workspace,
129+
WriteFileRequest,
130+
WriteFileResponse,
131+
)
132+
133+
__all__ = (
134+
"DataformAsyncClient",
135+
"CancelWorkflowInvocationRequest",
136+
"CancelWorkflowInvocationResponse",
137+
"CodeCompilationConfig",
138+
"CommitAuthor",
139+
"CommitLogEntry",
140+
"CommitMetadata",
141+
"CommitRepositoryChangesRequest",
142+
"CommitRepositoryChangesResponse",
143+
"CommitWorkspaceChangesRequest",
144+
"CommitWorkspaceChangesResponse",
145+
"CompilationResult",
146+
"CompilationResultAction",
147+
"ComputeRepositoryAccessTokenStatusRequest",
148+
"ComputeRepositoryAccessTokenStatusResponse",
149+
"Config",
150+
"CreateCompilationResultRequest",
151+
"CreateReleaseConfigRequest",
152+
"CreateRepositoryRequest",
153+
"CreateWorkflowConfigRequest",
154+
"CreateWorkflowInvocationRequest",
155+
"CreateWorkspaceRequest",
156+
"DataEncryptionState",
157+
"DataformClient",
158+
"DeleteReleaseConfigRequest",
159+
"DeleteRepositoryRequest",
160+
"DeleteWorkflowConfigRequest",
161+
"DeleteWorkflowInvocationRequest",
162+
"DeleteWorkspaceRequest",
163+
"DirectoryEntry",
164+
"DirectorySearchResult",
165+
"FetchFileDiffRequest",
166+
"FetchFileDiffResponse",
167+
"FetchFileGitStatusesRequest",
168+
"FetchFileGitStatusesResponse",
169+
"FetchGitAheadBehindRequest",
170+
"FetchGitAheadBehindResponse",
171+
"FetchRemoteBranchesRequest",
172+
"FetchRemoteBranchesResponse",
173+
"FetchRepositoryHistoryRequest",
174+
"FetchRepositoryHistoryResponse",
175+
"FileSearchResult",
176+
"GetCompilationResultRequest",
177+
"GetConfigRequest",
178+
"GetReleaseConfigRequest",
179+
"GetRepositoryRequest",
180+
"GetWorkflowConfigRequest",
181+
"GetWorkflowInvocationRequest",
182+
"GetWorkspaceRequest",
183+
"InstallNpmPackagesRequest",
184+
"InstallNpmPackagesResponse",
185+
"InvocationConfig",
186+
"ListCompilationResultsRequest",
187+
"ListCompilationResultsResponse",
188+
"ListReleaseConfigsRequest",
189+
"ListReleaseConfigsResponse",
190+
"ListRepositoriesRequest",
191+
"ListRepositoriesResponse",
192+
"ListWorkflowConfigsRequest",
193+
"ListWorkflowConfigsResponse",
194+
"ListWorkflowInvocationsRequest",
195+
"ListWorkflowInvocationsResponse",
196+
"ListWorkspacesRequest",
197+
"ListWorkspacesResponse",
198+
"MakeDirectoryRequest",
199+
"MakeDirectoryResponse",
200+
"MoveDirectoryRequest",
201+
"MoveDirectoryResponse",
202+
"MoveFileRequest",
203+
"MoveFileResponse",
204+
"NotebookRuntimeOptions",
205+
"PullGitCommitsRequest",
206+
"PullGitCommitsResponse",
207+
"PushGitCommitsRequest",
208+
"PushGitCommitsResponse",
209+
"QueryCompilationResultActionsRequest",
210+
"QueryCompilationResultActionsResponse",
211+
"QueryDirectoryContentsRequest",
212+
"QueryDirectoryContentsResponse",
213+
"QueryRepositoryDirectoryContentsRequest",
214+
"QueryRepositoryDirectoryContentsResponse",
215+
"QueryWorkflowInvocationActionsRequest",
216+
"QueryWorkflowInvocationActionsResponse",
217+
"ReadFileRequest",
218+
"ReadFileResponse",
219+
"ReadRepositoryFileRequest",
220+
"ReadRepositoryFileResponse",
221+
"RelationDescriptor",
222+
"ReleaseConfig",
223+
"RemoveDirectoryRequest",
224+
"RemoveDirectoryResponse",
225+
"RemoveFileRequest",
226+
"RemoveFileResponse",
227+
"Repository",
228+
"ResetWorkspaceChangesRequest",
229+
"ResetWorkspaceChangesResponse",
230+
"SearchFilesRequest",
231+
"SearchFilesResponse",
232+
"SearchResult",
233+
"Target",
234+
"UpdateConfigRequest",
235+
"UpdateReleaseConfigRequest",
236+
"UpdateRepositoryRequest",
237+
"UpdateWorkflowConfigRequest",
238+
"WorkflowConfig",
239+
"WorkflowInvocation",
240+
"WorkflowInvocationAction",
241+
"Workspace",
242+
"WriteFileRequest",
243+
"WriteFileResponse",
244+
)

0 commit comments

Comments
 (0)