google-apis-dlp_v2 0.38.0 → 0.39.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 287c037c2da59974e54f02f261fdf641ddd9e0ee0262b5e8228009a4053746d8
4
- data.tar.gz: 3ea8c5a699c4604e15d01c0b5ff39054c89a851fb658b9aad58d116dfb666779
3
+ metadata.gz: ba5f60722542a7ae4dd850d40e7077c9847804966a036961186ec892de5bf1b0
4
+ data.tar.gz: 1f224ffe8a8bdbf43f9dbab81e010667ddf1d43e49378a4cea13a7352f1b3594
5
5
  SHA512:
6
- metadata.gz: f43a016f63e8856dbcb2a53fb774bc9fd2188b54ee278613ce1fe1f6daa0b2c4c321b5a1e45f3287aa44d8bba3ccb0484ab0b5d741743b4d4ea88a14a48c9247
7
- data.tar.gz: 1d5d78f7d64bde80adef69062d2fc92cf683572403952b1a3b7305fc8c4d7fd34324c383610c9a2c7c3fb5af463b399543d0aaee1e93d5a20127a180407896ec
6
+ metadata.gz: 44e733e72e33ee59649a93a087f0679958c8dc44f6ef406e2dfc926260884fc3a642475de527cde01d870a09e41ebf7e1a70e5ba48811e07147df83f6f1d3275
7
+ data.tar.gz: 10b0a43e036152125dcc3fc9a0981ba1fe8278c7ac3d65c11facdb76f9f00a6d06a7b732211c11be8b4ce2437dc032138ca9be630324dbad26904fbc8f1c5fe3
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.39.0 (2022-12-03)
4
+
5
+ * Regenerated from discovery document revision 20221126
6
+
3
7
  ### v0.38.0 (2022-11-11)
4
8
 
5
9
  * Regenerated from discovery document revision 20221106
@@ -73,12 +73,12 @@ module Google
73
73
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishFindingsToCloudDataCatalog]
74
74
  attr_accessor :publish_findings_to_cloud_data_catalog
75
75
 
76
- # Publish the result summary of a DlpJob to the Cloud Security Command Center (
77
- # CSCC Alpha). This action is only available for projects which are parts of an
78
- # organization and whitelisted for the alpha Cloud Security Command Center. The
79
- # action will publish the count of finding instances and their info types. The
80
- # summary of findings will be persisted in CSCC and are governed by CSCC service-
81
- # specific policy, see https://cloud.google.com/terms/service-terms Only a
76
+ # Publish the result summary of a DlpJob to [Security Command Center](https://
77
+ # cloud.google.com/security-command-center). This action is available for only
78
+ # projects that belong to an organization. This action publishes the count of
79
+ # finding instances and their infoTypes. The summary of findings are persisted
80
+ # in Security Command Center and are governed by [service-specific policies for
81
+ # Security Command Center](https://cloud.google.com/terms/service-terms). Only a
82
82
  # single instance of this action can be specified. Compatible with: Inspect
83
83
  # Corresponds to the JSON property `publishSummaryToCscc`
84
84
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishSummaryToCscc]
@@ -2537,7 +2537,7 @@ module Google
2537
2537
 
2538
2538
  # The rule to exclude findings based on a hotword. For record inspection of
2539
2539
  # tables, column names are considered hotwords. An example of this is to exclude
2540
- # a finding if a BigQuery column matches a specific pattern.
2540
+ # a finding if it belongs to a BigQuery column that matches a specific pattern.
2541
2541
  class GooglePrivacyDlpV2ExcludeByHotword
2542
2542
  include Google::Apis::Core::Hashable
2543
2543
 
@@ -2616,7 +2616,7 @@ module Google
2616
2616
 
2617
2617
  # The rule to exclude findings based on a hotword. For record inspection of
2618
2618
  # tables, column names are considered hotwords. An example of this is to exclude
2619
- # a finding if a BigQuery column matches a specific pattern.
2619
+ # a finding if it belongs to a BigQuery column that matches a specific pattern.
2620
2620
  # Corresponds to the JSON property `excludeByHotword`
2621
2621
  # @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ExcludeByHotword]
2622
2622
  attr_accessor :exclude_by_hotword
@@ -5407,12 +5407,12 @@ module Google
5407
5407
  end
5408
5408
  end
5409
5409
 
5410
- # Publish the result summary of a DlpJob to the Cloud Security Command Center (
5411
- # CSCC Alpha). This action is only available for projects which are parts of an
5412
- # organization and whitelisted for the alpha Cloud Security Command Center. The
5413
- # action will publish the count of finding instances and their info types. The
5414
- # summary of findings will be persisted in CSCC and are governed by CSCC service-
5415
- # specific policy, see https://cloud.google.com/terms/service-terms Only a
5410
+ # Publish the result summary of a DlpJob to [Security Command Center](https://
5411
+ # cloud.google.com/security-command-center). This action is available for only
5412
+ # projects that belong to an organization. This action publishes the count of
5413
+ # finding instances and their infoTypes. The summary of findings are persisted
5414
+ # in Security Command Center and are governed by [service-specific policies for
5415
+ # Security Command Center](https://cloud.google.com/terms/service-terms). Only a
5416
5416
  # single instance of this action can be specified. Compatible with: Inspect
5417
5417
  class GooglePrivacyDlpV2PublishSummaryToCscc
5418
5418
  include Google::Apis::Core::Hashable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DlpV2
18
18
  # Version of the google-apis-dlp_v2 gem
19
- GEM_VERSION = "0.38.0"
19
+ GEM_VERSION = "0.39.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.11.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221106"
25
+ REVISION = "20221126"
26
26
  end
27
27
  end
28
28
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-dlp_v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.38.0
4
+ version: 0.39.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2022-11-14 00:00:00.000000000 Z
11
+ date: 2022-12-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -58,7 +58,7 @@ licenses:
58
58
  metadata:
59
59
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
60
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.38.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.39.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
63
63
  post_install_message:
64
64
  rdoc_options: []