Skip to content

Commit 2b22960

Browse files
chore: add v1 to dataform library (#11606)
* add v1 to dataform library * chore: generate libraries at Mon Jun 2 20:23:23 UTC 2025 --------- Co-authored-by: cloud-java-bot <[email protected]>
1 parent 3ea506d commit 2b22960

File tree

442 files changed

+236662
-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.

442 files changed

+236662
-0
lines changed

generation_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -700,6 +700,7 @@ libraries:
700700
api_description: Help analytics teams manage data inside BigQuery using SQL.
701701
GAPICs:
702702
- proto_path: google/cloud/dataform/v1beta1
703+
- proto_path: google/cloud/dataform/v1
703704

704705
- api_shortname: datalabeling
705706
name_pretty: Data Labeling

java-dataform/google-cloud-dataform-bom/pom.xml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,21 @@
3434
<artifactId>grpc-google-cloud-dataform-v1beta1</artifactId>
3535
<version>0.63.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-dataform-v1beta1:current} -->
3636
</dependency>
37+
<dependency>
38+
<groupId>com.google.api.grpc</groupId>
39+
<artifactId>grpc-google-cloud-dataform-v1</artifactId>
40+
<version>0.63.0-SNAPSHOT</version><!-- {x-version-update:grpc-google-cloud-dataform-v1:current} -->
41+
</dependency>
3742
<dependency>
3843
<groupId>com.google.api.grpc</groupId>
3944
<artifactId>proto-google-cloud-dataform-v1beta1</artifactId>
4045
<version>0.63.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-dataform-v1beta1:current} -->
4146
</dependency>
47+
<dependency>
48+
<groupId>com.google.api.grpc</groupId>
49+
<artifactId>proto-google-cloud-dataform-v1</artifactId>
50+
<version>0.63.0-SNAPSHOT</version><!-- {x-version-update:proto-google-cloud-dataform-v1:current} -->
51+
</dependency>
4252
</dependencies>
4353
</dependencyManagement>
4454
</project>

java-dataform/google-cloud-dataform/pom.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,10 @@
4141
<artifactId>proto-google-common-protos</artifactId>
4242
</dependency>
4343

44+
<dependency>
45+
<groupId>com.google.api.grpc</groupId>
46+
<artifactId>proto-google-cloud-dataform-v1</artifactId>
47+
</dependency>
4448
<dependency>
4549
<groupId>com.google.api.grpc</groupId>
4650
<artifactId>proto-google-cloud-dataform-v1beta1</artifactId>
@@ -66,6 +70,11 @@
6670
<artifactId>grpc-google-common-protos</artifactId>
6771
<scope>test</scope>
6872
</dependency>
73+
<dependency>
74+
<groupId>com.google.api.grpc</groupId>
75+
<artifactId>grpc-google-cloud-dataform-v1</artifactId>
76+
<scope>test</scope>
77+
</dependency>
6978
<dependency>
7079
<groupId>com.google.api.grpc</groupId>
7180
<artifactId>grpc-google-cloud-dataform-v1beta1</artifactId>

java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1/DataformClient.java

Lines changed: 8269 additions & 0 deletions
Large diffs are not rendered by default.

java-dataform/google-cloud-dataform/src/main/java/com/google/cloud/dataform/v1/DataformSettings.java

Lines changed: 957 additions & 0 deletions
Large diffs are not rendered by default.
Lines changed: 195 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,195 @@
1+
{
2+
"schema": "1.0",
3+
"comment": "This file maps proto services/RPCs to the corresponding library clients/methods",
4+
"language": "java",
5+
"protoPackage": "google.cloud.dataform.v1",
6+
"libraryPackage": "com.google.cloud.dataform.v1",
7+
"services": {
8+
"Dataform": {
9+
"clients": {
10+
"grpc": {
11+
"libraryClient": "DataformClient",
12+
"rpcs": {
13+
"CancelWorkflowInvocation": {
14+
"methods": ["cancelWorkflowInvocation", "cancelWorkflowInvocationCallable"]
15+
},
16+
"CommitRepositoryChanges": {
17+
"methods": ["commitRepositoryChanges", "commitRepositoryChangesCallable"]
18+
},
19+
"CommitWorkspaceChanges": {
20+
"methods": ["commitWorkspaceChanges", "commitWorkspaceChangesCallable"]
21+
},
22+
"ComputeRepositoryAccessTokenStatus": {
23+
"methods": ["computeRepositoryAccessTokenStatus", "computeRepositoryAccessTokenStatusCallable"]
24+
},
25+
"CreateCompilationResult": {
26+
"methods": ["createCompilationResult", "createCompilationResult", "createCompilationResult", "createCompilationResultCallable"]
27+
},
28+
"CreateReleaseConfig": {
29+
"methods": ["createReleaseConfig", "createReleaseConfig", "createReleaseConfig", "createReleaseConfigCallable"]
30+
},
31+
"CreateRepository": {
32+
"methods": ["createRepository", "createRepository", "createRepository", "createRepositoryCallable"]
33+
},
34+
"CreateWorkflowConfig": {
35+
"methods": ["createWorkflowConfig", "createWorkflowConfig", "createWorkflowConfig", "createWorkflowConfigCallable"]
36+
},
37+
"CreateWorkflowInvocation": {
38+
"methods": ["createWorkflowInvocation", "createWorkflowInvocation", "createWorkflowInvocation", "createWorkflowInvocationCallable"]
39+
},
40+
"CreateWorkspace": {
41+
"methods": ["createWorkspace", "createWorkspace", "createWorkspace", "createWorkspaceCallable"]
42+
},
43+
"DeleteReleaseConfig": {
44+
"methods": ["deleteReleaseConfig", "deleteReleaseConfig", "deleteReleaseConfig", "deleteReleaseConfigCallable"]
45+
},
46+
"DeleteRepository": {
47+
"methods": ["deleteRepository", "deleteRepository", "deleteRepository", "deleteRepositoryCallable"]
48+
},
49+
"DeleteWorkflowConfig": {
50+
"methods": ["deleteWorkflowConfig", "deleteWorkflowConfig", "deleteWorkflowConfig", "deleteWorkflowConfigCallable"]
51+
},
52+
"DeleteWorkflowInvocation": {
53+
"methods": ["deleteWorkflowInvocation", "deleteWorkflowInvocation", "deleteWorkflowInvocation", "deleteWorkflowInvocationCallable"]
54+
},
55+
"DeleteWorkspace": {
56+
"methods": ["deleteWorkspace", "deleteWorkspace", "deleteWorkspace", "deleteWorkspaceCallable"]
57+
},
58+
"FetchFileDiff": {
59+
"methods": ["fetchFileDiff", "fetchFileDiffCallable"]
60+
},
61+
"FetchFileGitStatuses": {
62+
"methods": ["fetchFileGitStatuses", "fetchFileGitStatusesCallable"]
63+
},
64+
"FetchGitAheadBehind": {
65+
"methods": ["fetchGitAheadBehind", "fetchGitAheadBehindCallable"]
66+
},
67+
"FetchRemoteBranches": {
68+
"methods": ["fetchRemoteBranches", "fetchRemoteBranchesCallable"]
69+
},
70+
"FetchRepositoryHistory": {
71+
"methods": ["fetchRepositoryHistory", "fetchRepositoryHistoryPagedCallable", "fetchRepositoryHistoryCallable"]
72+
},
73+
"GetCompilationResult": {
74+
"methods": ["getCompilationResult", "getCompilationResult", "getCompilationResult", "getCompilationResultCallable"]
75+
},
76+
"GetConfig": {
77+
"methods": ["getConfig", "getConfig", "getConfig", "getConfigCallable"]
78+
},
79+
"GetIamPolicy": {
80+
"methods": ["getIamPolicy", "getIamPolicyCallable"]
81+
},
82+
"GetLocation": {
83+
"methods": ["getLocation", "getLocationCallable"]
84+
},
85+
"GetReleaseConfig": {
86+
"methods": ["getReleaseConfig", "getReleaseConfig", "getReleaseConfig", "getReleaseConfigCallable"]
87+
},
88+
"GetRepository": {
89+
"methods": ["getRepository", "getRepository", "getRepository", "getRepositoryCallable"]
90+
},
91+
"GetWorkflowConfig": {
92+
"methods": ["getWorkflowConfig", "getWorkflowConfig", "getWorkflowConfig", "getWorkflowConfigCallable"]
93+
},
94+
"GetWorkflowInvocation": {
95+
"methods": ["getWorkflowInvocation", "getWorkflowInvocation", "getWorkflowInvocation", "getWorkflowInvocationCallable"]
96+
},
97+
"GetWorkspace": {
98+
"methods": ["getWorkspace", "getWorkspace", "getWorkspace", "getWorkspaceCallable"]
99+
},
100+
"InstallNpmPackages": {
101+
"methods": ["installNpmPackages", "installNpmPackagesCallable"]
102+
},
103+
"ListCompilationResults": {
104+
"methods": ["listCompilationResults", "listCompilationResults", "listCompilationResults", "listCompilationResultsPagedCallable", "listCompilationResultsCallable"]
105+
},
106+
"ListLocations": {
107+
"methods": ["listLocations", "listLocationsPagedCallable", "listLocationsCallable"]
108+
},
109+
"ListReleaseConfigs": {
110+
"methods": ["listReleaseConfigs", "listReleaseConfigs", "listReleaseConfigs", "listReleaseConfigsPagedCallable", "listReleaseConfigsCallable"]
111+
},
112+
"ListRepositories": {
113+
"methods": ["listRepositories", "listRepositories", "listRepositories", "listRepositoriesPagedCallable", "listRepositoriesCallable"]
114+
},
115+
"ListWorkflowConfigs": {
116+
"methods": ["listWorkflowConfigs", "listWorkflowConfigs", "listWorkflowConfigs", "listWorkflowConfigsPagedCallable", "listWorkflowConfigsCallable"]
117+
},
118+
"ListWorkflowInvocations": {
119+
"methods": ["listWorkflowInvocations", "listWorkflowInvocations", "listWorkflowInvocations", "listWorkflowInvocationsPagedCallable", "listWorkflowInvocationsCallable"]
120+
},
121+
"ListWorkspaces": {
122+
"methods": ["listWorkspaces", "listWorkspaces", "listWorkspaces", "listWorkspacesPagedCallable", "listWorkspacesCallable"]
123+
},
124+
"MakeDirectory": {
125+
"methods": ["makeDirectory", "makeDirectoryCallable"]
126+
},
127+
"MoveDirectory": {
128+
"methods": ["moveDirectory", "moveDirectoryCallable"]
129+
},
130+
"MoveFile": {
131+
"methods": ["moveFile", "moveFileCallable"]
132+
},
133+
"PullGitCommits": {
134+
"methods": ["pullGitCommits", "pullGitCommitsCallable"]
135+
},
136+
"PushGitCommits": {
137+
"methods": ["pushGitCommits", "pushGitCommitsCallable"]
138+
},
139+
"QueryCompilationResultActions": {
140+
"methods": ["queryCompilationResultActions", "queryCompilationResultActionsPagedCallable", "queryCompilationResultActionsCallable"]
141+
},
142+
"QueryDirectoryContents": {
143+
"methods": ["queryDirectoryContents", "queryDirectoryContentsPagedCallable", "queryDirectoryContentsCallable"]
144+
},
145+
"QueryRepositoryDirectoryContents": {
146+
"methods": ["queryRepositoryDirectoryContents", "queryRepositoryDirectoryContentsPagedCallable", "queryRepositoryDirectoryContentsCallable"]
147+
},
148+
"QueryWorkflowInvocationActions": {
149+
"methods": ["queryWorkflowInvocationActions", "queryWorkflowInvocationActionsPagedCallable", "queryWorkflowInvocationActionsCallable"]
150+
},
151+
"ReadFile": {
152+
"methods": ["readFile", "readFileCallable"]
153+
},
154+
"ReadRepositoryFile": {
155+
"methods": ["readRepositoryFile", "readRepositoryFileCallable"]
156+
},
157+
"RemoveDirectory": {
158+
"methods": ["removeDirectory", "removeDirectoryCallable"]
159+
},
160+
"RemoveFile": {
161+
"methods": ["removeFile", "removeFileCallable"]
162+
},
163+
"ResetWorkspaceChanges": {
164+
"methods": ["resetWorkspaceChanges", "resetWorkspaceChangesCallable"]
165+
},
166+
"SearchFiles": {
167+
"methods": ["searchFiles", "searchFilesPagedCallable", "searchFilesCallable"]
168+
},
169+
"SetIamPolicy": {
170+
"methods": ["setIamPolicy", "setIamPolicyCallable"]
171+
},
172+
"TestIamPermissions": {
173+
"methods": ["testIamPermissions", "testIamPermissionsCallable"]
174+
},
175+
"UpdateConfig": {
176+
"methods": ["updateConfig", "updateConfig", "updateConfigCallable"]
177+
},
178+
"UpdateReleaseConfig": {
179+
"methods": ["updateReleaseConfig", "updateReleaseConfig", "updateReleaseConfigCallable"]
180+
},
181+
"UpdateRepository": {
182+
"methods": ["updateRepository", "updateRepository", "updateRepositoryCallable"]
183+
},
184+
"UpdateWorkflowConfig": {
185+
"methods": ["updateWorkflowConfig", "updateWorkflowConfig", "updateWorkflowConfigCallable"]
186+
},
187+
"WriteFile": {
188+
"methods": ["writeFile", "writeFileCallable"]
189+
}
190+
}
191+
}
192+
}
193+
}
194+
}
195+
}
Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,44 @@
1+
/*
2+
* Copyright 2025 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+
* https://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+
17+
/**
18+
* A client to Dataform API
19+
*
20+
* <p>The interfaces provided are listed below, along with usage samples.
21+
*
22+
* <p>======================= DataformClient =======================
23+
*
24+
* <p>Service Description: Dataform is a service to develop, create, document, test, and update
25+
* curated tables in BigQuery.
26+
*
27+
* <p>Sample for DataformClient:
28+
*
29+
* <pre>{@code
30+
* // This snippet has been automatically generated and should be regarded as a code template only.
31+
* // It will require modifications to work:
32+
* // - It may require correct/in-range values for request initialization.
33+
* // - It may require specifying regional endpoints when creating the service client as shown in
34+
* // https://cloud.google.com/java/docs/setup#configure_endpoints_for_the_client_library
35+
* try (DataformClient dataformClient = DataformClient.create()) {
36+
* RepositoryName name = RepositoryName.of("[PROJECT]", "[LOCATION]", "[REPOSITORY]");
37+
* Repository response = dataformClient.getRepository(name);
38+
* }
39+
* }</pre>
40+
*/
41+
@Generated("by gapic-generator-java")
42+
package com.google.cloud.dataform.v1;
43+
44+
import javax.annotation.Generated;

0 commit comments

Comments
 (0)