Skip to content

Commit 0aacbf6

Browse files
fix!: [deploy] remove an API that was mistakenly made public (#5582)
* fix!: remove an API that was mistakenly made public PiperOrigin-RevId: 657229458 Source-Link: googleapis/googleapis@3802bd0 Source-Link: googleapis/googleapis-gen@138e634 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLWRlcGxveS8uT3dsQm90LnlhbWwiLCJoIjoiMTM4ZTYzNGZjZGVlMDQ4NmFlYWJjOWQ5YWMxZWQ4ZTBiMDdkZTU3YiJ9 * 🦉 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 b961ff9 commit 0aacbf6

19 files changed

Lines changed: 3465 additions & 15372 deletions

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

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

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

Lines changed: 546 additions & 2748 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: 2045 additions & 8043 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: 65 additions & 798 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.advance_rollout.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ function main(name, phaseId) {
3737
* Required. The phase ID to advance the `Rollout` to.
3838
*/
3939
// const phaseId = 'abc123'
40-
/**
41-
* Optional. Deploy policies to override. Format is
42-
* `projects/{project}/locations/{location}/deployPolicies/{deployPolicy}`.
43-
*/
44-
// const overrideDeployPolicy = ['abc','def']
4540

4641
// Imports the Deploy library
4742
const {CloudDeployClient} = require('@google-cloud/deploy').v1;

packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.approve_rollout.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,6 @@ function main(name, approved) {
3737
* Required. True = approve; false = reject
3838
*/
3939
// const approved = true
40-
/**
41-
* Optional. Deploy policies to override. Format is
42-
* `projects/{project}/locations/{location}/deployPolicies/{deployPolicy}`.
43-
*/
44-
// const overrideDeployPolicy = ['abc','def']
4540

4641
// Imports the Deploy library
4742
const {CloudDeployClient} = require('@google-cloud/deploy').v1;

packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.cancel_rollout.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,6 @@ function main(name) {
3333
* `projects/{project}/locations/{location}/deliveryPipelines/{deliveryPipeline}/releases/{release}/rollouts/{rollout}`.
3434
*/
3535
// const name = 'abc123'
36-
/**
37-
* Optional. Deploy policies to override. Format is
38-
* `projects/{project}/locations/{location}/deployPolicies/{deployPolicy}`.
39-
*/
40-
// const overrideDeployPolicy = ['abc','def']
4136

4237
// Imports the Deploy library
4338
const {CloudDeployClient} = require('@google-cloud/deploy').v1;

packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.create_release.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ function main(parent, releaseId, release) {
6161
* with an expected result, but no actual change is made.
6262
*/
6363
// const validateOnly = true
64-
/**
65-
* Optional. Deploy policies to override. Format is
66-
* `projects/{project}/locations/{location}/deployPolicies/{deployPolicy}`.
67-
*/
68-
// const overrideDeployPolicy = ['abc','def']
6964

7065
// Imports the Deploy library
7166
const {CloudDeployClient} = require('@google-cloud/deploy').v1;

packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.create_rollout.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,6 @@ function main(parent, rolloutId, rollout) {
6161
* with an expected result, but no actual change is made.
6262
*/
6363
// const validateOnly = true
64-
/**
65-
* Optional. Deploy policies to override. Format is
66-
* `projects/{project}/locations/{location}/deployPolicies/{deployPolicy}`.
67-
*/
68-
// const overrideDeployPolicy = ['abc','def']
6964
/**
7065
* Optional. The starting phase ID for the `Rollout`. If empty the `Rollout`
7166
* will start at the first phase.

packages/google-cloud-deploy/samples/generated/v1/cloud_deploy.ignore_job.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,6 @@ function main(rollout, phaseId, jobId) {
4141
* Required. The job ID for the Job to ignore.
4242
*/
4343
// const jobId = 'abc123'
44-
/**
45-
* Optional. Deploy policies to override. Format is
46-
* `projects/{project}/locations/{location}/deployPolicies/{deployPolicy}`.
47-
*/
48-
// const overrideDeployPolicy = ['abc','def']
4944

5045
// Imports the Deploy library
5146
const {CloudDeployClient} = require('@google-cloud/deploy').v1;

0 commit comments

Comments
 (0)