|
138 | 138 | "type": "string"
|
139 | 139 | },
|
140 | 140 | "enableAttributeSuggestions": {
|
141 |
| -"description": "If true, attribute suggestions are enabled and provided in response. This field is only available for \"cloud-retail\" dataset.", |
| 141 | +"description": "If true, attribute suggestions are enabled and provided in the response. This field is only available for the \"cloud-retail\" dataset.", |
142 | 142 | "location": "query",
|
143 | 143 | "type": "boolean"
|
144 | 144 | },
|
|
2092 | 2092 | }
|
2093 | 2093 | }
|
2094 | 2094 | },
|
2095 |
| -"revision": "20240530", |
| 2095 | +"revision": "20240614", |
2096 | 2096 | "rootUrl": "https://retail.googleapis.com/",
|
2097 | 2097 | "schemas": {
|
2098 | 2098 | "GoogleApiHttpBody": {
|
|
6517 | 6517 | },
|
6518 | 6518 | "type": "object"
|
6519 | 6519 | },
|
6520 |
| -"GoogleCloudRetailV2betaCreateMerchantCenterAccountLinkMetadata": { |
6521 |
| -"description": "Common metadata related to the progress of the operations.", |
6522 |
| -"id": "GoogleCloudRetailV2betaCreateMerchantCenterAccountLinkMetadata", |
6523 |
| -"properties": { |
6524 |
| -"createTime": { |
6525 |
| -"description": "Operation create time.", |
6526 |
| -"format": "google-datetime", |
6527 |
| -"type": "string" |
6528 |
| -}, |
6529 |
| -"updateTime": { |
6530 |
| -"description": "Operation last update time. If the operation is done, this is also the finish time.", |
6531 |
| -"format": "google-datetime", |
6532 |
| -"type": "string" |
6533 |
| -} |
6534 |
| -}, |
6535 |
| -"type": "object" |
6536 |
| -}, |
6537 | 6520 | "GoogleCloudRetailV2betaCreateModelMetadata": {
|
6538 | 6521 | "description": "Metadata associated with a create operation.",
|
6539 | 6522 | "id": "GoogleCloudRetailV2betaCreateModelMetadata",
|
|
6751 | 6734 | },
|
6752 | 6735 | "type": "object"
|
6753 | 6736 | },
|
6754 |
| -"GoogleCloudRetailV2betaMerchantCenterAccountLink": { |
6755 |
| -"description": "Represents a link between a Merchant Center account and a branch. After a link is established, products from the linked Merchant Center account are streamed to the linked branch.", |
6756 |
| -"id": "GoogleCloudRetailV2betaMerchantCenterAccountLink", |
6757 |
| -"properties": { |
6758 |
| -"branchId": { |
6759 |
| -"description": "Required. The branch ID (e.g. 0/1/2) within the catalog that products from merchant_center_account_id are streamed to. When updating this field, an empty value will use the currently configured default branch. However, changing the default branch later on won't change the linked branch here. A single branch ID can only have one linked Merchant Center account ID.", |
6760 |
| -"type": "string" |
6761 |
| -}, |
6762 |
| -"feedFilters": { |
6763 |
| -"description": "Criteria for the Merchant Center feeds to be ingested via the link. All offers will be ingested if the list is empty. Otherwise the offers will be ingested from selected feeds.", |
6764 |
| -"items": { |
6765 |
| -"$ref": "GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter" |
6766 |
| -}, |
6767 |
| -"type": "array" |
6768 |
| -}, |
6769 |
| -"feedLabel": { |
6770 |
| -"description": "The FeedLabel used to perform filtering. Note: this replaces [region_id](https://developers.google.com/shopping-content/reference/rest/v2.1/products#Product.FIELDS.feed_label). Example value: `US`. Example value: `FeedLabel1`.", |
6771 |
| -"type": "string" |
6772 |
| -}, |
6773 |
| -"id": { |
6774 |
| -"description": "Output only. Immutable. MerchantCenterAccountLink identifier, which is the final component of name. This field is auto generated and follows the convention: `BranchId_MerchantCenterAccountId`. `projects/*/locations/global/catalogs/default_catalog/merchantCenterAccountLinks/id_1`.", |
6775 |
| -"readOnly": true, |
6776 |
| -"type": "string" |
6777 |
| -}, |
6778 |
| -"languageCode": { |
6779 |
| -"description": "Language of the title/description and other string attributes. Use language tags defined by [BCP 47](https://www.rfc-editor.org/rfc/bcp/bcp47.txt). ISO 639-1. This specifies the language of offers in Merchant Center that will be accepted. If empty, no language filtering will be performed. Example value: `en`.", |
6780 |
| -"type": "string" |
6781 |
| -}, |
6782 |
| -"merchantCenterAccountId": { |
6783 |
| -"description": "Required. The linked [Merchant center account id](https://developers.google.com/shopping-content/guides/accountstatuses). The account must be a standalone account or a sub-account of a MCA.", |
6784 |
| -"format": "int64", |
6785 |
| -"type": "string" |
6786 |
| -}, |
6787 |
| -"name": { |
6788 |
| -"description": "Output only. Immutable. Full resource name of the Merchant Center Account Link, such as `projects/*/locations/global/catalogs/default_catalog/merchantCenterAccountLinks/merchant_center_account_link`.", |
6789 |
| -"readOnly": true, |
6790 |
| -"type": "string" |
6791 |
| -}, |
6792 |
| -"projectId": { |
6793 |
| -"description": "Output only. Google Cloud project ID.", |
6794 |
| -"readOnly": true, |
6795 |
| -"type": "string" |
6796 |
| -}, |
6797 |
| -"source": { |
6798 |
| -"description": "Optional. An optional arbitrary string that could be used as a tag for tracking link source.", |
6799 |
| -"type": "string" |
6800 |
| -}, |
6801 |
| -"state": { |
6802 |
| -"description": "Output only. Represents the state of the link.", |
6803 |
| -"enum": [ |
6804 |
| -"STATE_UNSPECIFIED", |
6805 |
| -"PENDING", |
6806 |
| -"ACTIVE", |
6807 |
| -"FAILED" |
6808 |
| -], |
6809 |
| -"enumDescriptions": [ |
6810 |
| -"Default value.", |
6811 |
| -"Link is created and LRO is not complete.", |
6812 |
| -"Link is active.", |
6813 |
| -"Link creation failed." |
6814 |
| -], |
6815 |
| -"readOnly": true, |
6816 |
| -"type": "string" |
6817 |
| -} |
6818 |
| -}, |
6819 |
| -"type": "object" |
6820 |
| -}, |
6821 |
| -"GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter": { |
6822 |
| -"description": "Merchant Center Feed filter criterion.", |
6823 |
| -"id": "GoogleCloudRetailV2betaMerchantCenterAccountLinkMerchantCenterFeedFilter", |
6824 |
| -"properties": { |
6825 |
| -"primaryFeedId": { |
6826 |
| -"description": "Merchant Center primary feed ID.", |
6827 |
| -"format": "int64", |
6828 |
| -"type": "string" |
6829 |
| -}, |
6830 |
| -"primaryFeedName": { |
6831 |
| -"description": "Merchant Center primary feed name. The name is used for the display purposes only.", |
6832 |
| -"type": "string" |
6833 |
| -} |
6834 |
| -}, |
6835 |
| -"type": "object" |
6836 |
| -}, |
6837 | 6737 | "GoogleCloudRetailV2betaModel": {
|
6838 | 6738 | "description": "Metadata that describes the training and serving parameters of a Model. A Model can be associated with a ServingConfig and then queried through the Predict API.",
|
6839 | 6739 | "id": "GoogleCloudRetailV2betaModel",
|
|
0 commit comments