Skip to content

Commit 2cfac40

Browse files
feat(places): update the api
#### places:v1 The following keys were added: - schemas.GoogleMapsPlacesV1Place.properties.movedPlace (Total Keys: 2)
1 parent ce151d0 commit 2cfac40

File tree

2 files changed

+25
-11
lines changed

2 files changed

+25
-11
lines changed

docs/dyn/places_v1.places.html

Lines changed: 14 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,7 +326,7 @@ <h3>Method Details</h3>
326326
],
327327
&quot;businessStatus&quot;: &quot;A String&quot;, # The business status for the place.
328328
&quot;consumerAlert&quot;: { # The consumer alert message for the place when we detect suspicious review activity on a business or a business violates our policies. # The consumer alert message for the place when we detect suspicious review activity on a business or a business violates our policies.
329-
&quot;details&quot;: { # The details of the consumer alert message. # The details of the consumer alert message.ƒ
329+
&quot;details&quot;: { # The details of the consumer alert message. # The details of the consumer alert message.
330330
&quot;aboutLink&quot;: { # The link to show together with the description to provide more information. # The link to show together with the description to provide more information.
331331
&quot;title&quot;: &quot;A String&quot;, # The title to show for the link.
332332
&quot;uri&quot;: &quot;A String&quot;, # The uri of the link.
@@ -546,6 +546,8 @@ <h3>Method Details</h3>
546546
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
547547
},
548548
&quot;menuForChildren&quot;: True or False, # Place has a children&#x27;s menu.
549+
&quot;movedPlace&quot;: &quot;A String&quot;, # If this Place is permanently closed and has moved to a new Place, this field contains the new Place&#x27;s resource name, in `places/{place_id}` format. If this Place moved multiple times, this field will represent the first moved place. This field will not be populated if this Place has not moved.
550+
&quot;movedPlaceId&quot;: &quot;A String&quot;, # If this Place is permanently closed and has moved to a new Place, this field contains the new Place&#x27;s place ID. If this Place moved multiple times, this field will represent the first moved Place. This field will not be populated if this Place has not moved.
549551
&quot;name&quot;: &quot;A String&quot;, # This Place&#x27;s resource name, in `places/{place_id}` format. Can be used to look up the Place.
550552
&quot;nationalPhoneNumber&quot;: &quot;A String&quot;, # A human-readable phone number for the place, in national format.
551553
&quot;neighborhoodSummary&quot;: { # A summary of points of interest near the place. # A summary of points of interest near the place.
@@ -771,7 +773,7 @@ <h3>Method Details</h3>
771773
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
772774
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
773775
},
774-
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is trucated to the year and month of the visit.
776+
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is truncated to the year and month of the visit.
775777
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
776778
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
777779
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
@@ -935,7 +937,7 @@ <h3>Method Details</h3>
935937
],
936938
&quot;businessStatus&quot;: &quot;A String&quot;, # The business status for the place.
937939
&quot;consumerAlert&quot;: { # The consumer alert message for the place when we detect suspicious review activity on a business or a business violates our policies. # The consumer alert message for the place when we detect suspicious review activity on a business or a business violates our policies.
938-
&quot;details&quot;: { # The details of the consumer alert message. # The details of the consumer alert message.ƒ
940+
&quot;details&quot;: { # The details of the consumer alert message. # The details of the consumer alert message.
939941
&quot;aboutLink&quot;: { # The link to show together with the description to provide more information. # The link to show together with the description to provide more information.
940942
&quot;title&quot;: &quot;A String&quot;, # The title to show for the link.
941943
&quot;uri&quot;: &quot;A String&quot;, # The uri of the link.
@@ -1155,6 +1157,8 @@ <h3>Method Details</h3>
11551157
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
11561158
},
11571159
&quot;menuForChildren&quot;: True or False, # Place has a children&#x27;s menu.
1160+
&quot;movedPlace&quot;: &quot;A String&quot;, # If this Place is permanently closed and has moved to a new Place, this field contains the new Place&#x27;s resource name, in `places/{place_id}` format. If this Place moved multiple times, this field will represent the first moved place. This field will not be populated if this Place has not moved.
1161+
&quot;movedPlaceId&quot;: &quot;A String&quot;, # If this Place is permanently closed and has moved to a new Place, this field contains the new Place&#x27;s place ID. If this Place moved multiple times, this field will represent the first moved Place. This field will not be populated if this Place has not moved.
11581162
&quot;name&quot;: &quot;A String&quot;, # This Place&#x27;s resource name, in `places/{place_id}` format. Can be used to look up the Place.
11591163
&quot;nationalPhoneNumber&quot;: &quot;A String&quot;, # A human-readable phone number for the place, in national format.
11601164
&quot;neighborhoodSummary&quot;: { # A summary of points of interest near the place. # A summary of points of interest near the place.
@@ -1380,7 +1384,7 @@ <h3>Method Details</h3>
13801384
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
13811385
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
13821386
},
1383-
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is trucated to the year and month of the visit.
1387+
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is truncated to the year and month of the visit.
13841388
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
13851389
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
13861390
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
@@ -1571,7 +1575,7 @@ <h3>Method Details</h3>
15711575
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
15721576
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
15731577
},
1574-
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is trucated to the year and month of the visit.
1578+
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is truncated to the year and month of the visit.
15751579
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
15761580
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
15771581
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
@@ -1617,7 +1621,7 @@ <h3>Method Details</h3>
16171621
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
16181622
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
16191623
},
1620-
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is trucated to the year and month of the visit.
1624+
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is truncated to the year and month of the visit.
16211625
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
16221626
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
16231627
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
@@ -1684,7 +1688,7 @@ <h3>Method Details</h3>
16841688
],
16851689
&quot;businessStatus&quot;: &quot;A String&quot;, # The business status for the place.
16861690
&quot;consumerAlert&quot;: { # The consumer alert message for the place when we detect suspicious review activity on a business or a business violates our policies. # The consumer alert message for the place when we detect suspicious review activity on a business or a business violates our policies.
1687-
&quot;details&quot;: { # The details of the consumer alert message. # The details of the consumer alert message.ƒ
1691+
&quot;details&quot;: { # The details of the consumer alert message. # The details of the consumer alert message.
16881692
&quot;aboutLink&quot;: { # The link to show together with the description to provide more information. # The link to show together with the description to provide more information.
16891693
&quot;title&quot;: &quot;A String&quot;, # The title to show for the link.
16901694
&quot;uri&quot;: &quot;A String&quot;, # The uri of the link.
@@ -1904,6 +1908,8 @@ <h3>Method Details</h3>
19041908
&quot;longitude&quot;: 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
19051909
},
19061910
&quot;menuForChildren&quot;: True or False, # Place has a children&#x27;s menu.
1911+
&quot;movedPlace&quot;: &quot;A String&quot;, # If this Place is permanently closed and has moved to a new Place, this field contains the new Place&#x27;s resource name, in `places/{place_id}` format. If this Place moved multiple times, this field will represent the first moved place. This field will not be populated if this Place has not moved.
1912+
&quot;movedPlaceId&quot;: &quot;A String&quot;, # If this Place is permanently closed and has moved to a new Place, this field contains the new Place&#x27;s place ID. If this Place moved multiple times, this field will represent the first moved Place. This field will not be populated if this Place has not moved.
19071913
&quot;name&quot;: &quot;A String&quot;, # This Place&#x27;s resource name, in `places/{place_id}` format. Can be used to look up the Place.
19081914
&quot;nationalPhoneNumber&quot;: &quot;A String&quot;, # A human-readable phone number for the place, in national format.
19091915
&quot;neighborhoodSummary&quot;: { # A summary of points of interest near the place. # A summary of points of interest near the place.
@@ -2129,7 +2135,7 @@ <h3>Method Details</h3>
21292135
&quot;languageCode&quot;: &quot;A String&quot;, # The text&#x27;s BCP-47 language code, such as &quot;en-US&quot; or &quot;sr-Latn&quot;. For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier.
21302136
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
21312137
},
2132-
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is trucated to the year and month of the visit.
2138+
&quot;visitDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # The date when the author visited the place. This is truncated to the year and month of the visit.
21332139
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
21342140
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
21352141
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

0 commit comments

Comments
 (0)