Skip to content

Commit 9696d9d

Browse files
chore: [secretmanager] update copyright year for Secret Manager (#5232)
* chore: update copyright year for Secret Manager PiperOrigin-RevId: 624057603 Source-Link: googleapis/googleapis@13edbc1 Source-Link: googleapis/googleapis-gen@c93be74 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3JldG1hbmFnZXIvLk93bEJvdC55YW1sIiwiaCI6ImM5M2JlNzRhMzE1YTMzZWMzZWFhNDkzYTUyYTMwOGM1YWFmYmQ4YmQifQ== * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * 🦉 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 7d36b46 commit 9696d9d

18 files changed

+287
-181
lines changed

packages/google-cloud-secretmanager/protos/google/cloud/secretmanager/v1/resources.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Google LLC
1+
// Copyright 2024 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-secretmanager/protos/google/cloud/secretmanager/v1/service.proto

Lines changed: 137 additions & 81 deletions
Large diffs are not rendered by default.

packages/google-cloud-secretmanager/protos/google/cloud/secretmanager/v1beta2/resources.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Google LLC
1+
// Copyright 2024 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-secretmanager/protos/google/cloud/secretmanager/v1beta2/service.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// Copyright 2023 Google LLC
1+
// Copyright 2024 Google LLC
22
//
33
// Licensed under the Apache License, Version 2.0 (the "License");
44
// you may not use this file except in compliance with the License.

packages/google-cloud-secretmanager/samples/generated/v1/secret_manager_service.access_secret_version.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,8 @@ function main(name) {
2929
* TODO(developer): Uncomment these variables before running the sample.
3030
*/
3131
/**
32-
* Required. The resource name of the SecretVersion google.cloud.secretmanager.v1.SecretVersion in the format
32+
* Required. The resource name of the
33+
* SecretVersion google.cloud.secretmanager.v1.SecretVersion in the format
3334
* `projects/* /secrets/* /versions/*`.
3435
* `projects/* /secrets/* /versions/latest` is an alias to the most recently
3536
* created SecretVersion google.cloud.secretmanager.v1.SecretVersion.

packages/google-cloud-secretmanager/samples/generated/v1/secret_manager_service.add_secret_version.js

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,15 @@ function main(parent, payload) {
2929
* TODO(developer): Uncomment these variables before running the sample.
3030
*/
3131
/**
32-
* Required. The resource name of the Secret google.cloud.secretmanager.v1.Secret to associate with the
33-
* SecretVersion google.cloud.secretmanager.v1.SecretVersion in the format `projects/* /secrets/*`.
32+
* Required. The resource name of the
33+
* Secret google.cloud.secretmanager.v1.Secret to associate with the
34+
* SecretVersion google.cloud.secretmanager.v1.SecretVersion in the format
35+
* `projects/* /secrets/*`.
3436
*/
3537
// const parent = 'abc123'
3638
/**
37-
* Required. The secret payload of the SecretVersion google.cloud.secretmanager.v1.SecretVersion.
39+
* Required. The secret payload of the
40+
* SecretVersion google.cloud.secretmanager.v1.SecretVersion.
3841
*/
3942
// const payload = {}
4043

packages/google-cloud-secretmanager/samples/generated/v1/secret_manager_service.create_secret.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,8 @@ function main(parent, secretId, secret) {
4141
*/
4242
// const secretId = 'abc123'
4343
/**
44-
* Required. A Secret google.cloud.secretmanager.v1.Secret with initial field values.
44+
* Required. A Secret google.cloud.secretmanager.v1.Secret with initial
45+
* field values.
4546
*/
4647
// const secret = {}
4748

packages/google-cloud-secretmanager/samples/generated/v1/secret_manager_service.delete_secret.js

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,15 @@ function main(name) {
2929
* TODO(developer): Uncomment these variables before running the sample.
3030
*/
3131
/**
32-
* Required. The resource name of the Secret google.cloud.secretmanager.v1.Secret to delete in the format
32+
* Required. The resource name of the
33+
* Secret google.cloud.secretmanager.v1.Secret to delete in the format
3334
* `projects/* /secrets/*`.
3435
*/
3536
// const name = 'abc123'
3637
/**
37-
* Optional. Etag of the Secret google.cloud.secretmanager.v1.Secret. The request succeeds if it matches
38-
* the etag of the currently stored secret object. If the etag is omitted,
39-
* the request succeeds.
38+
* Optional. Etag of the Secret google.cloud.secretmanager.v1.Secret. The
39+
* request succeeds if it matches the etag of the currently stored secret
40+
* object. If the etag is omitted, the request succeeds.
4041
*/
4142
// const etag = 'abc123'
4243

packages/google-cloud-secretmanager/samples/generated/v1/secret_manager_service.destroy_secret_version.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ function main(name) {
2929
* TODO(developer): Uncomment these variables before running the sample.
3030
*/
3131
/**
32-
* Required. The resource name of the SecretVersion google.cloud.secretmanager.v1.SecretVersion to destroy in the format
33-
* `projects/* /secrets/* /versions/*`.
32+
* Required. The resource name of the
33+
* SecretVersion google.cloud.secretmanager.v1.SecretVersion to destroy in
34+
* the format `projects/* /secrets/* /versions/*`.
3435
*/
3536
// const name = 'abc123'
3637
/**
37-
* Optional. Etag of the SecretVersion google.cloud.secretmanager.v1.SecretVersion. The request succeeds if it matches
38-
* the etag of the currently stored secret version object. If the etag is
39-
* omitted, the request succeeds.
38+
* Optional. Etag of the
39+
* SecretVersion google.cloud.secretmanager.v1.SecretVersion. The request
40+
* succeeds if it matches the etag of the currently stored secret version
41+
* object. If the etag is omitted, the request succeeds.
4042
*/
4143
// const etag = 'abc123'
4244

packages/google-cloud-secretmanager/samples/generated/v1/secret_manager_service.disable_secret_version.js

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,14 +29,16 @@ function main(name) {
2929
* TODO(developer): Uncomment these variables before running the sample.
3030
*/
3131
/**
32-
* Required. The resource name of the SecretVersion google.cloud.secretmanager.v1.SecretVersion to disable in the format
33-
* `projects/* /secrets/* /versions/*`.
32+
* Required. The resource name of the
33+
* SecretVersion google.cloud.secretmanager.v1.SecretVersion to disable in
34+
* the format `projects/* /secrets/* /versions/*`.
3435
*/
3536
// const name = 'abc123'
3637
/**
37-
* Optional. Etag of the SecretVersion google.cloud.secretmanager.v1.SecretVersion. The request succeeds if it matches
38-
* the etag of the currently stored secret version object. If the etag is
39-
* omitted, the request succeeds.
38+
* Optional. Etag of the
39+
* SecretVersion google.cloud.secretmanager.v1.SecretVersion. The request
40+
* succeeds if it matches the etag of the currently stored secret version
41+
* object. If the etag is omitted, the request succeeds.
4042
*/
4143
// const etag = 'abc123'
4244

0 commit comments

Comments
 (0)