@@ -1943,7 +1943,8 @@ public Delete set(String parameterName, Object value) {
19431943 }
19441944 }
19451945 /**
1946- * Returns the specified location.
1946+ * Returns the specified location as last set by the merchant. It may not reflect updates from
1947+ * Google or user-generated content that are live on Google Maps.
19471948 *
19481949 * Create a request for the method "locations.get".
19491950 *
@@ -1968,7 +1969,8 @@ public class Get extends MyBusinessBusinessInformationRequest<com.google.api.ser
19681969 java .util .regex .Pattern .compile ("^locations/[^/]+$" );
19691970
19701971 /**
1971- * Returns the specified location.
1972+ * Returns the specified location as last set by the merchant. It may not reflect updates from
1973+ * Google or user-generated content that are live on Google Maps.
19721974 *
19731975 * Create a request for the method "locations.get".
19741976 *
@@ -2099,7 +2101,8 @@ public Get set(String parameterName, Object value) {
20992101 }
21002102 }
21012103 /**
2102- * Looks up all the attributes set for a given location.
2104+ * Retrieves attributes for a location as last set by the merchant. It may not reflect updates from
2105+ * Google or user-generated content that are live on Google Maps.
21032106 *
21042107 * Create a request for the method "locations.getAttributes".
21052108 *
@@ -2124,7 +2127,8 @@ public class GetAttributes extends MyBusinessBusinessInformationRequest<com.goog
21242127 java .util .regex .Pattern .compile ("^locations/[^/]+/attributes$" );
21252128
21262129 /**
2127- * Looks up all the attributes set for a given location.
2130+ * Retrieves attributes for a location as last set by the merchant. It may not reflect updates
2131+ * from Google or user-generated content that are live on Google Maps.
21282132 *
21292133 * Create a request for the method "locations.getAttributes".
21302134 *
@@ -2245,9 +2249,10 @@ public GetAttributes set(String parameterName, Object value) {
22452249 }
22462250 }
22472251 /**
2248- * Gets the version of the specified location, returning a `GoogleUpdatedLocation` that provides the
2249- * location view as it appears to consumers and masks indicating which fields are different than the
2250- * merchant's information.
2252+ * Returns the specified location as it appears live on Google Maps and Search. This consumer-facing
2253+ * view may have been updated by Google or user-generated content and may differ from the merchant's
2254+ * version. The returned GoogleUpdatedLocation contains masks that indicate which fields differ from
2255+ * the merchant's information.
22512256 *
22522257 * Create a request for the method "locations.getGoogleUpdated".
22532258 *
@@ -2272,9 +2277,10 @@ public class GetGoogleUpdated extends MyBusinessBusinessInformationRequest<com.g
22722277 java .util .regex .Pattern .compile ("^locations/[^/]+$" );
22732278
22742279 /**
2275- * Gets the version of the specified location, returning a `GoogleUpdatedLocation` that provides
2276- * the location view as it appears to consumers and masks indicating which fields are different
2277- * than the merchant's information.
2280+ * Returns the specified location as it appears live on Google Maps and Search. This consumer-
2281+ * facing view may have been updated by Google or user-generated content and may differ from the
2282+ * merchant's version. The returned GoogleUpdatedLocation contains masks that indicate which
2283+ * fields differ from the merchant's information.
22782284 *
22792285 * Create a request for the method "locations.getGoogleUpdated".
22802286 *
@@ -2778,9 +2784,9 @@ public Attributes attributes() {
27782784 public class Attributes {
27792785
27802786 /**
2781- * Gets the version of the specified location, returning an `Attributes` message that provides the
2782- * attributes view as it appears to consumers, which may be different than the merchant's
2783- * information .
2787+ * Retrieves attributes for a location as they appear live on Google Maps and Search. This consumer-
2788+ * facing view may have been updated by Google or user-generated content and may differ from the
2789+ * merchant's version .
27842790 *
27852791 * Create a request for the method "attributes.getGoogleUpdated".
27862792 *
@@ -2805,9 +2811,9 @@ public class GetGoogleUpdated extends MyBusinessBusinessInformationRequest<com.g
28052811 java .util .regex .Pattern .compile ("^locations/[^/]+/attributes$" );
28062812
28072813 /**
2808- * Gets the version of the specified location, returning an `Attributes` message that provides the
2809- * attributes view as it appears to consumers, which may be different than the merchant's
2810- * information .
2814+ * Retrieves attributes for a location as they appear live on Google Maps and Search. This
2815+ * consumer-facing view may have been updated by Google or user-generated content and may differ
2816+ * from the merchant's version .
28112817 *
28122818 * Create a request for the method "attributes.getGoogleUpdated".
28132819 *
0 commit comments