google-apis-dlp_v2 0.18.0 → 0.21.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: 6129aed86e40a10702be42eb81e85d2458937d22358e1f763931def2ecef218f
4
+ data.tar.gz: 62fb8a73a2b3ed0d27156f460957bdf75260b0ff3c5e104a74a8a1df15d2c8ad
5
5
  SHA512:
6
- metadata.gz: 3b6746f7d1d2d9d095263acf3ec66397eee409fc95a493832c893b8b677d8c365f2ea9361968241d68208b1cdef389afc6d5d75705c608b912b5a8863580e6d5
7
- data.tar.gz: 1976226c2b068bf654dc3b0147d0029dcd35bf3c8febc2b0e86961c3b3023c873ff6b96076fbc82c8625ee6015ede7ade139874feba5c97a1d6cd80755c0e7ca
6
+ metadata.gz: d2c8c46abf45b9ed12ad3871dcfed7aec56d75fbdea3d22c895c433336dd64ce02bb7c37559aa4126349532b33ac8872e7a074ebe38f2ce934786f4d4db1e47e
7
+ data.tar.gz: 48adc34ecaabaf93199548db776f46d65b63e3e3175ee2faea52e83233a46bc7680b63eea3bee679cb84cb8990390ad070ea8c15995d48d2ce18df5ca1829688
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-dlp_v2
2
2
 
3
+ ### v0.21.0 (2022-03-23)
4
+
5
+ * Regenerated from discovery document revision 20220319
6
+
7
+ ### v0.20.0 (2022-03-09)
8
+
9
+ * Regenerated from discovery document revision 20220305
10
+
11
+ ### v0.19.0 (2022-02-10)
12
+
13
+ * Regenerated from discovery document revision 20220205
14
+
3
15
  ### v0.18.0 (2022-02-03)
4
16
 
5
17
  * 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 (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
1653
1660
  # Corresponds to the JSON property `date`
1654
1661
  # @return [Google::Apis::DlpV2::GoogleTypeDate]
1655
1662
  attr_accessor :date
@@ -4810,8 +4817,7 @@ module Google
4810
4817
  # A generic empty message that you can re-use to avoid defining duplicated empty
4811
4818
  # messages in your APIs. A typical example is to use it as the request or the
4812
4819
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
4813
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
4814
- # `Empty` is empty JSON object ````.
4820
+ # protobuf.Empty) returns (google.protobuf.Empty); `
4815
4821
  # Corresponds to the JSON property `inferred`
4816
4822
  # @return [Google::Apis::DlpV2::GoogleProtobufEmpty]
4817
4823
  attr_accessor :inferred
@@ -5954,8 +5960,7 @@ module Google
5954
5960
  # A generic empty message that you can re-use to avoid defining duplicated empty
5955
5961
  # messages in your APIs. A typical example is to use it as the request or the
5956
5962
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
5957
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
5958
- # `Empty` is empty JSON object ````.
5963
+ # protobuf.Empty) returns (google.protobuf.Empty); `
5959
5964
  # Corresponds to the JSON property `inferred`
5960
5965
  # @return [Google::Apis::DlpV2::GoogleProtobufEmpty]
5961
5966
  attr_accessor :inferred
@@ -6383,7 +6388,14 @@ module Google
6383
6388
  attr_accessor :boolean_value
6384
6389
  alias_method :boolean_value?, :boolean_value
6385
6390
 
6386
- # date
6391
+ # Represents a whole or partial calendar date, such as a birthday. The time of
6392
+ # day and time zone are either specified elsewhere or are insignificant. The
6393
+ # date is relative to the Gregorian Calendar. This can represent one of the
6394
+ # following: * A full date, with non-zero year, month, and day values. * A month
6395
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
6396
+ # with a zero month and a zero day. * A year and month, with a zero day (for
6397
+ # example, a credit card expiration date). Related types: * google.type.
6398
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
6387
6399
  # Corresponds to the JSON property `dateValue`
6388
6400
  # @return [Google::Apis::DlpV2::GoogleTypeDate]
6389
6401
  attr_accessor :date_value
@@ -6490,8 +6502,7 @@ module Google
6490
6502
  # A generic empty message that you can re-use to avoid defining duplicated empty
6491
6503
  # messages in your APIs. A typical example is to use it as the request or the
6492
6504
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
6493
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
6494
- # `Empty` is empty JSON object ````.
6505
+ # protobuf.Empty) returns (google.protobuf.Empty); `
6495
6506
  class GoogleProtobufEmpty
6496
6507
  include Google::Apis::Core::Hashable
6497
6508
 
@@ -6543,7 +6554,14 @@ module Google
6543
6554
  end
6544
6555
  end
6545
6556
 
6546
- #
6557
+ # Represents a whole or partial calendar date, such as a birthday. The time of
6558
+ # day and time zone are either specified elsewhere or are insignificant. The
6559
+ # date is relative to the Gregorian Calendar. This can represent one of the
6560
+ # following: * A full date, with non-zero year, month, and day values. * A month
6561
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
6562
+ # with a zero month and a zero day. * A year and month, with a zero day (for
6563
+ # example, a credit card expiration date). Related types: * google.type.
6564
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
6547
6565
  class GoogleTypeDate
6548
6566
  include Google::Apis::Core::Hashable
6549
6567
 
@@ -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.21.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 = "20220319"
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.21.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-03-28 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.21.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: []