We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 128d59e commit c575a48Copy full SHA for c575a48
packages/google-cloud-build/samples/snippets/quickstart.py
@@ -23,6 +23,8 @@ def quickstart():
23
print the in-progress status and print the completed status."""
24
25
# Authorize the client with Google defaults
26
+ # If you're using Private Pools, add a regional `api_endpoint` to `CloudBuildClient()`
27
+ # For example, '<YOUR_POOL_REGION>-cloudbuild.googleapis.com'
28
credentials, project_id = google.auth.default()
29
client = cloudbuild_v1.services.cloud_build.CloudBuildClient()
30
0 commit comments