google-apis-businessprofileperformance_v1 0.12.0 → 0.13.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: 8f6bdf9884b8b5030dcafa81ca1ebe9726e7e280222556734e55731ff2beb88b
4
- data.tar.gz: 3bd591225183ad155f4061ec3b7ff6a5caf2b77c4c698ff566a5bb2fd2d846b0
3
+ metadata.gz: 2ec5eb62ad2527b2c8b89b897a5168536ec0272604a9bd8d5f6a92ad7c44d7a5
4
+ data.tar.gz: b965a69ba377e17903acfd72ead9167da2aad4705052c9f38025e672e3c0046d
5
5
  SHA512:
6
- metadata.gz: e7f369269e03205b2f0b6c81e8c79c508536b2e2ab4f146f447a48e29419e215d57a5314bf249134f8d8c85b5f68ee8c14059dddaa49b17991a277ac14d8f7ce
7
- data.tar.gz: 1fbbb4ea2414beb0e6b49b73548184f533287b49e2e51fd0505fea58c90590316e8b3d470a2ce8da5a9f35b8941e0c9fe77b109f7aff0a99face0c24a75e33a1
6
+ metadata.gz: '08825f11b45a907beda2e4ccc3430b1c05d0383f2b5b657488fb6034afd5496e5b1b4a2791e25ae64aacce001ba1933ad2326b2c9a762a6aab3549f85987715c'
7
+ data.tar.gz: b4759938b50b2db1af391d9e71fbc1205c6ea192d40dc4f2ce34ec63ee4a8003067c79d1530ac85a00282117dfcbf24b0bb31e06831181a42d3bd47a6a366474
data/CHANGELOG.md CHANGED
@@ -1,5 +1,10 @@
1
1
  # Release history for google-apis-businessprofileperformance_v1
2
2
 
3
+ ### v0.13.0 (2024-10-06)
4
+
5
+ * Regenerated from discovery document revision 20241002
6
+ * Regenerated using generator version 0.15.1
7
+
3
8
  ### v0.12.0 (2024-05-26)
4
9
 
5
10
  * Regenerated using generator version 0.15.0
@@ -297,24 +297,28 @@ module Google
297
297
  class TimeOfDay
298
298
  include Google::Apis::Core::Hashable
299
299
 
300
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
301
- # allow the value "24:00:00" for scenarios like business closing time.
300
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
301
+ # typically must be less than or equal to 23. An API may choose to allow the
302
+ # value "24:00:00" for scenarios like business closing time.
302
303
  # Corresponds to the JSON property `hours`
303
304
  # @return [Fixnum]
304
305
  attr_accessor :hours
305
306
 
306
- # Minutes of hour of day. Must be from 0 to 59.
307
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
308
+ # to 59.
307
309
  # Corresponds to the JSON property `minutes`
308
310
  # @return [Fixnum]
309
311
  attr_accessor :minutes
310
312
 
311
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
313
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
314
+ # less than or equal to 999,999,999.
312
315
  # Corresponds to the JSON property `nanos`
313
316
  # @return [Fixnum]
314
317
  attr_accessor :nanos
315
318
 
316
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
317
- # allow the value 60 if it allows leap-seconds.
319
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
320
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
321
+ # seconds.
318
322
  # Corresponds to the JSON property `seconds`
319
323
  # @return [Fixnum]
320
324
  attr_accessor :seconds
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module BusinessprofileperformanceV1
18
18
  # Version of the google-apis-businessprofileperformance_v1 gem
19
- GEM_VERSION = "0.12.0"
19
+ GEM_VERSION = "0.13.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 = "20230607"
25
+ REVISION = "20241002"
26
26
  end
27
27
  end
28
28
  end
@@ -151,15 +151,19 @@ module Google
151
151
  # Represents the day of the week. Eg: MONDAY. Currently supported DailyMetrics =
152
152
  # NONE.
153
153
  # @param [Fixnum] daily_sub_entity_type_time_of_day_hours
154
- # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
155
- # allow the value "24:00:00" for scenarios like business closing time.
154
+ # Hours of a day in 24 hour format. Must be greater than or equal to 0 and
155
+ # typically must be less than or equal to 23. An API may choose to allow the
156
+ # value "24:00:00" for scenarios like business closing time.
156
157
  # @param [Fixnum] daily_sub_entity_type_time_of_day_minutes
157
- # Minutes of hour of day. Must be from 0 to 59.
158
+ # Minutes of an hour. Must be greater than or equal to 0 and less than or equal
159
+ # to 59.
158
160
  # @param [Fixnum] daily_sub_entity_type_time_of_day_nanos
159
- # Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
161
+ # Fractions of seconds, in nanoseconds. Must be greater than or equal to 0 and
162
+ # less than or equal to 999,999,999.
160
163
  # @param [Fixnum] daily_sub_entity_type_time_of_day_seconds
161
- # Seconds of minutes of the time. Must normally be from 0 to 59. An API may
162
- # allow the value 60 if it allows leap-seconds.
164
+ # Seconds of a minute. Must be greater than or equal to 0 and typically must be
165
+ # less than or equal to 59. An API may allow the value 60 if it allows leap-
166
+ # seconds.
163
167
  # @param [String] fields
164
168
  # Selector specifying which fields to include in a partial response.
165
169
  # @param [String] quota_user
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-businessprofileperformance_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.13.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-05-26 00:00:00.000000000 Z
11
+ date: 2024-10-06 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-businessprofileperformance_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-businessprofileperformance_v1/v0.12.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-businessprofileperformance_v1/v0.13.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-businessprofileperformance_v1
63
63
  post_install_message:
64
64
  rdoc_options: []