@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.1.20250925 → 0.1.20251007

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 +299 -11
  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=v1alpha
12
- // Revision: 20250925
12
+ // Revision: 20251007
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -420,6 +420,24 @@ declare namespace gapi.client {
420
420
  /** Required. The enrollment status of a customer. */
421
421
  enrollState?: string;
422
422
  }
423
+ interface GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig {
424
+ /** Optional. The enrollment state of each alert. */
425
+ alertEnrollments?: GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment[];
426
+ /** Immutable. The fully qualified resource name of the AlertPolicy. */
427
+ alertPolicy?: string;
428
+ /** Optional. The contact details for each alert policy. */
429
+ contactDetails?: GoogleCloudDiscoveryengineV1ContactDetails[];
430
+ /** Optional. The language code used for notifications */
431
+ languageCode?: string;
432
+ }
433
+ interface GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment {
434
+ /** Immutable. The id of an alert. */
435
+ alertId?: string;
436
+ /** Required. The enrollment status of a customer. */
437
+ enrollState?: string;
438
+ /** Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails. */
439
+ notificationParams?: {[P in string]: string};
440
+ }
423
441
  interface GoogleCloudDiscoveryengineV1alphaAclConfig {
424
442
  /** Identity provider config. */
425
443
  idpConfig?: GoogleCloudDiscoveryengineV1alphaIdpConfig;
@@ -561,6 +579,24 @@ declare namespace gapi.client {
561
579
  /** Required. The enrollment status of a customer. */
562
580
  enrollState?: string;
563
581
  }
582
+ interface GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig {
583
+ /** Optional. The enrollment state of each alert. */
584
+ alertEnrollments?: GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment[];
585
+ /** Immutable. The fully qualified resource name of the AlertPolicy. */
586
+ alertPolicy?: string;
587
+ /** Optional. The contact details for each alert policy. */
588
+ contactDetails?: GoogleCloudDiscoveryengineV1alphaContactDetails[];
589
+ /** Optional. The language code used for notifications */
590
+ languageCode?: string;
591
+ }
592
+ interface GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment {
593
+ /** Immutable. The id of an alert. */
594
+ alertId?: string;
595
+ /** Required. The enrollment status of a customer. */
596
+ enrollState?: string;
597
+ /** Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails. */
598
+ notificationParams?: {[P in string]: string};
599
+ }
564
600
  interface GoogleCloudDiscoveryengineV1alphaAlloyDbSource {
565
601
  /** Required. The AlloyDB cluster to copy the data from with a length limit of 256 characters. */
566
602
  clusterId?: string;
@@ -1612,6 +1648,10 @@ declare namespace gapi.client {
1612
1648
  /** The total. */
1613
1649
  totalCount?: string;
1614
1650
  }
1651
+ interface GoogleCloudDiscoveryengineV1alphaContactDetails {
1652
+ /** Optional. The email address of the contact. */
1653
+ emailAddress?: string;
1654
+ }
1615
1655
  interface GoogleCloudDiscoveryengineV1alphaControl {
1616
1656
  /** Output only. List of all ServingConfig IDs this control is attached to. May take up to 10 minutes to update after changes. */
1617
1657
  associatedServingConfigIds?: string[];
@@ -1946,7 +1986,7 @@ declare namespace gapi.client {
1946
1986
  billingEstimation?: GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation;
1947
1987
  /** Output only. CMEK-related information for the DataStore. */
1948
1988
  cmekConfig?: GoogleCloudDiscoveryengineV1alphaCmekConfig;
1949
- /** Optional. Configuration for configurable billing approach. See go/vais-repricing-billing-dd for more details, only apply to non-Spark UCS Search. */
1989
+ /** Optional. Configuration for configurable billing approach. See */
1950
1990
  configurableBillingApproach?: string;
1951
1991
  /** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
1952
1992
  contentConfig?: string;
@@ -2233,7 +2273,7 @@ declare namespace gapi.client {
2233
2273
  chatEngineMetadata?: GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata;
2234
2274
  /** Common config spec that specifies the metadata of the engine. */
2235
2275
  commonConfig?: GoogleCloudDiscoveryengineV1alphaEngineCommonConfig;
2236
- /** Optional. Configuration for configurable billing approach. See go/vais-repricing-billing-dd for more details. */
2276
+ /** Optional. Configuration for configurable billing approach. */
2237
2277
  configurableBillingApproach?: string;
2238
2278
  /** Output only. Timestamp the Recommendation Engine was created at. */
2239
2279
  createTime?: string;
@@ -2243,7 +2283,7 @@ declare namespace gapi.client {
2243
2283
  disableAnalytics?: boolean;
2244
2284
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
2245
2285
  displayName?: string;
2246
- /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` */
2286
+ /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` */
2247
2287
  features?: {[P in string]: string};
2248
2288
  /** Optional. The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: Vertical on Engine has to match vertical of the DataStore linked to the engine. */
2249
2289
  industryVertical?: string;
@@ -2850,6 +2890,28 @@ declare namespace gapi.client {
2850
2890
  /** Output only. Region part of normalized_language_code, if present. E.g.: `en-US` -> `US`, `zh-Hans-HK` -> `HK`, `en` -> ``. */
2851
2891
  region?: string;
2852
2892
  }
2893
+ interface GoogleCloudDiscoveryengineV1alphaLicenseConfig {
2894
+ /** Optional. The alert policy config for this license config. */
2895
+ alertPolicyResourceConfig?: GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig;
2896
+ /** Optional. Whether the license config should be auto renewed when it reaches the end date. */
2897
+ autoRenew?: boolean;
2898
+ /** Optional. The planed end date. */
2899
+ endDate?: GoogleTypeDate;
2900
+ /** Optional. Whether the license config is for free trial. */
2901
+ freeTrial?: boolean;
2902
+ /** Required. Number of licenses purchased. */
2903
+ licenseCount?: string;
2904
+ /** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
2905
+ name?: string;
2906
+ /** Required. The start date. */
2907
+ startDate?: GoogleTypeDate;
2908
+ /** Output only. The state of the license config. */
2909
+ state?: string;
2910
+ /** Required. Subscription term. */
2911
+ subscriptionTerm?: string;
2912
+ /** Required. Subscription tier information for the license config. */
2913
+ subscriptionTier?: string;
2914
+ }
2853
2915
  interface GoogleCloudDiscoveryengineV1alphaListBranchesResponse {
2854
2916
  /** The Branches. */
2855
2917
  branches?: GoogleCloudDiscoveryengineV1alphaBranch[];
@@ -4186,6 +4248,8 @@ declare namespace gapi.client {
4186
4248
  answer?: string;
4187
4249
  /** Output only. In ConversationalSearchService.GetSession API, if GetSessionRequest.include_answer_details is set to true, this field will be populated when getting answer query session. */
4188
4250
  detailedAnswer?: GoogleCloudDiscoveryengineV1alphaAnswer;
4251
+ /** Output only. In ConversationalSearchService.GetSession API, if GetSessionRequest.include_answer_details is set to true, this field will be populated when getting assistant session. */
4252
+ detailedAssistAnswer?: GoogleCloudDiscoveryengineV1alphaAssistAnswer;
4189
4253
  /** Optional. The user query. May not be set if this turn is merely regenerating an answer to a different turn */
4190
4254
  query?: GoogleCloudDiscoveryengineV1alphaQuery;
4191
4255
  /** Optional. Represents metadata related to the query config, for example LLM model and version used, model parameters (temperature, grounding parameters, etc.). The prefix "google." is reserved for Google-developed functionality. */
@@ -4771,7 +4835,7 @@ declare namespace gapi.client {
4771
4835
  enableSearchAsYouType?: boolean;
4772
4836
  /** If set to true, the widget will enable visual content summary on applicable search requests. Only used by healthcare search. */
4773
4837
  enableVisualContentSummary?: boolean;
4774
- /** Output only. Feature config for the engine to opt in or opt out of features. Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` */
4838
+ /** Output only. Feature config for the engine to opt in or opt out of features. Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` */
4775
4839
  features?: {[P in string]: string};
4776
4840
  /** Describes generative answer configuration. */
4777
4841
  generativeAnswerConfig?: GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig;
@@ -4934,6 +4998,24 @@ declare namespace gapi.client {
4934
4998
  /** If set true, initial indexing is disabled for the DataStore. */
4935
4999
  disableInitialIndex?: boolean;
4936
5000
  }
5001
+ interface GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig {
5002
+ /** Optional. The enrollment state of each alert. */
5003
+ alertEnrollments?: GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment[];
5004
+ /** Immutable. The fully qualified resource name of the AlertPolicy. */
5005
+ alertPolicy?: string;
5006
+ /** Optional. The contact details for each alert policy. */
5007
+ contactDetails?: GoogleCloudDiscoveryengineV1betaContactDetails[];
5008
+ /** Optional. The language code used for notifications */
5009
+ languageCode?: string;
5010
+ }
5011
+ interface GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment {
5012
+ /** Immutable. The id of an alert. */
5013
+ alertId?: string;
5014
+ /** Required. The enrollment status of a customer. */
5015
+ enrollState?: string;
5016
+ /** Optional. Parameters used to instantiate a notification. Used for notifications that are triggered when registered. Not stored. * Gemini Business welcome emails. * Gemini Business user invitation emails. */
5017
+ notificationParams?: {[P in string]: string};
5018
+ }
4937
5019
  interface GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata {
4938
5020
  /** Operation create time. */
4939
5021
  createTime?: string;
@@ -4998,6 +5080,10 @@ declare namespace gapi.client {
4998
5080
  /** Start of time range. Range is inclusive. */
4999
5081
  startTime?: string;
5000
5082
  }
5083
+ interface GoogleCloudDiscoveryengineV1betaContactDetails {
5084
+ /** Optional. The email address of the contact. */
5085
+ emailAddress?: string;
5086
+ }
5001
5087
  interface GoogleCloudDiscoveryengineV1betaControl {
5002
5088
  /** Output only. List of all ServingConfig IDs this control is attached to. May take up to 10 minutes to update after changes. */
5003
5089
  associatedServingConfigIds?: string[];
@@ -5114,7 +5200,7 @@ declare namespace gapi.client {
5114
5200
  billingEstimation?: GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation;
5115
5201
  /** Output only. CMEK-related information for the DataStore. */
5116
5202
  cmekConfig?: GoogleCloudDiscoveryengineV1betaCmekConfig;
5117
- /** Optional. Configuration for configurable billing approach. See go/vais-repricing-billing-dd for more details, only apply to non-Spark UCS Search. */
5203
+ /** Optional. Configuration for configurable billing approach. See */
5118
5204
  configurableBillingApproach?: string;
5119
5205
  /** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
5120
5206
  contentConfig?: string;
@@ -5291,7 +5377,7 @@ declare namespace gapi.client {
5291
5377
  chatEngineMetadata?: GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata;
5292
5378
  /** Common config spec that specifies the metadata of the engine. */
5293
5379
  commonConfig?: GoogleCloudDiscoveryengineV1betaEngineCommonConfig;
5294
- /** Optional. Configuration for configurable billing approach. See go/vais-repricing-billing-dd for more details. */
5380
+ /** Optional. Configuration for configurable billing approach. */
5295
5381
  configurableBillingApproach?: string;
5296
5382
  /** Output only. Timestamp the Recommendation Engine was created at. */
5297
5383
  createTime?: string;
@@ -5301,7 +5387,7 @@ declare namespace gapi.client {
5301
5387
  disableAnalytics?: boolean;
5302
5388
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
5303
5389
  displayName?: string;
5304
- /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` */
5390
+ /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` */
5305
5391
  features?: {[P in string]: string};
5306
5392
  /** Optional. The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: Vertical on Engine has to match vertical of the DataStore linked to the engine. */
5307
5393
  industryVertical?: string;
@@ -5546,6 +5632,28 @@ declare namespace gapi.client {
5546
5632
  /** Output only. Region part of normalized_language_code, if present. E.g.: `en-US` -> `US`, `zh-Hans-HK` -> `HK`, `en` -> ``. */
5547
5633
  region?: string;
5548
5634
  }
5635
+ interface GoogleCloudDiscoveryengineV1betaLicenseConfig {
5636
+ /** Optional. The alert policy config for this license config. */
5637
+ alertPolicyResourceConfig?: GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig;
5638
+ /** Optional. Whether the license config should be auto renewed when it reaches the end date. */
5639
+ autoRenew?: boolean;
5640
+ /** Optional. The planed end date. */
5641
+ endDate?: GoogleTypeDate;
5642
+ /** Optional. Whether the license config is for free trial. */
5643
+ freeTrial?: boolean;
5644
+ /** Required. Number of licenses purchased. */
5645
+ licenseCount?: string;
5646
+ /** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
5647
+ name?: string;
5648
+ /** Required. The start date. */
5649
+ startDate?: GoogleTypeDate;
5650
+ /** Output only. The state of the license config. */
5651
+ state?: string;
5652
+ /** Required. Subscription term. */
5653
+ subscriptionTerm?: string;
5654
+ /** Required. Subscription tier information for the license config. */
5655
+ subscriptionTier?: string;
5656
+ }
5549
5657
  interface GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig {
5550
5658
  /** Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED. */
5551
5659
  mode?: string;
@@ -6144,6 +6252,10 @@ declare namespace gapi.client {
6144
6252
  /** Start of time range. Range is inclusive. */
6145
6253
  startTime?: string;
6146
6254
  }
6255
+ interface GoogleCloudDiscoveryengineV1ContactDetails {
6256
+ /** Optional. The email address of the contact. */
6257
+ emailAddress?: string;
6258
+ }
6147
6259
  interface GoogleCloudDiscoveryengineV1Control {
6148
6260
  /** Output only. List of all ServingConfig IDs this control is attached to. May take up to 10 minutes to update after changes. */
6149
6261
  associatedServingConfigIds?: string[];
@@ -6383,7 +6495,7 @@ declare namespace gapi.client {
6383
6495
  billingEstimation?: GoogleCloudDiscoveryengineV1DataStoreBillingEstimation;
6384
6496
  /** Output only. CMEK-related information for the DataStore. */
6385
6497
  cmekConfig?: GoogleCloudDiscoveryengineV1CmekConfig;
6386
- /** Optional. Configuration for configurable billing approach. See go/vais-repricing-billing-dd for more details, only apply to non-Spark UCS Search. */
6498
+ /** Optional. Configuration for configurable billing approach. See */
6387
6499
  configurableBillingApproach?: string;
6388
6500
  /** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
6389
6501
  contentConfig?: string;
@@ -6574,7 +6686,7 @@ declare namespace gapi.client {
6574
6686
  chatEngineMetadata?: GoogleCloudDiscoveryengineV1EngineChatEngineMetadata;
6575
6687
  /** Common config spec that specifies the metadata of the engine. */
6576
6688
  commonConfig?: GoogleCloudDiscoveryengineV1EngineCommonConfig;
6577
- /** Optional. Configuration for configurable billing approach. See go/vais-repricing-billing-dd for more details. */
6689
+ /** Optional. Configuration for configurable billing approach. */
6578
6690
  configurableBillingApproach?: string;
6579
6691
  /** Output only. Timestamp the Recommendation Engine was created at. */
6580
6692
  createTime?: string;
@@ -6584,7 +6696,7 @@ declare namespace gapi.client {
6584
6696
  disableAnalytics?: boolean;
6585
6697
  /** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
6586
6698
  displayName?: string;
6587
- /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` */
6699
+ /** Optional. Feature config for the engine to opt in or opt out of features. Supported keys: * `*`: all features, if it's present, all other feature state settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` */
6588
6700
  features?: {[P in string]: string};
6589
6701
  /** Optional. The industry vertical that the engine registers. The restriction of the Engine industry vertical is based on DataStore: Vertical on Engine has to match vertical of the DataStore linked to the engine. */
6590
6702
  industryVertical?: string;
@@ -6769,6 +6881,28 @@ declare namespace gapi.client {
6769
6881
  /** Count of user events imported, but with Document information not found in the existing Branch. */
6770
6882
  unjoinedEventsCount?: string;
6771
6883
  }
6884
+ interface GoogleCloudDiscoveryengineV1LicenseConfig {
6885
+ /** Optional. The alert policy config for this license config. */
6886
+ alertPolicyResourceConfig?: GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig;
6887
+ /** Optional. Whether the license config should be auto renewed when it reaches the end date. */
6888
+ autoRenew?: boolean;
6889
+ /** Optional. The planed end date. */
6890
+ endDate?: GoogleTypeDate;
6891
+ /** Optional. Whether the license config is for free trial. */
6892
+ freeTrial?: boolean;
6893
+ /** Required. Number of licenses purchased. */
6894
+ licenseCount?: string;
6895
+ /** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
6896
+ name?: string;
6897
+ /** Required. The start date. */
6898
+ startDate?: GoogleTypeDate;
6899
+ /** Output only. The state of the license config. */
6900
+ state?: string;
6901
+ /** Required. Subscription term. */
6902
+ subscriptionTerm?: string;
6903
+ /** Required. Subscription tier information for the license config. */
6904
+ subscriptionTier?: string;
6905
+ }
6772
6906
  interface GoogleCloudDiscoveryengineV1Project {
6773
6907
  /** Output only. The timestamp when this project is created. */
6774
6908
  createTime?: string;
@@ -18513,6 +18647,159 @@ declare namespace gapi.client {
18513
18647
  ): Request<GoogleLongrunningOperation>;
18514
18648
  operations: OperationsResource;
18515
18649
  }
18650
+ interface LicenseConfigsResource {
18651
+ /** Creates a LicenseConfig */
18652
+ create(request: {
18653
+ /** V1 error format. */
18654
+ '$.xgafv'?: string;
18655
+ /** OAuth access token. */
18656
+ access_token?: string;
18657
+ /** Data format for response. */
18658
+ alt?: string;
18659
+ /** JSONP */
18660
+ callback?: string;
18661
+ /** Selector specifying which fields to include in a partial response. */
18662
+ fields?: string;
18663
+ /** 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. */
18664
+ key?: string;
18665
+ /** Optional. The ID to use for the LicenseConfig, which will become the final component of the LicenseConfig's resource name. We are using the tier (product edition) name as the license config id such as `search` or `search_and_assistant`. */
18666
+ licenseConfigId?: string;
18667
+ /** OAuth 2.0 token for the current user. */
18668
+ oauth_token?: string;
18669
+ /** Required. The parent resource name, such as `projects/{project}/locations/{location}`. */
18670
+ parent: string;
18671
+ /** Returns response with indentations and line breaks. */
18672
+ prettyPrint?: boolean;
18673
+ /** 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. */
18674
+ quotaUser?: string;
18675
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18676
+ upload_protocol?: string;
18677
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18678
+ uploadType?: string;
18679
+ /** Request body */
18680
+ resource: GoogleCloudDiscoveryengineV1alphaLicenseConfig;
18681
+ }): Request<GoogleCloudDiscoveryengineV1alphaLicenseConfig>;
18682
+ create(
18683
+ request: {
18684
+ /** V1 error format. */
18685
+ '$.xgafv'?: string;
18686
+ /** OAuth access token. */
18687
+ access_token?: string;
18688
+ /** Data format for response. */
18689
+ alt?: string;
18690
+ /** JSONP */
18691
+ callback?: string;
18692
+ /** Selector specifying which fields to include in a partial response. */
18693
+ fields?: string;
18694
+ /** 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. */
18695
+ key?: string;
18696
+ /** Optional. The ID to use for the LicenseConfig, which will become the final component of the LicenseConfig's resource name. We are using the tier (product edition) name as the license config id such as `search` or `search_and_assistant`. */
18697
+ licenseConfigId?: string;
18698
+ /** OAuth 2.0 token for the current user. */
18699
+ oauth_token?: string;
18700
+ /** Required. The parent resource name, such as `projects/{project}/locations/{location}`. */
18701
+ parent: string;
18702
+ /** Returns response with indentations and line breaks. */
18703
+ prettyPrint?: boolean;
18704
+ /** 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. */
18705
+ quotaUser?: string;
18706
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18707
+ upload_protocol?: string;
18708
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18709
+ uploadType?: string;
18710
+ },
18711
+ body: GoogleCloudDiscoveryengineV1alphaLicenseConfig,
18712
+ ): Request<GoogleCloudDiscoveryengineV1alphaLicenseConfig>;
18713
+ /** Gets a LicenseConfig. */
18714
+ get(request?: {
18715
+ /** V1 error format. */
18716
+ '$.xgafv'?: string;
18717
+ /** OAuth access token. */
18718
+ access_token?: string;
18719
+ /** Data format for response. */
18720
+ alt?: string;
18721
+ /** JSONP */
18722
+ callback?: string;
18723
+ /** Selector specifying which fields to include in a partial response. */
18724
+ fields?: string;
18725
+ /** 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. */
18726
+ key?: string;
18727
+ /** Required. Full resource name of LicenseConfig, such as `projects/{project}/locations/{location}/licenseConfigs/*`. If the caller does not have permission to access the LicenseConfig, regardless of whether or not it exists, a PERMISSION_DENIED error is returned. If the requested LicenseConfig does not exist, a NOT_FOUND error is returned. */
18728
+ name: string;
18729
+ /** OAuth 2.0 token for the current user. */
18730
+ oauth_token?: string;
18731
+ /** Returns response with indentations and line breaks. */
18732
+ prettyPrint?: boolean;
18733
+ /** 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. */
18734
+ quotaUser?: string;
18735
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18736
+ upload_protocol?: string;
18737
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18738
+ uploadType?: string;
18739
+ }): Request<GoogleCloudDiscoveryengineV1alphaLicenseConfig>;
18740
+ /** Updates the LicenseConfig */
18741
+ patch(request: {
18742
+ /** V1 error format. */
18743
+ '$.xgafv'?: string;
18744
+ /** OAuth access token. */
18745
+ access_token?: string;
18746
+ /** Data format for response. */
18747
+ alt?: string;
18748
+ /** JSONP */
18749
+ callback?: string;
18750
+ /** Selector specifying which fields to include in a partial response. */
18751
+ fields?: string;
18752
+ /** 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. */
18753
+ key?: string;
18754
+ /** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
18755
+ name: string;
18756
+ /** OAuth 2.0 token for the current user. */
18757
+ oauth_token?: string;
18758
+ /** Returns response with indentations and line breaks. */
18759
+ prettyPrint?: boolean;
18760
+ /** 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. */
18761
+ quotaUser?: string;
18762
+ /** Optional. Indicates which fields in the provided LicenseConfig to update. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned. */
18763
+ updateMask?: string;
18764
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18765
+ upload_protocol?: string;
18766
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18767
+ uploadType?: string;
18768
+ /** Request body */
18769
+ resource: GoogleCloudDiscoveryengineV1alphaLicenseConfig;
18770
+ }): Request<GoogleCloudDiscoveryengineV1alphaLicenseConfig>;
18771
+ patch(
18772
+ request: {
18773
+ /** V1 error format. */
18774
+ '$.xgafv'?: string;
18775
+ /** OAuth access token. */
18776
+ access_token?: string;
18777
+ /** Data format for response. */
18778
+ alt?: string;
18779
+ /** JSONP */
18780
+ callback?: string;
18781
+ /** Selector specifying which fields to include in a partial response. */
18782
+ fields?: string;
18783
+ /** 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. */
18784
+ key?: string;
18785
+ /** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
18786
+ name: string;
18787
+ /** OAuth 2.0 token for the current user. */
18788
+ oauth_token?: string;
18789
+ /** Returns response with indentations and line breaks. */
18790
+ prettyPrint?: boolean;
18791
+ /** 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. */
18792
+ quotaUser?: string;
18793
+ /** Optional. Indicates which fields in the provided LicenseConfig to update. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned. */
18794
+ updateMask?: string;
18795
+ /** Upload protocol for media (e.g. "raw", "multipart"). */
18796
+ upload_protocol?: string;
18797
+ /** Legacy upload protocol for media (e.g. "media", "multipart"). */
18798
+ uploadType?: string;
18799
+ },
18800
+ body: GoogleCloudDiscoveryengineV1alphaLicenseConfig,
18801
+ ): Request<GoogleCloudDiscoveryengineV1alphaLicenseConfig>;
18802
+ }
18516
18803
  interface AudioOverviewsResource {
18517
18804
  /** Generates a new audio overview. */
18518
18805
  create(request: {
@@ -20623,6 +20910,7 @@ declare namespace gapi.client {
20623
20910
  evaluations: EvaluationsResource;
20624
20911
  groundingConfigs: GroundingConfigsResource;
20625
20912
  identityMappingStores: IdentityMappingStoresResource;
20913
+ licenseConfigs: LicenseConfigsResource;
20626
20914
  notebooks: NotebooksResource;
20627
20915
  operations: OperationsResource;
20628
20916
  podcasts: PodcastsResource;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1alpha",
3
- "version": "0.1.20250925",
3
+ "version": "0.1.20251007",
4
4
  "description": "TypeScript typings for Discovery Engine API v1alpha",
5
5
  "repository": {
6
6
  "type": "git",