We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5460173 commit 45f4a2eCopy full SHA for 45f4a2e
cloudbuild/quickstart.js
@@ -27,6 +27,10 @@ async function quickstart(
27
// Creates a client
28
const cb = new CloudBuildClient();
29
30
+ // Note: for Private Pools, you'll have to specify an API endpoint value
31
+ // For example:
32
+ // const cb = new CloudBuildClient({ apiEndpoint: '<YOUR_POOL_REGION>-cloudbuild.googleapis.com' });
33
+
34
// Starts a build against the branch provided.
35
const [resp] = await cb.runBuildTrigger({
36
projectId,
0 commit comments