|
133 | 133 | "type": "string"
|
134 | 134 | },
|
135 | 135 | "deviceType": {
|
136 |
| - "description": "The device type context for completion suggestions. It is useful to apply different suggestions on different device types, e.g. `DESKTOP`, `MOBILE`. If it is empty, the suggestions are across all device types. Supported formats: * `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.", |
| 136 | + "description": "The device type context for completion suggestions. We recommend that you leave this field empty. It can apply different suggestions on different device types, e.g. `DESKTOP`, `MOBILE`. If it is empty, the suggestions are across all device types. Supported formats: * `UNKNOWN_DEVICE_TYPE` * `DESKTOP` * `MOBILE` * A customized string starts with `OTHER_`, e.g. `OTHER_IPHONE`.", |
137 | 137 | "location": "query",
|
138 | 138 | "type": "string"
|
139 | 139 | },
|
|
1800 | 1800 | "required": true,
|
1801 | 1801 | "type": "string"
|
1802 | 1802 | },
|
| 1803 | + "prebuiltRule": { |
| 1804 | + "description": "The prebuilt rule name that can convert a specific type of raw_json. For example: \"default_schema/v1.0\"", |
| 1805 | + "location": "query", |
| 1806 | + "type": "string" |
| 1807 | + }, |
| 1808 | + "rawJson": { |
| 1809 | + "description": "An arbitrary serialized JSON string that contains necessary information that can comprise a user event. When this field is specified, the user_event field will be ignored. Note: line-delimited JSON is not supported, a single JSON only.", |
| 1810 | + "location": "query", |
| 1811 | + "type": "string" |
| 1812 | + }, |
1803 | 1813 | "uri": {
|
1804 | 1814 | "description": "The URL including cgi-parameters but excluding the hash fragment with a length limit of 5,000 characters. This is often more useful than the referer URL, because many browsers only send the domain for 3rd party requests.",
|
1805 | 1815 | "location": "query",
|
|
2080 | 2090 | }
|
2081 | 2091 | }
|
2082 | 2092 | },
|
2083 |
| - "revision": "20220922", |
| 2093 | + "revision": "20221014", |
2084 | 2094 | "rootUrl": "https://retail.googleapis.com/",
|
2085 | 2095 | "schemas": {
|
2086 | 2096 | "GoogleApiHttpBody": {
|
|
2181 | 2191 | "type": "object"
|
2182 | 2192 | },
|
2183 | 2193 | "GoogleCloudRetailLoggingImportErrorContext": {
|
2184 |
| - "description": "The error payload that is populated on LRO import APIs. Including: \"google.cloud.retail.v2.ProductService.ImportProducts\" \"google.cloud.retail.v2.EventService.ImportUserEvents\"", |
| 2194 | + "description": "The error payload that is populated on LRO import APIs, including \"google.cloud.retail.v2.ProductService.ImportProducts\" and \"google.cloud.retail.v2.EventService.ImportUserEvents\".", |
2185 | 2195 | "id": "GoogleCloudRetailLoggingImportErrorContext",
|
2186 | 2196 | "properties": {
|
2187 | 2197 | "catalogItem": {
|
|
2192 | 2202 | "description": "Cloud Storage file path of the import source. Can be set for batch operation error.",
|
2193 | 2203 | "type": "string"
|
2194 | 2204 | },
|
2195 |
| - "inventoryActivity": { |
2196 |
| - "description": "The detailed content which caused the error on importing an inventory activity. http://cs/google3/google/cloud/retail/v2main/inventory_activity.proto", |
2197 |
| - "type": "string" |
2198 |
| - }, |
2199 | 2205 | "lineNumber": {
|
2200 | 2206 | "description": "Line number of the content in file. Should be empty for permission or batch operation error.",
|
2201 | 2207 | "type": "string"
|
|
2204 | 2210 | "description": "The operation resource name of the LRO.",
|
2205 | 2211 | "type": "string"
|
2206 | 2212 | },
|
2207 |
| - "order": { |
2208 |
| - "description": "The detailed content which caused the error on importing an order. http://cs/google3/google/cloud/retail/v2main/order.proto", |
2209 |
| - "type": "string" |
2210 |
| - }, |
2211 |
| - "place": { |
2212 |
| - "description": "The detailed content which caused the error on importing a place. http://cs/google3/google/cloud/retail/v2main/place.proto", |
2213 |
| - "type": "string" |
2214 |
| - }, |
2215 |
| - "placeAsset": { |
2216 |
| - "description": "The detailed content which caused the error on importing a place asset. http://cs/google3/google/cloud/retail/v2main/place_asset.proto", |
2217 |
| - "type": "string" |
2218 |
| - }, |
2219 |
| - "placeProductPrice": { |
2220 |
| - "description": "The detailed content which caused the error on importing a place product price. http://cs/google3/google/cloud/retail/v2main/place_product_price.proto", |
2221 |
| - "type": "string" |
2222 |
| - }, |
2223 |
| - "placeProductSettings": { |
2224 |
| - "description": "The detailed content which caused the error on importing a place product settings. http://cs/google3/google/cloud/retail/v2main/place_product_settings.proto", |
2225 |
| - "type": "string" |
2226 |
| - }, |
2227 | 2213 | "product": {
|
2228 | 2214 | "description": "The detailed content which caused the error on importing a product.",
|
2229 | 2215 | "type": "string"
|
|
3244 | 3230 | },
|
3245 | 3231 | "type": "object"
|
3246 | 3232 | },
|
| 3233 | + "GoogleCloudRetailV2alphaGcsOutputResult": { |
| 3234 | + "description": "A Gcs output result.", |
| 3235 | + "id": "GoogleCloudRetailV2alphaGcsOutputResult", |
| 3236 | + "properties": { |
| 3237 | + "outputUri": { |
| 3238 | + "description": "The uri of Gcs output", |
| 3239 | + "type": "string" |
| 3240 | + } |
| 3241 | + }, |
| 3242 | + "type": "object" |
| 3243 | + }, |
3247 | 3244 | "GoogleCloudRetailV2alphaGcsSource": {
|
3248 | 3245 | "description": "Google Cloud Storage location for input content.",
|
3249 | 3246 | "id": "GoogleCloudRetailV2alphaGcsSource",
|
|
3920 | 3917 | "type": "object"
|
3921 | 3918 | },
|
3922 | 3919 | "GoogleCloudRetailV2alphaOutputResult": {
|
3923 |
| - "description": "Output result.", |
| 3920 | + "description": "Output result that stores the information about where the exported data is stored.", |
3924 | 3921 | "id": "GoogleCloudRetailV2alphaOutputResult",
|
3925 | 3922 | "properties": {
|
3926 | 3923 | "bigqueryResult": {
|
3927 |
| - "description": "Export result in BigQuery.", |
| 3924 | + "description": "The BigQuery location where the result is stored.", |
3928 | 3925 | "items": {
|
3929 | 3926 | "$ref": "GoogleCloudRetailV2alphaBigQueryOutputResult"
|
3930 | 3927 | },
|
3931 | 3928 | "type": "array"
|
| 3929 | + }, |
| 3930 | + "gcsResult": { |
| 3931 | + "description": "The Google Cloud Storage location where the result is stored.", |
| 3932 | + "items": { |
| 3933 | + "$ref": "GoogleCloudRetailV2alphaGcsOutputResult" |
| 3934 | + }, |
| 3935 | + "type": "array" |
3932 | 3936 | }
|
3933 | 3937 | },
|
3934 | 3938 | "type": "object"
|
|
5899 | 5903 | },
|
5900 | 5904 | "type": "object"
|
5901 | 5905 | },
|
| 5906 | + "GoogleCloudRetailV2betaGcsOutputResult": { |
| 5907 | + "description": "A Gcs output result.", |
| 5908 | + "id": "GoogleCloudRetailV2betaGcsOutputResult", |
| 5909 | + "properties": { |
| 5910 | + "outputUri": { |
| 5911 | + "description": "The uri of Gcs output", |
| 5912 | + "type": "string" |
| 5913 | + } |
| 5914 | + }, |
| 5915 | + "type": "object" |
| 5916 | + }, |
5902 | 5917 | "GoogleCloudRetailV2betaImportCompletionDataResponse": {
|
5903 | 5918 | "description": "Response of the ImportCompletionDataRequest. If the long running operation is done, this message is returned by the google.longrunning.Operations.response field if the operation is successful.",
|
5904 | 5919 | "id": "GoogleCloudRetailV2betaImportCompletionDataResponse",
|
|
6144 | 6159 | "type": "object"
|
6145 | 6160 | },
|
6146 | 6161 | "GoogleCloudRetailV2betaOutputResult": {
|
6147 |
| - "description": "Output result.", |
| 6162 | + "description": "Output result that stores the information about where the exported data is stored.", |
6148 | 6163 | "id": "GoogleCloudRetailV2betaOutputResult",
|
6149 | 6164 | "properties": {
|
6150 | 6165 | "bigqueryResult": {
|
6151 |
| - "description": "Export result in BigQuery.", |
| 6166 | + "description": "The BigQuery location where the result is stored.", |
6152 | 6167 | "items": {
|
6153 | 6168 | "$ref": "GoogleCloudRetailV2betaBigQueryOutputResult"
|
6154 | 6169 | },
|
6155 | 6170 | "type": "array"
|
| 6171 | + }, |
| 6172 | + "gcsResult": { |
| 6173 | + "description": "The Google Cloud Storage location where the result is stored.", |
| 6174 | + "items": { |
| 6175 | + "$ref": "GoogleCloudRetailV2betaGcsOutputResult" |
| 6176 | + }, |
| 6177 | + "type": "array" |
6156 | 6178 | }
|
6157 | 6179 | },
|
6158 | 6180 | "type": "object"
|
|
0 commit comments