google-apis-adexchangebuyer2_v2beta1 0.12.0 → 0.15.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: 33e6d7021b515c5fba9e9977ae78e028a61f3d6afd7586ee9e261e02bf6953d7
4
- data.tar.gz: 2bb960201d133cb6d056a286a4fe7470253a89ebf8a33f5e0d5db992782d6e98
3
+ metadata.gz: eb3c8ca9e1308b156e1c91691ef5c38bfaaa03be711d8b065acedf56448a23fb
4
+ data.tar.gz: 6d35ce13d045b5af5ec0da571b81d6b2ee2829f9b5fec1584bbbbde69de38a35
5
5
  SHA512:
6
- metadata.gz: b58d76b91796f1773b6ab5565edd562af7d9d560726c448bbd1311b51da2ce9916b01b0c17fd00ecbb21658fef4d354801793cf5a2b6414821379398bb9db279
7
- data.tar.gz: cc76a15568d7e6ca6f7dcf0bb21303fb7661d1aee07d6ee6821a1474129c796a1e57a2db18fe3f94222471da027e5a8c76f6b99efb80bbb8558b01ef3fc56b87
6
+ metadata.gz: f7c0ac27d6beb471adcdbdd57d5475818ce835525bf0ff2db7a0c099be7b4a6caf39b4275262cfc7e9c626994dcdee284422c16849ab0f1dcaa68d261364d2d5
7
+ data.tar.gz: 0ca28babfe39c963455f789d488659efd0d3aff22e73dfa823a57b291b61ea53a4844df67bcf16e9ec6f560d2fe482987c6c025be8f5de9733b7ff81f60091b4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,18 @@
1
1
  # Release history for google-apis-adexchangebuyer2_v2beta1
2
2
 
3
+ ### v0.15.0 (2022-03-22)
4
+
5
+ * Regenerated from discovery document revision 20220321
6
+
7
+ ### v0.14.0 (2022-03-02)
8
+
9
+ * Regenerated from discovery document revision 20220301
10
+
11
+ ### v0.13.0 (2022-02-03)
12
+
13
+ * Regenerated from discovery document revision 20220131
14
+ * Regenerated using generator version 0.4.1
15
+
3
16
  ### v0.12.0 (2021-12-14)
4
17
 
5
18
  * Unspecified changes
@@ -32,11 +32,11 @@ module Google
32
32
  # Represents a whole or partial calendar date, such as a birthday. The time of
33
33
  # day and time zone are either specified elsewhere or are insignificant. The
34
34
  # date is relative to the Gregorian Calendar. This can represent one of the
35
- # following: * A full date, with non-zero year, month, and day values * A month
36
- # and day value, with a zero year, such as an anniversary * A year on its own,
37
- # with zero month and day values * A year and month value, with a zero day, such
38
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
39
- # google.protobuf.Timestamp`.
35
+ # following: * A full date, with non-zero year, month, and day values. * A month
36
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
37
+ # with a zero month and a zero day. * A year and month, with a zero day (for
38
+ # example, a credit card expiration date). Related types: * google.type.
39
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
40
40
  # Corresponds to the JSON property `endDate`
41
41
  # @return [Google::Apis::Adexchangebuyer2V2beta1::Date]
42
42
  attr_accessor :end_date
@@ -44,11 +44,11 @@ module Google
44
44
  # Represents a whole or partial calendar date, such as a birthday. The time of
45
45
  # day and time zone are either specified elsewhere or are insignificant. The
46
46
  # date is relative to the Gregorian Calendar. This can represent one of the
47
- # following: * A full date, with non-zero year, month, and day values * A month
48
- # and day value, with a zero year, such as an anniversary * A year on its own,
49
- # with zero month and day values * A year and month value, with a zero day, such
50
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
51
- # google.protobuf.Timestamp`.
47
+ # following: * A full date, with non-zero year, month, and day values. * A month
48
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
49
+ # with a zero month and a zero day. * A year and month, with a zero day (for
50
+ # example, a credit card expiration date). Related types: * google.type.
51
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
52
52
  # Corresponds to the JSON property `startDate`
53
53
  # @return [Google::Apis::Adexchangebuyer2V2beta1::Date]
54
54
  attr_accessor :start_date
@@ -1051,11 +1051,11 @@ module Google
1051
1051
  # Represents a whole or partial calendar date, such as a birthday. The time of
1052
1052
  # day and time zone are either specified elsewhere or are insignificant. The
1053
1053
  # date is relative to the Gregorian Calendar. This can represent one of the
1054
- # following: * A full date, with non-zero year, month, and day values * A month
1055
- # and day value, with a zero year, such as an anniversary * A year on its own,
1056
- # with zero month and day values * A year and month value, with a zero day, such
1057
- # as a credit card expiration date Related types are google.type.TimeOfDay and `
1058
- # google.protobuf.Timestamp`.
1054
+ # following: * A full date, with non-zero year, month, and day values. * A month
1055
+ # and day, with a zero year (for example, an anniversary). * A year on its own,
1056
+ # with a zero month and a zero day. * A year and month, with a zero day (for
1057
+ # example, a credit card expiration date). Related types: * google.type.
1058
+ # TimeOfDay * google.type.DateTime * google.protobuf.Timestamp
1059
1059
  class Date
1060
1060
  include Google::Apis::Core::Hashable
1061
1061
 
@@ -1533,8 +1533,7 @@ module Google
1533
1533
  # A generic empty message that you can re-use to avoid defining duplicated empty
1534
1534
  # messages in your APIs. A typical example is to use it as the request or the
1535
1535
  # response type of an API method. For instance: service Foo ` rpc Bar(google.
1536
- # protobuf.Empty) returns (google.protobuf.Empty); ` The JSON representation for
1537
- # `Empty` is empty JSON object ````.
1536
+ # protobuf.Empty) returns (google.protobuf.Empty); `
1538
1537
  class Empty
1539
1538
  include Google::Apis::Core::Hashable
1540
1539
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module Adexchangebuyer2V2beta1
18
18
  # Version of the google-apis-adexchangebuyer2_v2beta1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.15.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.0"
22
+ GENERATOR_VERSION = "0.4.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20211029"
25
+ REVISION = "20220321"
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-adexchangebuyer2_v2beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.15.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-01-10 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-adexchangebuyer2_v2beta1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.15.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-adexchangebuyer2_v2beta1
63
63
  post_install_message:
64
64
  rdoc_options: []
@@ -75,7 +75,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
75
75
  - !ruby/object:Gem::Version
76
76
  version: '0'
77
77
  requirements: []
78
- rubygems_version: 3.3.4
78
+ rubygems_version: 3.3.5
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Ad Exchange Buyer API II V2beta1