google-apis-dlp_v2 0.18.0 → 0.19.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 +24 -3
- 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: 7e573833ba889e639753c53e9886e7cc6454450f5b549878605040613b4d080c
|
|
4
|
+
data.tar.gz: 445f49579e23763b76e1bc6421ca3cb8091f996fdecf99cb2337044019ed091c
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe0c27ea93d557cf7dfea81b47963e2d17dec5594e19865ac1c7fe713d1c3916f6c6f2a4dc9f4dc3a7aba7cb0ad784c79ab77a45ccd9af68757569f1c55fa675
|
|
7
|
+
data.tar.gz: af5456d4b500e3a54d23bb9d9fc38150498d6fb2e47ae4b290b9483d5fdc725bd2c29d21f0513611cc7d23aa0e30e8957755ffae1e259fbc3b4c50c246281d0e
|
data/CHANGELOG.md
CHANGED
|
@@ -1649,7 +1649,14 @@ module Google
|
|
|
1649
1649
|
class GooglePrivacyDlpV2DateTime
|
|
1650
1650
|
include Google::Apis::Core::Hashable
|
|
1651
1651
|
|
|
1652
|
-
#
|
|
1652
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
1653
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
1654
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
1655
|
+
# following: * A full date, with non-zero year, month, and day values * A month
|
|
1656
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
1657
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
1658
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
1659
|
+
# DateTime * google.protobuf.Timestamp
|
|
1653
1660
|
# Corresponds to the JSON property `date`
|
|
1654
1661
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
|
1655
1662
|
attr_accessor :date
|
|
@@ -6383,7 +6390,14 @@ module Google
|
|
|
6383
6390
|
attr_accessor :boolean_value
|
|
6384
6391
|
alias_method :boolean_value?, :boolean_value
|
|
6385
6392
|
|
|
6386
|
-
# date
|
|
6393
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
6394
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
6395
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
6396
|
+
# following: * A full date, with non-zero year, month, and day values * A month
|
|
6397
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
6398
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
6399
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
6400
|
+
# DateTime * google.protobuf.Timestamp
|
|
6387
6401
|
# Corresponds to the JSON property `dateValue`
|
|
6388
6402
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
|
6389
6403
|
attr_accessor :date_value
|
|
@@ -6543,7 +6557,14 @@ module Google
|
|
|
6543
6557
|
end
|
|
6544
6558
|
end
|
|
6545
6559
|
|
|
6546
|
-
#
|
|
6560
|
+
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
6561
|
+
# day and time zone are either specified elsewhere or are insignificant. The
|
|
6562
|
+
# date is relative to the Gregorian Calendar. This can represent one of the
|
|
6563
|
+
# following: * A full date, with non-zero year, month, and day values * A month
|
|
6564
|
+
# and day, with a zero year (e.g., an anniversary) * A year on its own, with a
|
|
6565
|
+
# zero month and a zero day * A year and month, with a zero day (e.g., a credit
|
|
6566
|
+
# card expiration date) Related types: * google.type.TimeOfDay * google.type.
|
|
6567
|
+
# DateTime * google.protobuf.Timestamp
|
|
6547
6568
|
class GoogleTypeDate
|
|
6548
6569
|
include Google::Apis::Core::Hashable
|
|
6549
6570
|
|
|
@@ -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.19.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.4.1"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20220205"
|
|
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.19.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: 2022-02-
|
|
11
|
+
date: 2022-02-14 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.19.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: []
|