From 89dd9916688f5865c776613aa2a9059abfdf4f17 Mon Sep 17 00:00:00 2001 From: "gcf-owl-bot[bot]" <78513119+gcf-owl-bot[bot]@users.noreply.github.com> Date: Tue, 17 Jan 2023 10:09:31 -0800 Subject: [PATCH] feat: Added SuggestConversationSummary RPC (#3847) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * docs: Update documentation for Security Command Center *.assets.list "parent" parameter PiperOrigin-RevId: 501630229 Source-Link: https://github.com/googleapis/googleapis/commit/914dc31d2c3fa288bfe7574fbf987a1a4f082107 Source-Link: https://github.com/googleapis/googleapis-gen/commit/3bb94cca8628cd3c8ef094d851cd70b45a119319 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3VyaXR5Y2VudGVyLy5Pd2xCb3QueWFtbCIsImgiOiIzYmI5NGNjYTg2MjhjZDNjOGVmMDk0ZDg1MWNkNzBiNDVhMTE5MzE5In0= * 🦉 Updates from OwlBot post-processor See https://github.com/googleapis/repo-automation-bots/blob/main/packages/owl-bot/README.md * feat: Added SuggestConversationSummary RPC docs: updated go library package PiperOrigin-RevId: 501862436 Source-Link: https://github.com/googleapis/googleapis/commit/155e0f4123ba003055587768944a47498c48926b Source-Link: https://github.com/googleapis/googleapis-gen/commit/3051f617a991c274c88d27064e803095e4ef9d39 Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLWNsb3VkLXNlY3VyaXR5Y2VudGVyLy5Pd2xCb3QueWFtbCIsImgiOiIzMDUxZjYxN2E5OTFjMjc0Yzg4ZDI3MDY0ZTgwMzA5NWU0ZWY5ZDM5In0= * 🦉 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 Co-authored-by: sofisl <55454395+sofisl@users.noreply.github.com> --- .../google-cloud-securitycenter/.jsdoc.js | 4 +- .../v1/securitycenter_service.proto | 18 +++--- .../v1/security_center.bulk_mute_findings.js | 2 +- ...security_center.create_big_query_export.js | 2 +- .../v1/security_center.create_finding.js | 2 +- .../v1/security_center.create_mute_config.js | 2 +- ...urity_center.create_notification_config.js | 2 +- .../v1/security_center.create_source.js | 2 +- ...security_center.delete_big_query_export.js | 2 +- .../v1/security_center.delete_mute_config.js | 2 +- ...urity_center.delete_notification_config.js | 2 +- .../security_center.get_big_query_export.js | 2 +- .../v1/security_center.get_iam_policy.js | 2 +- .../v1/security_center.get_mute_config.js | 2 +- ...security_center.get_notification_config.js | 2 +- ...curity_center.get_organization_settings.js | 2 +- .../v1/security_center.get_source.js | 2 +- .../v1/security_center.group_assets.js | 8 +-- .../v1/security_center.group_findings.js | 2 +- .../v1/security_center.list_assets.js | 10 ++-- .../security_center.list_big_query_exports.js | 2 +- .../v1/security_center.list_findings.js | 2 +- .../v1/security_center.list_mute_configs.js | 2 +- ...curity_center.list_notification_configs.js | 2 +- .../v1/security_center.list_sources.js | 6 +- .../v1/security_center.run_asset_discovery.js | 2 +- .../v1/security_center.set_finding_state.js | 2 +- .../v1/security_center.set_iam_policy.js | 2 +- .../generated/v1/security_center.set_mute.js | 2 +- .../security_center.test_iam_permissions.js | 2 +- ...security_center.update_big_query_export.js | 2 +- .../security_center.update_external_system.js | 2 +- .../v1/security_center.update_finding.js | 2 +- .../v1/security_center.update_mute_config.js | 2 +- ...urity_center.update_notification_config.js | 2 +- ...ity_center.update_organization_settings.js | 2 +- .../security_center.update_security_marks.js | 2 +- .../v1/security_center.update_source.js | 2 +- ...tadata.google.cloud.securitycenter.v1.json | 2 +- .../v1beta1/security_center.create_finding.js | 2 +- .../v1beta1/security_center.create_source.js | 2 +- .../v1beta1/security_center.get_iam_policy.js | 2 +- ...curity_center.get_organization_settings.js | 2 +- .../v1beta1/security_center.get_source.js | 2 +- .../v1beta1/security_center.group_assets.js | 2 +- .../v1beta1/security_center.group_findings.js | 2 +- .../v1beta1/security_center.list_assets.js | 2 +- .../v1beta1/security_center.list_findings.js | 2 +- .../v1beta1/security_center.list_sources.js | 2 +- .../security_center.run_asset_discovery.js | 2 +- .../security_center.set_finding_state.js | 2 +- .../v1beta1/security_center.set_iam_policy.js | 2 +- .../security_center.test_iam_permissions.js | 2 +- .../v1beta1/security_center.update_finding.js | 2 +- ...ity_center.update_organization_settings.js | 2 +- .../security_center.update_security_marks.js | 2 +- .../v1beta1/security_center.update_source.js | 2 +- .../security_center.create_finding.js | 2 +- ...urity_center.create_notification_config.js | 2 +- .../security_center.create_source.js | 2 +- ...urity_center.delete_notification_config.js | 2 +- .../security_center.get_iam_policy.js | 2 +- ...security_center.get_notification_config.js | 2 +- ...curity_center.get_organization_settings.js | 2 +- .../v1p1beta1/security_center.get_source.js | 2 +- .../v1p1beta1/security_center.group_assets.js | 2 +- .../security_center.group_findings.js | 2 +- .../v1p1beta1/security_center.list_assets.js | 2 +- .../security_center.list_findings.js | 2 +- ...curity_center.list_notification_configs.js | 2 +- .../v1p1beta1/security_center.list_sources.js | 2 +- .../security_center.run_asset_discovery.js | 2 +- .../security_center.set_finding_state.js | 2 +- .../security_center.set_iam_policy.js | 2 +- .../security_center.test_iam_permissions.js | 2 +- .../security_center.update_finding.js | 2 +- ...urity_center.update_notification_config.js | 2 +- ...ity_center.update_organization_settings.js | 2 +- .../security_center.update_security_marks.js | 2 +- .../security_center.update_source.js | 2 +- .../src/v1/index.ts | 2 +- .../src/v1/security_center_client.ts | 56 ++++++++++--------- .../src/v1beta1/index.ts | 2 +- .../src/v1beta1/security_center_client.ts | 2 +- .../src/v1p1beta1/index.ts | 2 +- .../src/v1p1beta1/security_center_client.ts | 2 +- .../system-test/fixtures/sample/src/index.js | 2 +- .../system-test/fixtures/sample/src/index.ts | 2 +- .../system-test/install.ts | 2 +- .../test/gapic_security_center_v1.ts | 2 +- .../test/gapic_security_center_v1beta1.ts | 2 +- .../test/gapic_security_center_v1p1beta1.ts | 2 +- 92 files changed, 142 insertions(+), 132 deletions(-) diff --git a/packages/google-cloud-securitycenter/.jsdoc.js b/packages/google-cloud-securitycenter/.jsdoc.js index 3f4fcde553b..4d5ad9781e7 100644 --- a/packages/google-cloud-securitycenter/.jsdoc.js +++ b/packages/google-cloud-securitycenter/.jsdoc.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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 2022 Google LLC', + copyright: 'Copyright 2023 Google LLC', includeDate: false, sourceFiles: false, systemName: '@google-cloud/security-center', diff --git a/packages/google-cloud-securitycenter/protos/google/cloud/securitycenter/v1/securitycenter_service.proto b/packages/google-cloud-securitycenter/protos/google/cloud/securitycenter/v1/securitycenter_service.proto index 24e5e27e610..4d06590e34c 100644 --- a/packages/google-cloud-securitycenter/protos/google/cloud/securitycenter/v1/securitycenter_service.proto +++ b/packages/google-cloud-securitycenter/protos/google/cloud/securitycenter/v1/securitycenter_service.proto @@ -792,9 +792,9 @@ message GetSourceRequest { // Request message for grouping by assets. message GroupAssetsRequest { - // Required. Name of the organization to groupBy. Its format is - // "organizations/[organization_id], folders/[folder_id], or - // projects/[project_id]". + // Required. The name of the parent to group the assets by. Its format is + // "organizations/[organization_id]", "folders/[folder_id]", or + // "projects/[project_id]". string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1192,8 +1192,8 @@ message ListNotificationConfigsResponse { // Request message for listing sources. message ListSourcesRequest { // Required. Resource name of the parent of sources to list. Its format should - // be "organizations/[organization_id], folders/[folder_id], or - // projects/[project_id]". + // be "organizations/[organization_id]", "folders/[folder_id]", or + // "projects/[project_id]". string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { @@ -1223,9 +1223,11 @@ message ListSourcesResponse { // Request message for listing assets. message ListAssetsRequest { - // Required. Name of the organization assets should belong to. Its format is - // "organizations/[organization_id], folders/[folder_id], or - // projects/[project_id]". + // Required. The name of the parent resource that contains the assets. The + // value that you can specify on parent depends on the method in which you + // specify parent. You can specify one of the following values: + // "organizations/[organization_id]", "folders/[folder_id]", or + // "projects/[project_id]". string parent = 1 [ (google.api.field_behavior) = REQUIRED, (google.api.resource_reference) = { diff --git a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.bulk_mute_findings.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.bulk_mute_findings.js index 1f03f930fe1..1e0ce0ee9c7 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.bulk_mute_findings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.bulk_mute_findings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.create_big_query_export.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_big_query_export.js index e87ad301e7e..158d09dcb35 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_big_query_export.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_big_query_export.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.create_finding.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_finding.js index 830510a7b21..4ef3d71c721 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_finding.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_finding.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.create_mute_config.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_mute_config.js index c122ec64a41..dec237a4b8e 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_mute_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_mute_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.create_notification_config.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_notification_config.js index 18d45fca008..7ae83fdfd08 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_notification_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_notification_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.create_source.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_source.js index 4e41f9f4a6c..65ebcff52cb 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_source.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.create_source.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.delete_big_query_export.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.delete_big_query_export.js index 1e94fcdd11e..93aff7648f5 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.delete_big_query_export.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.delete_big_query_export.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.delete_mute_config.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.delete_mute_config.js index c4790e253f3..52be7752588 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.delete_mute_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.delete_mute_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.delete_notification_config.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.delete_notification_config.js index bc7dc2422be..b69c4afe97f 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.delete_notification_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.delete_notification_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.get_big_query_export.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_big_query_export.js index 0040054cd65..d947aa51298 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_big_query_export.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_big_query_export.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.get_iam_policy.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_iam_policy.js index 2dae21363e4..3901f396ce1 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_iam_policy.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_iam_policy.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.get_mute_config.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_mute_config.js index c7efec299ba..e3c35dce8c9 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_mute_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_mute_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.get_notification_config.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_notification_config.js index 16b1cb7ca4b..5622d988bb6 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_notification_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_notification_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.get_organization_settings.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_organization_settings.js index aabb6b473e8..06be4bf79f5 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_organization_settings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_organization_settings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.get_source.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_source.js index fbb1bbe0fa7..2e45be1ae47 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_source.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.get_source.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.group_assets.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.group_assets.js index 8f7c8de7912..9a77c9a7694 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.group_assets.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.group_assets.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -29,9 +29,9 @@ function main(parent, groupBy) { * TODO(developer): Uncomment these variables before running the sample. */ /** - * Required. Name of the organization to groupBy. Its format is - * "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * Required. The name of the parent to group the assets by. Its format is + * "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". */ // const parent = 'abc123' /** diff --git a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.group_findings.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.group_findings.js index 86278e4aabf..e86776056e5 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.group_findings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.group_findings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.list_assets.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_assets.js index 8544695560c..0c96ef702f2 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_assets.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_assets.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -29,9 +29,11 @@ function main(parent) { * TODO(developer): Uncomment these variables before running the sample. */ /** - * Required. Name of the organization assets should belong to. Its format is - * "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * Required. The name of the parent resource that contains the assets. The + * value that you can specify on parent depends on the method in which you + * specify parent. You can specify one of the following values: + * "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". */ // const parent = 'abc123' /** diff --git a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_big_query_exports.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_big_query_exports.js index 4489f1a9954..0cd39cf6921 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_big_query_exports.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_big_query_exports.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.list_findings.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_findings.js index 24a1527f200..909c58a0515 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_findings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_findings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.list_mute_configs.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_mute_configs.js index 168ee39b535..3427c281eb3 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_mute_configs.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_mute_configs.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.list_notification_configs.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_notification_configs.js index b30022943ff..295f8180689 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_notification_configs.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_notification_configs.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.list_sources.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_sources.js index 12b6eb6b8e3..e1f7a076417 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_sources.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.list_sources.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -30,8 +30,8 @@ function main(parent) { */ /** * Required. Resource name of the parent of sources to list. Its format should - * be "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * be "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". */ // const parent = 'abc123' /** diff --git a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.run_asset_discovery.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.run_asset_discovery.js index 2c2af7fb3dd..9e9e4f42480 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.run_asset_discovery.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.run_asset_discovery.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.set_finding_state.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.set_finding_state.js index d2af87fcf92..9a9e9ec5189 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.set_finding_state.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.set_finding_state.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.set_iam_policy.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.set_iam_policy.js index 7ba3e484e67..828a587ecf1 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.set_iam_policy.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.set_iam_policy.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.set_mute.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.set_mute.js index 617c0622993..a87e6438848 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.set_mute.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.set_mute.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.test_iam_permissions.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.test_iam_permissions.js index 5e0cf0b1194..f00a7ed09b0 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.test_iam_permissions.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.test_iam_permissions.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.update_big_query_export.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_big_query_export.js index bbba7509ac0..d81a8c86db7 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_big_query_export.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_big_query_export.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.update_external_system.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_external_system.js index 4bfd209f470..d6bd90c80d3 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_external_system.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_external_system.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.update_finding.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_finding.js index 178749ea115..7aeb185be42 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_finding.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_finding.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.update_mute_config.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_mute_config.js index 2740ec72d0f..71e4ac6daa3 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_mute_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_mute_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.update_notification_config.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_notification_config.js index cfc925dea80..2769e3cd8f3 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_notification_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_notification_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.update_organization_settings.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_organization_settings.js index 733ed3a0c3c..bfe708a3f06 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_organization_settings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_organization_settings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.update_security_marks.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_security_marks.js index afaec0ff165..884a807d2f8 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_security_marks.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_security_marks.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/security_center.update_source.js b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_source.js index 44a4da05584..f8c2bdffc96 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_source.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1/security_center.update_source.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1/snippet_metadata.google.cloud.securitycenter.v1.json b/packages/google-cloud-securitycenter/samples/generated/v1/snippet_metadata.google.cloud.securitycenter.v1.json index 9fbaf37d506..5924ad65c21 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1/snippet_metadata.google.cloud.securitycenter.v1.json +++ b/packages/google-cloud-securitycenter/samples/generated/v1/snippet_metadata.google.cloud.securitycenter.v1.json @@ -710,7 +710,7 @@ "segments": [ { "start": 25, - "end": 177, + "end": 179, "type": "FULL" } ], diff --git a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.create_finding.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.create_finding.js index 84d8f61e5aa..4de06256a74 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.create_finding.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.create_finding.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.create_source.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.create_source.js index 7acc3965f9a..5f7f8ed258c 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.create_source.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.create_source.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.get_iam_policy.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.get_iam_policy.js index d3ca93d7f8d..40d4608e605 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.get_iam_policy.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.get_iam_policy.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.get_organization_settings.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.get_organization_settings.js index acfb907c536..5a2f5784f05 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.get_organization_settings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.get_organization_settings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.get_source.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.get_source.js index abd111d2520..ffdc4eda51c 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.get_source.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.get_source.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.group_assets.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.group_assets.js index fd7038cd417..eac3b71634f 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.group_assets.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.group_assets.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.group_findings.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.group_findings.js index 4edc72f898d..ddcc1f534b0 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.group_findings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.group_findings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.list_assets.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.list_assets.js index 0dd5ef9e40e..8915077aeda 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.list_assets.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.list_assets.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.list_findings.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.list_findings.js index 9240789a680..8fc14f840e0 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.list_findings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.list_findings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.list_sources.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.list_sources.js index af32bd04ad3..175607f7e1f 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.list_sources.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.list_sources.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.run_asset_discovery.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.run_asset_discovery.js index 4a8fd60bd90..7008016fbf0 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.run_asset_discovery.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.run_asset_discovery.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.set_finding_state.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.set_finding_state.js index 2a4fc5d924b..14287c126c0 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.set_finding_state.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.set_finding_state.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.set_iam_policy.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.set_iam_policy.js index 00855ffd8ac..46f44ef33f0 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.set_iam_policy.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.set_iam_policy.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.test_iam_permissions.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.test_iam_permissions.js index 549330173f1..8b85e662c11 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.test_iam_permissions.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.test_iam_permissions.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.update_finding.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_finding.js index befaed349d3..99c4b58a546 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_finding.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_finding.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.update_organization_settings.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_organization_settings.js index 454e30ca0af..d48876b5e77 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_organization_settings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_organization_settings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.update_security_marks.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_security_marks.js index 8735efc1a42..4fe37d0989b 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_security_marks.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_security_marks.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1beta1/security_center.update_source.js b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_source.js index aef8890432c..c0f495186cb 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_source.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1beta1/security_center.update_source.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_finding.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_finding.js index f46bf1349cb..3df65f018d4 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_finding.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_finding.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_notification_config.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_notification_config.js index 1748a6c04cb..5768d3580d4 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_notification_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_notification_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_source.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_source.js index 0c859d2ead2..6f5123ca148 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_source.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.create_source.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.delete_notification_config.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.delete_notification_config.js index 6ab5fca8c7d..b1d0cb91463 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.delete_notification_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.delete_notification_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_iam_policy.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_iam_policy.js index e28fb517d91..85423c33d91 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_iam_policy.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_iam_policy.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_notification_config.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_notification_config.js index a1a4b42ab73..d72744e6dc5 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_notification_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_notification_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_organization_settings.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_organization_settings.js index 1e469ca60f0..5e2c2ddc9e1 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_organization_settings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_organization_settings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_source.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_source.js index e147769f4c6..03fb8bcc620 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_source.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.get_source.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.group_assets.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.group_assets.js index cb6b863604a..be3d0814d8b 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.group_assets.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.group_assets.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.group_findings.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.group_findings.js index de78580a568..c5a599abd19 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.group_findings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.group_findings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_assets.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_assets.js index b98b82597d3..1115296d82a 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_assets.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_assets.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_findings.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_findings.js index 27e800be535..7aec1ebd9da 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_findings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_findings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_notification_configs.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_notification_configs.js index c1c1c471557..f5b4a970498 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_notification_configs.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_notification_configs.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_sources.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_sources.js index 6544f637a5c..62e89a0b967 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_sources.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.list_sources.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.run_asset_discovery.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.run_asset_discovery.js index deae4cc152f..753137e4768 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.run_asset_discovery.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.run_asset_discovery.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.set_finding_state.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.set_finding_state.js index 2cc7f1e6d4f..d3441869f8e 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.set_finding_state.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.set_finding_state.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.set_iam_policy.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.set_iam_policy.js index 9ed2170ef5b..e131922facc 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.set_iam_policy.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.set_iam_policy.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.test_iam_permissions.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.test_iam_permissions.js index 944534ded96..4d9bbb4d4cc 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.test_iam_permissions.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.test_iam_permissions.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_finding.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_finding.js index 8e8df6e373f..119392f721a 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_finding.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_finding.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_notification_config.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_notification_config.js index 190a4de9b86..27fc14769eb 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_notification_config.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_notification_config.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_organization_settings.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_organization_settings.js index ae5874ec435..c0ce463a1bd 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_organization_settings.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_organization_settings.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_security_marks.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_security_marks.js index f37b9529739..bd99d48ec65 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_security_marks.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_security_marks.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_source.js b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_source.js index 6c72c7b9177..c005661cf71 100644 --- a/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_source.js +++ b/packages/google-cloud-securitycenter/samples/generated/v1p1beta1/security_center.update_source.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/src/v1/index.ts b/packages/google-cloud-securitycenter/src/v1/index.ts index d7817680667..fa3996e6154 100644 --- a/packages/google-cloud-securitycenter/src/v1/index.ts +++ b/packages/google-cloud-securitycenter/src/v1/index.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/src/v1/security_center_client.ts b/packages/google-cloud-securitycenter/src/v1/security_center_client.ts index 8a2a0f593c1..f0ad59d8633 100644 --- a/packages/google-cloud-securitycenter/src/v1/security_center_client.ts +++ b/packages/google-cloud-securitycenter/src/v1/security_center_client.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. @@ -3461,9 +3461,9 @@ export class SecurityCenterClient { * @param {Object} request * The request object that will be sent. * @param {string} request.parent - * Required. Name of the organization to groupBy. Its format is - * "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * Required. The name of the parent to group the assets by. Its format is + * "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". * @param {string} request.filter * Expression that defines the filter to apply across assets. * The expression is a list of zero or more restrictions combined via logical @@ -3679,9 +3679,9 @@ export class SecurityCenterClient { * @param {Object} request * The request object that will be sent. * @param {string} request.parent - * Required. Name of the organization to groupBy. Its format is - * "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * Required. The name of the parent to group the assets by. Its format is + * "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". * @param {string} request.filter * Expression that defines the filter to apply across assets. * The expression is a list of zero or more restrictions combined via logical @@ -3845,9 +3845,9 @@ export class SecurityCenterClient { * @param {Object} request * The request object that will be sent. * @param {string} request.parent - * Required. Name of the organization to groupBy. Its format is - * "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * Required. The name of the parent to group the assets by. Its format is + * "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". * @param {string} request.filter * Expression that defines the filter to apply across assets. * The expression is a list of zero or more restrictions combined via logical @@ -4574,9 +4574,11 @@ export class SecurityCenterClient { * @param {Object} request * The request object that will be sent. * @param {string} request.parent - * Required. Name of the organization assets should belong to. Its format is - * "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * Required. The name of the parent resource that contains the assets. The + * value that you can specify on parent depends on the method in which you + * specify parent. You can specify one of the following values: + * "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". * @param {string} request.filter * Expression that defines the filter to apply across assets. * The expression is a list of zero or more restrictions combined via logical @@ -4796,9 +4798,11 @@ export class SecurityCenterClient { * @param {Object} request * The request object that will be sent. * @param {string} request.parent - * Required. Name of the organization assets should belong to. Its format is - * "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * Required. The name of the parent resource that contains the assets. The + * value that you can specify on parent depends on the method in which you + * specify parent. You can specify one of the following values: + * "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". * @param {string} request.filter * Expression that defines the filter to apply across assets. * The expression is a list of zero or more restrictions combined via logical @@ -4966,9 +4970,11 @@ export class SecurityCenterClient { * @param {Object} request * The request object that will be sent. * @param {string} request.parent - * Required. Name of the organization assets should belong to. Its format is - * "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * Required. The name of the parent resource that contains the assets. The + * value that you can specify on parent depends on the method in which you + * specify parent. You can specify one of the following values: + * "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". * @param {string} request.filter * Expression that defines the filter to apply across assets. * The expression is a list of zero or more restrictions combined via logical @@ -6139,8 +6145,8 @@ export class SecurityCenterClient { * The request object that will be sent. * @param {string} request.parent * Required. Resource name of the parent of sources to list. Its format should - * be "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * be "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". * @param {string} request.pageToken * The value returned by the last `ListSourcesResponse`; indicates * that this is a continuation of a prior `ListSources` call, and @@ -6242,8 +6248,8 @@ export class SecurityCenterClient { * The request object that will be sent. * @param {string} request.parent * Required. Resource name of the parent of sources to list. Its format should - * be "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * be "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". * @param {string} request.pageToken * The value returned by the last `ListSourcesResponse`; indicates * that this is a continuation of a prior `ListSources` call, and @@ -6293,8 +6299,8 @@ export class SecurityCenterClient { * The request object that will be sent. * @param {string} request.parent * Required. Resource name of the parent of sources to list. Its format should - * be "organizations/[organization_id], folders/[folder_id], or - * projects/[project_id]". + * be "organizations/[organization_id]", "folders/[folder_id]", or + * "projects/[project_id]". * @param {string} request.pageToken * The value returned by the last `ListSourcesResponse`; indicates * that this is a continuation of a prior `ListSources` call, and diff --git a/packages/google-cloud-securitycenter/src/v1beta1/index.ts b/packages/google-cloud-securitycenter/src/v1beta1/index.ts index d7817680667..fa3996e6154 100644 --- a/packages/google-cloud-securitycenter/src/v1beta1/index.ts +++ b/packages/google-cloud-securitycenter/src/v1beta1/index.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/src/v1beta1/security_center_client.ts b/packages/google-cloud-securitycenter/src/v1beta1/security_center_client.ts index af33e97684b..6ab3196b6e6 100644 --- a/packages/google-cloud-securitycenter/src/v1beta1/security_center_client.ts +++ b/packages/google-cloud-securitycenter/src/v1beta1/security_center_client.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/src/v1p1beta1/index.ts b/packages/google-cloud-securitycenter/src/v1p1beta1/index.ts index d7817680667..fa3996e6154 100644 --- a/packages/google-cloud-securitycenter/src/v1p1beta1/index.ts +++ b/packages/google-cloud-securitycenter/src/v1p1beta1/index.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/src/v1p1beta1/security_center_client.ts b/packages/google-cloud-securitycenter/src/v1p1beta1/security_center_client.ts index a1b99c39141..940275624fb 100644 --- a/packages/google-cloud-securitycenter/src/v1p1beta1/security_center_client.ts +++ b/packages/google-cloud-securitycenter/src/v1p1beta1/security_center_client.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/system-test/fixtures/sample/src/index.js b/packages/google-cloud-securitycenter/system-test/fixtures/sample/src/index.js index 2684cdee5e3..e6a1a53418d 100644 --- a/packages/google-cloud-securitycenter/system-test/fixtures/sample/src/index.js +++ b/packages/google-cloud-securitycenter/system-test/fixtures/sample/src/index.js @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/system-test/fixtures/sample/src/index.ts b/packages/google-cloud-securitycenter/system-test/fixtures/sample/src/index.ts index 1e7b0783212..323502f7e2f 100644 --- a/packages/google-cloud-securitycenter/system-test/fixtures/sample/src/index.ts +++ b/packages/google-cloud-securitycenter/system-test/fixtures/sample/src/index.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/system-test/install.ts b/packages/google-cloud-securitycenter/system-test/install.ts index 6dd1eaadafa..f61fe236476 100644 --- a/packages/google-cloud-securitycenter/system-test/install.ts +++ b/packages/google-cloud-securitycenter/system-test/install.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/test/gapic_security_center_v1.ts b/packages/google-cloud-securitycenter/test/gapic_security_center_v1.ts index de50b5f954a..4dff999bd45 100644 --- a/packages/google-cloud-securitycenter/test/gapic_security_center_v1.ts +++ b/packages/google-cloud-securitycenter/test/gapic_security_center_v1.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/test/gapic_security_center_v1beta1.ts b/packages/google-cloud-securitycenter/test/gapic_security_center_v1beta1.ts index 01bb5be2f6e..3811c242cbb 100644 --- a/packages/google-cloud-securitycenter/test/gapic_security_center_v1beta1.ts +++ b/packages/google-cloud-securitycenter/test/gapic_security_center_v1beta1.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 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-cloud-securitycenter/test/gapic_security_center_v1p1beta1.ts b/packages/google-cloud-securitycenter/test/gapic_security_center_v1p1beta1.ts index 9209d73f46f..41ca0a8c399 100644 --- a/packages/google-cloud-securitycenter/test/gapic_security_center_v1p1beta1.ts +++ b/packages/google-cloud-securitycenter/test/gapic_security_center_v1p1beta1.ts @@ -1,4 +1,4 @@ -// Copyright 2022 Google LLC +// Copyright 2023 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License.