google-apis-dlp_v2 0.86.0 → 0.87.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 +1 -1
- data/lib/google/apis/dlp_v2/classes.rb +8 -22
- data/lib/google/apis/dlp_v2/gem_version.rb +3 -3
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: c50b8b44ca7c657f07dfdc6b83ac6a6517dc1c52e5e7f0118bb35feb7f5a45b5
|
4
|
+
data.tar.gz: fafc3eb7fd8de87e1d3070d67bebe9dbe690e4b374a1f18e13935001626637fb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 95d3e276ce1e7284e18e10ac754819bc78112d786da41163423f82815b36d8fdf33b800477908cb821736e85a86a73cbb735b3deff8962528d2f182cd12f1f06
|
7
|
+
data.tar.gz: 38170f9edc66f5b86ce63ba9a5dce6123cee77673e4067311d989df28285acdef95590e656c948068d29ec4e75dd282d175de9f0316512fb3832f43d401bc747
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,10 @@
|
|
1
1
|
# Release history for google-apis-dlp_v2
|
2
2
|
|
3
|
+
### v0.87.0 (2025-05-18)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250511
|
6
|
+
* Regenerated using generator version 0.17.0
|
7
|
+
|
3
8
|
### v0.86.0 (2025-03-30)
|
4
9
|
|
5
10
|
* Regenerated from discovery document revision 20250323
|
data/OVERVIEW.md
CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/sensitive-data-protection/d
|
|
83
83
|
|
84
84
|
## Supported Ruby versions
|
85
85
|
|
86
|
-
This library is supported on Ruby
|
86
|
+
This library is supported on Ruby 3.1+.
|
87
87
|
|
88
88
|
Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
|
89
89
|
|
@@ -27,16 +27,9 @@ module Google
|
|
27
27
|
class GooglePrivacyDlpV2Action
|
28
28
|
include Google::Apis::Core::Hashable
|
29
29
|
|
30
|
-
# Create a de-identified copy of
|
31
|
-
# TransformationDetail will be created for each
|
32
|
-
#
|
33
|
-
# size exceeds BigQuery insert API limits) they are placed in the failure output
|
34
|
-
# table. If the original row exceeds the BigQuery insert API limit it will be
|
35
|
-
# truncated when written to the failure output table. The failure output table
|
36
|
-
# can be set in the action.deidentify.output.big_query_output.
|
37
|
-
# deidentified_failure_output_table field, if no table is set, a table will be
|
38
|
-
# automatically created in the same project and dataset as the original table.
|
39
|
-
# Compatible with: Inspect
|
30
|
+
# Create a de-identified copy of a storage bucket. Only compatible with Cloud
|
31
|
+
# Storage buckets. A TransformationDetail will be created for each
|
32
|
+
# transformation. Compatible with: Inspection of Cloud Storage
|
40
33
|
# Corresponds to the JSON property `deidentify`
|
41
34
|
# @return [Google::Apis::DlpV2::GooglePrivacyDlpV2Deidentify]
|
42
35
|
attr_accessor :deidentify
|
@@ -3101,16 +3094,9 @@ module Google
|
|
3101
3094
|
end
|
3102
3095
|
end
|
3103
3096
|
|
3104
|
-
# Create a de-identified copy of
|
3105
|
-
# TransformationDetail will be created for each
|
3106
|
-
#
|
3107
|
-
# size exceeds BigQuery insert API limits) they are placed in the failure output
|
3108
|
-
# table. If the original row exceeds the BigQuery insert API limit it will be
|
3109
|
-
# truncated when written to the failure output table. The failure output table
|
3110
|
-
# can be set in the action.deidentify.output.big_query_output.
|
3111
|
-
# deidentified_failure_output_table field, if no table is set, a table will be
|
3112
|
-
# automatically created in the same project and dataset as the original table.
|
3113
|
-
# Compatible with: Inspect
|
3097
|
+
# Create a de-identified copy of a storage bucket. Only compatible with Cloud
|
3098
|
+
# Storage buckets. A TransformationDetail will be created for each
|
3099
|
+
# transformation. Compatible with: Inspection of Cloud Storage
|
3114
3100
|
class GooglePrivacyDlpV2Deidentify
|
3115
3101
|
include Google::Apis::Core::Hashable
|
3116
3102
|
|
@@ -5028,8 +5014,8 @@ module Google
|
|
5028
5014
|
# @return [Array<Google::Apis::DlpV2::GooglePrivacyDlpV2FileStoreInfoTypeSummary>]
|
5029
5015
|
attr_accessor :file_store_info_type_summaries
|
5030
5016
|
|
5031
|
-
# The file store does not have any files. If the profiling failed,
|
5032
|
-
# false.
|
5017
|
+
# The file store does not have any files. If the profiling operation failed,
|
5018
|
+
# this is false.
|
5033
5019
|
# Corresponds to the JSON property `fileStoreIsEmpty`
|
5034
5020
|
# @return [Boolean]
|
5035
5021
|
attr_accessor :file_store_is_empty
|
@@ -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.87.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
|
-
GENERATOR_VERSION = "0.
|
22
|
+
GENERATOR_VERSION = "0.17.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250511"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,13 +1,13 @@
|
|
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.87.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: google-apis-core
|
@@ -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.87.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:
|
@@ -66,14 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
66
66
|
requirements:
|
67
67
|
- - ">="
|
68
68
|
- !ruby/object:Gem::Version
|
69
|
-
version: '
|
69
|
+
version: '3.1'
|
70
70
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
71
71
|
requirements:
|
72
72
|
- - ">="
|
73
73
|
- !ruby/object:Gem::Version
|
74
74
|
version: '0'
|
75
75
|
requirements: []
|
76
|
-
rubygems_version: 3.6.
|
76
|
+
rubygems_version: 3.6.8
|
77
77
|
specification_version: 4
|
78
78
|
summary: Simple REST client for Sensitive Data Protection (DLP) V2
|
79
79
|
test_files: []
|