google-apis-dlp_v2 0.57.0 → 0.58.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 +5 -0
- data/OVERVIEW.md +3 -3
- data/lib/google/apis/dlp_v2/classes.rb +18 -23
- data/lib/google/apis/dlp_v2/gem_version.rb +3 -3
- data/lib/google/apis/dlp_v2/service.rb +3 -4
- data/lib/google/apis/dlp_v2.rb +4 -5
- metadata +6 -6
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: db3ccfb6a39405e16cb36f9892f7140b1328e44e28e08465bcac53bf1a06098f
|
|
4
|
+
data.tar.gz: 1b3fbbd5edcf3a7f906cb919bd07012a5045ce0de17a267d240f2b1e4bcc8a6e
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: c67d3faa61990d4ab4637d8f1e7bbccda20ad4fa0eb7d98256731e3e8da2bc066c38cc8519a9e457185e6078781574c80d146ec22431a32247f06c0604d7afed
|
|
7
|
+
data.tar.gz: f1a3b9aacd9bba9f4d435b24ba7136c390a59febee02d634479694b95704db1d7ff94e1e6d7c887ae2d2a40a1de8c2f01a41f830cd02744bf56752875df96d40
|
data/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,10 @@
|
|
|
1
1
|
# Release history for google-apis-dlp_v2
|
|
2
2
|
|
|
3
|
+
### v0.58.0 (2024-02-11)
|
|
4
|
+
|
|
5
|
+
* Regenerated from discovery document revision 20240204
|
|
6
|
+
* Regenerated using generator version 0.13.1
|
|
7
|
+
|
|
3
8
|
### v0.57.0 (2024-01-22)
|
|
4
9
|
|
|
5
10
|
* Regenerated from discovery document revision 20240113
|
data/OVERVIEW.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
# Simple REST client for version V2 of the
|
|
1
|
+
# Simple REST client for version V2 of the Sensitive Data Protection (DLP)
|
|
2
2
|
|
|
3
|
-
This is a simple client library for version V2 of the
|
|
3
|
+
This is a simple client library for version V2 of the Sensitive Data Protection (DLP). It provides:
|
|
4
4
|
|
|
5
5
|
* A client object that connects to the HTTP/JSON REST endpoint for the service.
|
|
6
6
|
* Ruby objects for data structures related to the service.
|
|
@@ -65,7 +65,7 @@ More detailed descriptions of the Google simple REST clients are available in tw
|
|
|
65
65
|
|
|
66
66
|
(Note: the above documents are written for the simple REST clients in general, and their examples may not reflect the Dlp service in particular.)
|
|
67
67
|
|
|
68
|
-
For reference information on specific calls in the
|
|
68
|
+
For reference information on specific calls in the Sensitive Data Protection (DLP), see the {Google::Apis::DlpV2::DLPService class reference docs}.
|
|
69
69
|
|
|
70
70
|
## Which client should I use?
|
|
71
71
|
|
|
@@ -446,7 +446,7 @@ module Google
|
|
|
446
446
|
# @return [Fixnum]
|
|
447
447
|
attr_accessor :rows_limit_percent
|
|
448
448
|
|
|
449
|
-
#
|
|
449
|
+
# How to sample the data.
|
|
450
450
|
# Corresponds to the JSON property `sampleMethod`
|
|
451
451
|
# @return [String]
|
|
452
452
|
attr_accessor :sample_method
|
|
@@ -982,7 +982,7 @@ module Google
|
|
|
982
982
|
# @return [Fixnum]
|
|
983
983
|
attr_accessor :files_limit_percent
|
|
984
984
|
|
|
985
|
-
#
|
|
985
|
+
# How to sample the data.
|
|
986
986
|
# Corresponds to the JSON property `sampleMethod`
|
|
987
987
|
# @return [String]
|
|
988
988
|
attr_accessor :sample_method
|
|
@@ -1190,8 +1190,7 @@ module Google
|
|
|
1190
1190
|
# @return [String]
|
|
1191
1191
|
attr_accessor :profile_last_generated
|
|
1192
1192
|
|
|
1193
|
-
# Success or
|
|
1194
|
-
# be empty if the profile is still being generated.
|
|
1193
|
+
# Success or errors for the profile generation.
|
|
1195
1194
|
# Corresponds to the JSON property `profileStatus`
|
|
1196
1195
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus]
|
|
1197
1196
|
attr_accessor :profile_status
|
|
@@ -1382,7 +1381,7 @@ module Google
|
|
|
1382
1381
|
end
|
|
1383
1382
|
end
|
|
1384
1383
|
|
|
1385
|
-
#
|
|
1384
|
+
# Type of content to inspect.
|
|
1386
1385
|
class GooglePrivacyDlpV2ContentItem
|
|
1387
1386
|
include Google::Apis::Core::Hashable
|
|
1388
1387
|
|
|
@@ -2490,8 +2489,7 @@ module Google
|
|
|
2490
2489
|
# @return [String]
|
|
2491
2490
|
attr_accessor :inspect_template_name
|
|
2492
2491
|
|
|
2493
|
-
#
|
|
2494
|
-
# Table if your deidentify_config is a RecordTransformations object.
|
|
2492
|
+
# Type of content to inspect.
|
|
2495
2493
|
# Corresponds to the JSON property `item`
|
|
2496
2494
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
|
|
2497
2495
|
attr_accessor :item
|
|
@@ -2520,7 +2518,7 @@ module Google
|
|
|
2520
2518
|
class GooglePrivacyDlpV2DeidentifyContentResponse
|
|
2521
2519
|
include Google::Apis::Core::Hashable
|
|
2522
2520
|
|
|
2523
|
-
#
|
|
2521
|
+
# Type of content to inspect.
|
|
2524
2522
|
# Corresponds to the JSON property `item`
|
|
2525
2523
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
|
|
2526
2524
|
attr_accessor :item
|
|
@@ -3852,7 +3850,7 @@ module Google
|
|
|
3852
3850
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2HybridFindingDetails]
|
|
3853
3851
|
attr_accessor :finding_details
|
|
3854
3852
|
|
|
3855
|
-
#
|
|
3853
|
+
# Type of content to inspect.
|
|
3856
3854
|
# Corresponds to the JSON property `item`
|
|
3857
3855
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
|
|
3858
3856
|
attr_accessor :item
|
|
@@ -4152,7 +4150,7 @@ module Google
|
|
|
4152
4150
|
class GooglePrivacyDlpV2ImageTransformations
|
|
4153
4151
|
include Google::Apis::Core::Hashable
|
|
4154
4152
|
|
|
4155
|
-
#
|
|
4153
|
+
# List of transforms to make.
|
|
4156
4154
|
# Corresponds to the JSON property `transforms`
|
|
4157
4155
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2ImageTransformation>]
|
|
4158
4156
|
attr_accessor :transforms
|
|
@@ -4559,7 +4557,7 @@ module Google
|
|
|
4559
4557
|
# @return [String]
|
|
4560
4558
|
attr_accessor :inspect_template_name
|
|
4561
4559
|
|
|
4562
|
-
#
|
|
4560
|
+
# Type of content to inspect.
|
|
4563
4561
|
# Corresponds to the JSON property `item`
|
|
4564
4562
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
|
|
4565
4563
|
attr_accessor :item
|
|
@@ -6165,7 +6163,7 @@ module Google
|
|
|
6165
6163
|
end
|
|
6166
6164
|
end
|
|
6167
6165
|
|
|
6168
|
-
#
|
|
6166
|
+
# Success or errors for the profile generation.
|
|
6169
6167
|
class GooglePrivacyDlpV2ProfileStatus
|
|
6170
6168
|
include Google::Apis::Core::Hashable
|
|
6171
6169
|
|
|
@@ -6646,7 +6644,7 @@ module Google
|
|
|
6646
6644
|
end
|
|
6647
6645
|
end
|
|
6648
6646
|
|
|
6649
|
-
#
|
|
6647
|
+
# The field in a record to transform.
|
|
6650
6648
|
class GooglePrivacyDlpV2RecordTransformation
|
|
6651
6649
|
include Google::Apis::Core::Hashable
|
|
6652
6650
|
|
|
@@ -6843,7 +6841,7 @@ module Google
|
|
|
6843
6841
|
# @return [String]
|
|
6844
6842
|
attr_accessor :inspect_template_name
|
|
6845
6843
|
|
|
6846
|
-
#
|
|
6844
|
+
# Type of content to inspect.
|
|
6847
6845
|
# Corresponds to the JSON property `item`
|
|
6848
6846
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
|
|
6849
6847
|
attr_accessor :item
|
|
@@ -6887,7 +6885,7 @@ module Google
|
|
|
6887
6885
|
class GooglePrivacyDlpV2ReidentifyContentResponse
|
|
6888
6886
|
include Google::Apis::Core::Hashable
|
|
6889
6887
|
|
|
6890
|
-
#
|
|
6888
|
+
# Type of content to inspect.
|
|
6891
6889
|
# Corresponds to the JSON property `item`
|
|
6892
6890
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ContentItem]
|
|
6893
6891
|
attr_accessor :item
|
|
@@ -7308,7 +7306,7 @@ module Google
|
|
|
7308
7306
|
class GooglePrivacyDlpV2StorageMetadataLabel
|
|
7309
7307
|
include Google::Apis::Core::Hashable
|
|
7310
7308
|
|
|
7311
|
-
#
|
|
7309
|
+
# Label name.
|
|
7312
7310
|
# Corresponds to the JSON property `key`
|
|
7313
7311
|
# @return [String]
|
|
7314
7312
|
attr_accessor :key
|
|
@@ -7692,8 +7690,7 @@ module Google
|
|
|
7692
7690
|
# @return [String]
|
|
7693
7691
|
attr_accessor :profile_last_generated
|
|
7694
7692
|
|
|
7695
|
-
# Success or
|
|
7696
|
-
# be empty if the profile is still being generated.
|
|
7693
|
+
# Success or errors for the profile generation.
|
|
7697
7694
|
# Corresponds to the JSON property `profileStatus`
|
|
7698
7695
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2ProfileStatus]
|
|
7699
7696
|
attr_accessor :profile_status
|
|
@@ -8071,9 +8068,7 @@ module Google
|
|
|
8071
8068
|
# @return [String]
|
|
8072
8069
|
attr_accessor :resource_name
|
|
8073
8070
|
|
|
8074
|
-
#
|
|
8075
|
-
# specify what caused it to fail, otherwise it will show that the transformation
|
|
8076
|
-
# was successful.
|
|
8071
|
+
# The outcome of a transformation.
|
|
8077
8072
|
# Corresponds to the JSON property `statusDetails`
|
|
8078
8073
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2TransformationResultStatus]
|
|
8079
8074
|
attr_accessor :status_details
|
|
@@ -8187,7 +8182,7 @@ module Google
|
|
|
8187
8182
|
# @return [String]
|
|
8188
8183
|
attr_accessor :finding_id
|
|
8189
8184
|
|
|
8190
|
-
#
|
|
8185
|
+
# The field in a record to transform.
|
|
8191
8186
|
# Corresponds to the JSON property `recordTransformation`
|
|
8192
8187
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2RecordTransformation]
|
|
8193
8188
|
attr_accessor :record_transformation
|
|
@@ -8229,7 +8224,7 @@ module Google
|
|
|
8229
8224
|
end
|
|
8230
8225
|
end
|
|
8231
8226
|
|
|
8232
|
-
#
|
|
8227
|
+
# The outcome of a transformation.
|
|
8233
8228
|
class GooglePrivacyDlpV2TransformationResultStatus
|
|
8234
8229
|
include Google::Apis::Core::Hashable
|
|
8235
8230
|
|
|
@@ -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.58.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
|
-
GENERATOR_VERSION = "0.13.
|
|
22
|
+
GENERATOR_VERSION = "0.13.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20240204"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -20,11 +20,10 @@ require 'google/apis/errors'
|
|
|
20
20
|
module Google
|
|
21
21
|
module Apis
|
|
22
22
|
module DlpV2
|
|
23
|
-
#
|
|
23
|
+
# Sensitive Data Protection (DLP)
|
|
24
24
|
#
|
|
25
|
-
#
|
|
26
|
-
#
|
|
27
|
-
# repositories.
|
|
25
|
+
# Discover and protect your sensitive data. A fully managed service designed to
|
|
26
|
+
# help you discover, classify, and protect your valuable data assets with ease.
|
|
28
27
|
#
|
|
29
28
|
# @example
|
|
30
29
|
# require 'google/apis/dlp_v2'
|
data/lib/google/apis/dlp_v2.rb
CHANGED
|
@@ -19,15 +19,14 @@ require 'google/apis/dlp_v2/gem_version.rb'
|
|
|
19
19
|
|
|
20
20
|
module Google
|
|
21
21
|
module Apis
|
|
22
|
-
#
|
|
22
|
+
# Sensitive Data Protection (DLP)
|
|
23
23
|
#
|
|
24
|
-
#
|
|
25
|
-
#
|
|
26
|
-
# repositories.
|
|
24
|
+
# Discover and protect your sensitive data. A fully managed service designed to
|
|
25
|
+
# help you discover, classify, and protect your valuable data assets with ease.
|
|
27
26
|
#
|
|
28
27
|
# @see https://cloud.google.com/dlp/docs/
|
|
29
28
|
module DlpV2
|
|
30
|
-
# Version of the
|
|
29
|
+
# Version of the Sensitive Data Protection (DLP) this client connects to.
|
|
31
30
|
# This is NOT the gem version.
|
|
32
31
|
VERSION = 'V2'
|
|
33
32
|
|
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.58.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-02-11 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -30,12 +30,12 @@ dependencies:
|
|
|
30
30
|
- - "<"
|
|
31
31
|
- !ruby/object:Gem::Version
|
|
32
32
|
version: 2.a
|
|
33
|
-
description: This is the simple REST client for
|
|
33
|
+
description: This is the simple REST client for Sensitive Data Protection (DLP) V2.
|
|
34
34
|
Simple REST clients are Ruby client libraries that provide access to Google services
|
|
35
35
|
via their HTTP REST API endpoints. These libraries are generated and updated automatically
|
|
36
36
|
based on the discovery documents published by the service, and they handle most
|
|
37
37
|
concerns such as authentication, pagination, retry, timeouts, and logging. You can
|
|
38
|
-
use this client to access the
|
|
38
|
+
use this client to access the Sensitive Data Protection (DLP), but note that some
|
|
39
39
|
services may provide a separate modern client that is easier to use.
|
|
40
40
|
email: googleapis-packages@google.com
|
|
41
41
|
executables: []
|
|
@@ -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.58.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: []
|
|
@@ -78,5 +78,5 @@ requirements: []
|
|
|
78
78
|
rubygems_version: 3.5.3
|
|
79
79
|
signing_key:
|
|
80
80
|
specification_version: 4
|
|
81
|
-
summary: Simple REST client for
|
|
81
|
+
summary: Simple REST client for Sensitive Data Protection (DLP) V2
|
|
82
82
|
test_files: []
|