@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.0.20250430 → 0.0.20250508
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 +162 -12
- package/package.json +1 -1
package/index.d.ts
CHANGED
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
// This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
|
|
10
10
|
// In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
|
|
11
11
|
// Generated from: https://discoveryengine.googleapis.com/$discovery/rest?version=v1alpha
|
|
12
|
-
// Revision:
|
|
12
|
+
// Revision: 20250508
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -996,6 +996,36 @@ declare namespace gapi.client {
|
|
|
996
996
|
/** If match by URI, the URI of the Document. */
|
|
997
997
|
uri?: string;
|
|
998
998
|
}
|
|
999
|
+
interface GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesMetadata {
|
|
1000
|
+
/** Operation create time. */
|
|
1001
|
+
createTime?: string;
|
|
1002
|
+
/** Count of user licenses that failed to be updated. */
|
|
1003
|
+
failureCount?: string;
|
|
1004
|
+
/** Count of user licenses successfully updated. */
|
|
1005
|
+
successCount?: string;
|
|
1006
|
+
/** Operation last update time. If the operation is done, this is also the finish time. */
|
|
1007
|
+
updateTime?: string;
|
|
1008
|
+
}
|
|
1009
|
+
interface GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest {
|
|
1010
|
+
/** Optional. If true, if user licenses removed associated license config, the user license will be deleted. By default which is false, the user license will be updated to unassigned state. */
|
|
1011
|
+
deleteUnassignedUserLicenses?: boolean;
|
|
1012
|
+
/** Cloud Storage location for the input content. */
|
|
1013
|
+
gcsSource?: GoogleCloudDiscoveryengineV1alphaGcsSource;
|
|
1014
|
+
/** The inline source for the input content for document embeddings. */
|
|
1015
|
+
inlineSource?: GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource;
|
|
1016
|
+
}
|
|
1017
|
+
interface GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequestInlineSource {
|
|
1018
|
+
/** Optional. The list of fields to update. */
|
|
1019
|
+
updateMask?: string;
|
|
1020
|
+
/** Required. A list of user licenses to update. Each user license must have a valid UserLicense.user_principal. */
|
|
1021
|
+
userLicenses?: GoogleCloudDiscoveryengineV1alphaUserLicense[];
|
|
1022
|
+
}
|
|
1023
|
+
interface GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesResponse {
|
|
1024
|
+
/** A sample of errors encountered while processing the request. */
|
|
1025
|
+
errorSamples?: GoogleRpcStatus[];
|
|
1026
|
+
/** UserLicenses successfully updated. */
|
|
1027
|
+
userLicenses?: GoogleCloudDiscoveryengineV1alphaUserLicense[];
|
|
1028
|
+
}
|
|
999
1029
|
interface GoogleCloudDiscoveryengineV1alphaBatchVerifyTargetSitesRequest {}
|
|
1000
1030
|
interface GoogleCloudDiscoveryengineV1alphaBigQuerySource {
|
|
1001
1031
|
/** The schema to use when parsing the data from the source. Supported values for user event imports: * `user_event` (default): One UserEvent per row. Supported values for document imports: * `document` (default): One Document format per row. Each document must have a valid Document.id and one of Document.json_data or Document.struct_data. * `custom`: One custom data per row in arbitrary format that conforms to the defined Schema of the data store. This can only be used by the GENERIC Data Store vertical. */
|
|
@@ -1082,7 +1112,7 @@ declare namespace gapi.client {
|
|
|
1082
1112
|
endPos?: number;
|
|
1083
1113
|
/** Indicates that this claim required grounding check. When the system decided this claim doesn't require attribution/grounding check, this field will be set to false. In that case, no grounding check was done for the claim and therefore citation_indices should not be returned. */
|
|
1084
1114
|
groundingCheckRequired?: boolean;
|
|
1085
|
-
/** Confidence score for the claim in the answer candidate, in the range of [0, 1]. This is set only when enable_claim_level_score is true. */
|
|
1115
|
+
/** Confidence score for the claim in the answer candidate, in the range of [0, 1]. This is set only when `CheckGroundingRequest.grounding_spec.enable_claim_level_score` is true. */
|
|
1086
1116
|
score?: number;
|
|
1087
1117
|
/** Position indicating the start of the claim in the answer candidate, measured in bytes. Note that this is not measured in characters and, therefore, must be rendered in the user interface keeping in mind that some characters may take more than one byte. For example, if the claim text contains non-ASCII characters, the start and end positions vary when measured in characters (programming-language-dependent) and when measured in bytes (programming-language-independent). */
|
|
1088
1118
|
startPos?: number;
|
|
@@ -1328,7 +1358,7 @@ declare namespace gapi.client {
|
|
|
1328
1358
|
filterAction?: GoogleCloudDiscoveryengineV1alphaControlFilterAction;
|
|
1329
1359
|
/** Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*` */
|
|
1330
1360
|
name?: string;
|
|
1331
|
-
/** Promote certain links based on predefined trigger queries.
|
|
1361
|
+
/** Promote certain links based on predefined trigger queries. */
|
|
1332
1362
|
promoteAction?: GoogleCloudDiscoveryengineV1alphaControlPromoteAction;
|
|
1333
1363
|
/** Defines a redirect-type control. */
|
|
1334
1364
|
redirectAction?: GoogleCloudDiscoveryengineV1alphaControlRedirectAction;
|
|
@@ -1527,8 +1557,10 @@ declare namespace gapi.client {
|
|
|
1527
1557
|
blockingReasons?: string[];
|
|
1528
1558
|
/** Optional. The modes enabled for this connector. Default state is CONNECTOR_MODE_UNSPECIFIED. */
|
|
1529
1559
|
connectorModes?: string[];
|
|
1530
|
-
/** Output only. The type of connector. Each source can only map to one type. For example, salesforce, confluence and jira have THIRD_PARTY connector type. It is
|
|
1560
|
+
/** Output only. The type of connector. Each source can only map to one type. For example, salesforce, confluence and jira have THIRD_PARTY connector type. It is not mutable once set by system. */
|
|
1531
1561
|
connectorType?: string;
|
|
1562
|
+
/** Optional. Whether the END USER AUTHENTICATION connector is created in SaaS. */
|
|
1563
|
+
createEuaSaas?: boolean;
|
|
1532
1564
|
/** Output only. Timestamp the DataConnector was created at. */
|
|
1533
1565
|
createTime?: string;
|
|
1534
1566
|
/** Required. The name of the data source. Supported values: `salesforce`, `jira`, `confluence`, `bigquery`. */
|
|
@@ -2566,6 +2598,12 @@ declare namespace gapi.client {
|
|
|
2566
2598
|
/** The total number of items matching the request. This will always be populated in the response. */
|
|
2567
2599
|
totalSize?: number;
|
|
2568
2600
|
}
|
|
2601
|
+
interface GoogleCloudDiscoveryengineV1alphaListUserLicensesResponse {
|
|
2602
|
+
/** A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
2603
|
+
nextPageToken?: string;
|
|
2604
|
+
/** All the customer's UserLicenses. */
|
|
2605
|
+
userLicenses?: GoogleCloudDiscoveryengineV1alphaUserLicense[];
|
|
2606
|
+
}
|
|
2569
2607
|
interface GoogleCloudDiscoveryengineV1alphaMediaInfo {
|
|
2570
2608
|
/** The media progress time in seconds, if applicable. For example, if the end user has finished 90 seconds of a playback video, then MediaInfo.media_progress_duration.seconds should be set to 90. */
|
|
2571
2609
|
mediaProgressDuration?: string;
|
|
@@ -3261,6 +3299,8 @@ declare namespace gapi.client {
|
|
|
3261
3299
|
interface GoogleCloudDiscoveryengineV1alphaSearchRequestDataStoreSpec {
|
|
3262
3300
|
/** Optional. Boost specification to boost certain documents. For more information on boosting, see [Boosting](https://cloud.google.com/generative-ai-app-builder/docs/boost-search-results) */
|
|
3263
3301
|
boostSpec?: GoogleCloudDiscoveryengineV1alphaSearchRequestBoostSpec;
|
|
3302
|
+
/** Optional. Custom search operators which if specified will be used to filter results from workspace data stores. For more information on custom search operators, see [SearchOperators](https://support.google.com/cloudsearch/answer/6172299). */
|
|
3303
|
+
customSearchOperators?: string;
|
|
3264
3304
|
/** Required. Full resource name of DataStore, such as `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. */
|
|
3265
3305
|
dataStore?: string;
|
|
3266
3306
|
/** 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) */
|
|
@@ -3420,15 +3460,9 @@ declare namespace gapi.client {
|
|
|
3420
3460
|
extractedFilters?: string;
|
|
3421
3461
|
/** Rewritten input query minus the extracted filters. */
|
|
3422
3462
|
rewrittenQuery?: string;
|
|
3423
|
-
/** Optional. The SQL request that was generated from the natural language query understanding phase. */
|
|
3424
|
-
sqlRequest?: GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest;
|
|
3425
3463
|
/** The filters that were extracted from the input query represented in a structured form. */
|
|
3426
3464
|
structuredExtractedFilter?: GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter;
|
|
3427
3465
|
}
|
|
3428
|
-
interface GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoSqlRequest {
|
|
3429
|
-
/** Optional. The SQL query in text format. */
|
|
3430
|
-
sqlQuery?: string;
|
|
3431
|
-
}
|
|
3432
3466
|
interface GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilter {
|
|
3433
3467
|
/** The expression denoting the filter that was extracted from the input query in a structured form. It can be a simple expression denoting a single string, numerical or geolocation constraint or a compound expression which is a combination of multiple expressions connected using logical (OR and AND) operators. */
|
|
3434
3468
|
expression?: GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfoStructuredExtractedFilterExpression;
|
|
@@ -3955,6 +3989,24 @@ declare namespace gapi.client {
|
|
|
3955
3989
|
/** Highly recommended for logged-in users. Unique identifier for logged-in user, such as a user name. Don't set for anonymous users. Always use a hashed value for this ID. Don't set the field to the same fixed ID for different users. This mixes the event history of those users together, which results in degraded model quality. The field must be a UTF-8 encoded string with a length limit of 128 characters. Otherwise, an `INVALID_ARGUMENT` error is returned. */
|
|
3956
3990
|
userId?: string;
|
|
3957
3991
|
}
|
|
3992
|
+
interface GoogleCloudDiscoveryengineV1alphaUserLicense {
|
|
3993
|
+
/** Output only. User created timestamp. */
|
|
3994
|
+
createTime?: string;
|
|
3995
|
+
/** Output only. User last logged in time. If the user has not logged in yet, this field will be empty. */
|
|
3996
|
+
lastLoginTime?: string;
|
|
3997
|
+
/** Output only. License assignment state of the user. If the user is assigned with a license config, the user loggin will be assigned with the license; If the user's license assignment state is unassigned or unspecified, no license config will be associated to the user; */
|
|
3998
|
+
licenseAssignmentState?: string;
|
|
3999
|
+
/** Optional. The full resource name of the Subscription(LicenseConfig) assigned to the user. */
|
|
4000
|
+
licenseConfig?: string;
|
|
4001
|
+
/** Output only. User update timestamp. */
|
|
4002
|
+
updateTime?: string;
|
|
4003
|
+
/** Optional. The full resource name of the User, in the format of `projects/{project}/locations/{location}/userStores/{user_store}/users/{user_id}`. This field must be a UTF-8 encoded string with a length limit of 2048 characters. If the user field is empty, it's indicating the user has not logged in yet and no User entity is created. */
|
|
4004
|
+
user?: string;
|
|
4005
|
+
/** Required. Immutable. The user principal of the User, could be email address or other prinical identifier. This field is immutable. Admin assign licenses based on the user principal. */
|
|
4006
|
+
userPrincipal?: string;
|
|
4007
|
+
/** Optional. The user profile. We user user full name(First name + Last name) as user profile. */
|
|
4008
|
+
userProfile?: string;
|
|
4009
|
+
}
|
|
3958
4010
|
interface GoogleCloudDiscoveryengineV1alphaWidgetConfig {
|
|
3959
4011
|
/** Will be used for all widget access settings seen in cloud console integration page. Replaces top deprecated top level properties. */
|
|
3960
4012
|
accessSettings?: GoogleCloudDiscoveryengineV1alphaWidgetConfigAccessSettings;
|
|
@@ -3986,6 +4038,8 @@ declare namespace gapi.client {
|
|
|
3986
4038
|
enableAutocomplete?: boolean;
|
|
3987
4039
|
/** Whether to allow conversational search (LLM, multi-turn) or not (non-LLM, single-turn). */
|
|
3988
4040
|
enableConversationalSearch?: boolean;
|
|
4041
|
+
/** Optional. Output only. Whether to enable private knowledge graph. */
|
|
4042
|
+
enablePrivateKnowledgeGraph?: boolean;
|
|
3989
4043
|
/** Turn on or off collecting the search result quality feedback from end users. */
|
|
3990
4044
|
enableQualityFeedback?: boolean;
|
|
3991
4045
|
/** Whether to show the result score. */
|
|
@@ -4282,7 +4336,7 @@ declare namespace gapi.client {
|
|
|
4282
4336
|
filterAction?: GoogleCloudDiscoveryengineV1betaControlFilterAction;
|
|
4283
4337
|
/** Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*` */
|
|
4284
4338
|
name?: string;
|
|
4285
|
-
/** Promote certain links based on predefined trigger queries.
|
|
4339
|
+
/** Promote certain links based on predefined trigger queries. */
|
|
4286
4340
|
promoteAction?: GoogleCloudDiscoveryengineV1betaControlPromoteAction;
|
|
4287
4341
|
/** Defines a redirect-type control. */
|
|
4288
4342
|
redirectAction?: GoogleCloudDiscoveryengineV1betaControlRedirectAction;
|
|
@@ -5103,6 +5157,8 @@ declare namespace gapi.client {
|
|
|
5103
5157
|
interface GoogleCloudDiscoveryengineV1betaSearchRequestDataStoreSpec {
|
|
5104
5158
|
/** Optional. Boost specification to boost certain documents. For more information on boosting, see [Boosting](https://cloud.google.com/generative-ai-app-builder/docs/boost-search-results) */
|
|
5105
5159
|
boostSpec?: GoogleCloudDiscoveryengineV1betaSearchRequestBoostSpec;
|
|
5160
|
+
/** Optional. Custom search operators which if specified will be used to filter results from workspace data stores. For more information on custom search operators, see [SearchOperators](https://support.google.com/cloudsearch/answer/6172299). */
|
|
5161
|
+
customSearchOperators?: string;
|
|
5106
5162
|
/** Required. Full resource name of DataStore, such as `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. */
|
|
5107
5163
|
dataStore?: string;
|
|
5108
5164
|
/** 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) */
|
|
@@ -5350,7 +5406,7 @@ declare namespace gapi.client {
|
|
|
5350
5406
|
filterAction?: GoogleCloudDiscoveryengineV1ControlFilterAction;
|
|
5351
5407
|
/** Immutable. Fully qualified name `projects/*/locations/global/dataStore/*/controls/*` */
|
|
5352
5408
|
name?: string;
|
|
5353
|
-
/** Promote certain links based on predefined trigger queries.
|
|
5409
|
+
/** Promote certain links based on predefined trigger queries. */
|
|
5354
5410
|
promoteAction?: GoogleCloudDiscoveryengineV1ControlPromoteAction;
|
|
5355
5411
|
/** Defines a redirect-type control. */
|
|
5356
5412
|
redirectAction?: GoogleCloudDiscoveryengineV1ControlRedirectAction;
|
|
@@ -17751,8 +17807,102 @@ declare namespace gapi.client {
|
|
|
17751
17807
|
uploadType?: string;
|
|
17752
17808
|
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
17753
17809
|
}
|
|
17810
|
+
interface UserLicensesResource {
|
|
17811
|
+
/** Lists the User Licenses. */
|
|
17812
|
+
list(request?: {
|
|
17813
|
+
/** V1 error format. */
|
|
17814
|
+
'$.xgafv'?: string;
|
|
17815
|
+
/** OAuth access token. */
|
|
17816
|
+
access_token?: string;
|
|
17817
|
+
/** Data format for response. */
|
|
17818
|
+
alt?: string;
|
|
17819
|
+
/** JSONP */
|
|
17820
|
+
callback?: string;
|
|
17821
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17822
|
+
fields?: string;
|
|
17823
|
+
/** Optional. Filter for the list request. Supported fields: * `license_assignment_state` Examples: * `license_assignment_state = ASSIGNED` to list assigned user licenses. * `license_assignment_state = NO_LICENSE` to list not licensed users. * `license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted login but no license assigned. * `license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN` to filter out users who attempted login but no license assigned. */
|
|
17824
|
+
filter?: string;
|
|
17825
|
+
/** 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. */
|
|
17826
|
+
key?: string;
|
|
17827
|
+
/** OAuth 2.0 token for the current user. */
|
|
17828
|
+
oauth_token?: string;
|
|
17829
|
+
/** Optional. Requested page size. Server may return fewer items than requested. If unspecified, defaults to 10. The maximum value is 50; values above 50 will be coerced to 50. If this field is negative, an INVALID_ARGUMENT error is returned. */
|
|
17830
|
+
pageSize?: number;
|
|
17831
|
+
/** Optional. A page token, received from a previous `ListUserLicenses` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListUserLicenses` must match the call that provided the page token. */
|
|
17832
|
+
pageToken?: string;
|
|
17833
|
+
/** Required. The parent UserStore resource name, format: `projects/{project}/locations/{location}/userStores/{user_store_id}`. */
|
|
17834
|
+
parent: string;
|
|
17835
|
+
/** Returns response with indentations and line breaks. */
|
|
17836
|
+
prettyPrint?: boolean;
|
|
17837
|
+
/** 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. */
|
|
17838
|
+
quotaUser?: string;
|
|
17839
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17840
|
+
upload_protocol?: string;
|
|
17841
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17842
|
+
uploadType?: string;
|
|
17843
|
+
}): Request<GoogleCloudDiscoveryengineV1alphaListUserLicensesResponse>;
|
|
17844
|
+
}
|
|
17754
17845
|
interface UserStoresResource {
|
|
17846
|
+
/** Updates the User License. This method is used for batch assign/unassign licenses to users. */
|
|
17847
|
+
batchUpdateUserLicenses(request: {
|
|
17848
|
+
/** V1 error format. */
|
|
17849
|
+
'$.xgafv'?: string;
|
|
17850
|
+
/** OAuth access token. */
|
|
17851
|
+
access_token?: string;
|
|
17852
|
+
/** Data format for response. */
|
|
17853
|
+
alt?: string;
|
|
17854
|
+
/** JSONP */
|
|
17855
|
+
callback?: string;
|
|
17856
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17857
|
+
fields?: string;
|
|
17858
|
+
/** 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. */
|
|
17859
|
+
key?: string;
|
|
17860
|
+
/** OAuth 2.0 token for the current user. */
|
|
17861
|
+
oauth_token?: string;
|
|
17862
|
+
/** Required. The parent UserStore resource name, format: `projects/{project}/locations/{location}/userStores/{user_store_id}`. */
|
|
17863
|
+
parent: string;
|
|
17864
|
+
/** Returns response with indentations and line breaks. */
|
|
17865
|
+
prettyPrint?: boolean;
|
|
17866
|
+
/** 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. */
|
|
17867
|
+
quotaUser?: string;
|
|
17868
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17869
|
+
upload_protocol?: string;
|
|
17870
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17871
|
+
uploadType?: string;
|
|
17872
|
+
/** Request body */
|
|
17873
|
+
resource: GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest;
|
|
17874
|
+
}): Request<GoogleLongrunningOperation>;
|
|
17875
|
+
batchUpdateUserLicenses(
|
|
17876
|
+
request: {
|
|
17877
|
+
/** V1 error format. */
|
|
17878
|
+
'$.xgafv'?: string;
|
|
17879
|
+
/** OAuth access token. */
|
|
17880
|
+
access_token?: string;
|
|
17881
|
+
/** Data format for response. */
|
|
17882
|
+
alt?: string;
|
|
17883
|
+
/** JSONP */
|
|
17884
|
+
callback?: string;
|
|
17885
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
17886
|
+
fields?: string;
|
|
17887
|
+
/** 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. */
|
|
17888
|
+
key?: string;
|
|
17889
|
+
/** OAuth 2.0 token for the current user. */
|
|
17890
|
+
oauth_token?: string;
|
|
17891
|
+
/** Required. The parent UserStore resource name, format: `projects/{project}/locations/{location}/userStores/{user_store_id}`. */
|
|
17892
|
+
parent: string;
|
|
17893
|
+
/** Returns response with indentations and line breaks. */
|
|
17894
|
+
prettyPrint?: boolean;
|
|
17895
|
+
/** 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. */
|
|
17896
|
+
quotaUser?: string;
|
|
17897
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
17898
|
+
upload_protocol?: string;
|
|
17899
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17900
|
+
uploadType?: string;
|
|
17901
|
+
},
|
|
17902
|
+
body: GoogleCloudDiscoveryengineV1alphaBatchUpdateUserLicensesRequest,
|
|
17903
|
+
): Request<GoogleLongrunningOperation>;
|
|
17755
17904
|
operations: OperationsResource;
|
|
17905
|
+
userLicenses: UserLicensesResource;
|
|
17756
17906
|
}
|
|
17757
17907
|
interface LocationsResource {
|
|
17758
17908
|
/** Estimates the data size to be used by a customer. */
|