@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.0.20240912 → 0.0.20240930

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.
Files changed (2) hide show
  1. package/index.d.ts +159 -1
  2. 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=v1beta
12
- // Revision: 20240912
12
+ // Revision: 20240930
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -348,6 +348,8 @@ declare namespace gapi.client {
348
348
  createTime?: string;
349
349
  /** The display name of the model. */
350
350
  displayName?: string;
351
+ /** Currently this is only populated if the model state is `INPUT_VALIDATION_FAILED`. */
352
+ errorMessage?: string;
351
353
  /** The metrics of the trained model. */
352
354
  metrics?: {[P in string]: number};
353
355
  /** The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`). */
@@ -362,6 +364,8 @@ declare namespace gapi.client {
362
364
  interface GoogleCloudDiscoveryengineV1alphaDataStore {
363
365
  /** Immutable. Whether data in the DataStore has ACL information. If set to `true`, the source data must have ACL. ACL will be ingested when data is ingested by DocumentService.ImportDocuments methods. When ACL is enabled for the DataStore, Document can't be accessed by calling DocumentService.GetDocument or DocumentService.ListDocuments. Currently ACL is only supported in `GENERIC` industry vertical with non-`PUBLIC_WEBSITE` content config. */
364
366
  aclEnabled?: boolean;
367
+ /** Output only. Data size estimation for billing. */
368
+ billingEstimation?: GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation;
365
369
  /** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
366
370
  contentConfig?: string;
367
371
  /** Output only. Timestamp the DataStore was created at. */
@@ -391,6 +395,20 @@ declare namespace gapi.client {
391
395
  /** 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. */
392
396
  workspaceConfig?: GoogleCloudDiscoveryengineV1alphaWorkspaceConfig;
393
397
  }
398
+ interface GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation {
399
+ /** Data size for structured data in terms of bytes. */
400
+ structuredDataSize?: string;
401
+ /** Last updated timestamp for structured data. */
402
+ structuredDataUpdateTime?: string;
403
+ /** Data size for unstructured data in terms of bytes. */
404
+ unstructuredDataSize?: string;
405
+ /** Last updated timestamp for unstructured data. */
406
+ unstructuredDataUpdateTime?: string;
407
+ /** Data size for websites in terms of bytes. */
408
+ websiteDataSize?: string;
409
+ /** Last updated timestamp for websites. */
410
+ websiteDataUpdateTime?: string;
411
+ }
394
412
  interface GoogleCloudDiscoveryengineV1alphaDeleteDataStoreMetadata {
395
413
  /** Operation create time. */
396
414
  createTime?: string;
@@ -478,6 +496,8 @@ declare namespace gapi.client {
478
496
  createTime?: string;
479
497
  /** The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
480
498
  dataStoreIds?: string[];
499
+ /** Optional. Whether to disable analytics for searches performed on this engine. */
500
+ disableAnalytics?: boolean;
481
501
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
482
502
  displayName?: string;
483
503
  /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to `GENERIC`. Vertical on Engine has to match vertical of the DataStore linked to the engine. */
@@ -607,6 +627,8 @@ declare namespace gapi.client {
607
627
  indexableOption?: string;
608
628
  /** Output only. Type of the key property that this field is mapped to. Empty string if this is not annotated as mapped to a key property. Example types are `title`, `description`. Full list is defined by `keyPropertyMapping` in the schema field annotation. If the schema field has a `KeyPropertyMapping` annotation, `indexable_option` and `searchable_option` of this field cannot be modified. */
609
629
  keyPropertyType?: string;
630
+ /** Optional. The metatag name found in the HTML page. If user defines this field, the value of this metatag name will be used to extract metatag. If the user does not define this field, the FieldConfig.field_path will be used to extract metatag. */
631
+ metatagName?: string;
610
632
  /** If recs_filterable_option is FILTERABLE_ENABLED, field values are filterable by filter expression in RecommendationService.Recommend. If FILTERABLE_ENABLED but the field type is numerical, field values are not filterable by text queries in RecommendationService.Recommend. Only textual fields are supported. If recs_filterable_option is unset, the default setting is FILTERABLE_DISABLED for fields that support setting filterable options. When a field set to [FILTERABLE_DISABLED] is filtered, a warning is generated and an empty result is returned. */
611
633
  recsFilterableOption?: string;
612
634
  /** If retrievable_option is RETRIEVABLE_ENABLED, field values are included in the search results. If retrievable_option is unset, the server behavior defaults to RETRIEVABLE_DISABLED for fields that support setting retrievable options. For those fields that do not support setting retrievable options, such as `object` and `boolean`, the server will skip retrievable option setting, and setting retrievable_option for those fields will throw `INVALID_ARGUMENT` error. */
@@ -936,6 +958,8 @@ declare namespace gapi.client {
936
958
  pageToken?: string;
937
959
  /** Additional search parameters. For public website search only, supported values are: * `user_country_code`: string. Default empty. If set to non-empty, results are restricted or boosted based on the location provided. For example, `user_country_code: "au"` For available codes see [Country Codes](https://developers.google.com/custom-search/docs/json_api_reference#countryCodes) * `search_type`: double. Default empty. Enables non-webpage searching depending on the value. The only valid non-default value is 1, which enables image searching. For example, `search_type: 1` */
938
960
  params?: {[P in string]: any};
961
+ /** The specification for personalization. Notice that if both ServingConfig.personalization_spec and SearchRequest.personalization_spec are set, SearchRequest.personalization_spec overrides ServingConfig.personalization_spec. */
962
+ personalizationSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestPersonalizationSpec;
939
963
  /** Raw search query. */
940
964
  query?: string;
941
965
  /** The query expansion specification that specifies the conditions under which query expansion occurs. */
@@ -1064,6 +1088,8 @@ declare namespace gapi.client {
1064
1088
  interface GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec {
1065
1089
  /** Required. Full resource name of DataStore, such as `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. */
1066
1090
  dataStore?: string;
1091
+ /** Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata) */
1092
+ filter?: string;
1067
1093
  }
1068
1094
  interface GoogleCloudDiscoveryengineV1alphaSearchRequestEmbeddingSpec {
1069
1095
  /** The embedding vector used for retrieval. Limit to 1. */
@@ -1111,6 +1137,10 @@ declare namespace gapi.client {
1111
1137
  /** Field names used for location-based filtering, where geolocation filters are detected in natural language search queries. Only valid when the FilterExtractionCondition is set to `ENABLED`. If this field is set, it overrides the field names set in ServingConfig.geo_search_query_detection_field_names. */
1112
1138
  geoSearchQueryDetectionFieldNames?: string[];
1113
1139
  }
1140
+ interface GoogleCloudDiscoveryengineV1alphaSearchRequestPersonalizationSpec {
1141
+ /** The personalization mode of the search request. Defaults to Mode.AUTO. */
1142
+ mode?: string;
1143
+ }
1114
1144
  interface GoogleCloudDiscoveryengineV1alphaSearchRequestQueryExpansionSpec {
1115
1145
  /** The condition under which query expansion should occur. Default to Condition.DISABLED. */
1116
1146
  condition?: string;
@@ -1242,6 +1272,10 @@ declare namespace gapi.client {
1242
1272
  interface GoogleCloudDiscoveryengineV1alphaWorkspaceConfig {
1243
1273
  /** Obfuscated Dasher customer ID. */
1244
1274
  dasherCustomerId?: string;
1275
+ /** Optional. The super admin email address for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
1276
+ superAdminEmailAddress?: string;
1277
+ /** Optional. The super admin service account for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
1278
+ superAdminServiceAccount?: string;
1245
1279
  /** The Google Workspace data source. */
1246
1280
  type?: string;
1247
1281
  }
@@ -1392,6 +1426,8 @@ declare namespace gapi.client {
1392
1426
  filter?: string;
1393
1427
  /** Number of search results to return. The default value is 10. */
1394
1428
  maxReturnResults?: number;
1429
+ /** Optional. Specification to enable natural language understanding capabilities for search requests. */
1430
+ naturalLanguageQueryUnderstandingSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec;
1395
1431
  /** The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering, see [Ordering](https://cloud.google.com/retail/docs/filter-and-order#order) If this field is unrecognizable, an `INVALID_ARGUMENT` is returned. */
1396
1432
  orderBy?: string;
1397
1433
  /** Specifies the search result mode. If unspecified, the search result mode defaults to `DOCUMENTS`. See [parse and chunk documents](https://cloud.google.com/generative-ai-app-builder/docs/parse-chunk-documents) */
@@ -1946,6 +1982,8 @@ declare namespace gapi.client {
1946
1982
  createTime?: string;
1947
1983
  /** The display name of the model. */
1948
1984
  displayName?: string;
1985
+ /** Currently this is only populated if the model state is `INPUT_VALIDATION_FAILED`. */
1986
+ errorMessage?: string;
1949
1987
  /** The metrics of the trained model. */
1950
1988
  metrics?: {[P in string]: number};
1951
1989
  /** The state that the model is in (e.g.`TRAINING` or `TRAINING_FAILED`). */
@@ -1958,6 +1996,8 @@ declare namespace gapi.client {
1958
1996
  trainingStartTime?: string;
1959
1997
  }
1960
1998
  interface GoogleCloudDiscoveryengineV1betaDataStore {
1999
+ /** Output only. Data size estimation for billing. */
2000
+ billingEstimation?: GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation;
1961
2001
  /** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
1962
2002
  contentConfig?: string;
1963
2003
  /** Output only. Timestamp the DataStore was created at. */
@@ -1985,6 +2025,20 @@ declare namespace gapi.client {
1985
2025
  /** 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. */
1986
2026
  workspaceConfig?: GoogleCloudDiscoveryengineV1betaWorkspaceConfig;
1987
2027
  }
2028
+ interface GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation {
2029
+ /** Data size for structured data in terms of bytes. */
2030
+ structuredDataSize?: string;
2031
+ /** Last updated timestamp for structured data. */
2032
+ structuredDataUpdateTime?: string;
2033
+ /** Data size for unstructured data in terms of bytes. */
2034
+ unstructuredDataSize?: string;
2035
+ /** Last updated timestamp for unstructured data. */
2036
+ unstructuredDataUpdateTime?: string;
2037
+ /** Data size for websites in terms of bytes. */
2038
+ websiteDataSize?: string;
2039
+ /** Last updated timestamp for websites. */
2040
+ websiteDataUpdateTime?: string;
2041
+ }
1988
2042
  interface GoogleCloudDiscoveryengineV1betaDeleteDataStoreMetadata {
1989
2043
  /** Operation create time. */
1990
2044
  createTime?: string;
@@ -2132,6 +2186,8 @@ declare namespace gapi.client {
2132
2186
  createTime?: string;
2133
2187
  /** The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
2134
2188
  dataStoreIds?: string[];
2189
+ /** Optional. Whether to disable analytics for searches performed on this engine. */
2190
+ disableAnalytics?: boolean;
2135
2191
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
2136
2192
  displayName?: string;
2137
2193
  /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to `GENERIC`. Vertical on Engine has to match vertical of the DataStore linked to the engine. */
@@ -2851,6 +2907,8 @@ declare namespace gapi.client {
2851
2907
  pageToken?: string;
2852
2908
  /** Additional search parameters. For public website search only, supported values are: * `user_country_code`: string. Default empty. If set to non-empty, results are restricted or boosted based on the location provided. For example, `user_country_code: "au"` For available codes see [Country Codes](https://developers.google.com/custom-search/docs/json_api_reference#countryCodes) * `search_type`: double. Default empty. Enables non-webpage searching depending on the value. The only valid non-default value is 1, which enables image searching. For example, `search_type: 1` */
2853
2909
  params?: {[P in string]: any};
2910
+ /** The specification for personalization. Notice that if both ServingConfig.personalization_spec and SearchRequest.personalization_spec are set, SearchRequest.personalization_spec overrides ServingConfig.personalization_spec. */
2911
+ personalizationSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec;
2854
2912
  /** Raw search query. */
2855
2913
  query?: string;
2856
2914
  /** The query expansion specification that specifies the conditions under which query expansion occurs. */
@@ -2979,6 +3037,8 @@ declare namespace gapi.client {
2979
3037
  interface GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec {
2980
3038
  /** Required. Full resource name of DataStore, such as `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. */
2981
3039
  dataStore?: string;
3040
+ /** Optional. Filter specification to filter documents in the data store specified by data_store field. For more information on filtering, see [Filtering](https://cloud.google.com/generative-ai-app-builder/docs/filter-search-metadata) */
3041
+ filter?: string;
2982
3042
  }
2983
3043
  interface GoogleCloudDiscoveryengineV1betaSearchRequestEmbeddingSpec {
2984
3044
  /** The embedding vector used for retrieval. Limit to 1. */
@@ -3026,6 +3086,10 @@ declare namespace gapi.client {
3026
3086
  /** Field names used for location-based filtering, where geolocation filters are detected in natural language search queries. Only valid when the FilterExtractionCondition is set to `ENABLED`. If this field is set, it overrides the field names set in ServingConfig.geo_search_query_detection_field_names. */
3027
3087
  geoSearchQueryDetectionFieldNames?: string[];
3028
3088
  }
3089
+ interface GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec {
3090
+ /** The personalization mode of the search request. Defaults to Mode.AUTO. */
3091
+ mode?: string;
3092
+ }
3029
3093
  interface GoogleCloudDiscoveryengineV1betaSearchRequestQueryExpansionSpec {
3030
3094
  /** The condition under which query expansion should occur. Default to Condition.DISABLED. */
3031
3095
  condition?: string;
@@ -3284,6 +3348,8 @@ declare namespace gapi.client {
3284
3348
  name?: string;
3285
3349
  /** Condition oneway synonyms specifications. If multiple oneway synonyms conditions match, all matching oneway synonyms controls in the list will execute. Maximum number of specifications is 100. Can only be set if SolutionType is SOLUTION_TYPE_SEARCH. */
3286
3350
  onewaySynonymsControlIds?: string[];
3351
+ /** The specification for personalization spec. Notice that if both ServingConfig.personalization_spec and SearchRequest.personalization_spec are set, SearchRequest.personalization_spec overrides ServingConfig.personalization_spec. */
3352
+ personalizationSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestPersonalizationSpec;
3287
3353
  /** The ranking expression controls the customized ranking on retrieval documents. To leverage this, document embedding is required. The ranking expression setting in ServingConfig applies to all search requests served by the serving config. However, if SearchRequest.ranking_expression is specified, it overrides the ServingConfig ranking expression. The ranking expression is a single function or multiple functions that are joined by "+". * ranking_expression = function, { " + ", function }; Supported functions: * double * relevance_score * double * dotProduct(embedding_field_path) Function variables: * `relevance_score`: pre-defined keywords, used for measure relevance between query and document. * `embedding_field_path`: the document embedding field used with query embedding vector. * `dotProduct`: embedding function between embedding_field_path and query embedding vector. Example ranking expression: If document has an embedding field doc_embedding, the ranking expression could be `0.5 * relevance_score + 0.3 * dotProduct(doc_embedding)`. */
3288
3354
  rankingExpression?: string;
3289
3355
  /** IDs of the redirect controls. Only the first triggered redirect action is applied, even if multiple apply. Maximum number of specifications is 100. Can only be set if SolutionType is SOLUTION_TYPE_SEARCH. */
@@ -3522,6 +3588,10 @@ declare namespace gapi.client {
3522
3588
  interface GoogleCloudDiscoveryengineV1betaWorkspaceConfig {
3523
3589
  /** Obfuscated Dasher customer ID. */
3524
3590
  dasherCustomerId?: string;
3591
+ /** Optional. The super admin email address for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
3592
+ superAdminEmailAddress?: string;
3593
+ /** Optional. The super admin service account for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
3594
+ superAdminServiceAccount?: string;
3525
3595
  /** The Google Workspace data source. */
3526
3596
  type?: string;
3527
3597
  }
@@ -3612,6 +3682,8 @@ declare namespace gapi.client {
3612
3682
  updateTime?: string;
3613
3683
  }
3614
3684
  interface GoogleCloudDiscoveryengineV1DataStore {
3685
+ /** Output only. Data size estimation for billing. */
3686
+ billingEstimation?: GoogleCloudDiscoveryengineV1DataStoreBillingEstimation;
3615
3687
  /** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
3616
3688
  contentConfig?: string;
3617
3689
  /** Output only. Timestamp the DataStore was created at. */
@@ -3635,6 +3707,20 @@ declare namespace gapi.client {
3635
3707
  /** 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. */
3636
3708
  workspaceConfig?: GoogleCloudDiscoveryengineV1WorkspaceConfig;
3637
3709
  }
3710
+ interface GoogleCloudDiscoveryengineV1DataStoreBillingEstimation {
3711
+ /** Data size for structured data in terms of bytes. */
3712
+ structuredDataSize?: string;
3713
+ /** Last updated timestamp for structured data. */
3714
+ structuredDataUpdateTime?: string;
3715
+ /** Data size for unstructured data in terms of bytes. */
3716
+ unstructuredDataSize?: string;
3717
+ /** Last updated timestamp for unstructured data. */
3718
+ unstructuredDataUpdateTime?: string;
3719
+ /** Data size for websites in terms of bytes. */
3720
+ websiteDataSize?: string;
3721
+ /** Last updated timestamp for websites. */
3722
+ websiteDataUpdateTime?: string;
3723
+ }
3638
3724
  interface GoogleCloudDiscoveryengineV1DeleteDataStoreMetadata {
3639
3725
  /** Operation create time. */
3640
3726
  createTime?: string;
@@ -3722,6 +3808,8 @@ declare namespace gapi.client {
3722
3808
  createTime?: string;
3723
3809
  /** The data stores associated with this engine. For SOLUTION_TYPE_SEARCH and SOLUTION_TYPE_RECOMMENDATION type of engines, they can only associate with at most one data store. If solution_type is SOLUTION_TYPE_CHAT, multiple DataStores in the same Collection can be associated here. Note that when used in CreateEngineRequest, one DataStore id must be provided as the system will use it for necessary initializations. */
3724
3810
  dataStoreIds?: string[];
3811
+ /** Optional. Whether to disable analytics for searches performed on this engine. */
3812
+ disableAnalytics?: boolean;
3725
3813
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
3726
3814
  displayName?: string;
3727
3815
  /** The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: If unspecified, default to `GENERIC`. Vertical on Engine has to match vertical of the DataStore linked to the engine. */
@@ -3985,6 +4073,10 @@ declare namespace gapi.client {
3985
4073
  interface GoogleCloudDiscoveryengineV1WorkspaceConfig {
3986
4074
  /** Obfuscated Dasher customer ID. */
3987
4075
  dasherCustomerId?: string;
4076
+ /** Optional. The super admin email address for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
4077
+ superAdminEmailAddress?: string;
4078
+ /** Optional. The super admin service account for the workspace that will be used for access token generation. For now we only use it for Native Google Drive connector data ingestion. */
4079
+ superAdminServiceAccount?: string;
3988
4080
  /** The Google Workspace data source. */
3989
4081
  type?: string;
3990
4082
  }
@@ -12347,6 +12439,71 @@ declare namespace gapi.client {
12347
12439
  uploadType?: string;
12348
12440
  }): Request<GoogleLongrunningListOperationsResponse>;
12349
12441
  }
12442
+ interface IdentityMappingStoresResource {
12443
+ operations: OperationsResource;
12444
+ }
12445
+ interface OperationsResource {
12446
+ /** 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. */
12447
+ get(request?: {
12448
+ /** V1 error format. */
12449
+ '$.xgafv'?: string;
12450
+ /** OAuth access token. */
12451
+ access_token?: string;
12452
+ /** Data format for response. */
12453
+ alt?: string;
12454
+ /** JSONP */
12455
+ callback?: string;
12456
+ /** Selector specifying which fields to include in a partial response. */
12457
+ fields?: string;
12458
+ /** 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. */
12459
+ key?: string;
12460
+ /** The name of the operation resource. */
12461
+ name: string;
12462
+ /** OAuth 2.0 token for the current user. */
12463
+ oauth_token?: string;
12464
+ /** Returns response with indentations and line breaks. */
12465
+ prettyPrint?: boolean;
12466
+ /** 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. */
12467
+ quotaUser?: string;
12468
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
12469
+ upload_protocol?: string;
12470
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12471
+ uploadType?: string;
12472
+ }): Request<GoogleLongrunningOperation>;
12473
+ /** Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`. */
12474
+ list(request?: {
12475
+ /** V1 error format. */
12476
+ '$.xgafv'?: string;
12477
+ /** OAuth access token. */
12478
+ access_token?: string;
12479
+ /** Data format for response. */
12480
+ alt?: string;
12481
+ /** JSONP */
12482
+ callback?: string;
12483
+ /** Selector specifying which fields to include in a partial response. */
12484
+ fields?: string;
12485
+ /** The standard list filter. */
12486
+ filter?: string;
12487
+ /** 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. */
12488
+ key?: string;
12489
+ /** The name of the operation's parent resource. */
12490
+ name: string;
12491
+ /** OAuth 2.0 token for the current user. */
12492
+ oauth_token?: string;
12493
+ /** The standard list page size. */
12494
+ pageSize?: number;
12495
+ /** The standard list page token. */
12496
+ pageToken?: string;
12497
+ /** Returns response with indentations and line breaks. */
12498
+ prettyPrint?: boolean;
12499
+ /** 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. */
12500
+ quotaUser?: string;
12501
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
12502
+ upload_protocol?: string;
12503
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
12504
+ uploadType?: string;
12505
+ }): Request<GoogleLongrunningListOperationsResponse>;
12506
+ }
12350
12507
  interface RankingConfigsResource {
12351
12508
  /** Ranks a list of text records based on the given input query. */
12352
12509
  rank(request: {
@@ -13020,6 +13177,7 @@ declare namespace gapi.client {
13020
13177
  dataStores: DataStoresResource;
13021
13178
  evaluations: EvaluationsResource;
13022
13179
  groundingConfigs: GroundingConfigsResource;
13180
+ identityMappingStores: IdentityMappingStoresResource;
13023
13181
  operations: OperationsResource;
13024
13182
  rankingConfigs: RankingConfigsResource;
13025
13183
  sampleQuerySets: SampleQuerySetsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1beta",
3
- "version": "0.0.20240912",
3
+ "version": "0.0.20240930",
4
4
  "description": "TypeScript typings for Discovery Engine API v1beta",
5
5
  "repository": {
6
6
  "type": "git",