Skip to content

Commit

Permalink
build: update copyright year to 2022 (#330)
Browse files Browse the repository at this point in the history
- [ ] Regenerate this pull request now.

PiperOrigin-RevId: 422607515

Source-Link: googleapis/googleapis@ba2ffd6

Source-Link: googleapis/googleapis-gen@73ba4ad
Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzNiYTRhZGQyMzlhNjE5ZGE1NjdmZmJkNGU1NzMwZmRkNmRlMDRkMyJ9
  • Loading branch information
gcf-owl-bot[bot] authored Jan 20, 2022
1 parent c96e0cb commit ce12bc5
Show file tree
Hide file tree
Showing 22 changed files with 40 additions and 40 deletions.
4 changes: 2 additions & 2 deletions packages/google-cloud-secretmanager/.jsdoc.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down Expand Up @@ -40,7 +40,7 @@ module.exports = {
includePattern: '\\.js$'
},
templates: {
copyright: 'Copyright 2021 Google LLC',
copyright: 'Copyright 2022 Google LLC',
includeDate: false,
sourceFiles: false,
systemName: '@google-cloud/secret-manager',
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -28,8 +29,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, payload) {
Expand All @@ -30,8 +31,7 @@ function main(parent, payload) {
// const payload = {}

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent, secretId, secret) {
Expand All @@ -37,8 +38,7 @@ function main(parent, secretId, secret) {
// const secret = {}

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -32,8 +33,7 @@ function main(name) {
// const etag = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -32,8 +33,7 @@ function main(name) {
// const etag = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -32,8 +33,7 @@ function main(name) {
// const etag = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -32,8 +33,7 @@ function main(name) {
// const etag = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(resource) {
Expand All @@ -31,8 +32,7 @@ function main(resource) {
// const options = {}

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -25,8 +26,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(name) {
Expand All @@ -28,8 +29,7 @@ function main(name) {
// const name = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent) {
Expand Down Expand Up @@ -46,8 +47,7 @@ function main(parent) {
// const filter = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand All @@ -61,7 +61,7 @@ function main(parent) {
// Run request
const iterable = await secretmanagerClient.listSecretVersionsAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(parent) {
Expand Down Expand Up @@ -45,8 +46,7 @@ function main(parent) {
// const filter = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand All @@ -60,7 +60,7 @@ function main(parent) {
// Run request
const iterable = await secretmanagerClient.listSecretsAsync(request);
for await (const response of iterable) {
console.log(response);
console.log(response);
}
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(resource, policy) {
Expand All @@ -33,8 +34,7 @@ function main(resource, policy) {
// const policy = {}

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(resource, permissions) {
Expand All @@ -33,8 +34,7 @@ function main(resource, permissions) {
// const permissions = 'abc123'

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
// See the License for the specific language governing permissions and
// limitations under the License.


'use strict';

function main(secret, updateMask) {
Expand All @@ -29,8 +30,7 @@ function main(secret, updateMask) {
// const updateMask = {}

// Imports the Secretmanager library
const {SecretManagerServiceClient} =
require('@google-cloud/secret-manager').v1;
const {SecretManagerServiceClient} = require('@google-cloud/secret-manager').v1;

// Instantiates a client
const secretmanagerClient = new SecretManagerServiceClient();
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-secretmanager/src/v1/index.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
2 changes: 1 addition & 1 deletion packages/google-cloud-secretmanager/system-test/install.ts
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Copyright 2021 Google LLC
// Copyright 2022 Google LLC
//
// Licensed under the Apache License, Version 2.0 (the "License");
// you may not use this file except in compliance with the License.
Expand Down

0 comments on commit ce12bc5

Please sign in to comment.