From 63577b3ea873cb760fca010d3bbeb0fe6106cfc3 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Thu, 20 Jan 2022 10:39:57 -0500 Subject: [PATCH] build: update copyright year to 2022 (#507) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore(deps): upgrade gapic-generator-java to 2.4.1 PiperOrigin-RevId: 422607515 Source-Link: https://github.com/googleapis/googleapis/commit/ba2ffd6fe6642e28b4fed2ffae217b4c5f084034 Source-Link: https://github.com/googleapis/googleapis-gen/commit/73ba4add239a619da567ffbd4e5730fdd6de04d3 Copy-Tag: eyJwIjoiLmdpdGh1Yi8uT3dsQm90LnlhbWwiLCJoIjoiNzNiYTRhZGQyMzlhNjE5ZGE1NjdmZmJkNGU1NzMwZmRkNmRlMDRkMyJ9 * 🦉 Updates from OwlBot See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md Co-authored-by: Owl Bot Co-authored-by: Megan O'Keefe <3137106+askmeegs@users.noreply.github.com> --- packages/google-container/.jsdoc.js | 4 ++-- .../generated/v1/cluster_manager.cancel_operation.js | 4 +++- .../generated/v1/cluster_manager.complete_i_p_rotation.js | 4 +++- .../samples/generated/v1/cluster_manager.create_cluster.js | 1 + .../generated/v1/cluster_manager.create_node_pool.js | 1 + .../samples/generated/v1/cluster_manager.delete_cluster.js | 4 +++- .../generated/v1/cluster_manager.delete_node_pool.js | 4 +++- .../samples/generated/v1/cluster_manager.get_cluster.js | 4 +++- .../generated/v1/cluster_manager.get_j_s_o_n_web_keys.js | 4 +++- .../samples/generated/v1/cluster_manager.get_node_pool.js | 4 +++- .../samples/generated/v1/cluster_manager.get_operation.js | 4 +++- .../generated/v1/cluster_manager.get_server_config.js | 4 +++- .../samples/generated/v1/cluster_manager.list_clusters.js | 4 +++- .../samples/generated/v1/cluster_manager.list_node_pools.js | 4 +++- .../samples/generated/v1/cluster_manager.list_operations.js | 4 +++- .../generated/v1/cluster_manager.list_usable_subnetworks.js | 6 ++++-- .../v1/cluster_manager.rollback_node_pool_upgrade.js | 4 +++- .../generated/v1/cluster_manager.set_addons_config.js | 1 + .../samples/generated/v1/cluster_manager.set_labels.js | 1 + .../samples/generated/v1/cluster_manager.set_legacy_abac.js | 1 + .../samples/generated/v1/cluster_manager.set_locations.js | 1 + .../generated/v1/cluster_manager.set_logging_service.js | 1 + .../generated/v1/cluster_manager.set_maintenance_policy.js | 1 + .../samples/generated/v1/cluster_manager.set_master_auth.js | 1 + .../generated/v1/cluster_manager.set_monitoring_service.js | 1 + .../generated/v1/cluster_manager.set_network_policy.js | 1 + .../v1/cluster_manager.set_node_pool_autoscaling.js | 1 + .../v1/cluster_manager.set_node_pool_management.js | 1 + .../generated/v1/cluster_manager.set_node_pool_size.js | 1 + .../generated/v1/cluster_manager.start_i_p_rotation.js | 4 +++- .../samples/generated/v1/cluster_manager.update_cluster.js | 1 + .../samples/generated/v1/cluster_manager.update_master.js | 1 + .../generated/v1/cluster_manager.update_node_pool.js | 1 + packages/google-container/src/v1/cluster_manager_client.ts | 2 +- packages/google-container/src/v1/index.ts | 2 +- .../system-test/fixtures/sample/src/index.js | 2 +- .../system-test/fixtures/sample/src/index.ts | 2 +- packages/google-container/system-test/install.ts | 2 +- packages/google-container/test/gapic_cluster_manager_v1.ts | 2 +- 39 files changed, 71 insertions(+), 24 deletions(-) diff --git a/packages/google-container/.jsdoc.js b/packages/google-container/.jsdoc.js index e27d85d9a40..4734dd15f89 100644 --- a/packages/google-container/.jsdoc.js +++ b/packages/google-container/.jsdoc.js @@ -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. @@ -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/container', diff --git a/packages/google-container/samples/generated/v1/cluster_manager.cancel_operation.js b/packages/google-container/samples/generated/v1/cluster_manager.cancel_operation.js index 5184681b71c..90e79a4fa0d 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.cancel_operation.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.cancel_operation.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -33,7 +34,8 @@ function main() { async function callCancelOperation() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.cancelOperation(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.complete_i_p_rotation.js b/packages/google-container/samples/generated/v1/cluster_manager.complete_i_p_rotation.js index f19fb253c35..d498d65b6c8 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.complete_i_p_rotation.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.complete_i_p_rotation.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -33,7 +34,8 @@ function main() { async function callCompleteIPRotation() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.completeIPRotation(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.create_cluster.js b/packages/google-container/samples/generated/v1/cluster_manager.create_cluster.js index 6088086d5df..603327087c4 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.create_cluster.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.create_cluster.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(cluster) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.create_node_pool.js b/packages/google-container/samples/generated/v1/cluster_manager.create_node_pool.js index e94aa4b306b..e514be68a5c 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.create_node_pool.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.create_node_pool.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(nodePool) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.delete_cluster.js b/packages/google-container/samples/generated/v1/cluster_manager.delete_cluster.js index 9d4d2834fd2..5c51486f4ce 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.delete_cluster.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.delete_cluster.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -33,7 +34,8 @@ function main() { async function callDeleteCluster() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.deleteCluster(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.delete_node_pool.js b/packages/google-container/samples/generated/v1/cluster_manager.delete_node_pool.js index 35781cd32ce..f50509a60f5 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.delete_node_pool.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.delete_node_pool.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -34,7 +35,8 @@ function main() { async function callDeleteNodePool() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.deleteNodePool(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.get_cluster.js b/packages/google-container/samples/generated/v1/cluster_manager.get_cluster.js index c222704f996..b47a6f3f4f3 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.get_cluster.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.get_cluster.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -33,7 +34,8 @@ function main() { async function callGetCluster() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.getCluster(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.get_j_s_o_n_web_keys.js b/packages/google-container/samples/generated/v1/cluster_manager.get_j_s_o_n_web_keys.js index 7f97ab06c83..a1b3231c090 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.get_j_s_o_n_web_keys.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.get_j_s_o_n_web_keys.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -33,7 +34,8 @@ function main() { async function callGetJSONWebKeys() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.getJSONWebKeys(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.get_node_pool.js b/packages/google-container/samples/generated/v1/cluster_manager.get_node_pool.js index 69dc29e8ecb..4a88d3d7378 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.get_node_pool.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.get_node_pool.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -34,7 +35,8 @@ function main() { async function callGetNodePool() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.getNodePool(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.get_operation.js b/packages/google-container/samples/generated/v1/cluster_manager.get_operation.js index e86e9652683..dc9fe15e56b 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.get_operation.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.get_operation.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -33,7 +34,8 @@ function main() { async function callGetOperation() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.getOperation(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.get_server_config.js b/packages/google-container/samples/generated/v1/cluster_manager.get_server_config.js index 712e3bff289..61b4731c7e3 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.get_server_config.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.get_server_config.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -33,7 +34,8 @@ function main() { async function callGetServerConfig() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.getServerConfig(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.list_clusters.js b/packages/google-container/samples/generated/v1/cluster_manager.list_clusters.js index a5f94a2c02f..5e41490ddb7 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.list_clusters.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.list_clusters.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -34,7 +35,8 @@ function main() { async function callListClusters() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.listClusters(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.list_node_pools.js b/packages/google-container/samples/generated/v1/cluster_manager.list_node_pools.js index 5015319eb44..a4b768d8bf9 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.list_node_pools.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.list_node_pools.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -33,7 +34,8 @@ function main() { async function callListNodePools() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.listNodePools(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.list_operations.js b/packages/google-container/samples/generated/v1/cluster_manager.list_operations.js index a8990e65216..64552cfa7e0 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.list_operations.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.list_operations.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -34,7 +35,8 @@ function main() { async function callListOperations() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.listOperations(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.list_usable_subnetworks.js b/packages/google-container/samples/generated/v1/cluster_manager.list_usable_subnetworks.js index 32918bbfd95..c5fc0bb55b8 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.list_usable_subnetworks.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.list_usable_subnetworks.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -52,12 +53,13 @@ function main() { async function callListUsableSubnetworks() { // Construct request - const request = {}; + const request = { + }; // Run request const iterable = await containerClient.listUsableSubnetworksAsync(request); for await (const response of iterable) { - console.log(response); + console.log(response); } } diff --git a/packages/google-container/samples/generated/v1/cluster_manager.rollback_node_pool_upgrade.js b/packages/google-container/samples/generated/v1/cluster_manager.rollback_node_pool_upgrade.js index 641cfa1c82c..09cbd2741d4 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.rollback_node_pool_upgrade.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.rollback_node_pool_upgrade.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -34,7 +35,8 @@ function main() { async function callRollbackNodePoolUpgrade() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.rollbackNodePoolUpgrade(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_addons_config.js b/packages/google-container/samples/generated/v1/cluster_manager.set_addons_config.js index 06e33996bcc..267a0fabae8 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_addons_config.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_addons_config.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(addonsConfig) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_labels.js b/packages/google-container/samples/generated/v1/cluster_manager.set_labels.js index 7ab1f40ec8a..e8c6aa5c6b0 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_labels.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_labels.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(resourceLabels, labelFingerprint) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_legacy_abac.js b/packages/google-container/samples/generated/v1/cluster_manager.set_legacy_abac.js index 00348a18b49..8b1740c074f 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_legacy_abac.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_legacy_abac.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(enabled) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_locations.js b/packages/google-container/samples/generated/v1/cluster_manager.set_locations.js index 58fb2381cdc..dbb19c4bd2e 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_locations.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_locations.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(locations) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_logging_service.js b/packages/google-container/samples/generated/v1/cluster_manager.set_logging_service.js index 63d38126a99..788aeaada6c 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_logging_service.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_logging_service.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(loggingService) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_maintenance_policy.js b/packages/google-container/samples/generated/v1/cluster_manager.set_maintenance_policy.js index b821de8dd70..17fa0b98b10 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_maintenance_policy.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_maintenance_policy.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(projectId, zone, clusterId, maintenancePolicy) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_master_auth.js b/packages/google-container/samples/generated/v1/cluster_manager.set_master_auth.js index 734a4361295..eaa4cb40205 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_master_auth.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_master_auth.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(action, update) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_monitoring_service.js b/packages/google-container/samples/generated/v1/cluster_manager.set_monitoring_service.js index 54f570de4b1..3c390c8fed9 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_monitoring_service.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_monitoring_service.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(monitoringService) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_network_policy.js b/packages/google-container/samples/generated/v1/cluster_manager.set_network_policy.js index f41cbe3a06c..978506b360a 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_network_policy.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_network_policy.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(networkPolicy) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_autoscaling.js b/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_autoscaling.js index ec0fabf4117..4dfb03ff8d9 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_autoscaling.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_autoscaling.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(autoscaling) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_management.js b/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_management.js index 278a0b66921..0c4c835d59c 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_management.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_management.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(management) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_size.js b/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_size.js index ada3fb2edb2..8c00b40cb77 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_size.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.set_node_pool_size.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(nodeCount) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.start_i_p_rotation.js b/packages/google-container/samples/generated/v1/cluster_manager.start_i_p_rotation.js index 03882182f3f..e4b9493e341 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.start_i_p_rotation.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.start_i_p_rotation.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main() { @@ -37,7 +38,8 @@ function main() { async function callStartIPRotation() { // Construct request - const request = {}; + const request = { + }; // Run request const response = await containerClient.startIPRotation(request); diff --git a/packages/google-container/samples/generated/v1/cluster_manager.update_cluster.js b/packages/google-container/samples/generated/v1/cluster_manager.update_cluster.js index 57ea0b4b3cc..77d44a4ccc8 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.update_cluster.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.update_cluster.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(update) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.update_master.js b/packages/google-container/samples/generated/v1/cluster_manager.update_master.js index f843a28246d..2aa34bc1f65 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.update_master.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.update_master.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(masterVersion) { diff --git a/packages/google-container/samples/generated/v1/cluster_manager.update_node_pool.js b/packages/google-container/samples/generated/v1/cluster_manager.update_node_pool.js index 25962a93bf4..413680c3554 100644 --- a/packages/google-container/samples/generated/v1/cluster_manager.update_node_pool.js +++ b/packages/google-container/samples/generated/v1/cluster_manager.update_node_pool.js @@ -12,6 +12,7 @@ // See the License for the specific language governing permissions and // limitations under the License. + 'use strict'; function main(nodeVersion, imageType) { diff --git a/packages/google-container/src/v1/cluster_manager_client.ts b/packages/google-container/src/v1/cluster_manager_client.ts index 046aade5004..d8822287493 100644 --- a/packages/google-container/src/v1/cluster_manager_client.ts +++ b/packages/google-container/src/v1/cluster_manager_client.ts @@ -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. diff --git a/packages/google-container/src/v1/index.ts b/packages/google-container/src/v1/index.ts index ebf5e7e15c3..7952088fe56 100644 --- a/packages/google-container/src/v1/index.ts +++ b/packages/google-container/src/v1/index.ts @@ -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. diff --git a/packages/google-container/system-test/fixtures/sample/src/index.js b/packages/google-container/system-test/fixtures/sample/src/index.js index 725fd3171e8..91e4ee03e52 100644 --- a/packages/google-container/system-test/fixtures/sample/src/index.js +++ b/packages/google-container/system-test/fixtures/sample/src/index.js @@ -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. diff --git a/packages/google-container/system-test/fixtures/sample/src/index.ts b/packages/google-container/system-test/fixtures/sample/src/index.ts index 1af1a589842..374ca54f370 100644 --- a/packages/google-container/system-test/fixtures/sample/src/index.ts +++ b/packages/google-container/system-test/fixtures/sample/src/index.ts @@ -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. diff --git a/packages/google-container/system-test/install.ts b/packages/google-container/system-test/install.ts index d2d61c0396f..6dd1eaadafa 100644 --- a/packages/google-container/system-test/install.ts +++ b/packages/google-container/system-test/install.ts @@ -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. diff --git a/packages/google-container/test/gapic_cluster_manager_v1.ts b/packages/google-container/test/gapic_cluster_manager_v1.ts index cae7b4e668f..dec77af5238 100644 --- a/packages/google-container/test/gapic_cluster_manager_v1.ts +++ b/packages/google-container/test/gapic_cluster_manager_v1.ts @@ -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.