@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.0.20250125 → 0.0.20250202
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/index.d.ts +181 -115
- package/package.json +1 -1
- package/readme.md +2 -2
package/index.d.ts
CHANGED
|
@@ -9,14 +9,14 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://discoveryengine.googleapis.com/$discovery/rest?version=v1beta
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250202
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
16
16
|
declare namespace gapi.client {
|
|
17
17
|
/** Load Discovery Engine API v1beta */
|
|
18
18
|
function load(
|
|
19
|
-
urlOrObject: 'https://discoveryengine.googleapis.com/$discovery/rest?version=v1beta'
|
|
19
|
+
urlOrObject: 'https://discoveryengine.googleapis.com/$discovery/rest?version=v1beta',
|
|
20
20
|
): Promise<void>;
|
|
21
21
|
/** @deprecated Please load APIs with discovery documents. */
|
|
22
22
|
function load(name: 'discoveryengine', version: 'v1beta'): Promise<void>;
|
|
@@ -24,7 +24,7 @@ declare namespace gapi.client {
|
|
|
24
24
|
function load(
|
|
25
25
|
name: 'discoveryengine',
|
|
26
26
|
version: 'v1beta',
|
|
27
|
-
callback: () => any
|
|
27
|
+
callback: () => any,
|
|
28
28
|
): void;
|
|
29
29
|
|
|
30
30
|
namespace discoveryengine {
|
|
@@ -485,6 +485,24 @@ declare namespace gapi.client {
|
|
|
485
485
|
filter?: string;
|
|
486
486
|
/** Optional. Strength of the boost, which should be in [-1, 1]. Negative boost means demotion. Default is 0.0 (No-op). */
|
|
487
487
|
fixedBoost?: number;
|
|
488
|
+
/** Optional. Complex specification for custom ranking based on customer defined attribute value. */
|
|
489
|
+
interpolationBoostSpec?: GoogleCloudDiscoveryengineV1alphaControlBoostActionInterpolationBoostSpec;
|
|
490
|
+
}
|
|
491
|
+
interface GoogleCloudDiscoveryengineV1alphaControlBoostActionInterpolationBoostSpec {
|
|
492
|
+
/** Optional. The attribute type to be used to determine the boost amount. The attribute value can be derived from the field value of the specified field_name. In the case of numerical it is straightforward i.e. attribute_value = numerical_field_value. In the case of freshness however, attribute_value = (time.now() - datetime_field_value). */
|
|
493
|
+
attributeType?: string;
|
|
494
|
+
/** Optional. The control points used to define the curve. The monotonic function (defined through the interpolation_type above) passes through the control points listed here. */
|
|
495
|
+
controlPoints?: GoogleCloudDiscoveryengineV1alphaControlBoostActionInterpolationBoostSpecControlPoint[];
|
|
496
|
+
/** Optional. The name of the field whose value will be used to determine the boost amount. */
|
|
497
|
+
fieldName?: string;
|
|
498
|
+
/** Optional. The interpolation type to be applied to connect the control points listed below. */
|
|
499
|
+
interpolationType?: string;
|
|
500
|
+
}
|
|
501
|
+
interface GoogleCloudDiscoveryengineV1alphaControlBoostActionInterpolationBoostSpecControlPoint {
|
|
502
|
+
/** Optional. Can be one of: 1. The numerical field value. 2. The duration spec for freshness: The value must be formatted as an XSD `dayTimeDuration` value (a restricted subset of an ISO 8601 duration value). The pattern for this is: `nDnM]`. */
|
|
503
|
+
attributeValue?: string;
|
|
504
|
+
/** Optional. The value between -1 to 1 by which to boost the score if the attribute_value evaluates to the value specified above. */
|
|
505
|
+
boostAmount?: number;
|
|
488
506
|
}
|
|
489
507
|
interface GoogleCloudDiscoveryengineV1alphaControlFilterAction {
|
|
490
508
|
/** Required. Specifies which data store's documents can be filtered by this control. Full data store name e.g. projects/123/locations/global/collections/default_collection/dataStores/default_data_store */
|
|
@@ -671,6 +689,12 @@ declare namespace gapi.client {
|
|
|
671
689
|
/** Vertex AI's dedicated crawl rate time series of user triggered crawl, which is the crawl rate of Google-CloudVertexBot when dedicate crawl is set, and user triggered crawl rate is for deterministic use cases like crawling urls or sitemaps specified by users. */
|
|
672
690
|
userTriggeredCrawlRate?: GoogleCloudDiscoveryengineV1alphaCrawlRateTimeSeries;
|
|
673
691
|
}
|
|
692
|
+
interface GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata {
|
|
693
|
+
/** Operation create time. */
|
|
694
|
+
createTime?: string;
|
|
695
|
+
/** Operation last update time. If the operation is done, this is also the finish time. */
|
|
696
|
+
updateTime?: string;
|
|
697
|
+
}
|
|
674
698
|
interface GoogleCloudDiscoveryengineV1alphaDeleteCollectionMetadata {
|
|
675
699
|
/** Operation create time. */
|
|
676
700
|
createTime?: string;
|
|
@@ -2340,11 +2364,11 @@ declare namespace gapi.client {
|
|
|
2340
2364
|
citationIndices?: number[];
|
|
2341
2365
|
/** Text for the claim in the answer candidate. Always provided regardless of whether citations or anti-citations are found. */
|
|
2342
2366
|
claimText?: string;
|
|
2343
|
-
/** Position indicating the end of the claim in the answer candidate, exclusive. */
|
|
2367
|
+
/** Position indicating the end of the claim in the answer candidate, exclusive, in bytes. Note that this is not measured in characters and, therefore, must be rendered as such. For example, if the claim text contains non-ASCII characters, the start and end positions vary when measured in characters (programming-language-dependent) and when measured in bytes (programming-language-independent). */
|
|
2344
2368
|
endPos?: number;
|
|
2345
2369
|
/** Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices should not be returned. */
|
|
2346
2370
|
groundingCheckRequired?: boolean;
|
|
2347
|
-
/** Position indicating the start of the claim in the answer candidate, measured in bytes. */
|
|
2371
|
+
/** Position indicating the start of the claim in the answer candidate, measured in bytes. Note that this is not measured in characters and, therefore, must be rendered in the user interface keeping in mind that some characters may take more than one byte. For example, if the claim text contains non-ASCII characters, the start and end positions vary when measured in characters (programming-language-dependent) and when measured in bytes (programming-language-independent). */
|
|
2348
2372
|
startPos?: number;
|
|
2349
2373
|
}
|
|
2350
2374
|
interface GoogleCloudDiscoveryengineV1betaCheckGroundingSpec {
|
|
@@ -2506,6 +2530,24 @@ declare namespace gapi.client {
|
|
|
2506
2530
|
filter?: string;
|
|
2507
2531
|
/** Optional. Strength of the boost, which should be in [-1, 1]. Negative boost means demotion. Default is 0.0 (No-op). */
|
|
2508
2532
|
fixedBoost?: number;
|
|
2533
|
+
/** Optional. Complex specification for custom ranking based on customer defined attribute value. */
|
|
2534
|
+
interpolationBoostSpec?: GoogleCloudDiscoveryengineV1betaControlBoostActionInterpolationBoostSpec;
|
|
2535
|
+
}
|
|
2536
|
+
interface GoogleCloudDiscoveryengineV1betaControlBoostActionInterpolationBoostSpec {
|
|
2537
|
+
/** Optional. The attribute type to be used to determine the boost amount. The attribute value can be derived from the field value of the specified field_name. In the case of numerical it is straightforward i.e. attribute_value = numerical_field_value. In the case of freshness however, attribute_value = (time.now() - datetime_field_value). */
|
|
2538
|
+
attributeType?: string;
|
|
2539
|
+
/** Optional. The control points used to define the curve. The monotonic function (defined through the interpolation_type above) passes through the control points listed here. */
|
|
2540
|
+
controlPoints?: GoogleCloudDiscoveryengineV1betaControlBoostActionInterpolationBoostSpecControlPoint[];
|
|
2541
|
+
/** Optional. The name of the field whose value will be used to determine the boost amount. */
|
|
2542
|
+
fieldName?: string;
|
|
2543
|
+
/** Optional. The interpolation type to be applied to connect the control points listed below. */
|
|
2544
|
+
interpolationType?: string;
|
|
2545
|
+
}
|
|
2546
|
+
interface GoogleCloudDiscoveryengineV1betaControlBoostActionInterpolationBoostSpecControlPoint {
|
|
2547
|
+
/** Optional. Can be one of: 1. The numerical field value. 2. The duration spec for freshness: The value must be formatted as an XSD `dayTimeDuration` value (a restricted subset of an ISO 8601 duration value). The pattern for this is: `nDnM]`. */
|
|
2548
|
+
attributeValue?: string;
|
|
2549
|
+
/** Optional. The value between -1 to 1 by which to boost the score if the attribute_value evaluates to the value specified above. */
|
|
2550
|
+
boostAmount?: number;
|
|
2509
2551
|
}
|
|
2510
2552
|
interface GoogleCloudDiscoveryengineV1betaControlFilterAction {
|
|
2511
2553
|
/** Required. Specifies which data store's documents can be filtered by this control. Full data store name e.g. projects/123/locations/global/collections/default_collection/dataStores/default_data_store */
|
|
@@ -4625,6 +4667,24 @@ declare namespace gapi.client {
|
|
|
4625
4667
|
filter?: string;
|
|
4626
4668
|
/** Optional. Strength of the boost, which should be in [-1, 1]. Negative boost means demotion. Default is 0.0 (No-op). */
|
|
4627
4669
|
fixedBoost?: number;
|
|
4670
|
+
/** Optional. Complex specification for custom ranking based on customer defined attribute value. */
|
|
4671
|
+
interpolationBoostSpec?: GoogleCloudDiscoveryengineV1ControlBoostActionInterpolationBoostSpec;
|
|
4672
|
+
}
|
|
4673
|
+
interface GoogleCloudDiscoveryengineV1ControlBoostActionInterpolationBoostSpec {
|
|
4674
|
+
/** Optional. The attribute type to be used to determine the boost amount. The attribute value can be derived from the field value of the specified field_name. In the case of numerical it is straightforward i.e. attribute_value = numerical_field_value. In the case of freshness however, attribute_value = (time.now() - datetime_field_value). */
|
|
4675
|
+
attributeType?: string;
|
|
4676
|
+
/** Optional. The control points used to define the curve. The monotonic function (defined through the interpolation_type above) passes through the control points listed here. */
|
|
4677
|
+
controlPoints?: GoogleCloudDiscoveryengineV1ControlBoostActionInterpolationBoostSpecControlPoint[];
|
|
4678
|
+
/** Optional. The name of the field whose value will be used to determine the boost amount. */
|
|
4679
|
+
fieldName?: string;
|
|
4680
|
+
/** Optional. The interpolation type to be applied to connect the control points listed below. */
|
|
4681
|
+
interpolationType?: string;
|
|
4682
|
+
}
|
|
4683
|
+
interface GoogleCloudDiscoveryengineV1ControlBoostActionInterpolationBoostSpecControlPoint {
|
|
4684
|
+
/** Optional. Can be one of: 1. The numerical field value. 2. The duration spec for freshness: The value must be formatted as an XSD `dayTimeDuration` value (a restricted subset of an ISO 8601 duration value). The pattern for this is: `nDnM]`. */
|
|
4685
|
+
attributeValue?: string;
|
|
4686
|
+
/** Optional. The value between -1 to 1 by which to boost the score if the attribute_value evaluates to the value specified above. */
|
|
4687
|
+
boostAmount?: number;
|
|
4628
4688
|
}
|
|
4629
4689
|
interface GoogleCloudDiscoveryengineV1ControlFilterAction {
|
|
4630
4690
|
/** Required. Specifies which data store's documents can be filtered by this control. Full data store name e.g. projects/123/locations/global/collections/default_collection/dataStores/default_data_store */
|
|
@@ -4724,6 +4784,12 @@ declare namespace gapi.client {
|
|
|
4724
4784
|
/** If set true, the DataStore will not be available for serving search requests. */
|
|
4725
4785
|
disabledForServing?: boolean;
|
|
4726
4786
|
}
|
|
4787
|
+
interface GoogleCloudDiscoveryengineV1DeleteCmekConfigMetadata {
|
|
4788
|
+
/** Operation create time. */
|
|
4789
|
+
createTime?: string;
|
|
4790
|
+
/** Operation last update time. If the operation is done, this is also the finish time. */
|
|
4791
|
+
updateTime?: string;
|
|
4792
|
+
}
|
|
4727
4793
|
interface GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata {
|
|
4728
4794
|
/** Operation create time. */
|
|
4729
4795
|
createTime?: string;
|
|
@@ -5479,7 +5545,7 @@ declare namespace gapi.client {
|
|
|
5479
5545
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5480
5546
|
uploadType?: string;
|
|
5481
5547
|
},
|
|
5482
|
-
body: GoogleCloudDiscoveryengineV1betaDocument
|
|
5548
|
+
body: GoogleCloudDiscoveryengineV1betaDocument,
|
|
5483
5549
|
): Request<GoogleCloudDiscoveryengineV1betaDocument>;
|
|
5484
5550
|
/** Deletes a Document. */
|
|
5485
5551
|
delete(request?: {
|
|
@@ -5591,7 +5657,7 @@ declare namespace gapi.client {
|
|
|
5591
5657
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5592
5658
|
uploadType?: string;
|
|
5593
5659
|
},
|
|
5594
|
-
body: GoogleCloudDiscoveryengineV1betaImportDocumentsRequest
|
|
5660
|
+
body: GoogleCloudDiscoveryengineV1betaImportDocumentsRequest,
|
|
5595
5661
|
): Request<GoogleLongrunningOperation>;
|
|
5596
5662
|
/** Gets a list of Documents. */
|
|
5597
5663
|
list(request?: {
|
|
@@ -5688,7 +5754,7 @@ declare namespace gapi.client {
|
|
|
5688
5754
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5689
5755
|
uploadType?: string;
|
|
5690
5756
|
},
|
|
5691
|
-
body: GoogleCloudDiscoveryengineV1betaDocument
|
|
5757
|
+
body: GoogleCloudDiscoveryengineV1betaDocument,
|
|
5692
5758
|
): Request<GoogleCloudDiscoveryengineV1betaDocument>;
|
|
5693
5759
|
/** Permanently deletes all selected Documents in a branch. This process is asynchronous. Depending on the number of Documents to be deleted, this operation can take hours to complete. Before the delete operation completes, some Documents might still be returned by DocumentService.GetDocument or DocumentService.ListDocuments. To get a list of the Documents to be deleted, set PurgeDocumentsRequest.force to false. */
|
|
5694
5760
|
purge(request: {
|
|
@@ -5746,7 +5812,7 @@ declare namespace gapi.client {
|
|
|
5746
5812
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5747
5813
|
uploadType?: string;
|
|
5748
5814
|
},
|
|
5749
|
-
body: GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest
|
|
5815
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest,
|
|
5750
5816
|
): Request<GoogleLongrunningOperation>;
|
|
5751
5817
|
}
|
|
5752
5818
|
interface OperationsResource {
|
|
@@ -5806,7 +5872,7 @@ declare namespace gapi.client {
|
|
|
5806
5872
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5807
5873
|
uploadType?: string;
|
|
5808
5874
|
},
|
|
5809
|
-
body: GoogleLongrunningCancelOperationRequest
|
|
5875
|
+
body: GoogleLongrunningCancelOperationRequest,
|
|
5810
5876
|
): Request<{}>;
|
|
5811
5877
|
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
5812
5878
|
get(request?: {
|
|
@@ -5961,7 +6027,7 @@ declare namespace gapi.client {
|
|
|
5961
6027
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
5962
6028
|
uploadType?: string;
|
|
5963
6029
|
},
|
|
5964
|
-
body: GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest
|
|
6030
|
+
body: GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest,
|
|
5965
6031
|
): Request<GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponse>;
|
|
5966
6032
|
}
|
|
5967
6033
|
interface CompletionSuggestionsResource {
|
|
@@ -6021,7 +6087,7 @@ declare namespace gapi.client {
|
|
|
6021
6087
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6022
6088
|
uploadType?: string;
|
|
6023
6089
|
},
|
|
6024
|
-
body: GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsRequest
|
|
6090
|
+
body: GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsRequest,
|
|
6025
6091
|
): Request<GoogleLongrunningOperation>;
|
|
6026
6092
|
/** Permanently deletes all CompletionSuggestions for a DataStore. */
|
|
6027
6093
|
purge(request: {
|
|
@@ -6079,7 +6145,7 @@ declare namespace gapi.client {
|
|
|
6079
6145
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6080
6146
|
uploadType?: string;
|
|
6081
6147
|
},
|
|
6082
|
-
body: GoogleCloudDiscoveryengineV1betaPurgeCompletionSuggestionsRequest
|
|
6148
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeCompletionSuggestionsRequest,
|
|
6083
6149
|
): Request<GoogleLongrunningOperation>;
|
|
6084
6150
|
}
|
|
6085
6151
|
interface ControlsResource {
|
|
@@ -6143,7 +6209,7 @@ declare namespace gapi.client {
|
|
|
6143
6209
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6144
6210
|
uploadType?: string;
|
|
6145
6211
|
},
|
|
6146
|
-
body: GoogleCloudDiscoveryengineV1betaControl
|
|
6212
|
+
body: GoogleCloudDiscoveryengineV1betaControl,
|
|
6147
6213
|
): Request<GoogleCloudDiscoveryengineV1betaControl>;
|
|
6148
6214
|
/** Deletes a Control. If the Control to delete does not exist, a NOT_FOUND error is returned. */
|
|
6149
6215
|
delete(request?: {
|
|
@@ -6292,7 +6358,7 @@ declare namespace gapi.client {
|
|
|
6292
6358
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6293
6359
|
uploadType?: string;
|
|
6294
6360
|
},
|
|
6295
|
-
body: GoogleCloudDiscoveryengineV1betaControl
|
|
6361
|
+
body: GoogleCloudDiscoveryengineV1betaControl,
|
|
6296
6362
|
): Request<GoogleCloudDiscoveryengineV1betaControl>;
|
|
6297
6363
|
}
|
|
6298
6364
|
interface ConversationsResource {
|
|
@@ -6352,7 +6418,7 @@ declare namespace gapi.client {
|
|
|
6352
6418
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6353
6419
|
uploadType?: string;
|
|
6354
6420
|
},
|
|
6355
|
-
body: GoogleCloudDiscoveryengineV1betaConverseConversationRequest
|
|
6421
|
+
body: GoogleCloudDiscoveryengineV1betaConverseConversationRequest,
|
|
6356
6422
|
): Request<GoogleCloudDiscoveryengineV1betaConverseConversationResponse>;
|
|
6357
6423
|
/** Creates a Conversation. If the Conversation to create already exists, an ALREADY_EXISTS error is returned. */
|
|
6358
6424
|
create(request: {
|
|
@@ -6410,7 +6476,7 @@ declare namespace gapi.client {
|
|
|
6410
6476
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6411
6477
|
uploadType?: string;
|
|
6412
6478
|
},
|
|
6413
|
-
body: GoogleCloudDiscoveryengineV1betaConversation
|
|
6479
|
+
body: GoogleCloudDiscoveryengineV1betaConversation,
|
|
6414
6480
|
): Request<GoogleCloudDiscoveryengineV1betaConversation>;
|
|
6415
6481
|
/** Deletes a Conversation. If the Conversation to delete does not exist, a NOT_FOUND error is returned. */
|
|
6416
6482
|
delete(request?: {
|
|
@@ -6561,7 +6627,7 @@ declare namespace gapi.client {
|
|
|
6561
6627
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6562
6628
|
uploadType?: string;
|
|
6563
6629
|
},
|
|
6564
|
-
body: GoogleCloudDiscoveryengineV1betaConversation
|
|
6630
|
+
body: GoogleCloudDiscoveryengineV1betaConversation,
|
|
6565
6631
|
): Request<GoogleCloudDiscoveryengineV1betaConversation>;
|
|
6566
6632
|
}
|
|
6567
6633
|
interface CustomModelsResource {
|
|
@@ -6843,7 +6909,7 @@ declare namespace gapi.client {
|
|
|
6843
6909
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6844
6910
|
uploadType?: string;
|
|
6845
6911
|
},
|
|
6846
|
-
body: GoogleCloudDiscoveryengineV1betaSchema
|
|
6912
|
+
body: GoogleCloudDiscoveryengineV1betaSchema,
|
|
6847
6913
|
): Request<GoogleLongrunningOperation>;
|
|
6848
6914
|
/** Deletes a Schema. */
|
|
6849
6915
|
delete(request?: {
|
|
@@ -6990,7 +7056,7 @@ declare namespace gapi.client {
|
|
|
6990
7056
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
6991
7057
|
uploadType?: string;
|
|
6992
7058
|
},
|
|
6993
|
-
body: GoogleCloudDiscoveryengineV1betaSchema
|
|
7059
|
+
body: GoogleCloudDiscoveryengineV1betaSchema,
|
|
6994
7060
|
): Request<GoogleLongrunningOperation>;
|
|
6995
7061
|
operations: OperationsResource;
|
|
6996
7062
|
}
|
|
@@ -7051,7 +7117,7 @@ declare namespace gapi.client {
|
|
|
7051
7117
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7052
7118
|
uploadType?: string;
|
|
7053
7119
|
},
|
|
7054
|
-
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest
|
|
7120
|
+
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest,
|
|
7055
7121
|
): Request<GoogleCloudDiscoveryengineV1betaAnswerQueryResponse>;
|
|
7056
7122
|
/** Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist. */
|
|
7057
7123
|
get(request?: {
|
|
@@ -7171,7 +7237,7 @@ declare namespace gapi.client {
|
|
|
7171
7237
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7172
7238
|
uploadType?: string;
|
|
7173
7239
|
},
|
|
7174
|
-
body: GoogleCloudDiscoveryengineV1betaServingConfig
|
|
7240
|
+
body: GoogleCloudDiscoveryengineV1betaServingConfig,
|
|
7175
7241
|
): Request<GoogleCloudDiscoveryengineV1betaServingConfig>;
|
|
7176
7242
|
/** Makes a recommendation, which requires a contextual user event. */
|
|
7177
7243
|
recommend(request: {
|
|
@@ -7229,7 +7295,7 @@ declare namespace gapi.client {
|
|
|
7229
7295
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7230
7296
|
uploadType?: string;
|
|
7231
7297
|
},
|
|
7232
|
-
body: GoogleCloudDiscoveryengineV1betaRecommendRequest
|
|
7298
|
+
body: GoogleCloudDiscoveryengineV1betaRecommendRequest,
|
|
7233
7299
|
): Request<GoogleCloudDiscoveryengineV1betaRecommendResponse>;
|
|
7234
7300
|
/** Performs a search. */
|
|
7235
7301
|
search(request: {
|
|
@@ -7287,7 +7353,7 @@ declare namespace gapi.client {
|
|
|
7287
7353
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7288
7354
|
uploadType?: string;
|
|
7289
7355
|
},
|
|
7290
|
-
body: GoogleCloudDiscoveryengineV1betaSearchRequest
|
|
7356
|
+
body: GoogleCloudDiscoveryengineV1betaSearchRequest,
|
|
7291
7357
|
): Request<GoogleCloudDiscoveryengineV1betaSearchResponse>;
|
|
7292
7358
|
/** Performs a search. Similar to the SearchService.Search method, but a lite version that allows API key for authentication, where OAuth and IAM checks are not required. Only public website search is supported by this method. If data stores and engines not associated with public website search are specified, a `FAILED_PRECONDITION` error is returned. This method can be used for easy onboarding without having to implement an authentication backend. However, it is strongly recommended to use SearchService.Search instead with required OAuth and IAM checks to provide better data security. */
|
|
7293
7359
|
searchLite(request: {
|
|
@@ -7345,7 +7411,7 @@ declare namespace gapi.client {
|
|
|
7345
7411
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7346
7412
|
uploadType?: string;
|
|
7347
7413
|
},
|
|
7348
|
-
body: GoogleCloudDiscoveryengineV1betaSearchRequest
|
|
7414
|
+
body: GoogleCloudDiscoveryengineV1betaSearchRequest,
|
|
7349
7415
|
): Request<GoogleCloudDiscoveryengineV1betaSearchResponse>;
|
|
7350
7416
|
/** Answer query method (streaming). It takes one AnswerQueryRequest and returns multiple AnswerQueryResponse messages in a stream. */
|
|
7351
7417
|
streamAnswer(request: {
|
|
@@ -7403,7 +7469,7 @@ declare namespace gapi.client {
|
|
|
7403
7469
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7404
7470
|
uploadType?: string;
|
|
7405
7471
|
},
|
|
7406
|
-
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest
|
|
7472
|
+
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest,
|
|
7407
7473
|
): Request<GoogleCloudDiscoveryengineV1betaAnswerQueryResponse>;
|
|
7408
7474
|
}
|
|
7409
7475
|
interface AnswersResource {
|
|
@@ -7492,7 +7558,7 @@ declare namespace gapi.client {
|
|
|
7492
7558
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7493
7559
|
uploadType?: string;
|
|
7494
7560
|
},
|
|
7495
|
-
body: GoogleCloudDiscoveryengineV1betaSession
|
|
7561
|
+
body: GoogleCloudDiscoveryengineV1betaSession,
|
|
7496
7562
|
): Request<GoogleCloudDiscoveryengineV1betaSession>;
|
|
7497
7563
|
/** Deletes a Session. If the Session to delete does not exist, a NOT_FOUND error is returned. */
|
|
7498
7564
|
delete(request?: {
|
|
@@ -7645,7 +7711,7 @@ declare namespace gapi.client {
|
|
|
7645
7711
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7646
7712
|
uploadType?: string;
|
|
7647
7713
|
},
|
|
7648
|
-
body: GoogleCloudDiscoveryengineV1betaSession
|
|
7714
|
+
body: GoogleCloudDiscoveryengineV1betaSession,
|
|
7649
7715
|
): Request<GoogleCloudDiscoveryengineV1betaSession>;
|
|
7650
7716
|
answers: AnswersResource;
|
|
7651
7717
|
}
|
|
@@ -7768,7 +7834,7 @@ declare namespace gapi.client {
|
|
|
7768
7834
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7769
7835
|
uploadType?: string;
|
|
7770
7836
|
},
|
|
7771
|
-
body: GoogleCloudDiscoveryengineV1betaSitemap
|
|
7837
|
+
body: GoogleCloudDiscoveryengineV1betaSitemap,
|
|
7772
7838
|
): Request<GoogleLongrunningOperation>;
|
|
7773
7839
|
/** Deletes a Sitemap. */
|
|
7774
7840
|
delete(request?: {
|
|
@@ -7917,7 +7983,7 @@ declare namespace gapi.client {
|
|
|
7917
7983
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7918
7984
|
uploadType?: string;
|
|
7919
7985
|
},
|
|
7920
|
-
body: GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest
|
|
7986
|
+
body: GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest,
|
|
7921
7987
|
): Request<GoogleLongrunningOperation>;
|
|
7922
7988
|
/** Creates a TargetSite. */
|
|
7923
7989
|
create(request: {
|
|
@@ -7975,7 +8041,7 @@ declare namespace gapi.client {
|
|
|
7975
8041
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
7976
8042
|
uploadType?: string;
|
|
7977
8043
|
},
|
|
7978
|
-
body: GoogleCloudDiscoveryengineV1betaTargetSite
|
|
8044
|
+
body: GoogleCloudDiscoveryengineV1betaTargetSite,
|
|
7979
8045
|
): Request<GoogleLongrunningOperation>;
|
|
7980
8046
|
/** Deletes a TargetSite. */
|
|
7981
8047
|
delete(request?: {
|
|
@@ -8118,7 +8184,7 @@ declare namespace gapi.client {
|
|
|
8118
8184
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8119
8185
|
uploadType?: string;
|
|
8120
8186
|
},
|
|
8121
|
-
body: GoogleCloudDiscoveryengineV1betaTargetSite
|
|
8187
|
+
body: GoogleCloudDiscoveryengineV1betaTargetSite,
|
|
8122
8188
|
): Request<GoogleLongrunningOperation>;
|
|
8123
8189
|
operations: OperationsResource;
|
|
8124
8190
|
}
|
|
@@ -8179,7 +8245,7 @@ declare namespace gapi.client {
|
|
|
8179
8245
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8180
8246
|
uploadType?: string;
|
|
8181
8247
|
},
|
|
8182
|
-
body: GoogleCloudDiscoveryengineV1betaBatchVerifyTargetSitesRequest
|
|
8248
|
+
body: GoogleCloudDiscoveryengineV1betaBatchVerifyTargetSitesRequest,
|
|
8183
8249
|
): Request<GoogleLongrunningOperation>;
|
|
8184
8250
|
/** Downgrade from advanced site search to basic site search. */
|
|
8185
8251
|
disableAdvancedSiteSearch(request: {
|
|
@@ -8237,7 +8303,7 @@ declare namespace gapi.client {
|
|
|
8237
8303
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8238
8304
|
uploadType?: string;
|
|
8239
8305
|
},
|
|
8240
|
-
body: GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchRequest
|
|
8306
|
+
body: GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchRequest,
|
|
8241
8307
|
): Request<GoogleLongrunningOperation>;
|
|
8242
8308
|
/** Upgrade from basic site search to advanced site search. */
|
|
8243
8309
|
enableAdvancedSiteSearch(request: {
|
|
@@ -8295,7 +8361,7 @@ declare namespace gapi.client {
|
|
|
8295
8361
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8296
8362
|
uploadType?: string;
|
|
8297
8363
|
},
|
|
8298
|
-
body: GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchRequest
|
|
8364
|
+
body: GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchRequest,
|
|
8299
8365
|
): Request<GoogleLongrunningOperation>;
|
|
8300
8366
|
/** Returns list of target sites with its domain verification status. This method can only be called under data store with BASIC_SITE_SEARCH state at the moment. */
|
|
8301
8367
|
fetchDomainVerificationStatus(request?: {
|
|
@@ -8384,7 +8450,7 @@ declare namespace gapi.client {
|
|
|
8384
8450
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8385
8451
|
uploadType?: string;
|
|
8386
8452
|
},
|
|
8387
|
-
body: GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest
|
|
8453
|
+
body: GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest,
|
|
8388
8454
|
): Request<GoogleLongrunningOperation>;
|
|
8389
8455
|
operations: OperationsResource;
|
|
8390
8456
|
sitemaps: SitemapsResource;
|
|
@@ -8447,7 +8513,7 @@ declare namespace gapi.client {
|
|
|
8447
8513
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8448
8514
|
uploadType?: string;
|
|
8449
8515
|
},
|
|
8450
|
-
body: GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequest
|
|
8516
|
+
body: GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequest,
|
|
8451
8517
|
): Request<GoogleLongrunningOperation>;
|
|
8452
8518
|
/** Permanently deletes all SuggestionDenyListEntry for a DataStore. */
|
|
8453
8519
|
purge(request: {
|
|
@@ -8505,7 +8571,7 @@ declare namespace gapi.client {
|
|
|
8505
8571
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8506
8572
|
uploadType?: string;
|
|
8507
8573
|
},
|
|
8508
|
-
body: GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesRequest
|
|
8574
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesRequest,
|
|
8509
8575
|
): Request<GoogleLongrunningOperation>;
|
|
8510
8576
|
}
|
|
8511
8577
|
interface UserEventsResource {
|
|
@@ -8598,7 +8664,7 @@ declare namespace gapi.client {
|
|
|
8598
8664
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8599
8665
|
uploadType?: string;
|
|
8600
8666
|
},
|
|
8601
|
-
body: GoogleCloudDiscoveryengineV1betaImportUserEventsRequest
|
|
8667
|
+
body: GoogleCloudDiscoveryengineV1betaImportUserEventsRequest,
|
|
8602
8668
|
): Request<GoogleLongrunningOperation>;
|
|
8603
8669
|
/** Deletes permanently all user events specified by the filter provided. Depending on the number of events specified by the filter, this operation could take hours or days to complete. To test a filter, use the list command first. */
|
|
8604
8670
|
purge(request: {
|
|
@@ -8656,7 +8722,7 @@ declare namespace gapi.client {
|
|
|
8656
8722
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8657
8723
|
uploadType?: string;
|
|
8658
8724
|
},
|
|
8659
|
-
body: GoogleCloudDiscoveryengineV1betaPurgeUserEventsRequest
|
|
8725
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeUserEventsRequest,
|
|
8660
8726
|
): Request<GoogleLongrunningOperation>;
|
|
8661
8727
|
/** Writes a single user event. */
|
|
8662
8728
|
write(request: {
|
|
@@ -8718,7 +8784,7 @@ declare namespace gapi.client {
|
|
|
8718
8784
|
/** If set to true, the user event is written asynchronously after validation, and the API responds without waiting for the write. */
|
|
8719
8785
|
writeAsync?: boolean;
|
|
8720
8786
|
},
|
|
8721
|
-
body: GoogleCloudDiscoveryengineV1betaUserEvent
|
|
8787
|
+
body: GoogleCloudDiscoveryengineV1betaUserEvent,
|
|
8722
8788
|
): Request<GoogleCloudDiscoveryengineV1betaUserEvent>;
|
|
8723
8789
|
}
|
|
8724
8790
|
interface DataStoresResource {
|
|
@@ -8833,7 +8899,7 @@ declare namespace gapi.client {
|
|
|
8833
8899
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8834
8900
|
uploadType?: string;
|
|
8835
8901
|
},
|
|
8836
|
-
body: GoogleCloudDiscoveryengineV1betaDataStore
|
|
8902
|
+
body: GoogleCloudDiscoveryengineV1betaDataStore,
|
|
8837
8903
|
): Request<GoogleLongrunningOperation>;
|
|
8838
8904
|
/** Deletes a DataStore. */
|
|
8839
8905
|
delete(request?: {
|
|
@@ -9009,7 +9075,7 @@ declare namespace gapi.client {
|
|
|
9009
9075
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9010
9076
|
uploadType?: string;
|
|
9011
9077
|
},
|
|
9012
|
-
body: GoogleCloudDiscoveryengineV1betaDataStore
|
|
9078
|
+
body: GoogleCloudDiscoveryengineV1betaDataStore,
|
|
9013
9079
|
): Request<GoogleCloudDiscoveryengineV1betaDataStore>;
|
|
9014
9080
|
/** Trains a custom model. */
|
|
9015
9081
|
trainCustomModel(request: {
|
|
@@ -9067,7 +9133,7 @@ declare namespace gapi.client {
|
|
|
9067
9133
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9068
9134
|
uploadType?: string;
|
|
9069
9135
|
},
|
|
9070
|
-
body: GoogleCloudDiscoveryengineV1betaTrainCustomModelRequest
|
|
9136
|
+
body: GoogleCloudDiscoveryengineV1betaTrainCustomModelRequest,
|
|
9071
9137
|
): Request<GoogleLongrunningOperation>;
|
|
9072
9138
|
branches: BranchesResource;
|
|
9073
9139
|
completionConfig: CompletionConfigResource;
|
|
@@ -9141,7 +9207,7 @@ declare namespace gapi.client {
|
|
|
9141
9207
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9142
9208
|
uploadType?: string;
|
|
9143
9209
|
},
|
|
9144
|
-
body: GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest
|
|
9210
|
+
body: GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest,
|
|
9145
9211
|
): Request<GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponse>;
|
|
9146
9212
|
}
|
|
9147
9213
|
interface ControlsResource {
|
|
@@ -9205,7 +9271,7 @@ declare namespace gapi.client {
|
|
|
9205
9271
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9206
9272
|
uploadType?: string;
|
|
9207
9273
|
},
|
|
9208
|
-
body: GoogleCloudDiscoveryengineV1betaControl
|
|
9274
|
+
body: GoogleCloudDiscoveryengineV1betaControl,
|
|
9209
9275
|
): Request<GoogleCloudDiscoveryengineV1betaControl>;
|
|
9210
9276
|
/** Deletes a Control. If the Control to delete does not exist, a NOT_FOUND error is returned. */
|
|
9211
9277
|
delete(request?: {
|
|
@@ -9354,7 +9420,7 @@ declare namespace gapi.client {
|
|
|
9354
9420
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9355
9421
|
uploadType?: string;
|
|
9356
9422
|
},
|
|
9357
|
-
body: GoogleCloudDiscoveryengineV1betaControl
|
|
9423
|
+
body: GoogleCloudDiscoveryengineV1betaControl,
|
|
9358
9424
|
): Request<GoogleCloudDiscoveryengineV1betaControl>;
|
|
9359
9425
|
}
|
|
9360
9426
|
interface ConversationsResource {
|
|
@@ -9414,7 +9480,7 @@ declare namespace gapi.client {
|
|
|
9414
9480
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9415
9481
|
uploadType?: string;
|
|
9416
9482
|
},
|
|
9417
|
-
body: GoogleCloudDiscoveryengineV1betaConverseConversationRequest
|
|
9483
|
+
body: GoogleCloudDiscoveryengineV1betaConverseConversationRequest,
|
|
9418
9484
|
): Request<GoogleCloudDiscoveryengineV1betaConverseConversationResponse>;
|
|
9419
9485
|
/** Creates a Conversation. If the Conversation to create already exists, an ALREADY_EXISTS error is returned. */
|
|
9420
9486
|
create(request: {
|
|
@@ -9472,7 +9538,7 @@ declare namespace gapi.client {
|
|
|
9472
9538
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9473
9539
|
uploadType?: string;
|
|
9474
9540
|
},
|
|
9475
|
-
body: GoogleCloudDiscoveryengineV1betaConversation
|
|
9541
|
+
body: GoogleCloudDiscoveryengineV1betaConversation,
|
|
9476
9542
|
): Request<GoogleCloudDiscoveryengineV1betaConversation>;
|
|
9477
9543
|
/** Deletes a Conversation. If the Conversation to delete does not exist, a NOT_FOUND error is returned. */
|
|
9478
9544
|
delete(request?: {
|
|
@@ -9623,7 +9689,7 @@ declare namespace gapi.client {
|
|
|
9623
9689
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9624
9690
|
uploadType?: string;
|
|
9625
9691
|
},
|
|
9626
|
-
body: GoogleCloudDiscoveryengineV1betaConversation
|
|
9692
|
+
body: GoogleCloudDiscoveryengineV1betaConversation,
|
|
9627
9693
|
): Request<GoogleCloudDiscoveryengineV1betaConversation>;
|
|
9628
9694
|
}
|
|
9629
9695
|
interface OperationsResource {
|
|
@@ -9745,7 +9811,7 @@ declare namespace gapi.client {
|
|
|
9745
9811
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9746
9812
|
uploadType?: string;
|
|
9747
9813
|
},
|
|
9748
|
-
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest
|
|
9814
|
+
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest,
|
|
9749
9815
|
): Request<GoogleCloudDiscoveryengineV1betaAnswerQueryResponse>;
|
|
9750
9816
|
/** Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist. */
|
|
9751
9817
|
get(request?: {
|
|
@@ -9865,7 +9931,7 @@ declare namespace gapi.client {
|
|
|
9865
9931
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9866
9932
|
uploadType?: string;
|
|
9867
9933
|
},
|
|
9868
|
-
body: GoogleCloudDiscoveryengineV1betaServingConfig
|
|
9934
|
+
body: GoogleCloudDiscoveryengineV1betaServingConfig,
|
|
9869
9935
|
): Request<GoogleCloudDiscoveryengineV1betaServingConfig>;
|
|
9870
9936
|
/** Makes a recommendation, which requires a contextual user event. */
|
|
9871
9937
|
recommend(request: {
|
|
@@ -9923,7 +9989,7 @@ declare namespace gapi.client {
|
|
|
9923
9989
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9924
9990
|
uploadType?: string;
|
|
9925
9991
|
},
|
|
9926
|
-
body: GoogleCloudDiscoveryengineV1betaRecommendRequest
|
|
9992
|
+
body: GoogleCloudDiscoveryengineV1betaRecommendRequest,
|
|
9927
9993
|
): Request<GoogleCloudDiscoveryengineV1betaRecommendResponse>;
|
|
9928
9994
|
/** Performs a search. */
|
|
9929
9995
|
search(request: {
|
|
@@ -9981,7 +10047,7 @@ declare namespace gapi.client {
|
|
|
9981
10047
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9982
10048
|
uploadType?: string;
|
|
9983
10049
|
},
|
|
9984
|
-
body: GoogleCloudDiscoveryengineV1betaSearchRequest
|
|
10050
|
+
body: GoogleCloudDiscoveryengineV1betaSearchRequest,
|
|
9985
10051
|
): Request<GoogleCloudDiscoveryengineV1betaSearchResponse>;
|
|
9986
10052
|
/** Performs a search. Similar to the SearchService.Search method, but a lite version that allows API key for authentication, where OAuth and IAM checks are not required. Only public website search is supported by this method. If data stores and engines not associated with public website search are specified, a `FAILED_PRECONDITION` error is returned. This method can be used for easy onboarding without having to implement an authentication backend. However, it is strongly recommended to use SearchService.Search instead with required OAuth and IAM checks to provide better data security. */
|
|
9987
10053
|
searchLite(request: {
|
|
@@ -10039,7 +10105,7 @@ declare namespace gapi.client {
|
|
|
10039
10105
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10040
10106
|
uploadType?: string;
|
|
10041
10107
|
},
|
|
10042
|
-
body: GoogleCloudDiscoveryengineV1betaSearchRequest
|
|
10108
|
+
body: GoogleCloudDiscoveryengineV1betaSearchRequest,
|
|
10043
10109
|
): Request<GoogleCloudDiscoveryengineV1betaSearchResponse>;
|
|
10044
10110
|
/** Answer query method (streaming). It takes one AnswerQueryRequest and returns multiple AnswerQueryResponse messages in a stream. */
|
|
10045
10111
|
streamAnswer(request: {
|
|
@@ -10097,7 +10163,7 @@ declare namespace gapi.client {
|
|
|
10097
10163
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10098
10164
|
uploadType?: string;
|
|
10099
10165
|
},
|
|
10100
|
-
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest
|
|
10166
|
+
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest,
|
|
10101
10167
|
): Request<GoogleCloudDiscoveryengineV1betaAnswerQueryResponse>;
|
|
10102
10168
|
}
|
|
10103
10169
|
interface AnswersResource {
|
|
@@ -10186,7 +10252,7 @@ declare namespace gapi.client {
|
|
|
10186
10252
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10187
10253
|
uploadType?: string;
|
|
10188
10254
|
},
|
|
10189
|
-
body: GoogleCloudDiscoveryengineV1betaSession
|
|
10255
|
+
body: GoogleCloudDiscoveryengineV1betaSession,
|
|
10190
10256
|
): Request<GoogleCloudDiscoveryengineV1betaSession>;
|
|
10191
10257
|
/** Deletes a Session. If the Session to delete does not exist, a NOT_FOUND error is returned. */
|
|
10192
10258
|
delete(request?: {
|
|
@@ -10339,7 +10405,7 @@ declare namespace gapi.client {
|
|
|
10339
10405
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10340
10406
|
uploadType?: string;
|
|
10341
10407
|
},
|
|
10342
|
-
body: GoogleCloudDiscoveryengineV1betaSession
|
|
10408
|
+
body: GoogleCloudDiscoveryengineV1betaSession,
|
|
10343
10409
|
): Request<GoogleCloudDiscoveryengineV1betaSession>;
|
|
10344
10410
|
answers: AnswersResource;
|
|
10345
10411
|
}
|
|
@@ -10404,7 +10470,7 @@ declare namespace gapi.client {
|
|
|
10404
10470
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10405
10471
|
uploadType?: string;
|
|
10406
10472
|
},
|
|
10407
|
-
body: GoogleCloudDiscoveryengineV1betaEngine
|
|
10473
|
+
body: GoogleCloudDiscoveryengineV1betaEngine,
|
|
10408
10474
|
): Request<GoogleLongrunningOperation>;
|
|
10409
10475
|
/** Deletes a Engine. */
|
|
10410
10476
|
delete(request?: {
|
|
@@ -10553,7 +10619,7 @@ declare namespace gapi.client {
|
|
|
10553
10619
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10554
10620
|
uploadType?: string;
|
|
10555
10621
|
},
|
|
10556
|
-
body: GoogleCloudDiscoveryengineV1betaEngine
|
|
10622
|
+
body: GoogleCloudDiscoveryengineV1betaEngine,
|
|
10557
10623
|
): Request<GoogleCloudDiscoveryengineV1betaEngine>;
|
|
10558
10624
|
/** Pauses the training of an existing engine. Only applicable if SolutionType is SOLUTION_TYPE_RECOMMENDATION. */
|
|
10559
10625
|
pause(request: {
|
|
@@ -10611,7 +10677,7 @@ declare namespace gapi.client {
|
|
|
10611
10677
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10612
10678
|
uploadType?: string;
|
|
10613
10679
|
},
|
|
10614
|
-
body: GoogleCloudDiscoveryengineV1betaPauseEngineRequest
|
|
10680
|
+
body: GoogleCloudDiscoveryengineV1betaPauseEngineRequest,
|
|
10615
10681
|
): Request<GoogleCloudDiscoveryengineV1betaEngine>;
|
|
10616
10682
|
/** Resumes the training of an existing engine. Only applicable if SolutionType is SOLUTION_TYPE_RECOMMENDATION. */
|
|
10617
10683
|
resume(request: {
|
|
@@ -10669,7 +10735,7 @@ declare namespace gapi.client {
|
|
|
10669
10735
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10670
10736
|
uploadType?: string;
|
|
10671
10737
|
},
|
|
10672
|
-
body: GoogleCloudDiscoveryengineV1betaResumeEngineRequest
|
|
10738
|
+
body: GoogleCloudDiscoveryengineV1betaResumeEngineRequest,
|
|
10673
10739
|
): Request<GoogleCloudDiscoveryengineV1betaEngine>;
|
|
10674
10740
|
/** Tunes an existing engine. Only applicable if SolutionType is SOLUTION_TYPE_RECOMMENDATION. */
|
|
10675
10741
|
tune(request: {
|
|
@@ -10727,7 +10793,7 @@ declare namespace gapi.client {
|
|
|
10727
10793
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10728
10794
|
uploadType?: string;
|
|
10729
10795
|
},
|
|
10730
|
-
body: GoogleCloudDiscoveryengineV1betaTuneEngineRequest
|
|
10796
|
+
body: GoogleCloudDiscoveryengineV1betaTuneEngineRequest,
|
|
10731
10797
|
): Request<GoogleLongrunningOperation>;
|
|
10732
10798
|
completionConfig: CompletionConfigResource;
|
|
10733
10799
|
controls: ControlsResource;
|
|
@@ -10865,7 +10931,7 @@ declare namespace gapi.client {
|
|
|
10865
10931
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10866
10932
|
uploadType?: string;
|
|
10867
10933
|
},
|
|
10868
|
-
body: GoogleCloudDiscoveryengineV1betaDocument
|
|
10934
|
+
body: GoogleCloudDiscoveryengineV1betaDocument,
|
|
10869
10935
|
): Request<GoogleCloudDiscoveryengineV1betaDocument>;
|
|
10870
10936
|
/** Deletes a Document. */
|
|
10871
10937
|
delete(request?: {
|
|
@@ -10977,7 +11043,7 @@ declare namespace gapi.client {
|
|
|
10977
11043
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
10978
11044
|
uploadType?: string;
|
|
10979
11045
|
},
|
|
10980
|
-
body: GoogleCloudDiscoveryengineV1betaImportDocumentsRequest
|
|
11046
|
+
body: GoogleCloudDiscoveryengineV1betaImportDocumentsRequest,
|
|
10981
11047
|
): Request<GoogleLongrunningOperation>;
|
|
10982
11048
|
/** Gets a list of Documents. */
|
|
10983
11049
|
list(request?: {
|
|
@@ -11074,7 +11140,7 @@ declare namespace gapi.client {
|
|
|
11074
11140
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11075
11141
|
uploadType?: string;
|
|
11076
11142
|
},
|
|
11077
|
-
body: GoogleCloudDiscoveryengineV1betaDocument
|
|
11143
|
+
body: GoogleCloudDiscoveryengineV1betaDocument,
|
|
11078
11144
|
): Request<GoogleCloudDiscoveryengineV1betaDocument>;
|
|
11079
11145
|
/** Permanently deletes all selected Documents in a branch. This process is asynchronous. Depending on the number of Documents to be deleted, this operation can take hours to complete. Before the delete operation completes, some Documents might still be returned by DocumentService.GetDocument or DocumentService.ListDocuments. To get a list of the Documents to be deleted, set PurgeDocumentsRequest.force to false. */
|
|
11080
11146
|
purge(request: {
|
|
@@ -11132,7 +11198,7 @@ declare namespace gapi.client {
|
|
|
11132
11198
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11133
11199
|
uploadType?: string;
|
|
11134
11200
|
},
|
|
11135
|
-
body: GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest
|
|
11201
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeDocumentsRequest,
|
|
11136
11202
|
): Request<GoogleLongrunningOperation>;
|
|
11137
11203
|
}
|
|
11138
11204
|
interface OperationsResource {
|
|
@@ -11192,7 +11258,7 @@ declare namespace gapi.client {
|
|
|
11192
11258
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11193
11259
|
uploadType?: string;
|
|
11194
11260
|
},
|
|
11195
|
-
body: GoogleLongrunningCancelOperationRequest
|
|
11261
|
+
body: GoogleLongrunningCancelOperationRequest,
|
|
11196
11262
|
): Request<{}>;
|
|
11197
11263
|
/** Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service. */
|
|
11198
11264
|
get(request?: {
|
|
@@ -11347,7 +11413,7 @@ declare namespace gapi.client {
|
|
|
11347
11413
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11348
11414
|
uploadType?: string;
|
|
11349
11415
|
},
|
|
11350
|
-
body: GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest
|
|
11416
|
+
body: GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest,
|
|
11351
11417
|
): Request<GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryResponse>;
|
|
11352
11418
|
}
|
|
11353
11419
|
interface CompletionSuggestionsResource {
|
|
@@ -11407,7 +11473,7 @@ declare namespace gapi.client {
|
|
|
11407
11473
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11408
11474
|
uploadType?: string;
|
|
11409
11475
|
},
|
|
11410
|
-
body: GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsRequest
|
|
11476
|
+
body: GoogleCloudDiscoveryengineV1betaImportCompletionSuggestionsRequest,
|
|
11411
11477
|
): Request<GoogleLongrunningOperation>;
|
|
11412
11478
|
/** Permanently deletes all CompletionSuggestions for a DataStore. */
|
|
11413
11479
|
purge(request: {
|
|
@@ -11465,7 +11531,7 @@ declare namespace gapi.client {
|
|
|
11465
11531
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11466
11532
|
uploadType?: string;
|
|
11467
11533
|
},
|
|
11468
|
-
body: GoogleCloudDiscoveryengineV1betaPurgeCompletionSuggestionsRequest
|
|
11534
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeCompletionSuggestionsRequest,
|
|
11469
11535
|
): Request<GoogleLongrunningOperation>;
|
|
11470
11536
|
}
|
|
11471
11537
|
interface ControlsResource {
|
|
@@ -11529,7 +11595,7 @@ declare namespace gapi.client {
|
|
|
11529
11595
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11530
11596
|
uploadType?: string;
|
|
11531
11597
|
},
|
|
11532
|
-
body: GoogleCloudDiscoveryengineV1betaControl
|
|
11598
|
+
body: GoogleCloudDiscoveryengineV1betaControl,
|
|
11533
11599
|
): Request<GoogleCloudDiscoveryengineV1betaControl>;
|
|
11534
11600
|
/** Deletes a Control. If the Control to delete does not exist, a NOT_FOUND error is returned. */
|
|
11535
11601
|
delete(request?: {
|
|
@@ -11678,7 +11744,7 @@ declare namespace gapi.client {
|
|
|
11678
11744
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11679
11745
|
uploadType?: string;
|
|
11680
11746
|
},
|
|
11681
|
-
body: GoogleCloudDiscoveryengineV1betaControl
|
|
11747
|
+
body: GoogleCloudDiscoveryengineV1betaControl,
|
|
11682
11748
|
): Request<GoogleCloudDiscoveryengineV1betaControl>;
|
|
11683
11749
|
}
|
|
11684
11750
|
interface ConversationsResource {
|
|
@@ -11738,7 +11804,7 @@ declare namespace gapi.client {
|
|
|
11738
11804
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11739
11805
|
uploadType?: string;
|
|
11740
11806
|
},
|
|
11741
|
-
body: GoogleCloudDiscoveryengineV1betaConverseConversationRequest
|
|
11807
|
+
body: GoogleCloudDiscoveryengineV1betaConverseConversationRequest,
|
|
11742
11808
|
): Request<GoogleCloudDiscoveryengineV1betaConverseConversationResponse>;
|
|
11743
11809
|
/** Creates a Conversation. If the Conversation to create already exists, an ALREADY_EXISTS error is returned. */
|
|
11744
11810
|
create(request: {
|
|
@@ -11796,7 +11862,7 @@ declare namespace gapi.client {
|
|
|
11796
11862
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11797
11863
|
uploadType?: string;
|
|
11798
11864
|
},
|
|
11799
|
-
body: GoogleCloudDiscoveryengineV1betaConversation
|
|
11865
|
+
body: GoogleCloudDiscoveryengineV1betaConversation,
|
|
11800
11866
|
): Request<GoogleCloudDiscoveryengineV1betaConversation>;
|
|
11801
11867
|
/** Deletes a Conversation. If the Conversation to delete does not exist, a NOT_FOUND error is returned. */
|
|
11802
11868
|
delete(request?: {
|
|
@@ -11947,7 +12013,7 @@ declare namespace gapi.client {
|
|
|
11947
12013
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
11948
12014
|
uploadType?: string;
|
|
11949
12015
|
},
|
|
11950
|
-
body: GoogleCloudDiscoveryengineV1betaConversation
|
|
12016
|
+
body: GoogleCloudDiscoveryengineV1betaConversation,
|
|
11951
12017
|
): Request<GoogleCloudDiscoveryengineV1betaConversation>;
|
|
11952
12018
|
}
|
|
11953
12019
|
interface OperationsResource {
|
|
@@ -12138,7 +12204,7 @@ declare namespace gapi.client {
|
|
|
12138
12204
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12139
12205
|
uploadType?: string;
|
|
12140
12206
|
},
|
|
12141
|
-
body: GoogleCloudDiscoveryengineV1betaSchema
|
|
12207
|
+
body: GoogleCloudDiscoveryengineV1betaSchema,
|
|
12142
12208
|
): Request<GoogleLongrunningOperation>;
|
|
12143
12209
|
/** Deletes a Schema. */
|
|
12144
12210
|
delete(request?: {
|
|
@@ -12285,7 +12351,7 @@ declare namespace gapi.client {
|
|
|
12285
12351
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12286
12352
|
uploadType?: string;
|
|
12287
12353
|
},
|
|
12288
|
-
body: GoogleCloudDiscoveryengineV1betaSchema
|
|
12354
|
+
body: GoogleCloudDiscoveryengineV1betaSchema,
|
|
12289
12355
|
): Request<GoogleLongrunningOperation>;
|
|
12290
12356
|
}
|
|
12291
12357
|
interface ServingConfigsResource {
|
|
@@ -12345,7 +12411,7 @@ declare namespace gapi.client {
|
|
|
12345
12411
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12346
12412
|
uploadType?: string;
|
|
12347
12413
|
},
|
|
12348
|
-
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest
|
|
12414
|
+
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest,
|
|
12349
12415
|
): Request<GoogleCloudDiscoveryengineV1betaAnswerQueryResponse>;
|
|
12350
12416
|
/** Gets a ServingConfig. Returns a NotFound error if the ServingConfig does not exist. */
|
|
12351
12417
|
get(request?: {
|
|
@@ -12465,7 +12531,7 @@ declare namespace gapi.client {
|
|
|
12465
12531
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12466
12532
|
uploadType?: string;
|
|
12467
12533
|
},
|
|
12468
|
-
body: GoogleCloudDiscoveryengineV1betaServingConfig
|
|
12534
|
+
body: GoogleCloudDiscoveryengineV1betaServingConfig,
|
|
12469
12535
|
): Request<GoogleCloudDiscoveryengineV1betaServingConfig>;
|
|
12470
12536
|
/** Makes a recommendation, which requires a contextual user event. */
|
|
12471
12537
|
recommend(request: {
|
|
@@ -12523,7 +12589,7 @@ declare namespace gapi.client {
|
|
|
12523
12589
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12524
12590
|
uploadType?: string;
|
|
12525
12591
|
},
|
|
12526
|
-
body: GoogleCloudDiscoveryengineV1betaRecommendRequest
|
|
12592
|
+
body: GoogleCloudDiscoveryengineV1betaRecommendRequest,
|
|
12527
12593
|
): Request<GoogleCloudDiscoveryengineV1betaRecommendResponse>;
|
|
12528
12594
|
/** Performs a search. */
|
|
12529
12595
|
search(request: {
|
|
@@ -12581,7 +12647,7 @@ declare namespace gapi.client {
|
|
|
12581
12647
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12582
12648
|
uploadType?: string;
|
|
12583
12649
|
},
|
|
12584
|
-
body: GoogleCloudDiscoveryengineV1betaSearchRequest
|
|
12650
|
+
body: GoogleCloudDiscoveryengineV1betaSearchRequest,
|
|
12585
12651
|
): Request<GoogleCloudDiscoveryengineV1betaSearchResponse>;
|
|
12586
12652
|
/** Performs a search. Similar to the SearchService.Search method, but a lite version that allows API key for authentication, where OAuth and IAM checks are not required. Only public website search is supported by this method. If data stores and engines not associated with public website search are specified, a `FAILED_PRECONDITION` error is returned. This method can be used for easy onboarding without having to implement an authentication backend. However, it is strongly recommended to use SearchService.Search instead with required OAuth and IAM checks to provide better data security. */
|
|
12587
12653
|
searchLite(request: {
|
|
@@ -12639,7 +12705,7 @@ declare namespace gapi.client {
|
|
|
12639
12705
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12640
12706
|
uploadType?: string;
|
|
12641
12707
|
},
|
|
12642
|
-
body: GoogleCloudDiscoveryengineV1betaSearchRequest
|
|
12708
|
+
body: GoogleCloudDiscoveryengineV1betaSearchRequest,
|
|
12643
12709
|
): Request<GoogleCloudDiscoveryengineV1betaSearchResponse>;
|
|
12644
12710
|
/** Answer query method (streaming). It takes one AnswerQueryRequest and returns multiple AnswerQueryResponse messages in a stream. */
|
|
12645
12711
|
streamAnswer(request: {
|
|
@@ -12697,7 +12763,7 @@ declare namespace gapi.client {
|
|
|
12697
12763
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12698
12764
|
uploadType?: string;
|
|
12699
12765
|
},
|
|
12700
|
-
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest
|
|
12766
|
+
body: GoogleCloudDiscoveryengineV1betaAnswerQueryRequest,
|
|
12701
12767
|
): Request<GoogleCloudDiscoveryengineV1betaAnswerQueryResponse>;
|
|
12702
12768
|
}
|
|
12703
12769
|
interface AnswersResource {
|
|
@@ -12786,7 +12852,7 @@ declare namespace gapi.client {
|
|
|
12786
12852
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12787
12853
|
uploadType?: string;
|
|
12788
12854
|
},
|
|
12789
|
-
body: GoogleCloudDiscoveryengineV1betaSession
|
|
12855
|
+
body: GoogleCloudDiscoveryengineV1betaSession,
|
|
12790
12856
|
): Request<GoogleCloudDiscoveryengineV1betaSession>;
|
|
12791
12857
|
/** Deletes a Session. If the Session to delete does not exist, a NOT_FOUND error is returned. */
|
|
12792
12858
|
delete(request?: {
|
|
@@ -12939,7 +13005,7 @@ declare namespace gapi.client {
|
|
|
12939
13005
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
12940
13006
|
uploadType?: string;
|
|
12941
13007
|
},
|
|
12942
|
-
body: GoogleCloudDiscoveryengineV1betaSession
|
|
13008
|
+
body: GoogleCloudDiscoveryengineV1betaSession,
|
|
12943
13009
|
): Request<GoogleCloudDiscoveryengineV1betaSession>;
|
|
12944
13010
|
answers: AnswersResource;
|
|
12945
13011
|
}
|
|
@@ -13000,7 +13066,7 @@ declare namespace gapi.client {
|
|
|
13000
13066
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13001
13067
|
uploadType?: string;
|
|
13002
13068
|
},
|
|
13003
|
-
body: GoogleCloudDiscoveryengineV1betaSitemap
|
|
13069
|
+
body: GoogleCloudDiscoveryengineV1betaSitemap,
|
|
13004
13070
|
): Request<GoogleLongrunningOperation>;
|
|
13005
13071
|
/** Deletes a Sitemap. */
|
|
13006
13072
|
delete(request?: {
|
|
@@ -13116,7 +13182,7 @@ declare namespace gapi.client {
|
|
|
13116
13182
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13117
13183
|
uploadType?: string;
|
|
13118
13184
|
},
|
|
13119
|
-
body: GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest
|
|
13185
|
+
body: GoogleCloudDiscoveryengineV1betaBatchCreateTargetSitesRequest,
|
|
13120
13186
|
): Request<GoogleLongrunningOperation>;
|
|
13121
13187
|
/** Creates a TargetSite. */
|
|
13122
13188
|
create(request: {
|
|
@@ -13174,7 +13240,7 @@ declare namespace gapi.client {
|
|
|
13174
13240
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13175
13241
|
uploadType?: string;
|
|
13176
13242
|
},
|
|
13177
|
-
body: GoogleCloudDiscoveryengineV1betaTargetSite
|
|
13243
|
+
body: GoogleCloudDiscoveryengineV1betaTargetSite,
|
|
13178
13244
|
): Request<GoogleLongrunningOperation>;
|
|
13179
13245
|
/** Deletes a TargetSite. */
|
|
13180
13246
|
delete(request?: {
|
|
@@ -13317,7 +13383,7 @@ declare namespace gapi.client {
|
|
|
13317
13383
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13318
13384
|
uploadType?: string;
|
|
13319
13385
|
},
|
|
13320
|
-
body: GoogleCloudDiscoveryengineV1betaTargetSite
|
|
13386
|
+
body: GoogleCloudDiscoveryengineV1betaTargetSite,
|
|
13321
13387
|
): Request<GoogleLongrunningOperation>;
|
|
13322
13388
|
}
|
|
13323
13389
|
interface SiteSearchEngineResource {
|
|
@@ -13377,7 +13443,7 @@ declare namespace gapi.client {
|
|
|
13377
13443
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13378
13444
|
uploadType?: string;
|
|
13379
13445
|
},
|
|
13380
|
-
body: GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchRequest
|
|
13446
|
+
body: GoogleCloudDiscoveryengineV1betaDisableAdvancedSiteSearchRequest,
|
|
13381
13447
|
): Request<GoogleLongrunningOperation>;
|
|
13382
13448
|
/** Upgrade from basic site search to advanced site search. */
|
|
13383
13449
|
enableAdvancedSiteSearch(request: {
|
|
@@ -13435,7 +13501,7 @@ declare namespace gapi.client {
|
|
|
13435
13501
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13436
13502
|
uploadType?: string;
|
|
13437
13503
|
},
|
|
13438
|
-
body: GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchRequest
|
|
13504
|
+
body: GoogleCloudDiscoveryengineV1betaEnableAdvancedSiteSearchRequest,
|
|
13439
13505
|
): Request<GoogleLongrunningOperation>;
|
|
13440
13506
|
/** Request on-demand recrawl for a list of URIs. */
|
|
13441
13507
|
recrawlUris(request: {
|
|
@@ -13493,7 +13559,7 @@ declare namespace gapi.client {
|
|
|
13493
13559
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13494
13560
|
uploadType?: string;
|
|
13495
13561
|
},
|
|
13496
|
-
body: GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest
|
|
13562
|
+
body: GoogleCloudDiscoveryengineV1betaRecrawlUrisRequest,
|
|
13497
13563
|
): Request<GoogleLongrunningOperation>;
|
|
13498
13564
|
sitemaps: SitemapsResource;
|
|
13499
13565
|
targetSites: TargetSitesResource;
|
|
@@ -13555,7 +13621,7 @@ declare namespace gapi.client {
|
|
|
13555
13621
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13556
13622
|
uploadType?: string;
|
|
13557
13623
|
},
|
|
13558
|
-
body: GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequest
|
|
13624
|
+
body: GoogleCloudDiscoveryengineV1betaImportSuggestionDenyListEntriesRequest,
|
|
13559
13625
|
): Request<GoogleLongrunningOperation>;
|
|
13560
13626
|
/** Permanently deletes all SuggestionDenyListEntry for a DataStore. */
|
|
13561
13627
|
purge(request: {
|
|
@@ -13613,7 +13679,7 @@ declare namespace gapi.client {
|
|
|
13613
13679
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13614
13680
|
uploadType?: string;
|
|
13615
13681
|
},
|
|
13616
|
-
body: GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesRequest
|
|
13682
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeSuggestionDenyListEntriesRequest,
|
|
13617
13683
|
): Request<GoogleLongrunningOperation>;
|
|
13618
13684
|
}
|
|
13619
13685
|
interface UserEventsResource {
|
|
@@ -13706,7 +13772,7 @@ declare namespace gapi.client {
|
|
|
13706
13772
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13707
13773
|
uploadType?: string;
|
|
13708
13774
|
},
|
|
13709
|
-
body: GoogleCloudDiscoveryengineV1betaImportUserEventsRequest
|
|
13775
|
+
body: GoogleCloudDiscoveryengineV1betaImportUserEventsRequest,
|
|
13710
13776
|
): Request<GoogleLongrunningOperation>;
|
|
13711
13777
|
/** Deletes permanently all user events specified by the filter provided. Depending on the number of events specified by the filter, this operation could take hours or days to complete. To test a filter, use the list command first. */
|
|
13712
13778
|
purge(request: {
|
|
@@ -13764,7 +13830,7 @@ declare namespace gapi.client {
|
|
|
13764
13830
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13765
13831
|
uploadType?: string;
|
|
13766
13832
|
},
|
|
13767
|
-
body: GoogleCloudDiscoveryengineV1betaPurgeUserEventsRequest
|
|
13833
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeUserEventsRequest,
|
|
13768
13834
|
): Request<GoogleLongrunningOperation>;
|
|
13769
13835
|
/** Writes a single user event. */
|
|
13770
13836
|
write(request: {
|
|
@@ -13826,7 +13892,7 @@ declare namespace gapi.client {
|
|
|
13826
13892
|
/** If set to true, the user event is written asynchronously after validation, and the API responds without waiting for the write. */
|
|
13827
13893
|
writeAsync?: boolean;
|
|
13828
13894
|
},
|
|
13829
|
-
body: GoogleCloudDiscoveryengineV1betaUserEvent
|
|
13895
|
+
body: GoogleCloudDiscoveryengineV1betaUserEvent,
|
|
13830
13896
|
): Request<GoogleCloudDiscoveryengineV1betaUserEvent>;
|
|
13831
13897
|
}
|
|
13832
13898
|
interface DataStoresResource {
|
|
@@ -13941,7 +14007,7 @@ declare namespace gapi.client {
|
|
|
13941
14007
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13942
14008
|
uploadType?: string;
|
|
13943
14009
|
},
|
|
13944
|
-
body: GoogleCloudDiscoveryengineV1betaDataStore
|
|
14010
|
+
body: GoogleCloudDiscoveryengineV1betaDataStore,
|
|
13945
14011
|
): Request<GoogleLongrunningOperation>;
|
|
13946
14012
|
/** Deletes a DataStore. */
|
|
13947
14013
|
delete(request?: {
|
|
@@ -14117,7 +14183,7 @@ declare namespace gapi.client {
|
|
|
14117
14183
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14118
14184
|
uploadType?: string;
|
|
14119
14185
|
},
|
|
14120
|
-
body: GoogleCloudDiscoveryengineV1betaDataStore
|
|
14186
|
+
body: GoogleCloudDiscoveryengineV1betaDataStore,
|
|
14121
14187
|
): Request<GoogleCloudDiscoveryengineV1betaDataStore>;
|
|
14122
14188
|
branches: BranchesResource;
|
|
14123
14189
|
completionConfig: CompletionConfigResource;
|
|
@@ -14219,7 +14285,7 @@ declare namespace gapi.client {
|
|
|
14219
14285
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14220
14286
|
uploadType?: string;
|
|
14221
14287
|
},
|
|
14222
|
-
body: GoogleCloudDiscoveryengineV1betaEvaluation
|
|
14288
|
+
body: GoogleCloudDiscoveryengineV1betaEvaluation,
|
|
14223
14289
|
): Request<GoogleLongrunningOperation>;
|
|
14224
14290
|
/** Gets a Evaluation. */
|
|
14225
14291
|
get(request?: {
|
|
@@ -14369,7 +14435,7 @@ declare namespace gapi.client {
|
|
|
14369
14435
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14370
14436
|
uploadType?: string;
|
|
14371
14437
|
},
|
|
14372
|
-
body: GoogleCloudDiscoveryengineV1betaCheckGroundingRequest
|
|
14438
|
+
body: GoogleCloudDiscoveryengineV1betaCheckGroundingRequest,
|
|
14373
14439
|
): Request<GoogleCloudDiscoveryengineV1betaCheckGroundingResponse>;
|
|
14374
14440
|
}
|
|
14375
14441
|
interface OperationsResource {
|
|
@@ -14503,7 +14569,7 @@ declare namespace gapi.client {
|
|
|
14503
14569
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14504
14570
|
uploadType?: string;
|
|
14505
14571
|
},
|
|
14506
|
-
body: GoogleCloudDiscoveryengineV1betaIdentityMappingStore
|
|
14572
|
+
body: GoogleCloudDiscoveryengineV1betaIdentityMappingStore,
|
|
14507
14573
|
): Request<GoogleCloudDiscoveryengineV1betaIdentityMappingStore>;
|
|
14508
14574
|
/** Deletes the Identity Mapping Store. */
|
|
14509
14575
|
delete(request?: {
|
|
@@ -14615,7 +14681,7 @@ declare namespace gapi.client {
|
|
|
14615
14681
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14616
14682
|
uploadType?: string;
|
|
14617
14683
|
},
|
|
14618
|
-
body: GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequest
|
|
14684
|
+
body: GoogleCloudDiscoveryengineV1betaImportIdentityMappingsRequest,
|
|
14619
14685
|
): Request<GoogleLongrunningOperation>;
|
|
14620
14686
|
/** Lists all Identity Mapping Stores. */
|
|
14621
14687
|
list(request?: {
|
|
@@ -14735,7 +14801,7 @@ declare namespace gapi.client {
|
|
|
14735
14801
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14736
14802
|
uploadType?: string;
|
|
14737
14803
|
},
|
|
14738
|
-
body: GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequest
|
|
14804
|
+
body: GoogleCloudDiscoveryengineV1betaPurgeIdentityMappingsRequest,
|
|
14739
14805
|
): Request<GoogleLongrunningOperation>;
|
|
14740
14806
|
operations: OperationsResource;
|
|
14741
14807
|
}
|
|
@@ -14858,7 +14924,7 @@ declare namespace gapi.client {
|
|
|
14858
14924
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14859
14925
|
uploadType?: string;
|
|
14860
14926
|
},
|
|
14861
|
-
body: GoogleCloudDiscoveryengineV1betaRankRequest
|
|
14927
|
+
body: GoogleCloudDiscoveryengineV1betaRankRequest,
|
|
14862
14928
|
): Request<GoogleCloudDiscoveryengineV1betaRankResponse>;
|
|
14863
14929
|
}
|
|
14864
14930
|
interface OperationsResource {
|
|
@@ -14951,7 +15017,7 @@ declare namespace gapi.client {
|
|
|
14951
15017
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
14952
15018
|
uploadType?: string;
|
|
14953
15019
|
},
|
|
14954
|
-
body: GoogleCloudDiscoveryengineV1betaSampleQuery
|
|
15020
|
+
body: GoogleCloudDiscoveryengineV1betaSampleQuery,
|
|
14955
15021
|
): Request<GoogleCloudDiscoveryengineV1betaSampleQuery>;
|
|
14956
15022
|
/** Deletes a SampleQuery. */
|
|
14957
15023
|
delete(request?: {
|
|
@@ -15063,7 +15129,7 @@ declare namespace gapi.client {
|
|
|
15063
15129
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15064
15130
|
uploadType?: string;
|
|
15065
15131
|
},
|
|
15066
|
-
body: GoogleCloudDiscoveryengineV1betaImportSampleQueriesRequest
|
|
15132
|
+
body: GoogleCloudDiscoveryengineV1betaImportSampleQueriesRequest,
|
|
15067
15133
|
): Request<GoogleLongrunningOperation>;
|
|
15068
15134
|
/** Gets a list of SampleQuerys. */
|
|
15069
15135
|
list(request?: {
|
|
@@ -15156,7 +15222,7 @@ declare namespace gapi.client {
|
|
|
15156
15222
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15157
15223
|
uploadType?: string;
|
|
15158
15224
|
},
|
|
15159
|
-
body: GoogleCloudDiscoveryengineV1betaSampleQuery
|
|
15225
|
+
body: GoogleCloudDiscoveryengineV1betaSampleQuery,
|
|
15160
15226
|
): Request<GoogleCloudDiscoveryengineV1betaSampleQuery>;
|
|
15161
15227
|
}
|
|
15162
15228
|
interface SampleQuerySetsResource {
|
|
@@ -15220,7 +15286,7 @@ declare namespace gapi.client {
|
|
|
15220
15286
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15221
15287
|
uploadType?: string;
|
|
15222
15288
|
},
|
|
15223
|
-
body: GoogleCloudDiscoveryengineV1betaSampleQuerySet
|
|
15289
|
+
body: GoogleCloudDiscoveryengineV1betaSampleQuerySet,
|
|
15224
15290
|
): Request<GoogleCloudDiscoveryengineV1betaSampleQuerySet>;
|
|
15225
15291
|
/** Deletes a SampleQuerySet. */
|
|
15226
15292
|
delete(request?: {
|
|
@@ -15367,7 +15433,7 @@ declare namespace gapi.client {
|
|
|
15367
15433
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15368
15434
|
uploadType?: string;
|
|
15369
15435
|
},
|
|
15370
|
-
body: GoogleCloudDiscoveryengineV1betaSampleQuerySet
|
|
15436
|
+
body: GoogleCloudDiscoveryengineV1betaSampleQuerySet,
|
|
15371
15437
|
): Request<GoogleCloudDiscoveryengineV1betaSampleQuerySet>;
|
|
15372
15438
|
operations: OperationsResource;
|
|
15373
15439
|
sampleQueries: SampleQueriesResource;
|
|
@@ -15462,7 +15528,7 @@ declare namespace gapi.client {
|
|
|
15462
15528
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15463
15529
|
uploadType?: string;
|
|
15464
15530
|
},
|
|
15465
|
-
body: GoogleCloudDiscoveryengineV1betaImportUserEventsRequest
|
|
15531
|
+
body: GoogleCloudDiscoveryengineV1betaImportUserEventsRequest,
|
|
15466
15532
|
): Request<GoogleLongrunningOperation>;
|
|
15467
15533
|
/** Writes a single user event. */
|
|
15468
15534
|
write(request: {
|
|
@@ -15524,7 +15590,7 @@ declare namespace gapi.client {
|
|
|
15524
15590
|
/** If set to true, the user event is written asynchronously after validation, and the API responds without waiting for the write. */
|
|
15525
15591
|
writeAsync?: boolean;
|
|
15526
15592
|
},
|
|
15527
|
-
body: GoogleCloudDiscoveryengineV1betaUserEvent
|
|
15593
|
+
body: GoogleCloudDiscoveryengineV1betaUserEvent,
|
|
15528
15594
|
): Request<GoogleCloudDiscoveryengineV1betaUserEvent>;
|
|
15529
15595
|
}
|
|
15530
15596
|
interface LocationsResource {
|
|
@@ -15584,7 +15650,7 @@ declare namespace gapi.client {
|
|
|
15584
15650
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15585
15651
|
uploadType?: string;
|
|
15586
15652
|
},
|
|
15587
|
-
body: GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequest
|
|
15653
|
+
body: GoogleCloudDiscoveryengineV1betaGenerateGroundedContentRequest,
|
|
15588
15654
|
): Request<GoogleCloudDiscoveryengineV1betaGenerateGroundedContentResponse>;
|
|
15589
15655
|
collections: CollectionsResource;
|
|
15590
15656
|
dataStores: DataStoresResource;
|
|
@@ -15715,7 +15781,7 @@ declare namespace gapi.client {
|
|
|
15715
15781
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
15716
15782
|
uploadType?: string;
|
|
15717
15783
|
},
|
|
15718
|
-
body: GoogleCloudDiscoveryengineV1betaProvisionProjectRequest
|
|
15784
|
+
body: GoogleCloudDiscoveryengineV1betaProvisionProjectRequest,
|
|
15719
15785
|
): Request<GoogleLongrunningOperation>;
|
|
15720
15786
|
locations: LocationsResource;
|
|
15721
15787
|
operations: OperationsResource;
|
package/package.json
CHANGED
package/readme.md
CHANGED