google-apis-dlp_v2 0.96.0 → 0.97.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +15 -13
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 3df609d43352f3dc6daef057ce093f5f74a017a8f84dffd619f68ec54ab2615f
|
4
|
+
data.tar.gz: 883444329d28ca59de967c7128a746a62a0f9ee9b9f6e5a09916ede7e3dec8b2
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 55fef28c47d8bb3b9e8584ed44695d27048a5c49d591a35089a956b77c9e315d164cd64f00dbfbb701a0e744790c826f1c90888dd4b63598ae81acf5cd81a818
|
7
|
+
data.tar.gz: aa27ff6b1f8ed8abb030def8c22f770ffa0f4ef132fef145bbe6e504df5830fc232c2bd44bb2009d1f8b9c45c60d05d4f6ad4732942ec1dcf1c6f0c61143a82d
|
data/CHANGELOG.md
CHANGED
@@ -2427,9 +2427,9 @@ module Google
|
|
2427
2427
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToChronicle]
|
2428
2428
|
attr_accessor :publish_to_chronicle
|
2429
2429
|
|
2430
|
-
# Create Dataplex Catalog aspects for profiled resources with the
|
2431
|
-
# Sensitive Data Protection Profile. To learn more about aspects,
|
2432
|
-
# cloud.google.com/sensitive-data-protection/docs/add-aspects.
|
2430
|
+
# Create Dataplex Universal Catalog aspects for profiled resources with the
|
2431
|
+
# aspect type Sensitive Data Protection Profile. To learn more about aspects,
|
2432
|
+
# see https://cloud.google.com/sensitive-data-protection/docs/add-aspects.
|
2433
2433
|
# Corresponds to the JSON property `publishToDataplexCatalog`
|
2434
2434
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2PublishToDataplexCatalog]
|
2435
2435
|
attr_accessor :publish_to_dataplex_catalog
|
@@ -8556,17 +8556,17 @@ module Google
|
|
8556
8556
|
end
|
8557
8557
|
end
|
8558
8558
|
|
8559
|
-
# Create Dataplex Catalog aspects for profiled resources with the
|
8560
|
-
# Sensitive Data Protection Profile. To learn more about aspects,
|
8561
|
-
# cloud.google.com/sensitive-data-protection/docs/add-aspects.
|
8559
|
+
# Create Dataplex Universal Catalog aspects for profiled resources with the
|
8560
|
+
# aspect type Sensitive Data Protection Profile. To learn more about aspects,
|
8561
|
+
# see https://cloud.google.com/sensitive-data-protection/docs/add-aspects.
|
8562
8562
|
class GooglePrivacyDlpV2PublishToDataplexCatalog
|
8563
8563
|
include Google::Apis::Core::Hashable
|
8564
8564
|
|
8565
|
-
# Whether creating a Dataplex Catalog aspect for a profiled resource
|
8566
|
-
# lower the risk of the profile for that resource. This also lowers the
|
8567
|
-
# risk of resources at the lower levels of the resource hierarchy. For
|
8568
|
-
# reducing the data risk of a table data profile also reduces the data
|
8569
|
-
# the constituent column data profiles.
|
8565
|
+
# Whether creating a Dataplex Universal Catalog aspect for a profiled resource
|
8566
|
+
# should lower the risk of the profile for that resource. This also lowers the
|
8567
|
+
# data risk of resources at the lower levels of the resource hierarchy. For
|
8568
|
+
# example, reducing the data risk of a table data profile also reduces the data
|
8569
|
+
# risk of the constituent column data profiles.
|
8570
8570
|
# Corresponds to the JSON property `lowerDataRiskToLow`
|
8571
8571
|
# @return [Boolean]
|
8572
8572
|
attr_accessor :lower_data_risk_to_low
|
@@ -10290,7 +10290,8 @@ module Google
|
|
10290
10290
|
|
10291
10291
|
# The namespaced name for the tag value to attach to Google Cloud resources.
|
10292
10292
|
# Must be in the format ``parent_id`/`tag_key_short_name`/`short_name``, for
|
10293
|
-
# example, "123456/environment/prod"
|
10293
|
+
# example, "123456/environment/prod" for an organization parent, or "my-project/
|
10294
|
+
# environment/prod" for a project parent. This is only set for Google Cloud
|
10294
10295
|
# resources.
|
10295
10296
|
# Corresponds to the JSON property `namespacedTagValue`
|
10296
10297
|
# @return [String]
|
@@ -10394,7 +10395,8 @@ module Google
|
|
10394
10395
|
|
10395
10396
|
# The namespaced name for the tag value to attach to resources. Must be in the
|
10396
10397
|
# format ``parent_id`/`tag_key_short_name`/`short_name``, for example, "123456/
|
10397
|
-
# environment/prod"
|
10398
|
+
# environment/prod" for an organization parent, or "my-project/environment/prod"
|
10399
|
+
# for a project parent.
|
10398
10400
|
# Corresponds to the JSON property `namespacedValue`
|
10399
10401
|
# @return [String]
|
10400
10402
|
attr_accessor :namespaced_value
|
@@ -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.97.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250824"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
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.97.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
@@ -57,7 +57,7 @@ licenses:
|
|
57
57
|
metadata:
|
58
58
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
59
59
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-dlp_v2/v0.97.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-dlp_v2
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|