google-apis-dlp_v2 0.19.0 → 0.20.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 +15 -15
- 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: cc8d920a5fcfbf6867fc4335d460c32183ef4d4296611b6e42daf0cdce78a29a
|
|
4
|
+
data.tar.gz: e7b5390b8a37fd4147fa9aa2d7e8ee6356aadd11bc40802d232e306d7604d44d
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: f888dae61bf7fdf751ae25b03d859180cf56a9f805e5ff6bda6ac487a4ac9d0af34295cab396612333b981ae213c2b339b59248a491cf6871ff5224d2265ce9e
|
|
7
|
+
data.tar.gz: 829f2bfc4ee1cb51177d88cce98524925364f44e298f948be3936661b556c573eae4b0dbda4c601b7759648d883d84ae64d98ec2e2a69656583a15a08771f170
|
data/CHANGELOG.md
CHANGED
|
@@ -1652,11 +1652,11 @@ module Google
|
|
|
1652
1652
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
1653
1653
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
1654
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 (
|
|
1657
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
1658
|
-
# card expiration date) Related types: * google.type.
|
|
1659
|
-
# DateTime * google.protobuf.Timestamp
|
|
1655
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
1656
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
1657
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
1658
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
1659
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
1660
1660
|
# Corresponds to the JSON property `date`
|
|
1661
1661
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
|
1662
1662
|
attr_accessor :date
|
|
@@ -6393,11 +6393,11 @@ module Google
|
|
|
6393
6393
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
6394
6394
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
6395
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 (
|
|
6398
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
6399
|
-
# card expiration date) Related types: * google.type.
|
|
6400
|
-
# DateTime * google.protobuf.Timestamp
|
|
6396
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
6397
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
6398
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
6399
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
6400
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
6401
6401
|
# Corresponds to the JSON property `dateValue`
|
|
6402
6402
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
|
6403
6403
|
attr_accessor :date_value
|
|
@@ -6560,11 +6560,11 @@ module Google
|
|
|
6560
6560
|
# Represents a whole or partial calendar date, such as a birthday. The time of
|
|
6561
6561
|
# day and time zone are either specified elsewhere or are insignificant. The
|
|
6562
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 (
|
|
6565
|
-
# zero month and a zero day * A year and month, with a zero day (
|
|
6566
|
-
# card expiration date) Related types: * google.type.
|
|
6567
|
-
# DateTime * google.protobuf.Timestamp
|
|
6563
|
+
# following: * A full date, with non-zero year, month, and day values. * A month
|
|
6564
|
+
# and day, with a zero year (for example, an anniversary). * A year on its own,
|
|
6565
|
+
# with a zero month and a zero day. * A year and month, with a zero day (for
|
|
6566
|
+
# example, a credit card expiration date). Related types: * google.type.
|
|
6567
|
+
# TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
|
|
6568
6568
|
class GoogleTypeDate
|
|
6569
6569
|
include Google::Apis::Core::Hashable
|
|
6570
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.20.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 = "20220305"
|
|
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.20.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-
|
|
11
|
+
date: 2022-03-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.20.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: []
|