Skip to content

Commit a4954f6

Browse files
Google APIscopybara-github
authored andcommitted
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 PiperOrigin-RevId: 748000899
1 parent c222e3b commit a4954f6

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

google/maps/areainsights/v1/area_insights_service.proto

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -81,8 +81,8 @@ message ComputeInsightsResponse {
8181

8282
// Holds information about a place
8383
message PlaceInsight {
84-
// The resource name of a place. This resource name can be used to retrieve
85-
// details about the place using the [Places
84+
// The unique identifier of the place. This resource name can be used to
85+
// retrieve details about the place using the [Places
8686
// API](https://developers.google.com/maps/documentation/places/web-service/reference/rest/v1/places/get).
8787
string place = 1 [
8888
(google.api.resource_reference) = { type: "places.googleapis.com/Place" }
@@ -140,9 +140,10 @@ message LocationFilter {
140140
// A region is a geographic boundary such as: cities, postal codes, counties,
141141
// states, etc.
142142
message Region {
143-
// The resource name of a region.
143+
// Defines a geographic region. Only one type of region (e.g. place) can
144+
// specified at a time.
144145
oneof region {
145-
// The Place resource name of a region.
146+
// The unique identifier of a specific geographic region.
146147
string place = 1 [(google.api.resource_reference) = {
147148
type: "places.googleapis.com/Place"
148149
}];

0 commit comments

Comments
 (0)