@maxim_mazurok/gapi.client.discoveryengine-v1 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.
- package/index.d.ts +422 -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=v1
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20251007
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -470,6 +470,24 @@ declare namespace gapi.client {
|
|
|
470
470
|
/** Required. The enrollment status of a customer. */
|
|
471
471
|
enrollState?: string;
|
|
472
472
|
}
|
|
473
|
+
interface GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig {
|
|
474
|
+
/** Optional. The enrollment state of each alert. */
|
|
475
|
+
alertEnrollments?: GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment[];
|
|
476
|
+
/** Immutable. The fully qualified resource name of the AlertPolicy. */
|
|
477
|
+
alertPolicy?: string;
|
|
478
|
+
/** Optional. The contact details for each alert policy. */
|
|
479
|
+
contactDetails?: GoogleCloudDiscoveryengineV1ContactDetails[];
|
|
480
|
+
/** Optional. The language code used for notifications */
|
|
481
|
+
languageCode?: string;
|
|
482
|
+
}
|
|
483
|
+
interface GoogleCloudDiscoveryengineV1AlertPolicyResourceConfigAlertEnrollment {
|
|
484
|
+
/** Immutable. The id of an alert. */
|
|
485
|
+
alertId?: string;
|
|
486
|
+
/** Required. The enrollment status of a customer. */
|
|
487
|
+
enrollState?: string;
|
|
488
|
+
/** 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. */
|
|
489
|
+
notificationParams?: {[P in string]: string};
|
|
490
|
+
}
|
|
473
491
|
interface GoogleCloudDiscoveryengineV1AlloyDbSource {
|
|
474
492
|
/** Required. The AlloyDB cluster to copy the data from with a length limit of 256 characters. */
|
|
475
493
|
clusterId?: string;
|
|
@@ -520,6 +538,24 @@ declare namespace gapi.client {
|
|
|
520
538
|
/** Required. The enrollment status of a customer. */
|
|
521
539
|
enrollState?: string;
|
|
522
540
|
}
|
|
541
|
+
interface GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig {
|
|
542
|
+
/** Optional. The enrollment state of each alert. */
|
|
543
|
+
alertEnrollments?: GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment[];
|
|
544
|
+
/** Immutable. The fully qualified resource name of the AlertPolicy. */
|
|
545
|
+
alertPolicy?: string;
|
|
546
|
+
/** Optional. The contact details for each alert policy. */
|
|
547
|
+
contactDetails?: GoogleCloudDiscoveryengineV1alphaContactDetails[];
|
|
548
|
+
/** Optional. The language code used for notifications */
|
|
549
|
+
languageCode?: string;
|
|
550
|
+
}
|
|
551
|
+
interface GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfigAlertEnrollment {
|
|
552
|
+
/** Immutable. The id of an alert. */
|
|
553
|
+
alertId?: string;
|
|
554
|
+
/** Required. The enrollment status of a customer. */
|
|
555
|
+
enrollState?: string;
|
|
556
|
+
/** 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. */
|
|
557
|
+
notificationParams?: {[P in string]: string};
|
|
558
|
+
}
|
|
523
559
|
interface GoogleCloudDiscoveryengineV1alphaAnswer {
|
|
524
560
|
/** Additional answer-skipped reasons. This provides the reason for ignored cases. If nothing is skipped, this field is not set. */
|
|
525
561
|
answerSkippedReasons?: string[];
|
|
@@ -714,6 +750,128 @@ declare namespace gapi.client {
|
|
|
714
750
|
/** The query to search. */
|
|
715
751
|
query?: string;
|
|
716
752
|
}
|
|
753
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistAnswer {
|
|
754
|
+
/** Reasons for not answering the assist call. */
|
|
755
|
+
assistSkippedReasons?: string[];
|
|
756
|
+
/** Optional. The field contains information about the various policy checks' results like the banned phrases or the Model Armor checks. This field is populated only if the assist call was skipped due to a policy violation. */
|
|
757
|
+
customerPolicyEnforcementResult?: GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult;
|
|
758
|
+
/** Immutable. Identifier. Resource name of the `AssistAnswer`. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/sessions/{session}/assistAnswers/{assist_answer}` This field must be a UTF-8 encoded string with a length limit of 1024 characters. */
|
|
759
|
+
name?: string;
|
|
760
|
+
/** Replies of the assistant. */
|
|
761
|
+
replies?: GoogleCloudDiscoveryengineV1alphaAssistAnswerReply[];
|
|
762
|
+
/** State of the answer generation. */
|
|
763
|
+
state?: string;
|
|
764
|
+
}
|
|
765
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResult {
|
|
766
|
+
/** Customer policy enforcement results. Populated only if the assist call was skipped due to a policy violation. It contains results from those filters that blocked the processing of the query. */
|
|
767
|
+
policyResults?: GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult[];
|
|
768
|
+
/** Final verdict of the customer policy enforcement. If only one policy blocked the processing, the verdict is BLOCK. */
|
|
769
|
+
verdict?: string;
|
|
770
|
+
}
|
|
771
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult {
|
|
772
|
+
/** The banned phrases that were found in the query or the answer. */
|
|
773
|
+
bannedPhrases?: string[];
|
|
774
|
+
}
|
|
775
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult {
|
|
776
|
+
/** The error returned by Model Armor if the policy enforcement failed for some reason. */
|
|
777
|
+
error?: GoogleRpcStatus;
|
|
778
|
+
/** The Model Armor violation that was found. */
|
|
779
|
+
modelArmorViolation?: string;
|
|
780
|
+
}
|
|
781
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultPolicyEnforcementResult {
|
|
782
|
+
/** The policy enforcement result for the banned phrase policy. */
|
|
783
|
+
bannedPhraseEnforcementResult?: GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultBannedPhraseEnforcementResult;
|
|
784
|
+
/** The policy enforcement result for the Model Armor policy. */
|
|
785
|
+
modelArmorEnforcementResult?: GoogleCloudDiscoveryengineV1alphaAssistAnswerCustomerPolicyEnforcementResultModelArmorEnforcementResult;
|
|
786
|
+
}
|
|
787
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistAnswerReply {
|
|
788
|
+
/** Possibly grounded response text or media from the assistant. */
|
|
789
|
+
groundedContent?: GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent;
|
|
790
|
+
/** Output only. When set, uniquely identifies a reply within the `AssistAnswer` resource. During an AssistantService.StreamAssist call, multiple `Reply` messages with the same ID can occur within the response stream (across multiple AssistantService.StreamAssistResponse messages). These represent parts of a single `Reply` message in the final `AssistAnswer` resource. */
|
|
791
|
+
replyId?: string;
|
|
792
|
+
}
|
|
793
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantContent {
|
|
794
|
+
/** Result of executing an ExecutableCode. */
|
|
795
|
+
codeExecutionResult?: GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult;
|
|
796
|
+
/** Code generated by the model that is meant to be executed. */
|
|
797
|
+
executableCode?: GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode;
|
|
798
|
+
/** A file, e.g., an audio summary. */
|
|
799
|
+
file?: GoogleCloudDiscoveryengineV1alphaAssistantContentFile;
|
|
800
|
+
/** Inline binary data. */
|
|
801
|
+
inlineData?: GoogleCloudDiscoveryengineV1alphaAssistantContentBlob;
|
|
802
|
+
/** The producer of the content. Can be "model" or "user". */
|
|
803
|
+
role?: string;
|
|
804
|
+
/** Inline text. */
|
|
805
|
+
text?: string;
|
|
806
|
+
/** Optional. Indicates if the part is thought from the model. */
|
|
807
|
+
thought?: boolean;
|
|
808
|
+
}
|
|
809
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantContentBlob {
|
|
810
|
+
/** Required. Raw bytes. */
|
|
811
|
+
data?: string;
|
|
812
|
+
/** Required. The media type (MIME type) of the generated data. */
|
|
813
|
+
mimeType?: string;
|
|
814
|
+
}
|
|
815
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantContentCodeExecutionResult {
|
|
816
|
+
/** Required. Outcome of the code execution. */
|
|
817
|
+
outcome?: string;
|
|
818
|
+
/** Optional. Contains stdout when code execution is successful, stderr or other description otherwise. */
|
|
819
|
+
output?: string;
|
|
820
|
+
}
|
|
821
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantContentExecutableCode {
|
|
822
|
+
/** Required. The code content. Currently only supports Python. */
|
|
823
|
+
code?: string;
|
|
824
|
+
}
|
|
825
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantContentFile {
|
|
826
|
+
/** Required. The file ID. */
|
|
827
|
+
fileId?: string;
|
|
828
|
+
/** Required. The media type (MIME type) of the file. */
|
|
829
|
+
mimeType?: string;
|
|
830
|
+
}
|
|
831
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent {
|
|
832
|
+
/** The content. */
|
|
833
|
+
content?: GoogleCloudDiscoveryengineV1alphaAssistantContent;
|
|
834
|
+
/** Metadata for grounding based on text sources. */
|
|
835
|
+
textGroundingMetadata?: GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata;
|
|
836
|
+
}
|
|
837
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadata {
|
|
838
|
+
/** References for the grounded text. */
|
|
839
|
+
references?: GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference[];
|
|
840
|
+
/** Grounding information for parts of the text. */
|
|
841
|
+
segments?: GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment[];
|
|
842
|
+
}
|
|
843
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReference {
|
|
844
|
+
/** Referenced text content. */
|
|
845
|
+
content?: string;
|
|
846
|
+
/** Document metadata. */
|
|
847
|
+
documentMetadata?: GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata;
|
|
848
|
+
}
|
|
849
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataReferenceDocumentMetadata {
|
|
850
|
+
/** Document resource name. */
|
|
851
|
+
document?: string;
|
|
852
|
+
/** Domain name from the document URI. Note that the `uri` field may contain a URL that redirects to the actual website, in which case this will contain the domain name of the target site. */
|
|
853
|
+
domain?: string;
|
|
854
|
+
/** The mime type of the document. https://www.iana.org/assignments/media-types/media-types.xhtml. */
|
|
855
|
+
mimeType?: string;
|
|
856
|
+
/** Page identifier. */
|
|
857
|
+
pageIdentifier?: string;
|
|
858
|
+
/** Title. */
|
|
859
|
+
title?: string;
|
|
860
|
+
/** URI for the document. It may contain a URL that redirects to the actual website. */
|
|
861
|
+
uri?: string;
|
|
862
|
+
}
|
|
863
|
+
interface GoogleCloudDiscoveryengineV1alphaAssistantGroundedContentTextGroundingMetadataSegment {
|
|
864
|
+
/** End of the segment, exclusive. */
|
|
865
|
+
endIndex?: string;
|
|
866
|
+
/** Score for the segment. */
|
|
867
|
+
groundingScore?: number;
|
|
868
|
+
/** References for the segment. */
|
|
869
|
+
referenceIndices?: number[];
|
|
870
|
+
/** Zero-based index indicating the start of the segment, measured in bytes of a UTF-8 string (i.e. characters encoded on multiple bytes have a length of more than one). */
|
|
871
|
+
startIndex?: string;
|
|
872
|
+
/** The text segment itself. */
|
|
873
|
+
text?: string;
|
|
874
|
+
}
|
|
717
875
|
interface GoogleCloudDiscoveryengineV1alphaBAPConfig {
|
|
718
876
|
/** Optional. The actions enabled on the associated BAP connection. */
|
|
719
877
|
enabledActions?: string[];
|
|
@@ -850,6 +1008,10 @@ declare namespace gapi.client {
|
|
|
850
1008
|
/** The total. */
|
|
851
1009
|
totalCount?: string;
|
|
852
1010
|
}
|
|
1011
|
+
interface GoogleCloudDiscoveryengineV1alphaContactDetails {
|
|
1012
|
+
/** Optional. The email address of the contact. */
|
|
1013
|
+
emailAddress?: string;
|
|
1014
|
+
}
|
|
853
1015
|
interface GoogleCloudDiscoveryengineV1alphaControl {
|
|
854
1016
|
/** Output only. List of all ServingConfig IDs this control is attached to. May take up to 10 minutes to update after changes. */
|
|
855
1017
|
associatedServingConfigIds?: string[];
|
|
@@ -1098,7 +1260,7 @@ declare namespace gapi.client {
|
|
|
1098
1260
|
billingEstimation?: GoogleCloudDiscoveryengineV1alphaDataStoreBillingEstimation;
|
|
1099
1261
|
/** Output only. CMEK-related information for the DataStore. */
|
|
1100
1262
|
cmekConfig?: GoogleCloudDiscoveryengineV1alphaCmekConfig;
|
|
1101
|
-
/** Optional. Configuration for configurable billing approach. See
|
|
1263
|
+
/** Optional. Configuration for configurable billing approach. See */
|
|
1102
1264
|
configurableBillingApproach?: string;
|
|
1103
1265
|
/** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
|
|
1104
1266
|
contentConfig?: string;
|
|
@@ -1309,7 +1471,7 @@ declare namespace gapi.client {
|
|
|
1309
1471
|
chatEngineMetadata?: GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata;
|
|
1310
1472
|
/** Common config spec that specifies the metadata of the engine. */
|
|
1311
1473
|
commonConfig?: GoogleCloudDiscoveryengineV1alphaEngineCommonConfig;
|
|
1312
|
-
/** Optional. Configuration for configurable billing approach.
|
|
1474
|
+
/** Optional. Configuration for configurable billing approach. */
|
|
1313
1475
|
configurableBillingApproach?: string;
|
|
1314
1476
|
/** Output only. Timestamp the Recommendation Engine was created at. */
|
|
1315
1477
|
createTime?: string;
|
|
@@ -1319,7 +1481,7 @@ declare namespace gapi.client {
|
|
|
1319
1481
|
disableAnalytics?: boolean;
|
|
1320
1482
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
1321
1483
|
displayName?: string;
|
|
1322
|
-
/** 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` */
|
|
1484
|
+
/** 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` */
|
|
1323
1485
|
features?: {[P in string]: string};
|
|
1324
1486
|
/** 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. */
|
|
1325
1487
|
industryVertical?: string;
|
|
@@ -1640,6 +1802,28 @@ declare namespace gapi.client {
|
|
|
1640
1802
|
/** Output only. Region part of normalized_language_code, if present. E.g.: `en-US` -> `US`, `zh-Hans-HK` -> `HK`, `en` -> ``. */
|
|
1641
1803
|
region?: string;
|
|
1642
1804
|
}
|
|
1805
|
+
interface GoogleCloudDiscoveryengineV1alphaLicenseConfig {
|
|
1806
|
+
/** Optional. The alert policy config for this license config. */
|
|
1807
|
+
alertPolicyResourceConfig?: GoogleCloudDiscoveryengineV1alphaAlertPolicyResourceConfig;
|
|
1808
|
+
/** Optional. Whether the license config should be auto renewed when it reaches the end date. */
|
|
1809
|
+
autoRenew?: boolean;
|
|
1810
|
+
/** Optional. The planed end date. */
|
|
1811
|
+
endDate?: GoogleTypeDate;
|
|
1812
|
+
/** Optional. Whether the license config is for free trial. */
|
|
1813
|
+
freeTrial?: boolean;
|
|
1814
|
+
/** Required. Number of licenses purchased. */
|
|
1815
|
+
licenseCount?: string;
|
|
1816
|
+
/** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
|
|
1817
|
+
name?: string;
|
|
1818
|
+
/** Required. The start date. */
|
|
1819
|
+
startDate?: GoogleTypeDate;
|
|
1820
|
+
/** Output only. The state of the license config. */
|
|
1821
|
+
state?: string;
|
|
1822
|
+
/** Required. Subscription term. */
|
|
1823
|
+
subscriptionTerm?: string;
|
|
1824
|
+
/** Required. Subscription tier information for the license config. */
|
|
1825
|
+
subscriptionTier?: string;
|
|
1826
|
+
}
|
|
1643
1827
|
interface GoogleCloudDiscoveryengineV1alphaListSessionsRequest {
|
|
1644
1828
|
/** A comma-separated list of fields to filter by, in EBNF grammar. The supported fields are: * `user_pseudo_id` * `state` * `display_name` * `starred` * `is_pinned` * `labels` * `create_time` * `update_time` Examples: * `user_pseudo_id = some_id` * `display_name = "some_name"` * `starred = true` * `is_pinned=true AND (NOT labels:hidden)` * `create_time > "1970-01-01T12:00:00Z"` */
|
|
1645
1829
|
filter?: string;
|
|
@@ -2200,6 +2384,8 @@ declare namespace gapi.client {
|
|
|
2200
2384
|
answer?: string;
|
|
2201
2385
|
/** 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. */
|
|
2202
2386
|
detailedAnswer?: GoogleCloudDiscoveryengineV1alphaAnswer;
|
|
2387
|
+
/** Output only. In ConversationalSearchService.GetSession API, if GetSessionRequest.include_answer_details is set to true, this field will be populated when getting assistant session. */
|
|
2388
|
+
detailedAssistAnswer?: GoogleCloudDiscoveryengineV1alphaAssistAnswer;
|
|
2203
2389
|
/** Optional. The user query. May not be set if this turn is merely regenerating an answer to a different turn */
|
|
2204
2390
|
query?: GoogleCloudDiscoveryengineV1alphaQuery;
|
|
2205
2391
|
/** 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. */
|
|
@@ -3029,6 +3215,24 @@ declare namespace gapi.client {
|
|
|
3029
3215
|
/** If set true, initial indexing is disabled for the DataStore. */
|
|
3030
3216
|
disableInitialIndex?: boolean;
|
|
3031
3217
|
}
|
|
3218
|
+
interface GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig {
|
|
3219
|
+
/** Optional. The enrollment state of each alert. */
|
|
3220
|
+
alertEnrollments?: GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment[];
|
|
3221
|
+
/** Immutable. The fully qualified resource name of the AlertPolicy. */
|
|
3222
|
+
alertPolicy?: string;
|
|
3223
|
+
/** Optional. The contact details for each alert policy. */
|
|
3224
|
+
contactDetails?: GoogleCloudDiscoveryengineV1betaContactDetails[];
|
|
3225
|
+
/** Optional. The language code used for notifications */
|
|
3226
|
+
languageCode?: string;
|
|
3227
|
+
}
|
|
3228
|
+
interface GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfigAlertEnrollment {
|
|
3229
|
+
/** Immutable. The id of an alert. */
|
|
3230
|
+
alertId?: string;
|
|
3231
|
+
/** Required. The enrollment status of a customer. */
|
|
3232
|
+
enrollState?: string;
|
|
3233
|
+
/** 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. */
|
|
3234
|
+
notificationParams?: {[P in string]: string};
|
|
3235
|
+
}
|
|
3032
3236
|
interface GoogleCloudDiscoveryengineV1betaBatchCreateTargetSiteMetadata {
|
|
3033
3237
|
/** Operation create time. */
|
|
3034
3238
|
createTime?: string;
|
|
@@ -3093,6 +3297,10 @@ declare namespace gapi.client {
|
|
|
3093
3297
|
/** Start of time range. Range is inclusive. */
|
|
3094
3298
|
startTime?: string;
|
|
3095
3299
|
}
|
|
3300
|
+
interface GoogleCloudDiscoveryengineV1betaContactDetails {
|
|
3301
|
+
/** Optional. The email address of the contact. */
|
|
3302
|
+
emailAddress?: string;
|
|
3303
|
+
}
|
|
3096
3304
|
interface GoogleCloudDiscoveryengineV1betaControl {
|
|
3097
3305
|
/** Output only. List of all ServingConfig IDs this control is attached to. May take up to 10 minutes to update after changes. */
|
|
3098
3306
|
associatedServingConfigIds?: string[];
|
|
@@ -3209,7 +3417,7 @@ declare namespace gapi.client {
|
|
|
3209
3417
|
billingEstimation?: GoogleCloudDiscoveryengineV1betaDataStoreBillingEstimation;
|
|
3210
3418
|
/** Output only. CMEK-related information for the DataStore. */
|
|
3211
3419
|
cmekConfig?: GoogleCloudDiscoveryengineV1betaCmekConfig;
|
|
3212
|
-
/** Optional. Configuration for configurable billing approach. See
|
|
3420
|
+
/** Optional. Configuration for configurable billing approach. See */
|
|
3213
3421
|
configurableBillingApproach?: string;
|
|
3214
3422
|
/** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
|
|
3215
3423
|
contentConfig?: string;
|
|
@@ -3386,7 +3594,7 @@ declare namespace gapi.client {
|
|
|
3386
3594
|
chatEngineMetadata?: GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata;
|
|
3387
3595
|
/** Common config spec that specifies the metadata of the engine. */
|
|
3388
3596
|
commonConfig?: GoogleCloudDiscoveryengineV1betaEngineCommonConfig;
|
|
3389
|
-
/** Optional. Configuration for configurable billing approach.
|
|
3597
|
+
/** Optional. Configuration for configurable billing approach. */
|
|
3390
3598
|
configurableBillingApproach?: string;
|
|
3391
3599
|
/** Output only. Timestamp the Recommendation Engine was created at. */
|
|
3392
3600
|
createTime?: string;
|
|
@@ -3396,7 +3604,7 @@ declare namespace gapi.client {
|
|
|
3396
3604
|
disableAnalytics?: boolean;
|
|
3397
3605
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
3398
3606
|
displayName?: string;
|
|
3399
|
-
/** 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` */
|
|
3607
|
+
/** 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` */
|
|
3400
3608
|
features?: {[P in string]: string};
|
|
3401
3609
|
/** 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. */
|
|
3402
3610
|
industryVertical?: string;
|
|
@@ -3641,6 +3849,28 @@ declare namespace gapi.client {
|
|
|
3641
3849
|
/** Output only. Region part of normalized_language_code, if present. E.g.: `en-US` -> `US`, `zh-Hans-HK` -> `HK`, `en` -> ``. */
|
|
3642
3850
|
region?: string;
|
|
3643
3851
|
}
|
|
3852
|
+
interface GoogleCloudDiscoveryengineV1betaLicenseConfig {
|
|
3853
|
+
/** Optional. The alert policy config for this license config. */
|
|
3854
|
+
alertPolicyResourceConfig?: GoogleCloudDiscoveryengineV1betaAlertPolicyResourceConfig;
|
|
3855
|
+
/** Optional. Whether the license config should be auto renewed when it reaches the end date. */
|
|
3856
|
+
autoRenew?: boolean;
|
|
3857
|
+
/** Optional. The planed end date. */
|
|
3858
|
+
endDate?: GoogleTypeDate;
|
|
3859
|
+
/** Optional. Whether the license config is for free trial. */
|
|
3860
|
+
freeTrial?: boolean;
|
|
3861
|
+
/** Required. Number of licenses purchased. */
|
|
3862
|
+
licenseCount?: string;
|
|
3863
|
+
/** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
|
|
3864
|
+
name?: string;
|
|
3865
|
+
/** Required. The start date. */
|
|
3866
|
+
startDate?: GoogleTypeDate;
|
|
3867
|
+
/** Output only. The state of the license config. */
|
|
3868
|
+
state?: string;
|
|
3869
|
+
/** Required. Subscription term. */
|
|
3870
|
+
subscriptionTerm?: string;
|
|
3871
|
+
/** Required. Subscription tier information for the license config. */
|
|
3872
|
+
subscriptionTier?: string;
|
|
3873
|
+
}
|
|
3644
3874
|
interface GoogleCloudDiscoveryengineV1betaNaturalLanguageQueryUnderstandingConfig {
|
|
3645
3875
|
/** Mode of Natural Language Query Understanding. If this field is unset, the behavior defaults to NaturalLanguageQueryUnderstandingConfig.Mode.DISABLED. */
|
|
3646
3876
|
mode?: string;
|
|
@@ -4441,6 +4671,10 @@ declare namespace gapi.client {
|
|
|
4441
4671
|
/** Start of time range. Range is inclusive. */
|
|
4442
4672
|
startTime?: string;
|
|
4443
4673
|
}
|
|
4674
|
+
interface GoogleCloudDiscoveryengineV1ContactDetails {
|
|
4675
|
+
/** Optional. The email address of the contact. */
|
|
4676
|
+
emailAddress?: string;
|
|
4677
|
+
}
|
|
4444
4678
|
interface GoogleCloudDiscoveryengineV1Control {
|
|
4445
4679
|
/** Output only. List of all ServingConfig IDs this control is attached to. May take up to 10 minutes to update after changes. */
|
|
4446
4680
|
associatedServingConfigIds?: string[];
|
|
@@ -4764,7 +4998,7 @@ declare namespace gapi.client {
|
|
|
4764
4998
|
billingEstimation?: GoogleCloudDiscoveryengineV1DataStoreBillingEstimation;
|
|
4765
4999
|
/** Output only. CMEK-related information for the DataStore. */
|
|
4766
5000
|
cmekConfig?: GoogleCloudDiscoveryengineV1CmekConfig;
|
|
4767
|
-
/** Optional. Configuration for configurable billing approach. See
|
|
5001
|
+
/** Optional. Configuration for configurable billing approach. See */
|
|
4768
5002
|
configurableBillingApproach?: string;
|
|
4769
5003
|
/** Immutable. The content config of the data store. If this field is unset, the server behavior defaults to ContentConfig.NO_CONTENT. */
|
|
4770
5004
|
contentConfig?: string;
|
|
@@ -5027,7 +5261,7 @@ declare namespace gapi.client {
|
|
|
5027
5261
|
chatEngineMetadata?: GoogleCloudDiscoveryengineV1EngineChatEngineMetadata;
|
|
5028
5262
|
/** Common config spec that specifies the metadata of the engine. */
|
|
5029
5263
|
commonConfig?: GoogleCloudDiscoveryengineV1EngineCommonConfig;
|
|
5030
|
-
/** Optional. Configuration for configurable billing approach.
|
|
5264
|
+
/** Optional. Configuration for configurable billing approach. */
|
|
5031
5265
|
configurableBillingApproach?: string;
|
|
5032
5266
|
/** Output only. Timestamp the Recommendation Engine was created at. */
|
|
5033
5267
|
createTime?: string;
|
|
@@ -5037,7 +5271,7 @@ declare namespace gapi.client {
|
|
|
5037
5271
|
disableAnalytics?: boolean;
|
|
5038
5272
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
5039
5273
|
displayName?: string;
|
|
5040
|
-
/** 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` */
|
|
5274
|
+
/** 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` */
|
|
5041
5275
|
features?: {[P in string]: string};
|
|
5042
5276
|
/** 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. */
|
|
5043
5277
|
industryVertical?: string;
|
|
@@ -5394,6 +5628,28 @@ declare namespace gapi.client {
|
|
|
5394
5628
|
/** Inclusive lower bound. */
|
|
5395
5629
|
minimum?: number;
|
|
5396
5630
|
}
|
|
5631
|
+
interface GoogleCloudDiscoveryengineV1LicenseConfig {
|
|
5632
|
+
/** Optional. The alert policy config for this license config. */
|
|
5633
|
+
alertPolicyResourceConfig?: GoogleCloudDiscoveryengineV1AlertPolicyResourceConfig;
|
|
5634
|
+
/** Optional. Whether the license config should be auto renewed when it reaches the end date. */
|
|
5635
|
+
autoRenew?: boolean;
|
|
5636
|
+
/** Optional. The planed end date. */
|
|
5637
|
+
endDate?: GoogleTypeDate;
|
|
5638
|
+
/** Optional. Whether the license config is for free trial. */
|
|
5639
|
+
freeTrial?: boolean;
|
|
5640
|
+
/** Required. Number of licenses purchased. */
|
|
5641
|
+
licenseCount?: string;
|
|
5642
|
+
/** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
|
|
5643
|
+
name?: string;
|
|
5644
|
+
/** Required. The start date. */
|
|
5645
|
+
startDate?: GoogleTypeDate;
|
|
5646
|
+
/** Output only. The state of the license config. */
|
|
5647
|
+
state?: string;
|
|
5648
|
+
/** Required. Subscription term. */
|
|
5649
|
+
subscriptionTerm?: string;
|
|
5650
|
+
/** Required. Subscription tier information for the license config. */
|
|
5651
|
+
subscriptionTier?: string;
|
|
5652
|
+
}
|
|
5397
5653
|
interface GoogleCloudDiscoveryengineV1ListCmekConfigsResponse {
|
|
5398
5654
|
/** All the customer's CmekConfigs. */
|
|
5399
5655
|
cmekConfigs?: GoogleCloudDiscoveryengineV1CmekConfig[];
|
|
@@ -6228,6 +6484,8 @@ declare namespace gapi.client {
|
|
|
6228
6484
|
answer?: string;
|
|
6229
6485
|
/** 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. */
|
|
6230
6486
|
detailedAnswer?: GoogleCloudDiscoveryengineV1Answer;
|
|
6487
|
+
/** Output only. In ConversationalSearchService.GetSession API, if GetSessionRequest.include_answer_details is set to true, this field will be populated when getting assistant session. */
|
|
6488
|
+
detailedAssistAnswer?: GoogleCloudDiscoveryengineV1AssistAnswer;
|
|
6231
6489
|
/** Optional. The user query. May not be set if this turn is merely regenerating an answer to a different turn */
|
|
6232
6490
|
query?: GoogleCloudDiscoveryengineV1Query;
|
|
6233
6491
|
/** 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. */
|
|
@@ -16045,6 +16303,159 @@ declare namespace gapi.client {
|
|
|
16045
16303
|
): Request<GoogleLongrunningOperation>;
|
|
16046
16304
|
operations: OperationsResource;
|
|
16047
16305
|
}
|
|
16306
|
+
interface LicenseConfigsResource {
|
|
16307
|
+
/** Creates a LicenseConfig */
|
|
16308
|
+
create(request: {
|
|
16309
|
+
/** V1 error format. */
|
|
16310
|
+
'$.xgafv'?: string;
|
|
16311
|
+
/** OAuth access token. */
|
|
16312
|
+
access_token?: string;
|
|
16313
|
+
/** Data format for response. */
|
|
16314
|
+
alt?: string;
|
|
16315
|
+
/** JSONP */
|
|
16316
|
+
callback?: string;
|
|
16317
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16318
|
+
fields?: string;
|
|
16319
|
+
/** 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. */
|
|
16320
|
+
key?: string;
|
|
16321
|
+
/** 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`. */
|
|
16322
|
+
licenseConfigId?: string;
|
|
16323
|
+
/** OAuth 2.0 token for the current user. */
|
|
16324
|
+
oauth_token?: string;
|
|
16325
|
+
/** Required. The parent resource name, such as `projects/{project}/locations/{location}`. */
|
|
16326
|
+
parent: string;
|
|
16327
|
+
/** Returns response with indentations and line breaks. */
|
|
16328
|
+
prettyPrint?: boolean;
|
|
16329
|
+
/** 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. */
|
|
16330
|
+
quotaUser?: string;
|
|
16331
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16332
|
+
upload_protocol?: string;
|
|
16333
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16334
|
+
uploadType?: string;
|
|
16335
|
+
/** Request body */
|
|
16336
|
+
resource: GoogleCloudDiscoveryengineV1LicenseConfig;
|
|
16337
|
+
}): Request<GoogleCloudDiscoveryengineV1LicenseConfig>;
|
|
16338
|
+
create(
|
|
16339
|
+
request: {
|
|
16340
|
+
/** V1 error format. */
|
|
16341
|
+
'$.xgafv'?: string;
|
|
16342
|
+
/** OAuth access token. */
|
|
16343
|
+
access_token?: string;
|
|
16344
|
+
/** Data format for response. */
|
|
16345
|
+
alt?: string;
|
|
16346
|
+
/** JSONP */
|
|
16347
|
+
callback?: string;
|
|
16348
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16349
|
+
fields?: string;
|
|
16350
|
+
/** 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. */
|
|
16351
|
+
key?: string;
|
|
16352
|
+
/** 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`. */
|
|
16353
|
+
licenseConfigId?: string;
|
|
16354
|
+
/** OAuth 2.0 token for the current user. */
|
|
16355
|
+
oauth_token?: string;
|
|
16356
|
+
/** Required. The parent resource name, such as `projects/{project}/locations/{location}`. */
|
|
16357
|
+
parent: string;
|
|
16358
|
+
/** Returns response with indentations and line breaks. */
|
|
16359
|
+
prettyPrint?: boolean;
|
|
16360
|
+
/** 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. */
|
|
16361
|
+
quotaUser?: string;
|
|
16362
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16363
|
+
upload_protocol?: string;
|
|
16364
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16365
|
+
uploadType?: string;
|
|
16366
|
+
},
|
|
16367
|
+
body: GoogleCloudDiscoveryengineV1LicenseConfig,
|
|
16368
|
+
): Request<GoogleCloudDiscoveryengineV1LicenseConfig>;
|
|
16369
|
+
/** Gets a LicenseConfig. */
|
|
16370
|
+
get(request?: {
|
|
16371
|
+
/** V1 error format. */
|
|
16372
|
+
'$.xgafv'?: string;
|
|
16373
|
+
/** OAuth access token. */
|
|
16374
|
+
access_token?: string;
|
|
16375
|
+
/** Data format for response. */
|
|
16376
|
+
alt?: string;
|
|
16377
|
+
/** JSONP */
|
|
16378
|
+
callback?: string;
|
|
16379
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16380
|
+
fields?: string;
|
|
16381
|
+
/** 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. */
|
|
16382
|
+
key?: string;
|
|
16383
|
+
/** 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. */
|
|
16384
|
+
name: string;
|
|
16385
|
+
/** OAuth 2.0 token for the current user. */
|
|
16386
|
+
oauth_token?: string;
|
|
16387
|
+
/** Returns response with indentations and line breaks. */
|
|
16388
|
+
prettyPrint?: boolean;
|
|
16389
|
+
/** 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. */
|
|
16390
|
+
quotaUser?: string;
|
|
16391
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16392
|
+
upload_protocol?: string;
|
|
16393
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16394
|
+
uploadType?: string;
|
|
16395
|
+
}): Request<GoogleCloudDiscoveryengineV1LicenseConfig>;
|
|
16396
|
+
/** Updates the LicenseConfig */
|
|
16397
|
+
patch(request: {
|
|
16398
|
+
/** V1 error format. */
|
|
16399
|
+
'$.xgafv'?: string;
|
|
16400
|
+
/** OAuth access token. */
|
|
16401
|
+
access_token?: string;
|
|
16402
|
+
/** Data format for response. */
|
|
16403
|
+
alt?: string;
|
|
16404
|
+
/** JSONP */
|
|
16405
|
+
callback?: string;
|
|
16406
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16407
|
+
fields?: string;
|
|
16408
|
+
/** 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. */
|
|
16409
|
+
key?: string;
|
|
16410
|
+
/** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
|
|
16411
|
+
name: string;
|
|
16412
|
+
/** OAuth 2.0 token for the current user. */
|
|
16413
|
+
oauth_token?: string;
|
|
16414
|
+
/** Returns response with indentations and line breaks. */
|
|
16415
|
+
prettyPrint?: boolean;
|
|
16416
|
+
/** 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. */
|
|
16417
|
+
quotaUser?: string;
|
|
16418
|
+
/** Optional. Indicates which fields in the provided LicenseConfig to update. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned. */
|
|
16419
|
+
updateMask?: string;
|
|
16420
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16421
|
+
upload_protocol?: string;
|
|
16422
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16423
|
+
uploadType?: string;
|
|
16424
|
+
/** Request body */
|
|
16425
|
+
resource: GoogleCloudDiscoveryengineV1LicenseConfig;
|
|
16426
|
+
}): Request<GoogleCloudDiscoveryengineV1LicenseConfig>;
|
|
16427
|
+
patch(
|
|
16428
|
+
request: {
|
|
16429
|
+
/** V1 error format. */
|
|
16430
|
+
'$.xgafv'?: string;
|
|
16431
|
+
/** OAuth access token. */
|
|
16432
|
+
access_token?: string;
|
|
16433
|
+
/** Data format for response. */
|
|
16434
|
+
alt?: string;
|
|
16435
|
+
/** JSONP */
|
|
16436
|
+
callback?: string;
|
|
16437
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
16438
|
+
fields?: string;
|
|
16439
|
+
/** 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. */
|
|
16440
|
+
key?: string;
|
|
16441
|
+
/** Immutable. Identifier. The fully qualified resource name of the license config. Format: `projects/{project}/locations/{location}/licenseConfigs/{license_config}` */
|
|
16442
|
+
name: string;
|
|
16443
|
+
/** OAuth 2.0 token for the current user. */
|
|
16444
|
+
oauth_token?: string;
|
|
16445
|
+
/** Returns response with indentations and line breaks. */
|
|
16446
|
+
prettyPrint?: boolean;
|
|
16447
|
+
/** 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. */
|
|
16448
|
+
quotaUser?: string;
|
|
16449
|
+
/** Optional. Indicates which fields in the provided LicenseConfig to update. If an unsupported or unknown field is provided, an INVALID_ARGUMENT error is returned. */
|
|
16450
|
+
updateMask?: string;
|
|
16451
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
16452
|
+
upload_protocol?: string;
|
|
16453
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
16454
|
+
uploadType?: string;
|
|
16455
|
+
},
|
|
16456
|
+
body: GoogleCloudDiscoveryengineV1LicenseConfig,
|
|
16457
|
+
): Request<GoogleCloudDiscoveryengineV1LicenseConfig>;
|
|
16458
|
+
}
|
|
16048
16459
|
interface OperationsResource {
|
|
16049
16460
|
/** 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. */
|
|
16050
16461
|
get(request?: {
|
|
@@ -16756,6 +17167,7 @@ declare namespace gapi.client {
|
|
|
16756
17167
|
dataStores: DataStoresResource;
|
|
16757
17168
|
groundingConfigs: GroundingConfigsResource;
|
|
16758
17169
|
identityMappingStores: IdentityMappingStoresResource;
|
|
17170
|
+
licenseConfigs: LicenseConfigsResource;
|
|
16759
17171
|
operations: OperationsResource;
|
|
16760
17172
|
podcasts: PodcastsResource;
|
|
16761
17173
|
rankingConfigs: RankingConfigsResource;
|