@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.0.20240801 → 0.0.20240813
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 +198 -10
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
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=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20240813
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -161,7 +161,7 @@ declare namespace gapi.client {
|
|
|
161
161
|
gcsStagingDir?: string;
|
|
162
162
|
/** Required. The AlloyDB location to copy the data from with a length limit of 256 characters. */
|
|
163
163
|
locationId?: string;
|
|
164
|
-
/** The project ID that the AlloyDB source
|
|
164
|
+
/** The project ID that contains the AlloyDB source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request. */
|
|
165
165
|
projectId?: string;
|
|
166
166
|
/** Required. The AlloyDB table to copy the data from with a length limit of 256 characters. */
|
|
167
167
|
tableId?: string;
|
|
@@ -482,6 +482,22 @@ declare namespace gapi.client {
|
|
|
482
482
|
/** TargetSites created. */
|
|
483
483
|
targetSites?: GoogleCloudDiscoveryengineV1alphaTargetSite[];
|
|
484
484
|
}
|
|
485
|
+
interface GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse {
|
|
486
|
+
/** The metadata of the Documents. */
|
|
487
|
+
documentsMetadata?: GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata[];
|
|
488
|
+
}
|
|
489
|
+
interface GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadata {
|
|
490
|
+
/** The timestamp of the last time the Document was last indexed. */
|
|
491
|
+
lastRefreshedTime?: string;
|
|
492
|
+
/** The value of the matcher that was used to match the Document. */
|
|
493
|
+
matcherValue?: GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue;
|
|
494
|
+
/** The status of the document. */
|
|
495
|
+
status?: string;
|
|
496
|
+
}
|
|
497
|
+
interface GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponseDocumentMetadataMatcherValue {
|
|
498
|
+
/** If match by URI, the URI of the Document. */
|
|
499
|
+
uri?: string;
|
|
500
|
+
}
|
|
485
501
|
interface GoogleCloudDiscoveryengineV1alphaBatchVerifyTargetSitesRequest {}
|
|
486
502
|
interface GoogleCloudDiscoveryengineV1alphaBigQuerySource {
|
|
487
503
|
/** The schema to use when parsing the data from the source. Supported values for user event imports: * `user_event` (default): One UserEvent per row. Supported values for document imports: * `document` (default): One Document format per row. Each document must have a valid Document.id and one of Document.json_data or Document.struct_data. * `custom`: One custom data per row in arbitrary format that conforms to the defined Schema of the data store. This can only be used by the GENERIC Data Store vertical. */
|
|
@@ -492,7 +508,7 @@ declare namespace gapi.client {
|
|
|
492
508
|
gcsStagingDir?: string;
|
|
493
509
|
/** BigQuery time partitioned table's _PARTITIONDATE in YYYY-MM-DD format. */
|
|
494
510
|
partitionDate?: GoogleTypeDate;
|
|
495
|
-
/** The project ID
|
|
511
|
+
/** The project ID or the project number that contains the BigQuery source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request. */
|
|
496
512
|
projectId?: string;
|
|
497
513
|
/** Required. The BigQuery table to copy the data from with a length limit of 1,024 characters. */
|
|
498
514
|
tableId?: string;
|
|
@@ -530,7 +546,7 @@ declare namespace gapi.client {
|
|
|
530
546
|
bigtableOptions?: GoogleCloudDiscoveryengineV1alphaBigtableOptions;
|
|
531
547
|
/** Required. The instance ID of the Cloud Bigtable that needs to be imported. */
|
|
532
548
|
instanceId?: string;
|
|
533
|
-
/** The project ID that the Bigtable source
|
|
549
|
+
/** The project ID that contains the Bigtable source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request. */
|
|
534
550
|
projectId?: string;
|
|
535
551
|
/** Required. The table ID of the Cloud Bigtable that needs to be imported. */
|
|
536
552
|
tableId?: string;
|
|
@@ -562,6 +578,8 @@ declare namespace gapi.client {
|
|
|
562
578
|
endPos?: number;
|
|
563
579
|
/** 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, and anti_citation_indices should not be returned. */
|
|
564
580
|
groundingCheckRequired?: boolean;
|
|
581
|
+
/** Confidence score for the claim in the answer candidate, in the range of [0, 1]. */
|
|
582
|
+
score?: number;
|
|
565
583
|
/** Position indicating the start of the claim in the answer candidate, measured in bytes. */
|
|
566
584
|
startPos?: number;
|
|
567
585
|
}
|
|
@@ -646,7 +664,7 @@ declare namespace gapi.client {
|
|
|
646
664
|
instanceId?: string;
|
|
647
665
|
/** Option for serverless export. Enabling this option will incur additional cost. More info can be found [here](https://cloud.google.com/sql/pricing#serverless). */
|
|
648
666
|
offload?: boolean;
|
|
649
|
-
/** The project ID that the Cloud SQL source
|
|
667
|
+
/** The project ID that contains the Cloud SQL source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request. */
|
|
650
668
|
projectId?: string;
|
|
651
669
|
/** Required. The Cloud SQL table to copy the data from with a length limit of 256 characters. */
|
|
652
670
|
tableId?: string;
|
|
@@ -704,7 +722,7 @@ declare namespace gapi.client {
|
|
|
704
722
|
startTime?: string;
|
|
705
723
|
}
|
|
706
724
|
interface GoogleCloudDiscoveryengineV1alphaControl {
|
|
707
|
-
/** Output only. List of all ServingConfig
|
|
725
|
+
/** Output only. List of all ServingConfig IDs this control is attached to. May take up to 10 minutes to update after changes. */
|
|
708
726
|
associatedServingConfigIds?: string[];
|
|
709
727
|
/** Defines a boost-type control */
|
|
710
728
|
boostAction?: GoogleCloudDiscoveryengineV1alphaControlBoostAction;
|
|
@@ -885,6 +903,8 @@ declare namespace gapi.client {
|
|
|
885
903
|
solutionTypes?: string[];
|
|
886
904
|
/** The start schema to use for this DataStore when provisioning it. If unset, a default vertical specialized schema will be used. This field is only used by CreateDataStore API, and will be ignored if used in other APIs. This field will be omitted from all API responses including CreateDataStore API. To retrieve a schema of a DataStore, use SchemaService.GetSchema API instead. The provided schema will be validated against certain rules on schema. Learn more from [this doc](https://cloud.google.com/generative-ai-app-builder/docs/provide-schema). */
|
|
887
905
|
startingSchema?: GoogleCloudDiscoveryengineV1alphaSchema;
|
|
906
|
+
/** Config to store data store type configuration for workspace data. This must be set when DataStore.content_config is set as DataStore.ContentConfig.GOOGLE_WORKSPACE. */
|
|
907
|
+
workspaceConfig?: GoogleCloudDiscoveryengineV1alphaWorkspaceConfig;
|
|
888
908
|
}
|
|
889
909
|
interface GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata {
|
|
890
910
|
/** Operation create time. */
|
|
@@ -2312,6 +2332,8 @@ declare namespace gapi.client {
|
|
|
2312
2332
|
interface GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterStringConstraint {
|
|
2313
2333
|
/** Name of the string field as defined in the schema. */
|
|
2314
2334
|
fieldName?: string;
|
|
2335
|
+
/** Identifies the keywords within the search query that match a filter. */
|
|
2336
|
+
querySegment?: string;
|
|
2315
2337
|
/** Values of the string field. The record will only be returned if the field value matches one of the values specified here. */
|
|
2316
2338
|
values?: string[];
|
|
2317
2339
|
}
|
|
@@ -2511,7 +2533,7 @@ declare namespace gapi.client {
|
|
|
2511
2533
|
enableDataBoost?: boolean;
|
|
2512
2534
|
/** Required. The instance ID of the source Spanner table. */
|
|
2513
2535
|
instanceId?: string;
|
|
2514
|
-
/** The project ID that the Spanner source
|
|
2536
|
+
/** The project ID that contains the Spanner source. Has a length limit of 128 characters. If not specified, inherits the project ID from the parent request. */
|
|
2515
2537
|
projectId?: string;
|
|
2516
2538
|
/** Required. The table name of the Spanner database that needs to be imported. */
|
|
2517
2539
|
tableId?: string;
|
|
@@ -2678,6 +2700,12 @@ declare namespace gapi.client {
|
|
|
2678
2700
|
/** Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don't set for anonymous users. Always use a hashed value for this ID. Don't set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. */
|
|
2679
2701
|
userId?: string;
|
|
2680
2702
|
}
|
|
2703
|
+
interface GoogleCloudDiscoveryengineV1alphaWorkspaceConfig {
|
|
2704
|
+
/** Obfuscated Dasher customer ID. */
|
|
2705
|
+
dasherCustomerId?: string;
|
|
2706
|
+
/** The Google Workspace data source. */
|
|
2707
|
+
type?: string;
|
|
2708
|
+
}
|
|
2681
2709
|
interface GoogleCloudDiscoveryengineV1BatchCreateTargetSiteMetadata {
|
|
2682
2710
|
/** Operation create time. */
|
|
2683
2711
|
createTime?: string;
|
|
@@ -2717,7 +2745,7 @@ declare namespace gapi.client {
|
|
|
2717
2745
|
startTime?: string;
|
|
2718
2746
|
}
|
|
2719
2747
|
interface GoogleCloudDiscoveryengineV1betaControl {
|
|
2720
|
-
/** Output only. List of all ServingConfig
|
|
2748
|
+
/** Output only. List of all ServingConfig IDs this control is attached to. May take up to 10 minutes to update after changes. */
|
|
2721
2749
|
associatedServingConfigIds?: string[];
|
|
2722
2750
|
/** Defines a boost-type control */
|
|
2723
2751
|
boostAction?: GoogleCloudDiscoveryengineV1betaControlBoostAction;
|
|
@@ -2822,6 +2850,8 @@ declare namespace gapi.client {
|
|
|
2822
2850
|
solutionTypes?: string[];
|
|
2823
2851
|
/** The start schema to use for this DataStore when provisioning it. If unset, a default vertical specialized schema will be used. This field is only used by CreateDataStore API, and will be ignored if used in other APIs. This field will be omitted from all API responses including CreateDataStore API. To retrieve a schema of a DataStore, use SchemaService.GetSchema API instead. The provided schema will be validated against certain rules on schema. Learn more from [this doc](https://cloud.google.com/generative-ai-app-builder/docs/provide-schema). */
|
|
2824
2852
|
startingSchema?: GoogleCloudDiscoveryengineV1betaSchema;
|
|
2853
|
+
/** Config to store data store type configuration for workspace data. This must be set when DataStore.content_config is set as DataStore.ContentConfig.GOOGLE_WORKSPACE. */
|
|
2854
|
+
workspaceConfig?: GoogleCloudDiscoveryengineV1betaWorkspaceConfig;
|
|
2825
2855
|
}
|
|
2826
2856
|
interface GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata {
|
|
2827
2857
|
/** Operation create time. */
|
|
@@ -3221,6 +3251,8 @@ declare namespace gapi.client {
|
|
|
3221
3251
|
rankingExpression?: string;
|
|
3222
3252
|
/** The Unicode country/region code (CLDR) of a location, such as "US" and "419". For more information, see [Standard fields](https://cloud.google.com/apis/design/standard_fields). If set, then results will be boosted based on the region_code provided. */
|
|
3223
3253
|
regionCode?: string;
|
|
3254
|
+
/** The relevance threshold of the search results. Default to Google defined threshold, leveraging a balance of precision and recall to deliver both highly accurate results and comprehensive coverage of relevant information. */
|
|
3255
|
+
relevanceThreshold?: string;
|
|
3224
3256
|
/** Whether to turn on safe search. This is only supported for website search. */
|
|
3225
3257
|
safeSearch?: boolean;
|
|
3226
3258
|
/** Search as you type configuration. Only supported for the IndustryVertical.MEDIA vertical. */
|
|
@@ -3481,6 +3513,12 @@ declare namespace gapi.client {
|
|
|
3481
3513
|
/** Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don't set for anonymous users. Always use a hashed value for this ID. Don't set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. */
|
|
3482
3514
|
userId?: string;
|
|
3483
3515
|
}
|
|
3516
|
+
interface GoogleCloudDiscoveryengineV1betaWorkspaceConfig {
|
|
3517
|
+
/** Obfuscated Dasher customer ID. */
|
|
3518
|
+
dasherCustomerId?: string;
|
|
3519
|
+
/** The Google Workspace data source. */
|
|
3520
|
+
type?: string;
|
|
3521
|
+
}
|
|
3484
3522
|
interface GoogleCloudDiscoveryengineV1Condition {
|
|
3485
3523
|
/** Range of time(s) specifying when condition is active. Maximum of 10 time ranges. */
|
|
3486
3524
|
activeTimeRange?: GoogleCloudDiscoveryengineV1ConditionTimeRange[];
|
|
@@ -3500,7 +3538,7 @@ declare namespace gapi.client {
|
|
|
3500
3538
|
startTime?: string;
|
|
3501
3539
|
}
|
|
3502
3540
|
interface GoogleCloudDiscoveryengineV1Control {
|
|
3503
|
-
/** Output only. List of all ServingConfig
|
|
3541
|
+
/** Output only. List of all ServingConfig IDs this control is attached to. May take up to 10 minutes to update after changes. */
|
|
3504
3542
|
associatedServingConfigIds?: string[];
|
|
3505
3543
|
/** Defines a boost-type control */
|
|
3506
3544
|
boostAction?: GoogleCloudDiscoveryengineV1ControlBoostAction;
|
|
@@ -3586,6 +3624,8 @@ declare namespace gapi.client {
|
|
|
3586
3624
|
solutionTypes?: string[];
|
|
3587
3625
|
/** The start schema to use for this DataStore when provisioning it. If unset, a default vertical specialized schema will be used. This field is only used by CreateDataStore API, and will be ignored if used in other APIs. This field will be omitted from all API responses including CreateDataStore API. To retrieve a schema of a DataStore, use SchemaService.GetSchema API instead. The provided schema will be validated against certain rules on schema. Learn more from [this doc](https://cloud.google.com/generative-ai-app-builder/docs/provide-schema). */
|
|
3588
3626
|
startingSchema?: GoogleCloudDiscoveryengineV1Schema;
|
|
3627
|
+
/** Config to store data store type configuration for workspace data. This must be set when DataStore.content_config is set as DataStore.ContentConfig.GOOGLE_WORKSPACE. */
|
|
3628
|
+
workspaceConfig?: GoogleCloudDiscoveryengineV1WorkspaceConfig;
|
|
3589
3629
|
}
|
|
3590
3630
|
interface GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata {
|
|
3591
3631
|
/** Operation create time. */
|
|
@@ -3900,6 +3940,24 @@ declare namespace gapi.client {
|
|
|
3900
3940
|
/** This number is an estimation on how much total quota this project needs to successfully complete indexing. */
|
|
3901
3941
|
totalRequiredQuota?: string;
|
|
3902
3942
|
}
|
|
3943
|
+
interface GoogleCloudDiscoveryengineV1TrainCustomModelMetadata {
|
|
3944
|
+
/** Operation create time. */
|
|
3945
|
+
createTime?: string;
|
|
3946
|
+
/** Operation last update time. If the operation is done, this is also the finish time. */
|
|
3947
|
+
updateTime?: string;
|
|
3948
|
+
}
|
|
3949
|
+
interface GoogleCloudDiscoveryengineV1TrainCustomModelResponse {
|
|
3950
|
+
/** Echoes the destination for the complete errors in the request if set. */
|
|
3951
|
+
errorConfig?: GoogleCloudDiscoveryengineV1ImportErrorConfig;
|
|
3952
|
+
/** A sample of errors encountered while processing the data. */
|
|
3953
|
+
errorSamples?: GoogleRpcStatus[];
|
|
3954
|
+
/** The metrics of the trained model. */
|
|
3955
|
+
metrics?: {[P in string]: number};
|
|
3956
|
+
/** Fully qualified name of the CustomTuningModel. */
|
|
3957
|
+
modelName?: string;
|
|
3958
|
+
/** The trained model status. Possible values are: * **bad-data**: The training data quality is bad. * **no-improvement**: Tuning didn't improve performance. Won't deploy. * **in-progress**: Model training job creation is in progress. * **training**: Model is actively training. * **evaluating**: The model is evaluating trained metrics. * **indexing**: The model trained metrics are indexing. * **ready**: The model is ready for serving. */
|
|
3959
|
+
modelStatus?: string;
|
|
3960
|
+
}
|
|
3903
3961
|
interface GoogleCloudDiscoveryengineV1UpdateSchemaMetadata {
|
|
3904
3962
|
/** Operation create time. */
|
|
3905
3963
|
createTime?: string;
|
|
@@ -3912,6 +3970,12 @@ declare namespace gapi.client {
|
|
|
3912
3970
|
/** Operation last update time. If the operation is done, this is also the finish time. */
|
|
3913
3971
|
updateTime?: string;
|
|
3914
3972
|
}
|
|
3973
|
+
interface GoogleCloudDiscoveryengineV1WorkspaceConfig {
|
|
3974
|
+
/** Obfuscated Dasher customer ID. */
|
|
3975
|
+
dasherCustomerId?: string;
|
|
3976
|
+
/** The Google Workspace data source. */
|
|
3977
|
+
type?: string;
|
|
3978
|
+
}
|
|
3915
3979
|
interface GoogleLongrunningCancelOperationRequest {}
|
|
3916
3980
|
interface GoogleLongrunningListOperationsResponse {
|
|
3917
3981
|
/** The standard List next-page token. */
|
|
@@ -4579,6 +4643,35 @@ declare namespace gapi.client {
|
|
|
4579
4643
|
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
4580
4644
|
}
|
|
4581
4645
|
interface BranchesResource {
|
|
4646
|
+
/** Gets index freshness metadata for Documents. Supported for website search only. */
|
|
4647
|
+
batchGetDocumentsMetadata(request?: {
|
|
4648
|
+
/** V1 error format. */
|
|
4649
|
+
'$.xgafv'?: string;
|
|
4650
|
+
/** OAuth access token. */
|
|
4651
|
+
access_token?: string;
|
|
4652
|
+
/** Data format for response. */
|
|
4653
|
+
alt?: string;
|
|
4654
|
+
/** JSONP */
|
|
4655
|
+
callback?: string;
|
|
4656
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
4657
|
+
fields?: string;
|
|
4658
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
4659
|
+
key?: string;
|
|
4660
|
+
/** The exact URIs to match by. */
|
|
4661
|
+
'matcher.urisMatcher.uris'?: string | string[];
|
|
4662
|
+
/** OAuth 2.0 token for the current user. */
|
|
4663
|
+
oauth_token?: string;
|
|
4664
|
+
/** Required. The parent branch resource name, such as `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`. */
|
|
4665
|
+
parent: string;
|
|
4666
|
+
/** Returns response with indentations and line breaks. */
|
|
4667
|
+
prettyPrint?: boolean;
|
|
4668
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
4669
|
+
quotaUser?: string;
|
|
4670
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
4671
|
+
upload_protocol?: string;
|
|
4672
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
4673
|
+
uploadType?: string;
|
|
4674
|
+
}): Request<GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse>;
|
|
4582
4675
|
documents: DocumentsResource;
|
|
4583
4676
|
operations: OperationsResource;
|
|
4584
4677
|
}
|
|
@@ -9746,6 +9839,35 @@ declare namespace gapi.client {
|
|
|
9746
9839
|
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
9747
9840
|
}
|
|
9748
9841
|
interface BranchesResource {
|
|
9842
|
+
/** Gets index freshness metadata for Documents. Supported for website search only. */
|
|
9843
|
+
batchGetDocumentsMetadata(request?: {
|
|
9844
|
+
/** V1 error format. */
|
|
9845
|
+
'$.xgafv'?: string;
|
|
9846
|
+
/** OAuth access token. */
|
|
9847
|
+
access_token?: string;
|
|
9848
|
+
/** Data format for response. */
|
|
9849
|
+
alt?: string;
|
|
9850
|
+
/** JSONP */
|
|
9851
|
+
callback?: string;
|
|
9852
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
9853
|
+
fields?: string;
|
|
9854
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
9855
|
+
key?: string;
|
|
9856
|
+
/** The exact URIs to match by. */
|
|
9857
|
+
'matcher.urisMatcher.uris'?: string | string[];
|
|
9858
|
+
/** OAuth 2.0 token for the current user. */
|
|
9859
|
+
oauth_token?: string;
|
|
9860
|
+
/** Required. The parent branch resource name, such as `projects/{project}/locations/{location}/collections/{collection}/dataStores/{data_store}/branches/{branch}`. */
|
|
9861
|
+
parent: string;
|
|
9862
|
+
/** Returns response with indentations and line breaks. */
|
|
9863
|
+
prettyPrint?: boolean;
|
|
9864
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
9865
|
+
quotaUser?: string;
|
|
9866
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
9867
|
+
upload_protocol?: string;
|
|
9868
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9869
|
+
uploadType?: string;
|
|
9870
|
+
}): Request<GoogleCloudDiscoveryengineV1alphaBatchGetDocumentsMetadataResponse>;
|
|
9749
9871
|
documents: DocumentsResource;
|
|
9750
9872
|
operations: OperationsResource;
|
|
9751
9873
|
}
|
|
@@ -13471,6 +13593,71 @@ declare namespace gapi.client {
|
|
|
13471
13593
|
body: GoogleCloudDiscoveryengineV1alphaUserEvent
|
|
13472
13594
|
): Request<GoogleCloudDiscoveryengineV1alphaUserEvent>;
|
|
13473
13595
|
}
|
|
13596
|
+
interface OperationsResource {
|
|
13597
|
+
/** 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. */
|
|
13598
|
+
get(request?: {
|
|
13599
|
+
/** V1 error format. */
|
|
13600
|
+
'$.xgafv'?: string;
|
|
13601
|
+
/** OAuth access token. */
|
|
13602
|
+
access_token?: string;
|
|
13603
|
+
/** Data format for response. */
|
|
13604
|
+
alt?: string;
|
|
13605
|
+
/** JSONP */
|
|
13606
|
+
callback?: string;
|
|
13607
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
13608
|
+
fields?: string;
|
|
13609
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
13610
|
+
key?: string;
|
|
13611
|
+
/** The name of the operation resource. */
|
|
13612
|
+
name: string;
|
|
13613
|
+
/** OAuth 2.0 token for the current user. */
|
|
13614
|
+
oauth_token?: string;
|
|
13615
|
+
/** Returns response with indentations and line breaks. */
|
|
13616
|
+
prettyPrint?: boolean;
|
|
13617
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
13618
|
+
quotaUser?: string;
|
|
13619
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13620
|
+
upload_protocol?: string;
|
|
13621
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13622
|
+
uploadType?: string;
|
|
13623
|
+
}): Request<GoogleLongrunningOperation>;
|
|
13624
|
+
/** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
|
|
13625
|
+
list(request?: {
|
|
13626
|
+
/** V1 error format. */
|
|
13627
|
+
'$.xgafv'?: string;
|
|
13628
|
+
/** OAuth access token. */
|
|
13629
|
+
access_token?: string;
|
|
13630
|
+
/** Data format for response. */
|
|
13631
|
+
alt?: string;
|
|
13632
|
+
/** JSONP */
|
|
13633
|
+
callback?: string;
|
|
13634
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
13635
|
+
fields?: string;
|
|
13636
|
+
/** The standard list filter. */
|
|
13637
|
+
filter?: string;
|
|
13638
|
+
/** API key. Your API key identifies your project and provides you with API access, quota, and reports. Required unless you provide an OAuth 2.0 token. */
|
|
13639
|
+
key?: string;
|
|
13640
|
+
/** The name of the operation's parent resource. */
|
|
13641
|
+
name: string;
|
|
13642
|
+
/** OAuth 2.0 token for the current user. */
|
|
13643
|
+
oauth_token?: string;
|
|
13644
|
+
/** The standard list page size. */
|
|
13645
|
+
pageSize?: number;
|
|
13646
|
+
/** The standard list page token. */
|
|
13647
|
+
pageToken?: string;
|
|
13648
|
+
/** Returns response with indentations and line breaks. */
|
|
13649
|
+
prettyPrint?: boolean;
|
|
13650
|
+
/** Available to use for quota purposes for server-side applications. Can be any arbitrary string assigned to a user, but should not exceed 40 characters. */
|
|
13651
|
+
quotaUser?: string;
|
|
13652
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13653
|
+
upload_protocol?: string;
|
|
13654
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13655
|
+
uploadType?: string;
|
|
13656
|
+
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
13657
|
+
}
|
|
13658
|
+
interface UserStoresResource {
|
|
13659
|
+
operations: OperationsResource;
|
|
13660
|
+
}
|
|
13474
13661
|
interface LocationsResource {
|
|
13475
13662
|
/** Estimates the data size to be used by a customer. */
|
|
13476
13663
|
estimateDataSize(request: {
|
|
@@ -13557,7 +13744,7 @@ declare namespace gapi.client {
|
|
|
13557
13744
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13558
13745
|
uploadType?: string;
|
|
13559
13746
|
}): Request<GoogleCloudDiscoveryengineV1alphaAclConfig>;
|
|
13560
|
-
/** Default
|
|
13747
|
+
/** Default ACL configuration for use in a location of a customer's project. Updates will only reflect to new data stores. Existing data stores will still use the old value. */
|
|
13561
13748
|
updateAclConfig(request: {
|
|
13562
13749
|
/** V1 error format. */
|
|
13563
13750
|
'$.xgafv'?: string;
|
|
@@ -13625,6 +13812,7 @@ declare namespace gapi.client {
|
|
|
13625
13812
|
requirements: RequirementsResource;
|
|
13626
13813
|
sampleQuerySets: SampleQuerySetsResource;
|
|
13627
13814
|
userEvents: UserEventsResource;
|
|
13815
|
+
userStores: UserStoresResource;
|
|
13628
13816
|
}
|
|
13629
13817
|
interface OperationsResource {
|
|
13630
13818
|
/** 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. */
|