Skip to content

Commit afd8e5b

Browse files
docs: [google-maps-areainsights] A comment for field place in message .google.maps.areainsights.v1.PlaceInsight is changed (#13794)
- [ ] Regenerate this pull request now. BEGIN_COMMIT_OVERRIDE docs: A comment for field `place` in message `.google.maps.areainsights.v1.PlaceInsight` is changed docs: A comment for field `place` in message `.google.maps.areainsights.v1.LocationFilter` is changed END_COMMIT_OVERRIDE PiperOrigin-RevId: 748000899 Source-Link: googleapis/googleapis@a4954f6 Source-Link: googleapis/googleapis-gen@5bccede Copy-Tag: eyJwIjoicGFja2FnZXMvZ29vZ2xlLW1hcHMtYXJlYWluc2lnaHRzLy5Pd2xCb3QueWFtbCIsImgiOiI1YmNjZWRlNWM4Njg2OWFiMmIxODFhMDkxZDlhOTM1YThjZmVlYjNjIn0= --------- Co-authored-by: Owl Bot <gcf-owl-bot[bot]@users.noreply.github.com>
1 parent cf141a8 commit afd8e5b

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

packages/google-maps-areainsights/google/maps/areainsights_v1/types/area_insights_service.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,9 @@ class PlaceInsight(proto.Message):
209209
210210
Attributes:
211211
place (str):
212-
The resource name of a place. This resource name can be used
213-
to retrieve details about the place using the `Places
212+
The unique identifier of the place. This resource name can
213+
be used to retrieve details about the place using the
214+
`Places
214215
API <https://developers.google.com/maps/documentation/places/web-service/reference/rest/v1/places/get>`__.
215216
"""
216217

@@ -349,7 +350,8 @@ class Region(proto.Message):
349350
350351
Attributes:
351352
place (str):
352-
The Place resource name of a region.
353+
The unique identifier of a specific
354+
geographic region.
353355
354356
This field is a member of `oneof`_ ``region``.
355357
"""

0 commit comments

Comments
 (0)