google-apis-dlp_v2 0.93.0 → 0.95.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 +8 -0
- data/lib/google/apis/dlp_v2/classes.rb +85 -5
- data/lib/google/apis/dlp_v2/gem_version.rb +2 -2
- data/lib/google/apis/dlp_v2/representations.rb +30 -0
- 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: 3e0eb85a0877feb7b437e11f510566a674abcff818839d1567ba9382cc52eb18
|
4
|
+
data.tar.gz: 56b37050f506670d58f8b75a4c16b8d5ca8df479530c5b72d2c440df6b6bb72a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 198680bf273690ad0144da863afffa87fc3cd537bbd534fe658723a9d7e9147750778f15e58ae37b8723b6abb1ca055fc1be0ddf0772c845984e834a115199a6
|
7
|
+
data.tar.gz: 0ba88baa820d3da77061532bda04e0464aaf3192045d17060420357e9a0bcc5dcc8d4004a4036d95e9643faed44a14fb280da6a4b7a6de5f865854d0174c48d3
|
data/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Release history for google-apis-dlp_v2
|
2
2
|
|
3
|
+
### v0.95.0 (2025-08-17)
|
4
|
+
|
5
|
+
* Regenerated from discovery document revision 20250810
|
6
|
+
|
7
|
+
### v0.94.0 (2025-08-03)
|
8
|
+
|
9
|
+
* Regenerated from discovery document revision 20250727
|
10
|
+
|
3
11
|
### v0.93.0 (2025-07-27)
|
4
12
|
|
5
13
|
* Regenerated from discovery document revision 20250720
|
@@ -3131,11 +3131,12 @@ module Google
|
|
3131
3131
|
attr_accessor :cloud_storage_output
|
3132
3132
|
|
3133
3133
|
# List of user-specified file type groups to transform. If specified, only the
|
3134
|
-
# files with these file types
|
3135
|
-
#
|
3136
|
-
#
|
3137
|
-
#
|
3138
|
-
# the only file types supported
|
3134
|
+
# files with these file types are transformed. If empty, all supported files are
|
3135
|
+
# transformed. Supported types may be automatically added over time. Any
|
3136
|
+
# unsupported file types that are set in this field are excluded from de-
|
3137
|
+
# identification. An error is recorded for each unsupported file in the
|
3138
|
+
# TransformationDetails output table. Currently the only file types supported
|
3139
|
+
# are: IMAGES, TEXT_FILES, CSV, TSV.
|
3139
3140
|
# Corresponds to the JSON property `fileTypesToTransform`
|
3140
3141
|
# @return [Array<String>]
|
3141
3142
|
attr_accessor :file_types_to_transform
|
@@ -11519,6 +11520,85 @@ module Google
|
|
11519
11520
|
@seconds = args[:seconds] if args.key?(:seconds)
|
11520
11521
|
end
|
11521
11522
|
end
|
11523
|
+
|
11524
|
+
# This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
|
11525
|
+
# If you are using editions or proto2, please make your own extendable messages
|
11526
|
+
# for your use case. If you are using proto3, please use `Any` instead.
|
11527
|
+
# MessageSet was the implementation of extensions for proto1. When proto2 was
|
11528
|
+
# introduced, extensions were implemented as a first-class feature. This schema
|
11529
|
+
# for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
|
11530
|
+
# bearing messages from proto1 to proto2. This schema has been open-sourced only
|
11531
|
+
# to facilitate the migration of Google products with MessageSet-bearing
|
11532
|
+
# messages to open-source environments.
|
11533
|
+
class Proto2BridgeMessageSet
|
11534
|
+
include Google::Apis::Core::Hashable
|
11535
|
+
|
11536
|
+
def initialize(**args)
|
11537
|
+
update!(**args)
|
11538
|
+
end
|
11539
|
+
|
11540
|
+
# Update properties of this object
|
11541
|
+
def update!(**args)
|
11542
|
+
end
|
11543
|
+
end
|
11544
|
+
|
11545
|
+
# Wire-format for a Status object
|
11546
|
+
class UtilStatusProto
|
11547
|
+
include Google::Apis::Core::Hashable
|
11548
|
+
|
11549
|
+
# copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
|
11550
|
+
# int32 canonical_code = 6;
|
11551
|
+
# Corresponds to the JSON property `canonicalCode`
|
11552
|
+
# @return [Fixnum]
|
11553
|
+
attr_accessor :canonical_code
|
11554
|
+
|
11555
|
+
# Numeric code drawn from the space specified below. Often, this is the
|
11556
|
+
# canonical error space, and code is drawn from google3/util/task/codes.proto
|
11557
|
+
# copybara:strip_begin(b/383363683) copybara:strip_end_and_replace optional
|
11558
|
+
# int32 code = 1;
|
11559
|
+
# Corresponds to the JSON property `code`
|
11560
|
+
# @return [Fixnum]
|
11561
|
+
attr_accessor :code
|
11562
|
+
|
11563
|
+
# Detail message copybara:strip_begin(b/383363683) copybara:
|
11564
|
+
# strip_end_and_replace optional string message = 3;
|
11565
|
+
# Corresponds to the JSON property `message`
|
11566
|
+
# @return [String]
|
11567
|
+
attr_accessor :message
|
11568
|
+
|
11569
|
+
# This is proto2's version of MessageSet. DEPRECATED: DO NOT USE FOR NEW FIELDS.
|
11570
|
+
# If you are using editions or proto2, please make your own extendable messages
|
11571
|
+
# for your use case. If you are using proto3, please use `Any` instead.
|
11572
|
+
# MessageSet was the implementation of extensions for proto1. When proto2 was
|
11573
|
+
# introduced, extensions were implemented as a first-class feature. This schema
|
11574
|
+
# for MessageSet was meant to be a "bridge" solution to migrate MessageSet-
|
11575
|
+
# bearing messages from proto1 to proto2. This schema has been open-sourced only
|
11576
|
+
# to facilitate the migration of Google products with MessageSet-bearing
|
11577
|
+
# messages to open-source environments.
|
11578
|
+
# Corresponds to the JSON property `messageSet`
|
11579
|
+
# @return [Google::Apis::DlpV2::Proto2BridgeMessageSet]
|
11580
|
+
attr_accessor :message_set
|
11581
|
+
|
11582
|
+
# copybara:strip_begin(b/383363683) Space to which this status belongs copybara:
|
11583
|
+
# strip_end_and_replace optional string space = 2; // Space to which this status
|
11584
|
+
# belongs
|
11585
|
+
# Corresponds to the JSON property `space`
|
11586
|
+
# @return [String]
|
11587
|
+
attr_accessor :space
|
11588
|
+
|
11589
|
+
def initialize(**args)
|
11590
|
+
update!(**args)
|
11591
|
+
end
|
11592
|
+
|
11593
|
+
# Update properties of this object
|
11594
|
+
def update!(**args)
|
11595
|
+
@canonical_code = args[:canonical_code] if args.key?(:canonical_code)
|
11596
|
+
@code = args[:code] if args.key?(:code)
|
11597
|
+
@message = args[:message] if args.key?(:message)
|
11598
|
+
@message_set = args[:message_set] if args.key?(:message_set)
|
11599
|
+
@space = args[:space] if args.key?(:space)
|
11600
|
+
end
|
11601
|
+
end
|
11522
11602
|
end
|
11523
11603
|
end
|
11524
11604
|
end
|
@@ -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.95.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 = "20250810"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
@@ -2044,6 +2044,18 @@ module Google
|
|
2044
2044
|
include Google::Apis::Core::JsonObjectSupport
|
2045
2045
|
end
|
2046
2046
|
|
2047
|
+
class Proto2BridgeMessageSet
|
2048
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2049
|
+
|
2050
|
+
include Google::Apis::Core::JsonObjectSupport
|
2051
|
+
end
|
2052
|
+
|
2053
|
+
class UtilStatusProto
|
2054
|
+
class Representation < Google::Apis::Core::JsonRepresentation; end
|
2055
|
+
|
2056
|
+
include Google::Apis::Core::JsonObjectSupport
|
2057
|
+
end
|
2058
|
+
|
2047
2059
|
class GooglePrivacyDlpV2Action
|
2048
2060
|
# @private
|
2049
2061
|
class Representation < Google::Apis::Core::JsonRepresentation
|
@@ -5493,6 +5505,24 @@ module Google
|
|
5493
5505
|
property :seconds, as: 'seconds'
|
5494
5506
|
end
|
5495
5507
|
end
|
5508
|
+
|
5509
|
+
class Proto2BridgeMessageSet
|
5510
|
+
# @private
|
5511
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5512
|
+
end
|
5513
|
+
end
|
5514
|
+
|
5515
|
+
class UtilStatusProto
|
5516
|
+
# @private
|
5517
|
+
class Representation < Google::Apis::Core::JsonRepresentation
|
5518
|
+
property :canonical_code, as: 'canonicalCode'
|
5519
|
+
property :code, as: 'code'
|
5520
|
+
property :message, as: 'message'
|
5521
|
+
property :message_set, as: 'messageSet', class: Google::Apis::DlpV2::Proto2BridgeMessageSet, decorator: Google::Apis::DlpV2::Proto2BridgeMessageSet::Representation
|
5522
|
+
|
5523
|
+
property :space, as: 'space'
|
5524
|
+
end
|
5525
|
+
end
|
5496
5526
|
end
|
5497
5527
|
end
|
5498
5528
|
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.95.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.95.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:
|