google-apis-dlp_v2 0.73.0 → 0.74.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 -2
- 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: 58946e8eb7924848dc61d3a686164f8f966aae01b3ae9cb3897e569822008459
|
|
4
|
+
data.tar.gz: 1eb05f959abf8e25dee9f302d0b89fc928681a3f809c8f6c5e3a0e51d8cde2de
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c6dd95276a0d26697374f797839a8b216f4141a6584ceeb9e3f440fb97a1eefcdee8abe68e3130daa7e7637fffaedfdfeab1ba30dc4f5701511048f1876fbf64
|
|
7
|
+
data.tar.gz: 5da10ea261327535c39d3d972bfa83f7ffc457cf0db6ddf74ad3331990f65f6246cd6c2f2d9a5c5acaf561748fded6ac3bd628be4d6ce8534d5eebe99b35dff3
|
data/CHANGELOG.md
CHANGED
|
@@ -2541,7 +2541,8 @@ module Google
|
|
|
2541
2541
|
include Google::Apis::Core::Hashable
|
|
2542
2542
|
|
|
2543
2543
|
# Output only. An identifying string to the type of resource being profiled.
|
|
2544
|
-
# Current values: google/bigquery/table
|
|
2544
|
+
# Current values: * google/bigquery/table * google/project * google/sql/table *
|
|
2545
|
+
# google/gcs/bucket
|
|
2545
2546
|
# Corresponds to the JSON property `dataSource`
|
|
2546
2547
|
# @return [String]
|
|
2547
2548
|
attr_accessor :data_source
|
|
@@ -7475,7 +7476,7 @@ module Google
|
|
|
7475
7476
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus]
|
|
7476
7477
|
attr_accessor :profile_status
|
|
7477
7478
|
|
|
7478
|
-
# Project ID that was profiled.
|
|
7479
|
+
# Project ID or account that was profiled.
|
|
7479
7480
|
# Corresponds to the JSON property `projectId`
|
|
7480
7481
|
# @return [String]
|
|
7481
7482
|
attr_accessor :project_id
|
|
@@ -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.74.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.15.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240825"
|
|
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.74.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: 2024-
|
|
11
|
+
date: 2024-09-01 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.74.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: []
|