google-apis-adexchangebuyer2_v2beta1 0.13.0 → 0.16.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: 38e696192792746568624bd25b8978ad099568c389e969d53aa142d855277338
4
- data.tar.gz: 17089d6b6a732b840d73fae0e047f048943a2227513f20c1db5c2bda3570858d
3
+ metadata.gz: ce6327a4d8210e9cc8c180fdd13547288393c0bd2aedf3592716fda53bf0368a
4
+ data.tar.gz: 3029579b1b5edf6d87d97cd896e6e5d34b35fbeb58ef7143ab57aa02c67b8deb
5
5
  SHA512:
6
- metadata.gz: 6efeb4676ccefd1922a1ba8896af1b6145a9381b1455bebea14994538075dd3cd2fb25054e36369d6d1d2f23e03e44f793ba1ec4ebf2b240780429375f122f43
7
- data.tar.gz: cca82363cdb8cafac053dc36739636e435d90023d175c47a809efd4530808d07d96da99a089fee33db7f29101eaaca14ef6d710f28c8d932b05c292eb5aa97aa
6
+ metadata.gz: d5e41c91204228c8baa9d133073e3e134095e80db3d56aab0965417fc5282b5d813193473f2d5fdca8e0e7ee29a6e8e1d14712d65c610c42fbe8c99c2f899f5a
7
+ data.tar.gz: acbec54c49512774e9cae3213db0c14e4d9c9a06806e799f1700461b0708f8ee2c36f90271132685c5ce9b2289172805ec9200f1b8e32a48ccd8f646d0bf1957
data/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # Release history for google-apis-adexchangebuyer2_v2beta1
2
2
 
3
+ ### v0.16.0 (2022-06-06)
4
+
5
+ * Regenerated using generator version 0.5.0
6
+
7
+ ### v0.15.0 (2022-03-22)
8
+
9
+ * Regenerated from discovery document revision 20220321
10
+
11
+ ### v0.14.0 (2022-03-02)
12
+
13
+ * Regenerated from discovery document revision 20220301
14
+
3
15
  ### v0.13.0 (2022-02-03)
4
16
 
5
17
  * Regenerated from discovery document revision 20220131
@@ -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, with a zero year (e.g., an anniversary) * A year on its own, with a
37
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
38
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
39
- # DateTime * 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, with a zero year (e.g., an anniversary) * A year on its own, with a
49
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
50
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
51
- # DateTime * 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, with a zero year (e.g., an anniversary) * A year on its own, with a
1056
- # zero month and a zero day * A year and month, with a zero day (e.g., a credit
1057
- # card expiration date) Related types: * google.type.TimeOfDay * google.type.
1058
- # DateTime * 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.13.0"
19
+ GEM_VERSION = "0.16.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.4.1"
22
+ GENERATOR_VERSION = "0.5.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20220131"
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.13.0
4
+ version: 0.16.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-06-13 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-apis-core
@@ -16,7 +16,7 @@ dependencies:
16
16
  requirements:
17
17
  - - ">="
18
18
  - !ruby/object:Gem::Version
19
- version: '0.4'
19
+ version: '0.5'
20
20
  - - "<"
21
21
  - !ruby/object:Gem::Version
22
22
  version: 2.a
@@ -26,7 +26,7 @@ dependencies:
26
26
  requirements:
27
27
  - - ">="
28
28
  - !ruby/object:Gem::Version
29
- version: '0.4'
29
+ version: '0.5'
30
30
  - - "<"
31
31
  - !ruby/object:Gem::Version
32
32
  version: 2.a
@@ -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.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-adexchangebuyer2_v2beta1/v0.16.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.5
78
+ rubygems_version: 3.3.14
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Ad Exchange Buyer API II V2beta1