@@ -50,7 +50,9 @@ public function delete($name, $optParams = [])
5050 return $ this ->call ('delete ' , [$ params ], MybusinessbusinessinformationEmpty::class);
5151 }
5252 /**
53- * Returns the specified location. (locations.get)
53+ * Returns the specified location as last set by the merchant. It may not
54+ * reflect updates from Google or user-generated content that are live on Google
55+ * Maps. (locations.get)
5456 *
5557 * @param string $name Required. The name of the location to fetch.
5658 * @param array $optParams Optional parameters.
@@ -67,8 +69,9 @@ public function get($name, $optParams = [])
6769 return $ this ->call ('get ' , [$ params ], Location::class);
6870 }
6971 /**
70- * Looks up all the attributes set for a given location.
71- * (locations.getAttributes)
72+ * Retrieves attributes for a location as last set by the merchant. It may not
73+ * reflect updates from Google or user-generated content that are live on Google
74+ * Maps. (locations.getAttributes)
7275 *
7376 * @param string $name Required. Google identifier for this location in the form
7477 * of `locations/{location_id}/attributes`.
@@ -83,10 +86,11 @@ public function getAttributes($name, $optParams = [])
8386 return $ this ->call ('getAttributes ' , [$ params ], AttributesModel::class);
8487 }
8588 /**
86- * Gets the version of the specified location, returning a
87- * `GoogleUpdatedLocation` that provides the location view as it appears to
88- * consumers and masks indicating which fields are different than the merchant's
89- * information. (locations.getGoogleUpdated)
89+ * Returns the specified location as it appears live on Google Maps and Search.
90+ * This consumer-facing view may have been updated by Google or user-generated
91+ * content and may differ from the merchant's version. The returned
92+ * GoogleUpdatedLocation contains masks that indicate which fields differ from
93+ * the merchant's information. (locations.getGoogleUpdated)
9094 *
9195 * @param string $name Required. The name of the location to fetch.
9296 * @param array $optParams Optional parameters.
0 commit comments