Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release history for google-apis-mybusinessbusinessinformation_v1

### v0.35.0 (2026-08-30)

* Regenerated from discovery document revision 20260826

### v0.34.0 (2026-08-16)

* Regenerated from discovery document revision 20260809
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
google-apis-mybusinessbusinessinformation_v1 (0.34.0)
google-apis-mybusinessbusinessinformation_v1 (0.35.0)
google-apis-core (>= 0.15.0, < 2.a)

GEM
Expand Down Expand Up @@ -106,7 +106,7 @@ CHECKSUMS
faraday-follow_redirects (0.5.0) sha256=5cde93c894b30943a5d2b93c2fe9284216a6b756f7af406a1e55f211d97d10ad
faraday-net_http (3.4.4) sha256=0e78af151747ed1b00f33e25973b4bc220d7f16c00c39676817c8b12331eb588
google-apis-core (1.2.1) sha256=3739030455277e3be90f2d07321ad4d0bf0d6b1ed820b2d092916d6cdef05337
google-apis-mybusinessbusinessinformation_v1 (0.34.0)
google-apis-mybusinessbusinessinformation_v1 (0.35.0)
google-cloud-env (2.3.1) sha256=0faac01eb27be78c2591d64433663b1a114f8f7af55a4f819755426cac9178e7
google-logging-utils (0.2.0) sha256=675462b4ea5affa825a3442694ca2d75d0069455a1d0956127207498fca3df7b
googleauth (1.17.1) sha256=0f7e6fc70e204cee1b2d71f1e1de2d3b349d432404197fe68ebf7fa23d0821b9
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1691,9 +1691,9 @@ class SpecialHourPeriod
# @return [Google::Apis::MybusinessbusinessinformationV1::TimeOfDay]
attr_accessor :close_time

# Optional. If `true`, `end_date`, `open_time`, and `close_time` are ignored,
# and the date specified in `start_date` is treated as the location being closed
# for the entire day.
# Optional. If true, `end_date`, `open_time`, and `close_time` are ignored, and
# the date specified in `start_date` is treated as the location being closed for
# the entire day.
# Corresponds to the JSON property `closed`
# @return [Boolean]
attr_accessor :closed
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ module Google
module Apis
module MybusinessbusinessinformationV1
# Version of the google-apis-mybusinessbusinessinformation_v1 gem
GEM_VERSION = "0.34.0"
GEM_VERSION = "0.35.0"

# Version of the code generator used to generate this client
GENERATOR_VERSION = "0.19.0"

# Revision of the discovery document this client was generated from
REVISION = "20260809"
REVISION = "20260826"
end
end
end
Loading