google-apis-dlp_v2 0.17.0 → 0.18.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/CHANGELOG.md +4 -0
- data/lib/google/apis/dlp_v2/classes.rb +3 -24
- 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: 7c75faac4d1152d2bb2731389414b44f8c7af510bb2bc5c376702cbc2739b968
|
4
|
+
data.tar.gz: caad02beab881403dfaf59ecb9e236171ee680d09b349f0e82894611604c87d5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 3b6746f7d1d2d9d095263acf3ec66397eee409fc95a493832c893b8b677d8c365f2ea9361968241d68208b1cdef389afc6d5d75705c608b912b5a8863580e6d5
|
7
|
+
data.tar.gz: 1976226c2b068bf654dc3b0147d0029dcd35bf3c8febc2b0e86961c3b3023c873ff6b96076fbc82c8625ee6015ede7ade139874feba5c97a1d6cd80755c0e7ca
|
data/CHANGELOG.md
CHANGED
@@ -1649,14 +1649,7 @@ module Google
|
|
1649
1649
|
class GooglePrivacyDlpV2DateTime
|
1650
1650
|
include Google::Apis::Core::Hashable
|
1651
1651
|
|
1652
|
-
#
|
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 value, with a zero year, such as an anniversary * A year on its own,
|
1657
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
1658
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
1659
|
-
# google.protobuf.Timestamp`.
|
1652
|
+
# One or more of the following must be set. Must be a valid date or time value.
|
1660
1653
|
# Corresponds to the JSON property `date`
|
1661
1654
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
1662
1655
|
attr_accessor :date
|
@@ -6390,14 +6383,7 @@ module Google
|
|
6390
6383
|
attr_accessor :boolean_value
|
6391
6384
|
alias_method :boolean_value?, :boolean_value
|
6392
6385
|
|
6393
|
-
#
|
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 value, with a zero year, such as an anniversary * A year on its own,
|
6398
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
6399
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
6400
|
-
# google.protobuf.Timestamp`.
|
6386
|
+
# date
|
6401
6387
|
# Corresponds to the JSON property `dateValue`
|
6402
6388
|
# @return [Google::Apis::DlpV2::GoogleTypeDate]
|
6403
6389
|
attr_accessor :date_value
|
@@ -6557,14 +6543,7 @@ module Google
|
|
6557
6543
|
end
|
6558
6544
|
end
|
6559
6545
|
|
6560
|
-
#
|
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 value, with a zero year, such as an anniversary * A year on its own,
|
6565
|
-
# with zero month and day values * A year and month value, with a zero day, such
|
6566
|
-
# as a credit card expiration date Related types are google.type.TimeOfDay and `
|
6567
|
-
# google.protobuf.Timestamp`.
|
6546
|
+
#
|
6568
6547
|
class GoogleTypeDate
|
6569
6548
|
include Google::Apis::Core::Hashable
|
6570
6549
|
|
@@ -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.18.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 = "20220129"
|
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.18.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-02-07 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.18.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: []
|