google-apis-authorizedbuyersmarketplace_v1alpha 0.1.0 → 0.2.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: 1fb4025c17f58abc81ed50bdc116a55272fbbfed3c45ea43b1195222f17ca28a
4
- data.tar.gz: 9be78ad4bde95230cf57e28c737be03c52582db79031b32f150c3a9be0f243ed
3
+ metadata.gz: 7620a4dec50aa45ef60bdb7f7fab826c6ed934fc54308d77ac2061068c7f3a6f
4
+ data.tar.gz: 6b47e486a8588e042a7d1892d6dd109e7f5852afef5622c4a813abc566f421e3
5
5
  SHA512:
6
- metadata.gz: 22af82179149429cd1d4c223562e92ce1283179cc061f5f19a09c1d342272e22801a01ec56dc2b1ea0b19a098c255a4253d10f3fdd49a7259801c9babd9e5a1e
7
- data.tar.gz: 4d7ba93dbcc068833dc4da1fee0884f69dc4aac5e4d0d4bd65b2db395d84243ab278fca2b9b7bef45796da84238370837798cf6cf95a9cdd04de4b5a52347fb3
6
+ metadata.gz: 1907827232fae1072346b4f189ef5b3d3c9f7ffa54aaa1c261c403512b85408d3120cdbc09e42924df7317bcbc6a0880cdd4b65cee3e7d6d58ff768294c1b054
7
+ data.tar.gz: 33d8c92659a19ebba497a87cfb02b4912f15a3997588267b58d4cb7014d77982e41e4255bb5f372290808a5a8d70453a16ede020412fa4154b06f1cda990f1be
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-authorizedbuyersmarketplace_v1alpha
2
2
 
3
+ ### v0.2.0 (2024-12-02)
4
+
5
+ * Regenerated from discovery document revision 20241120
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.1.0 (2024-07-25)
4
9
 
5
10
  * Regenerated from discovery document revision 20240718
@@ -2269,24 +2269,28 @@ module Google
2269
2269
  class TimeOfDay
2270
2270
  include Google::Apis::Core::Hashable
2271
2271
 
2272
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
2273
- # allow the value "24:00:00" for scenarios like business closing time.
2272
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
2273
+ # typically must be less than or equal to 23. An API may choose to allow the
2274
+ # value "24:00:00" for scenarios like business closing time.
2274
2275
  # Corresponds to the JSON property `hours`
2275
2276
  # @return [Fixnum]
2276
2277
  attr_accessor :hours
2277
2278
 
2278
- # Minutes of hour of day. Must be from 0 to 59.
2279
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
2280
+ # to 59.
2279
2281
  # Corresponds to the JSON property `minutes`
2280
2282
  # @return [Fixnum]
2281
2283
  attr_accessor :minutes
2282
2284
 
2283
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
2285
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
2286
+ # less than or equal to 999,999,999.
2284
2287
  # Corresponds to the JSON property `nanos`
2285
2288
  # @return [Fixnum]
2286
2289
  attr_accessor :nanos
2287
2290
 
2288
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
2289
- # allow the value 60 if it allows leap-seconds.
2291
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
2292
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
2293
+ # seconds.
2290
2294
  # Corresponds to the JSON property `seconds`
2291
2295
  # @return [Fixnum]
2292
2296
  attr_accessor :seconds
@@ -2309,12 +2313,12 @@ module Google
2309
2313
  class TimeZone
2310
2314
  include Google::Apis::Core::Hashable
2311
2315
 
2312
- # IANA Time Zone Database time zone, e.g. "America/New_York".
2316
+ # IANA Time Zone Database time zone. For example "America/New_York".
2313
2317
  # Corresponds to the JSON property `id`
2314
2318
  # @return [String]
2315
2319
  attr_accessor :id
2316
2320
 
2317
- # Optional. IANA Time Zone Database version number, e.g. "2019a".
2321
+ # Optional. IANA Time Zone Database version number. For example "2019a".
2318
2322
  # Corresponds to the JSON property `version`
2319
2323
  # @return [String]
2320
2324
  attr_accessor :version
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module AuthorizedbuyersmarketplaceV1alpha
18
18
  # Version of the google-apis-authorizedbuyersmarketplace_v1alpha gem
19
- GEM_VERSION = "0.1.0"
19
+ GEM_VERSION = "0.2.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240718"
25
+ REVISION = "20241120"
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-authorizedbuyersmarketplace_v1alpha
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.0
4
+ version: 0.2.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: 2024-07-25 00:00:00.000000000 Z
11
+ date: 2024-12-04 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-authorizedbuyersmarketplace_v1alpha/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1alpha/v0.1.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-authorizedbuyersmarketplace_v1alpha/v0.2.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-authorizedbuyersmarketplace_v1alpha
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.5.6
78
+ rubygems_version: 3.5.22
79
79
  signing_key:
80
80
  specification_version: 4
81
81
  summary: Simple REST client for Authorized Buyers Marketplace API V1alpha