Skip to content

Commit 850090a

Browse files
feat: Automated regeneration of places v1 client (googleapis#20437)
Auto-created at 2024-10-27 09:06:19 +0000 using the toys pull request generator.
1 parent 5cde3c2 commit 850090a

File tree

3 files changed

+9
-7
lines changed

3 files changed

+9
-7
lines changed

generated/google-apis-places_v1/CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# Release history for google-apis-places_v1
22

3-
### v0.27.0 (2024-10-20)
3+
### v0.27.0 (2024-10-27)
44

5-
* Regenerated from discovery document revision 20241015
5+
* Regenerated from discovery document revision 20241022
66

77
### v0.26.0 (2024-09-29)
88

generated/google-apis-places_v1/lib/google/apis/places_v1/classes.rb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -162,14 +162,16 @@ class GoogleMapsPlacesV1AddressDescriptorLandmark
162162
# @return [String]
163163
attr_accessor :spatial_relationship
164164

165-
# The straight line distance in meters between the target location and the
166-
# landmark.
165+
# The straight line distance, in meters, between the center point of the target
166+
# and the center point of the landmark. In some situations, this value can be
167+
# longer than `travel_distance_meters`.
167168
# Corresponds to the JSON property `straightLineDistanceMeters`
168169
# @return [Float]
169170
attr_accessor :straight_line_distance_meters
170171

171-
# The travel distance in meters along the road network if known. This does not
172-
# take into account the mode of transportation (walking/driving).
172+
# The travel distance, in meters, along the road network from the target to the
173+
# landmark, if known. This value does not take into account the mode of
174+
# transportation, such as walking, driving, or biking.
173175
# Corresponds to the JSON property `travelDistanceMeters`
174176
# @return [Float]
175177
attr_accessor :travel_distance_meters

generated/google-apis-places_v1/lib/google/apis/places_v1/gem_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ module PlacesV1
2222
GENERATOR_VERSION = "0.15.1"
2323

2424
# Revision of the discovery document this client was generated from
25-
REVISION = "20241015"
25+
REVISION = "20241022"
2626
end
2727
end
2828
end

0 commit comments

Comments
 (0)