google-apis-dlp_v2 0.37.0 → 0.39.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +8 -0
- data/lib/google/apis/dlp_v2/classes.rb +16 -15
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: ba5f60722542a7ae4dd850d40e7077c9847804966a036961186ec892de5bf1b0
|
4
|
+
data.tar.gz: 1f224ffe8a8bdbf43f9dbab81e010667ddf1d43e49378a4cea13a7352f1b3594
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 44e733e72e33ee59649a93a087f0679958c8dc44f6ef406e2dfc926260884fc3a642475de527cde01d870a09e41ebf7e1a70e5ba48811e07147df83f6f1d3275
|
7
|
+
data.tar.gz: 10b0a43e036152125dcc3fc9a0981ba1fe8278c7ac3d65c11facdb76f9f00a6d06a7b732211c11be8b4ce2437dc032138ca9be630324dbad26904fbc8f1c5fe3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
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
|
+
|
7
|
+
### v0.38.0 (2022-11-11)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20221106
|
10
|
+
|
3
11
|
### v0.37.0 (2022-11-04)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20221029
|
@@ -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
|
77
|
-
#
|
78
|
-
#
|
79
|
-
#
|
80
|
-
#
|
81
|
-
#
|
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]
|
@@ -2075,7 +2075,8 @@ module Google
|
|
2075
2075
|
# @return [String]
|
2076
2076
|
attr_accessor :inspect_template_name
|
2077
2077
|
|
2078
|
-
# The item to de-identify. Will be treated as text.
|
2078
|
+
# The item to de-identify. Will be treated as text. This value must be of type
|
2079
|
+
# Table if your deidentify_config is a RecordTransformations object.
|
2079
2080
|
# Corresponds to the JSON property `item`
|
2080
2081
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
|
2081
2082
|
attr_accessor :item
|
@@ -2536,7 +2537,7 @@ module Google
|
|
2536
2537
|
|
2537
2538
|
# The rule to exclude findings based on a hotword. For record inspection of
|
2538
2539
|
# tables, column names are considered hotwords. An example of this is to exclude
|
2539
|
-
# 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.
|
2540
2541
|
class GooglePrivacyDlpV2ExcludeByHotword
|
2541
2542
|
include Google::Apis::Core::Hashable
|
2542
2543
|
|
@@ -2615,7 +2616,7 @@ module Google
|
|
2615
2616
|
|
2616
2617
|
# The rule to exclude findings based on a hotword. For record inspection of
|
2617
2618
|
# tables, column names are considered hotwords. An example of this is to exclude
|
2618
|
-
# 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.
|
2619
2620
|
# Corresponds to the JSON property `excludeByHotword`
|
2620
2621
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ExcludeByHotword]
|
2621
2622
|
attr_accessor :exclude_by_hotword
|
@@ -5406,12 +5407,12 @@ module Google
|
|
5406
5407
|
end
|
5407
5408
|
end
|
5408
5409
|
|
5409
|
-
# Publish the result summary of a DlpJob to
|
5410
|
-
#
|
5411
|
-
#
|
5412
|
-
#
|
5413
|
-
#
|
5414
|
-
#
|
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
|
5415
5416
|
# single instance of this action can be specified. Compatible with: Inspect
|
5416
5417
|
class GooglePrivacyDlpV2PublishSummaryToCscc
|
5417
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.
|
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 = "
|
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.
|
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
|
+
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.
|
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: []
|