Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Jul 6, 2023. It is now read-only.

Commit 265ae2c

Browse filesBrowse files
chore: Bump gapic-generator-python version to 1.3.0 (#23)
- [ ] Regenerate this pull request now. PiperOrigin-RevId: 472561635 Source-Link: googleapis/googleapis@332ecf5 Source-Link: https://github.com/googleapis/googleapis-gen/commit/4313d682880fd9d7247291164d4e9d3d5bd9f177 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNDMxM2Q2ODI4ODBmZDlkNzI0NzI5MTE2NGQ0ZTlkM2Q1YmQ5ZjE3NyJ9
1 parent 4e5b666 commit 265ae2c
Copy full SHA for 265ae2c

File tree

Expand file treeCollapse file tree

76 files changed

+1690
-682
lines changed
Filter options

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
Dismiss banner
Expand file treeCollapse file tree

76 files changed

+1690
-682
lines changed

‎google/cloud/dataform_v1beta1/services/dataform/async_client.py

Copy file name to clipboardExpand all lines: google/cloud/dataform_v1beta1/services/dataform/async_client.py
+252Lines changed: 252 additions & 0 deletions
Large diffs are not rendered by default.

‎google/cloud/dataform_v1beta1/services/dataform/client.py

Copy file name to clipboardExpand all lines: google/cloud/dataform_v1beta1/services/dataform/client.py
+252Lines changed: 252 additions & 0 deletions
Large diffs are not rendered by default.

‎mypy.ini

Copy file name to clipboard
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
[mypy]
2-
python_version = 3.6
2+
python_version = 3.7
33
namespace_packages = True

‎samples/generated_samples/dataform_v1beta1_generated_dataform_cancel_workflow_invocation_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_cancel_workflow_invocation_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CancelWorkflowInvocation_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_cancel_workflow_invocation_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_cancel_workflow_invocation_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CancelWorkflowInvocation_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_commit_workspace_changes_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_commit_workspace_changes_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CommitWorkspaceChanges_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_commit_workspace_changes_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_commit_workspace_changes_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CommitWorkspaceChanges_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_create_compilation_result_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_create_compilation_result_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CreateCompilationResult_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_create_compilation_result_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_create_compilation_result_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CreateCompilationResult_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_create_repository_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_create_repository_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CreateRepository_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_create_repository_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_create_repository_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CreateRepository_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_create_workflow_invocation_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_create_workflow_invocation_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CreateWorkflowInvocation_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_create_workflow_invocation_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_create_workflow_invocation_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CreateWorkflowInvocation_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_create_workspace_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_create_workspace_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CreateWorkspace_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_create_workspace_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_create_workspace_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_CreateWorkspace_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_delete_repository_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_delete_repository_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_DeleteRepository_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_delete_repository_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_delete_repository_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_DeleteRepository_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_delete_workflow_invocation_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_delete_workflow_invocation_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_DeleteWorkflowInvocation_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_delete_workflow_invocation_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_delete_workflow_invocation_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_DeleteWorkflowInvocation_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_delete_workspace_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_delete_workspace_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_DeleteWorkspace_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_delete_workspace_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_delete_workspace_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_DeleteWorkspace_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_file_diff_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_file_diff_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_FetchFileDiff_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_file_diff_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_file_diff_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_FetchFileDiff_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_file_git_statuses_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_file_git_statuses_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_FetchFileGitStatuses_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_file_git_statuses_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_file_git_statuses_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_FetchFileGitStatuses_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_git_ahead_behind_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_git_ahead_behind_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_FetchGitAheadBehind_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_git_ahead_behind_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_git_ahead_behind_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_FetchGitAheadBehind_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_remote_branches_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_remote_branches_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_FetchRemoteBranches_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_remote_branches_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_fetch_remote_branches_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_FetchRemoteBranches_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_get_compilation_result_async.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_get_compilation_result_async.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_GetCompilationResult_async]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

‎samples/generated_samples/dataform_v1beta1_generated_dataform_get_compilation_result_sync.py

Copy file name to clipboardExpand all lines: samples/generated_samples/dataform_v1beta1_generated_dataform_get_compilation_result_sync.py
+7Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424

2525

2626
# [START dataform_v1beta1_generated_Dataform_GetCompilationResult_sync]
27+
# This snippet has been automatically generated and should be regarded as a
28+
# code template only.
29+
# It will require modifications to work:
30+
# - It may require correct/in-range values for request initialization.
31+
# - It may require specifying regional endpoints when creating the service
32+
# client as shown in:
33+
# https://googleapis.dev/python/google-api-core/latest/client_options.html
2734
from google.cloud import dataform_v1beta1
2835

2936

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.