google-apis-businessprofileperformance_v1 0.8.0 → 0.9.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: 4e0dba98b79d1006955ae0d705ce22d624e33a2a7fe3c04f528060f982f57a3b
4
- data.tar.gz: 82a999878573841b15d4447418b17c157cdf02c24affa7f6b727d0852c15b46e
3
+ metadata.gz: ce288c4dd9bcb6fd00cfed050b93b2f0e472a9f1575c13e72eb410995546f841
4
+ data.tar.gz: e4d907f6bbdc05304f93a417f19c59c0a95f145e69d49ab9fa251e3489e43c6a
5
5
  SHA512:
6
- metadata.gz: a821e21017e0f767afdcd190ce16ff681b6fe0299d46499fb3162719668d4b3545ba652061ce418fa90425dcda9d9b81dcc123717e184a9ef17ad7cfc1f859aa
7
- data.tar.gz: 5a0cd92bcf00adfec67cbd6a42abdc0e7dfb6cebd7a1d443fa5ac5c32d66cff697c4d8abb3b0d4a22f1ebef29c15a725f96d49183299a5d20cd82fbecfe8d413
6
+ metadata.gz: 17f00b2aa49f7cc30c05c2bec2e5a73be6c7185f00c22dd1cf491273fd6a0ae2d773685e48823c54469cbf23410328bf3e325e65c34b0e9bd1029081abecfb6f
7
+ data.tar.gz: 810b1d697c0a2a1b97be602547efcf8d8a4071213c74b0805a5d1ed0f100a5024889fd67bede2d620763a63b4b98f37ed6288a4bf71a563fa5424399b048842a
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-businessprofileperformance_v1
2
2
 
3
+ ### v0.9.0 (2023-04-23)
4
+
5
+ * Regenerated from discovery document revision 20230419
6
+
3
7
  ### v0.8.0 (2023-03-12)
4
8
 
5
9
  * Regenerated from discovery document revision 20230308
@@ -58,7 +58,8 @@ module Google
58
58
  class DailySubEntityType
59
59
  include Google::Apis::Core::Hashable
60
60
 
61
- # Represents the day of the week. Eg: MONDAY.
61
+ # Represents the day of the week. Eg: MONDAY. Currently supported DailyMetrics =
62
+ # NONE.
62
63
  # Corresponds to the JSON property `dayOfWeek`
63
64
  # @return [String]
64
65
  attr_accessor :day_of_week
@@ -139,7 +140,7 @@ module Google
139
140
  # @return [Google::Apis::BusinessprofileperformanceV1::Date]
140
141
  attr_accessor :date
141
142
 
142
- # The value of the datapoint.
143
+ # The value of the datapoint. This will not be present when the value is zero.
143
144
  # Corresponds to the JSON property `value`
144
145
  # @return [Fixnum]
145
146
  attr_accessor :value
@@ -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.8.0"
19
+ GEM_VERSION = "0.9.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.12.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20230308"
25
+ REVISION = "20230419"
26
26
  end
27
27
  end
28
28
  end
@@ -146,7 +146,8 @@ module Google
146
146
  # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a
147
147
  # year.
148
148
  # @param [String] daily_sub_entity_type_day_of_week
149
- # Represents the day of the week. Eg: MONDAY.
149
+ # Represents the day of the week. Eg: MONDAY. Currently supported DailyMetrics =
150
+ # NONE.
150
151
  # @param [Fixnum] daily_sub_entity_type_time_of_day_hours
151
152
  # Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to
152
153
  # allow the value "24:00:00" for scenarios like business closing time.
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.8.0
4
+ version: 0.9.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: 2023-03-12 00:00:00.000000000 Z
11
+ date: 2023-04-23 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.8.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-businessprofileperformance_v1/v0.9.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: []