Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ class GoogleCloudRetailV2ReplaceCatalogAttributeRequest extends \Google\Model
protected $catalogAttributeType = GoogleCloudRetailV2CatalogAttribute::class;
protected $catalogAttributeDataType = '';
/**
* Indicates which fields in the provided CatalogAttribute to update. The
* following are NOT supported: * CatalogAttribute.key If not set, all
* supported fields are updated.
* Optional. Indicates which fields in the provided CatalogAttribute to
* update. The following are NOT supported: * CatalogAttribute.key If not set,
* all supported fields are updated.
*
* @var string
*/
Expand All @@ -47,9 +47,9 @@ public function getCatalogAttribute()
return $this->catalogAttribute;
}
/**
* Indicates which fields in the provided CatalogAttribute to update. The
* following are NOT supported: * CatalogAttribute.key If not set, all
* supported fields are updated.
* Optional. Indicates which fields in the provided CatalogAttribute to
* update. The following are NOT supported: * CatalogAttribute.key If not set,
* all supported fields are updated.
*
* @param string $updateMask
*/
Expand Down
8 changes: 4 additions & 4 deletions src/CloudRetail/Resource/ProjectsLocationsCatalogs.php
Original file line number Diff line number Diff line change
Expand Up @@ -242,8 +242,8 @@ public function listProjectsLocationsCatalogs($parent, $optParams = [])
* @param GoogleCloudRetailV2Catalog $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask Indicates which fields in the provided Catalog
* to update. If an unsupported or unknown field is provided, an
* @opt_param string updateMask Optional. Indicates which fields in the provided
* Catalog to update. If an unsupported or unknown field is provided, an
* INVALID_ARGUMENT error is returned.
* @return GoogleCloudRetailV2Catalog
* @throws \Google\Service\Exception
Expand Down Expand Up @@ -302,7 +302,7 @@ public function setDefaultBranch($catalog, GoogleCloudRetailV2SetDefaultBranchRe
* @param GoogleCloudRetailV2AttributesConfig $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask Indicates which fields in the provided
* @opt_param string updateMask Optional. Indicates which fields in the provided
* AttributesConfig to update. The following is the only supported field: *
* AttributesConfig.catalog_attributes If not set, all supported fields are
* updated.
Expand All @@ -323,7 +323,7 @@ public function updateAttributesConfig($name, GoogleCloudRetailV2AttributesConfi
* @param GoogleCloudRetailV2CompletionConfig $postBody
* @param array $optParams Optional parameters.
*
* @opt_param string updateMask Indicates which fields in the provided
* @opt_param string updateMask Optional. Indicates which fields in the provided
* CompletionConfig to update. The following are the only supported fields: *
* CompletionConfig.matching_order * CompletionConfig.max_suggestions *
* CompletionConfig.min_prefix_length * CompletionConfig.auto_learning If not
Expand Down
Loading