Skip to content

Commit d80b457

Browse files
Regenerate mybusinessbusinessinformation client (#8505)
Generated in GitHub action: https://togithub.com/googleapis/googleapis/google-api-php-client-services/actions/workflows/codegen.yaml
1 parent 1ce71ed commit d80b457

2 files changed

Lines changed: 15 additions & 10 deletions

File tree

src/MyBusinessBusinessInformation/Resource/Locations.php

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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.

src/MyBusinessBusinessInformation/Resource/LocationsAttributes.php

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,10 @@
3030
class LocationsAttributes extends \Google\Service\Resource
3131
{
3232
/**
33-
* Gets the version of the specified location, returning an `Attributes` message
34-
* that provides the attributes view as it appears to consumers, which may be
35-
* different than the merchant's information. (attributes.getGoogleUpdated)
33+
* Retrieves attributes for a location as they appear live on Google Maps and
34+
* Search. This consumer-facing view may have been updated by Google or user-
35+
* generated content and may differ from the merchant's version.
36+
* (attributes.getGoogleUpdated)
3637
*
3738
* @param string $name Required. Google identifier for this location in the form
3839
* of `locations/{location_id}/attributes`.

0 commit comments

Comments
 (0)