google-apis-dlp_v2 0.101.0 → 0.102.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 +3 -3
- 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: 4934b5281146f0514d842fd5638b4b05b7d791515811ff80067479039efb6868
|
|
4
|
+
data.tar.gz: d6cd6ecc6b1f4030abc406cd86eb854c7b0780d0a73d50cfb8e2f24414ca2150
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 46da73f0c68dd6971856d7d664f0cadcb569c0e2216543fbf4245171a8c363516bb88fd25881e8b21c5c40e10f70610c01feefb201ea2ec211b0bcd4eafe8421
|
|
7
|
+
data.tar.gz: 6bc3c73f4d223aff51cccdf69fde7906794a45d8c7a2619853af035307c1d76bc7ad4f2e561fd3d990a892fea9494de17388dc03221324b30023bf29c0467ab7
|
data/CHANGELOG.md
CHANGED
|
@@ -2847,7 +2847,7 @@ module Google
|
|
|
2847
2847
|
class GooglePrivacyDlpV2DataSourceType
|
|
2848
2848
|
include Google::Apis::Core::Hashable
|
|
2849
2849
|
|
|
2850
|
-
#
|
|
2850
|
+
# A string that identifies the type of resource being profiled. Current values: *
|
|
2851
2851
|
# google/bigquery/table * google/project * google/sql/table * google/gcs/bucket
|
|
2852
2852
|
# Corresponds to the JSON property `dataSource`
|
|
2853
2853
|
# @return [String]
|
|
@@ -4383,7 +4383,7 @@ module Google
|
|
|
4383
4383
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2AllOtherResources]
|
|
4384
4384
|
attr_accessor :others
|
|
4385
4385
|
|
|
4386
|
-
# Identifies a single Vertex AI resource.
|
|
4386
|
+
# Identifies a single Vertex AI resource. Only datasets are supported.
|
|
4387
4387
|
# Corresponds to the JSON property `vertexDatasetResourceReference`
|
|
4388
4388
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2VertexDatasetResourceReference]
|
|
4389
4389
|
attr_accessor :vertex_dataset_resource_reference
|
|
@@ -11488,7 +11488,7 @@ module Google
|
|
|
11488
11488
|
end
|
|
11489
11489
|
end
|
|
11490
11490
|
|
|
11491
|
-
# Identifies a single Vertex AI resource.
|
|
11491
|
+
# Identifies a single Vertex AI resource. Only datasets are supported.
|
|
11492
11492
|
class GooglePrivacyDlpV2VertexDatasetResourceReference
|
|
11493
11493
|
include Google::Apis::Core::Hashable
|
|
11494
11494
|
|
|
@@ -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.102.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 = "20251120"
|
|
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.102.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.102.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:
|