google-apis-dlp_v2 0.18.0 → 0.19.0

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 7c75faac4d1152d2bb2731389414b44f8c7af510bb2bc5c376702cbc2739b968
4
- data.tar.gz: caad02beab881403dfaf59ecb9e236171ee680d09b349f0e82894611604c87d5
3
+ metadata.gz: 7e573833ba889e639753c53e9886e7cc6454450f5b549878605040613b4d080c
4
+ data.tar.gz: 445f49579e23763b76e1bc6421ca3cb8091f996fdecf99cb2337044019ed091c
5
5
  SHA512:
6
- metadata.gz: 3b6746f7d1d2d9d095263acf3ec66397eee409fc95a493832c893b8b677d8c365f2ea9361968241d68208b1cdef389afc6d5d75705c608b912b5a8863580e6d5
7
- data.tar.gz: 1976226c2b068bf654dc3b0147d0029dcd35bf3c8febc2b0e86961c3b3023c873ff6b96076fbc82c8625ee6015ede7ade139874feba5c97a1d6cd80755c0e7ca
6
+ metadata.gz: fe0c27ea93d557cf7dfea81b47963e2d17dec5594e19865ac1c7fe713d1c3916f6c6f2a4dc9f4dc3a7aba7cb0ad784c79ab77a45ccd9af68757569f1c55fa675
7
+ data.tar.gz: af5456d4b500e3a54d23bb9d9fc38150498d6fb2e47ae4b290b9483d5fdc725bd2c29d21f0513611cc7d23aa0e30e8957755ffae1e259fbc3b4c50c246281d0e
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.19.0 (2022-02-10)
4
+
5
+ * Regenerated from discovery document revision 20220205
6
+
3
7
  ### v0.18.0 (2022-02-03)
4
8
 
5
9
  * Regenerated from discovery document revision 20220129
@@ -1649,7 +1649,14 @@ module Google
1649
1649
  class GooglePrivacyDlpV2DateTime
1650
1650
  include Google::Apis::Core::Hashable
1651
1651
 
1652
- # One or more of the following must be set. Must be a valid date or time value.
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.18.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 = "20220129"
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.18.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-07 00:00:00.000000000 Z
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.18.0
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: []