google-apis-dlp_v2 0.38.0 → 0.40.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: f209dca463e5f2358d6268d62a7e4842dbc73aa5227e3309272b6e25829bdb81
4
+ data.tar.gz: 72d7247cdbd925ad7abb799efad52925835b8870bde2a47cc21ced28da887d26
5
5
  SHA512:
6
- metadata.gz: f43a016f63e8856dbcb2a53fb774bc9fd2188b54ee278613ce1fe1f6daa0b2c4c321b5a1e45f3287aa44d8bba3ccb0484ab0b5d741743b4d4ea88a14a48c9247
7
- data.tar.gz: 1d5d78f7d64bde80adef69062d2fc92cf683572403952b1a3b7305fc8c4d7fd34324c383610c9a2c7c3fb5af463b399543d0aaee1e93d5a20127a180407896ec
6
+ metadata.gz: 4145a697e11e4370ddbd2c7cb1de057a52efbe3088dd80c135b23e421ecb124bf1270c3442520a6f823345a04ebf9914a93ffb4b6a6c4eacb18452f04404a478
7
+ data.tar.gz: 63874fa40721a8f59a54e5b43e290145598cf1a98761df22f61cf6168f6fd9e1ef21967605f84dc6f0163e11d39f61b8464e7abf28ddd551b15565d4c36026f2
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.40.0 (2023-02-26)
4
+
5
+ * Regenerated from discovery document revision 20230206
6
+ * Regenerated using generator version 0.12.0
7
+
8
+ ### v0.39.0 (2022-12-03)
9
+
10
+ * Regenerated from discovery document revision 20221126
11
+
3
12
  ### v0.38.0 (2022-11-11)
4
13
 
5
14
  * 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.40.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.11.0"
22
+ GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20221106"
25
+ REVISION = "20230206"
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.40.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: 2023-02-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: 0.9.1
19
+ version: 0.11.0
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: 0.9.1
29
+ version: 0.11.0
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.40.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: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.14
78
+ rubygems_version: 3.4.2
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Cloud Data Loss Prevention (DLP) API V2