Skip to content

Commit b9b3279

Browse files
feat(places): update the api
#### places:v1 The following keys were added: - schemas.GoogleMapsPlacesV1Review.properties.visitDate.$ref (Total Keys: 1) - schemas.GoogleMapsPlacesV1ReviewVisitDate (Total Keys: 6)
1 parent c8ea6cb commit b9b3279

File tree

2 files changed

+42
-1
lines changed

2 files changed

+42
-1
lines changed

docs/dyn/places_v1.places.html

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -758,6 +758,10 @@ <h3>Method Details</h3>
758758
&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.
759759
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
760760
},
761+
&quot;visitDate&quot;: { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
762+
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
763+
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
764+
},
761765
},
762766
],
763767
&quot;servesBeer&quot;: True or False, # Specifies if the place serves beer.
@@ -1349,6 +1353,10 @@ <h3>Method Details</h3>
13491353
&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.
13501354
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
13511355
},
1356+
&quot;visitDate&quot;: { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
1357+
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
1358+
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
1359+
},
13521360
},
13531361
],
13541362
&quot;servesBeer&quot;: True or False, # Specifies if the place serves beer.
@@ -1535,6 +1543,10 @@ <h3>Method Details</h3>
15351543
&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.
15361544
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
15371545
},
1546+
&quot;visitDate&quot;: { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
1547+
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
1548+
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
1549+
},
15381550
},
15391551
},
15401552
},
@@ -1576,6 +1588,10 @@ <h3>Method Details</h3>
15761588
&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.
15771589
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
15781590
},
1591+
&quot;visitDate&quot;: { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
1592+
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
1593+
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
1594+
},
15791595
},
15801596
],
15811597
},
@@ -2070,6 +2086,10 @@ <h3>Method Details</h3>
20702086
&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.
20712087
&quot;text&quot;: &quot;A String&quot;, # Localized string in the language corresponding to language_code below.
20722088
},
2089+
&quot;visitDate&quot;: { # The date when the author visited the place. This is trucated to month. # The date when the author visited the place. This is trucated to month.
2090+
&quot;month&quot;: 42, # The month the author visited the place, e.g. 4. The value is between 1 and 12.
2091+
&quot;year&quot;: 42, # The year the author visited the place, e.g. 2025.
2092+
},
20732093
},
20742094
],
20752095
&quot;servesBeer&quot;: True or False, # Specifies if the place serves beer.

googleapiclient/discovery_cache/documents/places.v1.json

Lines changed: 22 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@
280280
}
281281
}
282282
},
283-
"revision": "20250414",
283+
"revision": "20250429",
284284
"rootUrl": "https://places.googleapis.com/",
285285
"schemas": {
286286
"GoogleGeoTypeViewport": {
@@ -1846,6 +1846,27 @@
18461846
"text": {
18471847
"$ref": "GoogleTypeLocalizedText",
18481848
"description": "The localized text of the review."
1849+
},
1850+
"visitDate": {
1851+
"$ref": "GoogleMapsPlacesV1ReviewVisitDate",
1852+
"description": "The date when the author visited the place. This is trucated to month."
1853+
}
1854+
},
1855+
"type": "object"
1856+
},
1857+
"GoogleMapsPlacesV1ReviewVisitDate": {
1858+
"description": "The date when the author visited the place. This is trucated to month.",
1859+
"id": "GoogleMapsPlacesV1ReviewVisitDate",
1860+
"properties": {
1861+
"month": {
1862+
"description": "The month the author visited the place, e.g. 4. The value is between 1 and 12.",
1863+
"format": "int32",
1864+
"type": "integer"
1865+
},
1866+
"year": {
1867+
"description": "The year the author visited the place, e.g. 2025.",
1868+
"format": "int32",
1869+
"type": "integer"
18491870
}
18501871
},
18511872
"type": "object"

0 commit comments

Comments
 (0)