Skip to content

Commit 0f99f52

Browse files
feat: [deploy] update Nodejs generator to send API versions in headers for GAPICs (#5347)
* feat: add Skaffold verbose support to Execution Environment properties PiperOrigin-RevId: 634060715 Source-Link: googleapis/googleapis@0d8db1a Source-Link: googleapis/googleapis-gen@54e6411 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiNTRlNjQxMTdiNzU1YTBlNzEyNDQxOTc0MTRhYjk3MzhkNGQ1NzkwZCJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: update Nodejs generator to send API versions in headers for GAPICs PiperOrigin-RevId: 634109303 Source-Link: googleapis/googleapis@998ade8 Source-Link: googleapis/googleapis-gen@000ca6f Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiMDAwY2E2ZjAwODAxZjY1Yjg0N2U2MDI5Y2IwNTExMTQwNGRmMjFlYyJ9 * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent 4413295 commit 0f99f52

4 files changed

Lines changed: 40 additions & 0 deletions

File tree

packages/google-cloud-deploy/protos/google/cloud/deploy/v1/cloud_deploy.proto

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1250,6 +1250,10 @@ message ExecutionConfig {
12501250
// 1h is used.
12511251
google.protobuf.Duration execution_timeout = 7
12521252
[(google.api.field_behavior) = OPTIONAL];
1253+
1254+
// Optional. If true, additional logging will be enabled when running builds
1255+
// in this execution environment.
1256+
bool verbose = 8 [(google.api.field_behavior) = OPTIONAL];
12531257
}
12541258

12551259
// Execution using the default Cloud Build pool.

packages/google-cloud-deploy/protos/protos.d.ts

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-deploy/protos/protos.js

Lines changed: 23 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-deploy/protos/protos.json

Lines changed: 7 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)