chore: Update discovery artifacts (#1304)
## Discovery Artifact Change Summary:
cloudbuildv1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/8b4a096e56ec6d0c1109e01974c690164c873259)
filev1beta1[ [More details]](https://github.com/googleapis/google-api-python-client/commit/f8fb4dfe2bc0cc66332f75af624514f8dc67dd66)
diff --git a/docs/dyn/playablelocations_v3.v3.html b/docs/dyn/playablelocations_v3.v3.html
index 804ef18..abde129 100644
--- a/docs/dyn/playablelocations_v3.v3.html
+++ b/docs/dyn/playablelocations_v3.v3.html
@@ -220,14 +220,14 @@
"a_key": { # A list of PlayableLocation objects that satisfies a single Criterion.
"locations": [ # A list of playable locations for this game object type.
{ # A geographical point suitable for placing game objects in location-based games.
- "centerPoint": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges. # Required. The latitude and longitude associated with the center of the playable location. By default, the set of playable locations returned from SamplePlayableLocations use center-point coordinates.
+ "centerPoint": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # Required. The latitude and longitude associated with the center of the playable location. By default, the set of playable locations returned from SamplePlayableLocations use center-point coordinates.
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
},
"name": "A String", # Required. The name of this playable location.
"placeId": "A String", # A [place ID] (https://developers.google.com/places/place-id)
"plusCode": "A String", # A [plus code] (http://openlocationcode.com)
- "snappedPoint": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this must conform to the WGS84 standard. Values must be within normalized ranges. # The playable location's coordinates, snapped to the sidewalk of the nearest road, if a nearby road exists.
+ "snappedPoint": { # An object that represents a latitude/longitude pair. This is expressed as a pair of doubles to represent degrees latitude and degrees longitude. Unless specified otherwise, this object must conform to the WGS84 standard. Values must be within normalized ranges. # The playable location's coordinates, snapped to the sidewalk of the nearest road, if a nearby road exists.
"latitude": 3.14, # The latitude in degrees. It must be in the range [-90.0, +90.0].
"longitude": 3.14, # The longitude in degrees. It must be in the range [-180.0, +180.0].
},