Skip to content
Merged
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
Expand Up @@ -209,8 +209,9 @@ class PlaceInsight(proto.Message):

Attributes:
place (str):
The resource name of a place. This resource name can be used
to retrieve details about the place using the `Places
The unique identifier of the place. This resource name can
be used to retrieve details about the place using the
`Places
API <https://developers.google.com/maps/documentation/places/web-service/reference/rest/v1/places/get>`__.
"""

Expand Down Expand Up @@ -349,7 +350,8 @@ class Region(proto.Message):

Attributes:
place (str):
The Place resource name of a region.
The unique identifier of a specific
geographic region.

This field is a member of `oneof`_ ``region``.
"""
Expand Down
Loading