You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<pclass="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.</p>
79
+
<pclass="firstline">Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.</p>
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of 1, corresponding to `Code.CANCELLED`.
95
+
<pre>Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
96
96
97
97
Args:
98
98
name: string, The name of the operation resource to be cancelled. (required)
Copy file name to clipboardExpand all lines: docs/dyn/discoveryengine_v1.projects.locations.collections.dataStores.controls.html
+60Lines changed: 60 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -142,6 +142,16 @@ <h3>Method Details</h3>
142
142
"filter": "A String", # Required. A filter to apply on the matching condition results. Required Syntax documentation: https://cloud.google.com/retail/docs/filter-and-order Maximum length is 5000 characters. Otherwise an INVALID ARGUMENT error is thrown.
143
143
},
144
144
"name": "A String", # Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*`
145
+
"promoteAction": { # Promote certain links based on some trigger queries. Example: Promote shoe store link when searching for `shoe` keyword. The link can be outside of associated data store. # Promote certain links based on predefined trigger queries. This now only supports basic site search.
146
+
"dataStore": "A String", # Required. Data store with which this promotion is attached to.
147
+
"searchLinkPromotion": { # Promotion proto includes uri and other helping information to display the promotion. # Required. Promotion attached to this action.
148
+
"description": "A String", # Optional. The Promotion description. Maximum length: 200 characters.
149
+
"enabled": True or False, # Optional. The enabled promotion will be returned for any serving configs associated with the parent of the control this promotion is attached to. This flag is used for basic site search only.
150
+
"imageUri": "A String", # Optional. The promotion thumbnail image url.
151
+
"title": "A String", # Required. The title of the promotion. Maximum length: 160 characters.
152
+
"uri": "A String", # Required. The URL for the page the user wants to promote.
153
+
},
154
+
},
145
155
"redirectAction": { # Redirects a shopper to the provided URI. # Defines a redirect-type control.
146
156
"redirectUri": "A String", # Required. The URI to which the shopper will be redirected. Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.
147
157
},
@@ -197,6 +207,16 @@ <h3>Method Details</h3>
197
207
"filter": "A String", # Required. A filter to apply on the matching condition results. Required Syntax documentation: https://cloud.google.com/retail/docs/filter-and-order Maximum length is 5000 characters. Otherwise an INVALID ARGUMENT error is thrown.
198
208
},
199
209
"name": "A String", # Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*`
210
+
"promoteAction": { # Promote certain links based on some trigger queries. Example: Promote shoe store link when searching for `shoe` keyword. The link can be outside of associated data store. # Promote certain links based on predefined trigger queries. This now only supports basic site search.
211
+
"dataStore": "A String", # Required. Data store with which this promotion is attached to.
212
+
"searchLinkPromotion": { # Promotion proto includes uri and other helping information to display the promotion. # Required. Promotion attached to this action.
213
+
"description": "A String", # Optional. The Promotion description. Maximum length: 200 characters.
214
+
"enabled": True or False, # Optional. The enabled promotion will be returned for any serving configs associated with the parent of the control this promotion is attached to. This flag is used for basic site search only.
215
+
"imageUri": "A String", # Optional. The promotion thumbnail image url.
216
+
"title": "A String", # Required. The title of the promotion. Maximum length: 160 characters.
217
+
"uri": "A String", # Required. The URL for the page the user wants to promote.
218
+
},
219
+
},
200
220
"redirectAction": { # Redirects a shopper to the provided URI. # Defines a redirect-type control.
201
221
"redirectUri": "A String", # Required. The URI to which the shopper will be redirected. Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.
202
222
},
@@ -276,6 +296,16 @@ <h3>Method Details</h3>
276
296
"filter": "A String", # Required. A filter to apply on the matching condition results. Required Syntax documentation: https://cloud.google.com/retail/docs/filter-and-order Maximum length is 5000 characters. Otherwise an INVALID ARGUMENT error is thrown.
277
297
},
278
298
"name": "A String", # Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*`
299
+
"promoteAction": { # Promote certain links based on some trigger queries. Example: Promote shoe store link when searching for `shoe` keyword. The link can be outside of associated data store. # Promote certain links based on predefined trigger queries. This now only supports basic site search.
300
+
"dataStore": "A String", # Required. Data store with which this promotion is attached to.
301
+
"searchLinkPromotion": { # Promotion proto includes uri and other helping information to display the promotion. # Required. Promotion attached to this action.
302
+
"description": "A String", # Optional. The Promotion description. Maximum length: 200 characters.
303
+
"enabled": True or False, # Optional. The enabled promotion will be returned for any serving configs associated with the parent of the control this promotion is attached to. This flag is used for basic site search only.
304
+
"imageUri": "A String", # Optional. The promotion thumbnail image url.
305
+
"title": "A String", # Required. The title of the promotion. Maximum length: 160 characters.
306
+
"uri": "A String", # Required. The URL for the page the user wants to promote.
307
+
},
308
+
},
279
309
"redirectAction": { # Redirects a shopper to the provided URI. # Defines a redirect-type control.
280
310
"redirectUri": "A String", # Required. The URI to which the shopper will be redirected. Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.
281
311
},
@@ -342,6 +372,16 @@ <h3>Method Details</h3>
342
372
"filter": "A String", # Required. A filter to apply on the matching condition results. Required Syntax documentation: https://cloud.google.com/retail/docs/filter-and-order Maximum length is 5000 characters. Otherwise an INVALID ARGUMENT error is thrown.
343
373
},
344
374
"name": "A String", # Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*`
375
+
"promoteAction": { # Promote certain links based on some trigger queries. Example: Promote shoe store link when searching for `shoe` keyword. The link can be outside of associated data store. # Promote certain links based on predefined trigger queries. This now only supports basic site search.
376
+
"dataStore": "A String", # Required. Data store with which this promotion is attached to.
377
+
"searchLinkPromotion": { # Promotion proto includes uri and other helping information to display the promotion. # Required. Promotion attached to this action.
378
+
"description": "A String", # Optional. The Promotion description. Maximum length: 200 characters.
379
+
"enabled": True or False, # Optional. The enabled promotion will be returned for any serving configs associated with the parent of the control this promotion is attached to. This flag is used for basic site search only.
380
+
"imageUri": "A String", # Optional. The promotion thumbnail image url.
381
+
"title": "A String", # Required. The title of the promotion. Maximum length: 160 characters.
382
+
"uri": "A String", # Required. The URL for the page the user wants to promote.
383
+
},
384
+
},
345
385
"redirectAction": { # Redirects a shopper to the provided URI. # Defines a redirect-type control.
346
386
"redirectUri": "A String", # Required. The URI to which the shopper will be redirected. Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.
347
387
},
@@ -415,6 +455,16 @@ <h3>Method Details</h3>
415
455
"filter": "A String", # Required. A filter to apply on the matching condition results. Required Syntax documentation: https://cloud.google.com/retail/docs/filter-and-order Maximum length is 5000 characters. Otherwise an INVALID ARGUMENT error is thrown.
416
456
},
417
457
"name": "A String", # Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*`
458
+
"promoteAction": { # Promote certain links based on some trigger queries. Example: Promote shoe store link when searching for `shoe` keyword. The link can be outside of associated data store. # Promote certain links based on predefined trigger queries. This now only supports basic site search.
459
+
"dataStore": "A String", # Required. Data store with which this promotion is attached to.
460
+
"searchLinkPromotion": { # Promotion proto includes uri and other helping information to display the promotion. # Required. Promotion attached to this action.
461
+
"description": "A String", # Optional. The Promotion description. Maximum length: 200 characters.
462
+
"enabled": True or False, # Optional. The enabled promotion will be returned for any serving configs associated with the parent of the control this promotion is attached to. This flag is used for basic site search only.
463
+
"imageUri": "A String", # Optional. The promotion thumbnail image url.
464
+
"title": "A String", # Required. The title of the promotion. Maximum length: 160 characters.
465
+
"uri": "A String", # Required. The URL for the page the user wants to promote.
466
+
},
467
+
},
418
468
"redirectAction": { # Redirects a shopper to the provided URI. # Defines a redirect-type control.
419
469
"redirectUri": "A String", # Required. The URI to which the shopper will be redirected. Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.
420
470
},
@@ -470,6 +520,16 @@ <h3>Method Details</h3>
470
520
"filter": "A String", # Required. A filter to apply on the matching condition results. Required Syntax documentation: https://cloud.google.com/retail/docs/filter-and-order Maximum length is 5000 characters. Otherwise an INVALID ARGUMENT error is thrown.
471
521
},
472
522
"name": "A String", # Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*`
523
+
"promoteAction": { # Promote certain links based on some trigger queries. Example: Promote shoe store link when searching for `shoe` keyword. The link can be outside of associated data store. # Promote certain links based on predefined trigger queries. This now only supports basic site search.
524
+
"dataStore": "A String", # Required. Data store with which this promotion is attached to.
525
+
"searchLinkPromotion": { # Promotion proto includes uri and other helping information to display the promotion. # Required. Promotion attached to this action.
526
+
"description": "A String", # Optional. The Promotion description. Maximum length: 200 characters.
527
+
"enabled": True or False, # Optional. The enabled promotion will be returned for any serving configs associated with the parent of the control this promotion is attached to. This flag is used for basic site search only.
528
+
"imageUri": "A String", # Optional. The promotion thumbnail image url.
529
+
"title": "A String", # Required. The title of the promotion. Maximum length: 160 characters.
530
+
"uri": "A String", # Required. The URL for the page the user wants to promote.
531
+
},
532
+
},
473
533
"redirectAction": { # Redirects a shopper to the provided URI. # Defines a redirect-type control.
474
534
"redirectUri": "A String", # Required. The URI to which the shopper will be redirected. Required. URI must have length equal or less than 2000 characters. Otherwise an INVALID ARGUMENT error is thrown.
0 commit comments