Skip to content

Commit c206758

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

5 files changed

Lines changed: 22 additions & 13 deletions

File tree

src/MyBusinessBusinessInformation/FreeFormServiceItem.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public function getCategory()
5252
* Required. Language-tagged labels for the item. We recommend that item names
5353
* be 140 characters or less, and descriptions 250 characters or less. This
5454
* field should only be set if the input is a custom service item.
55-
* Standardized service types should be updated via service_type_id.
55+
* Standardized service types should be updated using service_type_id.
5656
*
5757
* @param Label $label
5858
*/

src/MyBusinessBusinessInformation/GoogleUpdatedLocation.php

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -20,23 +20,28 @@
2020
class GoogleUpdatedLocation extends \Google\Model
2121
{
2222
/**
23-
* The fields that Google updated.
23+
* The fields where the values in the view as it appears to consumers are
24+
* different than the merchant's information. To accept these changes, patch
25+
* the location. To reject, patch with your preferred values.
2426
*
2527
* @var string
2628
*/
2729
public $diffMask;
2830
protected $locationType = Location::class;
2931
protected $locationDataType = '';
3032
/**
31-
* The fields that have pending edits that haven't yet been pushed to Maps and
32-
* Search.
33+
* The fields where the merchant has provided an update that is currently in
34+
* flight and hasn't yet been published to Maps and Search. This mask only
35+
* tracks the status of the merchant's own edits, not external changes.
3336
*
3437
* @var string
3538
*/
3639
public $pendingMask;
3740

3841
/**
39-
* The fields that Google updated.
42+
* The fields where the values in the view as it appears to consumers are
43+
* different than the merchant's information. To accept these changes, patch
44+
* the location. To reject, patch with your preferred values.
4045
*
4146
* @param string $diffMask
4247
*/
@@ -68,8 +73,9 @@ public function getLocation()
6873
return $this->location;
6974
}
7075
/**
71-
* The fields that have pending edits that haven't yet been pushed to Maps and
72-
* Search.
76+
* The fields where the merchant has provided an update that is currently in
77+
* flight and hasn't yet been published to Maps and Search. This mask only
78+
* tracks the status of the merchant's own edits, not external changes.
7379
*
7480
* @param string $pendingMask
7581
*/

src/MyBusinessBusinessInformation/Metadata.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ class Metadata extends \Google\Model
7272
/**
7373
* Output only. Indicates whether the place ID associated with this location
7474
* has updates that need to be updated or rejected by the client. If this
75-
* boolean is set, you should call the `getGoogleUpdated` method to lookup
75+
* boolean is set, you should call the `getGoogleUpdated` method to look up
7676
* information that's needs to be verified.
7777
*
7878
* @var bool
@@ -256,7 +256,7 @@ public function getDuplicateLocation()
256256
/**
257257
* Output only. Indicates whether the place ID associated with this location
258258
* has updates that need to be updated or rejected by the client. If this
259-
* boolean is set, you should call the `getGoogleUpdated` method to lookup
259+
* boolean is set, you should call the `getGoogleUpdated` method to look up
260260
* information that's needs to be verified.
261261
*
262262
* @param bool $hasGoogleUpdated

src/MyBusinessBusinessInformation/Resource/Locations.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,8 +83,10 @@ public function getAttributes($name, $optParams = [])
8383
return $this->call('getAttributes', [$params], AttributesModel::class);
8484
}
8585
/**
86-
* Gets the Google-updated version of the specified location.
87-
* (locations.getGoogleUpdated)
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)
8890
*
8991
* @param string $name Required. The name of the location to fetch.
9092
* @param array $optParams Optional parameters.

src/MyBusinessBusinessInformation/Resource/LocationsAttributes.php

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,9 @@
3030
class LocationsAttributes extends \Google\Service\Resource
3131
{
3232
/**
33-
* Gets the Google-updated version of the specified location.
34-
* (attributes.getGoogleUpdated)
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)
3536
*
3637
* @param string $name Required. Google identifier for this location in the form
3738
* of `locations/{location_id}/attributes`.

0 commit comments

Comments
 (0)