@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.3.20260620 → 0.3.20260629
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 +87 -16
- 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: 20260629
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1803,7 +1803,7 @@ declare namespace gapi.client {
|
|
|
1803
1803
|
name?: string;
|
|
1804
1804
|
/** This field is only meaningful for suggestions generated from user events or search history, which may have user ids attached. If the number of unique users that have searched a query is less than this threshold, the query will not be generated as a suggestion. This is field can be helpful for preventing PII queries becoming suggestions, as those queries are usually uniquely searched. If not set, the default value is 3 used in the generation pipeline. */
|
|
1805
1805
|
numUniqueUsersThreshold?: number;
|
|
1806
|
-
/** This field is only meaningful for suggestions generated from user events or search history. If a query shows up less than this threshold, it may indicate that the query is rarely searched and thus will not be generated as a suggestion. This is field can be helpful for preventing PII queries becoming suggestions, as those queries are usually uniquely searched. If not set, the default value is
|
|
1806
|
+
/** This field is only meaningful for suggestions generated from user events or search history. If a query shows up less than this threshold, it may indicate that the query is rarely searched and thus will not be generated as a suggestion. This is field can be helpful for preventing PII queries becoming suggestions, as those queries are usually uniquely searched. If not set, the default value is 3 used in the generation pipeline. */
|
|
1807
1807
|
queryFrequencyThreshold?: number;
|
|
1808
1808
|
/** The data model of query suggestions for serving. Currently supported values: * `automatic` - autocomplete backend automatic selects or mixes suggestions from different models. * `document` - Using suggestions generated from user-imported documents. * `search-history` - Using suggestions generated from the past history of SearchService.Search API calls. Do not use it when there is no traffic for Search API. * `user-event` - Using suggestions generated from user-imported search events. * `document-completable` - Using suggestions taken directly from user-imported document fields marked as completable. If query model is empty, the serving applies the "automatic" model by default. */
|
|
1809
1809
|
queryModel?: string;
|
|
@@ -2767,7 +2767,7 @@ declare namespace gapi.client {
|
|
|
2767
2767
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1alphaAgentGatewaySetting;
|
|
2768
2768
|
/** Optional. Immutable. This the application type which this engine resource represents. NOTE: this is a new concept independ of existing industry vertical or solution type. */
|
|
2769
2769
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
2770
|
-
/**
|
|
2770
|
+
/** Output only. The Agent registry containing the agents, MCP servers and tools associated with this engine. Derived server-side from the linked Agent Gateway's registry. */
|
|
2771
2771
|
associatedAgentRegistry?: string;
|
|
2772
2772
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
2773
2773
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1alphaEngineChatEngineConfig;
|
|
@@ -2791,7 +2791,7 @@ declare namespace gapi.client {
|
|
|
2791
2791
|
disableAnalytics?: boolean;
|
|
2792
2792
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
2793
2793
|
displayName?: string;
|
|
2794
|
-
/** 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` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
2794
|
+
/** 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` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
2795
2795
|
features?: {
|
|
2796
2796
|
[P in string]:
|
|
2797
2797
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -2937,7 +2937,7 @@ declare namespace gapi.client {
|
|
|
2937
2937
|
tuningOperation?: string;
|
|
2938
2938
|
}
|
|
2939
2939
|
interface GoogleCloudDiscoveryengineV1alphaEngineSearchEngineConfig {
|
|
2940
|
-
/** Optional. The required subscription tier of this engine.
|
|
2940
|
+
/** Optional. The required subscription tier of this engine. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. Web grounding feature is only available on the app if it is set as SubscriptionTier.SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT. */
|
|
2941
2941
|
requiredSubscriptionTier?:
|
|
2942
2942
|
| 'SUBSCRIPTION_TIER_UNSPECIFIED'
|
|
2943
2943
|
| 'SUBSCRIPTION_TIER_SEARCH'
|
|
@@ -3037,6 +3037,11 @@ declare namespace gapi.client {
|
|
|
3037
3037
|
outputConfig?: GoogleCloudDiscoveryengineV1alphaOutputConfig;
|
|
3038
3038
|
}
|
|
3039
3039
|
interface GoogleCloudDiscoveryengineV1alphaExportMetricsResponse {}
|
|
3040
|
+
interface GoogleCloudDiscoveryengineV1alphaExportUserLicensesRequest {}
|
|
3041
|
+
interface GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse {
|
|
3042
|
+
/** The full CSV document as raw bytes: the header row followed by one row per UserLicense. Contains user license data (e.g. user emails). An export with no matching licenses contains only the header row. */
|
|
3043
|
+
csvData?: string;
|
|
3044
|
+
}
|
|
3040
3045
|
interface GoogleCloudDiscoveryengineV1alphaExternalIdentity {
|
|
3041
3046
|
/** The display name of the user or group. */
|
|
3042
3047
|
displayName?: string;
|
|
@@ -5984,7 +5989,8 @@ declare namespace gapi.client {
|
|
|
5984
5989
|
| 'GOOGLE_CHAT'
|
|
5985
5990
|
| 'GOOGLE_GROUPS'
|
|
5986
5991
|
| 'GOOGLE_KEEP'
|
|
5987
|
-
| 'GOOGLE_PEOPLE'
|
|
5992
|
+
| 'GOOGLE_PEOPLE'
|
|
5993
|
+
| 'GOOGLE_WORKSPACE';
|
|
5988
5994
|
}
|
|
5989
5995
|
interface GoogleCloudDiscoveryengineV1alphaWidgetConfigDataStoreUiConfig {
|
|
5990
5996
|
/** Facet fields that store the mapping of fields to end user widget appearance. */
|
|
@@ -6070,7 +6076,7 @@ declare namespace gapi.client {
|
|
|
6070
6076
|
enableSearchAsYouType?: boolean;
|
|
6071
6077
|
/** If set to true, the widget will enable visual content summary on applicable search requests. Only used by healthcare search. */
|
|
6072
6078
|
enableVisualContentSummary?: boolean;
|
|
6073
|
-
/** 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` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
6079
|
+
/** 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` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
6074
6080
|
features?: {
|
|
6075
6081
|
[P in string]:
|
|
6076
6082
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -6079,6 +6085,8 @@ declare namespace gapi.client {
|
|
|
6079
6085
|
};
|
|
6080
6086
|
/** Describes generative answer configuration. */
|
|
6081
6087
|
generativeAnswerConfig?: GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig;
|
|
6088
|
+
/** Output only. Whether the Google Drive file picker is available to end-users. Declared `optional` for the same field-presence reason as `onedrive_picker_enabled` above. */
|
|
6089
|
+
googleDrivePickerEnabled?: boolean;
|
|
6082
6090
|
/** Describes widget (or web app) interaction type */
|
|
6083
6091
|
interactionType?:
|
|
6084
6092
|
| 'INTERACTION_TYPE_UNSPECIFIED'
|
|
@@ -6092,6 +6100,8 @@ declare namespace gapi.client {
|
|
|
6092
6100
|
[P in string]:
|
|
6093
6101
|
'MODEL_STATE_UNSPECIFIED' | 'MODEL_ENABLED' | 'MODEL_DISABLED';
|
|
6094
6102
|
};
|
|
6103
|
+
/** Output only. Whether the OneDrive file picker is available to end-users. Computed by the backend from admin connector enablement (Business edition) or attached OneDrive connectors (Enterprise edition), combined with the existing `disable-onedrive-upload` admin feature. Declared `optional` so an explicitly-computed `false` is serialized with field presence. A plain proto3 `bool` drops a default `false` on the wire, which prevented clients from distinguishing "picker disabled" (`false`) from "field not populated" (unset). */
|
|
6104
|
+
onedrivePickerEnabled?: boolean;
|
|
6095
6105
|
/** Controls whether result extract is display and how (snippet or extractive answer). Default to no result if unspecified. */
|
|
6096
6106
|
resultDescriptionType?:
|
|
6097
6107
|
'RESULT_DISPLAY_TYPE_UNSPECIFIED' | 'SNIPPET' | 'EXTRACTIVE_ANSWER';
|
|
@@ -6167,7 +6177,8 @@ declare namespace gapi.client {
|
|
|
6167
6177
|
| 'GOOGLE_CHAT'
|
|
6168
6178
|
| 'GOOGLE_GROUPS'
|
|
6169
6179
|
| 'GOOGLE_KEEP'
|
|
6170
|
-
| 'GOOGLE_PEOPLE'
|
|
6180
|
+
| 'GOOGLE_PEOPLE'
|
|
6181
|
+
| 'GOOGLE_WORKSPACE';
|
|
6171
6182
|
}
|
|
6172
6183
|
interface GoogleCloudDiscoveryengineV1alphaWorkspaceSettings {
|
|
6173
6184
|
/** Whether the calling user's customer domain matches the workspace data stores under this engine. */
|
|
@@ -6787,7 +6798,7 @@ declare namespace gapi.client {
|
|
|
6787
6798
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1betaAgentGatewaySetting;
|
|
6788
6799
|
/** Optional. Immutable. This the application type which this engine resource represents. NOTE: this is a new concept independ of existing industry vertical or solution type. */
|
|
6789
6800
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
6790
|
-
/**
|
|
6801
|
+
/** Output only. The Agent registry containing the agents, MCP servers and tools associated with this engine. Derived server-side from the linked Agent Gateway's registry. */
|
|
6791
6802
|
associatedAgentRegistry?: string;
|
|
6792
6803
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
6793
6804
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1betaEngineChatEngineConfig;
|
|
@@ -6811,7 +6822,7 @@ declare namespace gapi.client {
|
|
|
6811
6822
|
disableAnalytics?: boolean;
|
|
6812
6823
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
6813
6824
|
displayName?: string;
|
|
6814
|
-
/** 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` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
6825
|
+
/** 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` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
6815
6826
|
features?: {
|
|
6816
6827
|
[P in string]:
|
|
6817
6828
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -6940,7 +6951,7 @@ declare namespace gapi.client {
|
|
|
6940
6951
|
contextEventType?: string;
|
|
6941
6952
|
}
|
|
6942
6953
|
interface GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig {
|
|
6943
|
-
/** Optional. The required subscription tier of this engine.
|
|
6954
|
+
/** Optional. The required subscription tier of this engine. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. Web grounding feature is only available on the app if it is set as SubscriptionTier.SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT. */
|
|
6944
6955
|
requiredSubscriptionTier?:
|
|
6945
6956
|
| 'SUBSCRIPTION_TIER_UNSPECIFIED'
|
|
6946
6957
|
| 'SUBSCRIPTION_TIER_SEARCH'
|
|
@@ -7916,7 +7927,8 @@ declare namespace gapi.client {
|
|
|
7916
7927
|
| 'GOOGLE_CHAT'
|
|
7917
7928
|
| 'GOOGLE_GROUPS'
|
|
7918
7929
|
| 'GOOGLE_KEEP'
|
|
7919
|
-
| 'GOOGLE_PEOPLE'
|
|
7930
|
+
| 'GOOGLE_PEOPLE'
|
|
7931
|
+
| 'GOOGLE_WORKSPACE';
|
|
7920
7932
|
}
|
|
7921
7933
|
interface GoogleCloudDiscoveryengineV1CliConfig {
|
|
7922
7934
|
/** Optional. The actions enabled on the associated CLI connection. */
|
|
@@ -8566,7 +8578,7 @@ declare namespace gapi.client {
|
|
|
8566
8578
|
agentGatewaySetting?: GoogleCloudDiscoveryengineV1AgentGatewaySetting;
|
|
8567
8579
|
/** Optional. Immutable. This the application type which this engine resource represents. NOTE: this is a new concept independ of existing industry vertical or solution type. */
|
|
8568
8580
|
appType?: 'APP_TYPE_UNSPECIFIED' | 'APP_TYPE_INTRANET';
|
|
8569
|
-
/**
|
|
8581
|
+
/** Output only. The Agent registry containing the agents, MCP servers and tools associated with this engine. Derived server-side from the linked Agent Gateway's registry. */
|
|
8570
8582
|
associatedAgentRegistry?: string;
|
|
8571
8583
|
/** Configurations for the Chat Engine. Only applicable if solution_type is SOLUTION_TYPE_CHAT. */
|
|
8572
8584
|
chatEngineConfig?: GoogleCloudDiscoveryengineV1EngineChatEngineConfig;
|
|
@@ -8590,7 +8602,7 @@ declare namespace gapi.client {
|
|
|
8590
8602
|
disableAnalytics?: boolean;
|
|
8591
8603
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
8592
8604
|
displayName?: string;
|
|
8593
|
-
/** 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` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
8605
|
+
/** 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` * `personalization-suggested-highlights` * `mobile-app-access` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` * `disable-canvas` * `canvas-workspace` * `disable-skills` * `disable-projects` * `enable-end-user-sharing-with-groups` * `single-agent-orchestration` * `multi-agent-orchestration` * `cross-product-intelligence` * `deep-research` */
|
|
8594
8606
|
features?: {
|
|
8595
8607
|
[P in string]:
|
|
8596
8608
|
| 'FEATURE_STATE_UNSPECIFIED'
|
|
@@ -8719,7 +8731,7 @@ declare namespace gapi.client {
|
|
|
8719
8731
|
contextEventType?: string;
|
|
8720
8732
|
}
|
|
8721
8733
|
interface GoogleCloudDiscoveryengineV1EngineSearchEngineConfig {
|
|
8722
|
-
/** Optional. The required subscription tier of this engine.
|
|
8734
|
+
/** Optional. The required subscription tier of this engine. If the required subscription tier is search, user with higher license tier like assist can still access the standalone app associated with this engine. Web grounding feature is only available on the app if it is set as SubscriptionTier.SUBSCRIPTION_TIER_SEARCH_AND_ASSISTANT. */
|
|
8723
8735
|
requiredSubscriptionTier?:
|
|
8724
8736
|
| 'SUBSCRIPTION_TIER_UNSPECIFIED'
|
|
8725
8737
|
| 'SUBSCRIPTION_TIER_SEARCH'
|
|
@@ -9369,7 +9381,8 @@ declare namespace gapi.client {
|
|
|
9369
9381
|
| 'GOOGLE_CHAT'
|
|
9370
9382
|
| 'GOOGLE_GROUPS'
|
|
9371
9383
|
| 'GOOGLE_KEEP'
|
|
9372
|
-
| 'GOOGLE_PEOPLE'
|
|
9384
|
+
| 'GOOGLE_PEOPLE'
|
|
9385
|
+
| 'GOOGLE_WORKSPACE';
|
|
9373
9386
|
}
|
|
9374
9387
|
interface GoogleCloudNotebooklmV1alphaAccountAndRole {
|
|
9375
9388
|
/** Required. The email address associated with the account. */
|
|
@@ -24955,6 +24968,64 @@ declare namespace gapi.client {
|
|
|
24955
24968
|
}): Request<GoogleLongrunningListOperationsResponse>;
|
|
24956
24969
|
}
|
|
24957
24970
|
interface UserLicensesResource {
|
|
24971
|
+
/** Exports all the UserLicenses under the parent UserStore as a single CSV document. This is the backend for the admin console "Download as CSV" action: it reuses the ListUserLicenses read path so admins can sort/filter offline in Excel or Sheets. The response carries the full CSV (header row followed by data rows) inline in ExportUserLicensesResponse.csv_data. */
|
|
24972
|
+
export(request: {
|
|
24973
|
+
/** V1 error format. */
|
|
24974
|
+
'$.xgafv'?: '1' | '2';
|
|
24975
|
+
/** OAuth access token. */
|
|
24976
|
+
access_token?: string;
|
|
24977
|
+
/** Data format for response. */
|
|
24978
|
+
alt?: 'json' | 'media' | 'proto';
|
|
24979
|
+
/** JSONP */
|
|
24980
|
+
callback?: string;
|
|
24981
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
24982
|
+
fields?: string;
|
|
24983
|
+
/** 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. */
|
|
24984
|
+
key?: string;
|
|
24985
|
+
/** OAuth 2.0 token for the current user. */
|
|
24986
|
+
oauth_token?: string;
|
|
24987
|
+
/** Required. The parent UserStore resource name, format: `projects/{project}/locations/{location}/userStores/{user_store_id}`. All UserLicenses under this UserStore are exported. */
|
|
24988
|
+
parent: string;
|
|
24989
|
+
/** Returns response with indentations and line breaks. */
|
|
24990
|
+
prettyPrint?: boolean;
|
|
24991
|
+
/** 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. */
|
|
24992
|
+
quotaUser?: string;
|
|
24993
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
24994
|
+
upload_protocol?: string;
|
|
24995
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
24996
|
+
uploadType?: string;
|
|
24997
|
+
/** Request body */
|
|
24998
|
+
resource: GoogleCloudDiscoveryengineV1alphaExportUserLicensesRequest;
|
|
24999
|
+
}): Request<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>;
|
|
25000
|
+
export(
|
|
25001
|
+
request: {
|
|
25002
|
+
/** V1 error format. */
|
|
25003
|
+
'$.xgafv'?: '1' | '2';
|
|
25004
|
+
/** OAuth access token. */
|
|
25005
|
+
access_token?: string;
|
|
25006
|
+
/** Data format for response. */
|
|
25007
|
+
alt?: 'json' | 'media' | 'proto';
|
|
25008
|
+
/** JSONP */
|
|
25009
|
+
callback?: string;
|
|
25010
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
25011
|
+
fields?: string;
|
|
25012
|
+
/** 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. */
|
|
25013
|
+
key?: string;
|
|
25014
|
+
/** OAuth 2.0 token for the current user. */
|
|
25015
|
+
oauth_token?: string;
|
|
25016
|
+
/** Required. The parent UserStore resource name, format: `projects/{project}/locations/{location}/userStores/{user_store_id}`. All UserLicenses under this UserStore are exported. */
|
|
25017
|
+
parent: string;
|
|
25018
|
+
/** Returns response with indentations and line breaks. */
|
|
25019
|
+
prettyPrint?: boolean;
|
|
25020
|
+
/** 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. */
|
|
25021
|
+
quotaUser?: string;
|
|
25022
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
25023
|
+
upload_protocol?: string;
|
|
25024
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
25025
|
+
uploadType?: string;
|
|
25026
|
+
},
|
|
25027
|
+
body: GoogleCloudDiscoveryengineV1alphaExportUserLicensesRequest,
|
|
25028
|
+
): Request<GoogleCloudDiscoveryengineV1alphaExportUserLicensesResponse>;
|
|
24958
25029
|
/** Lists the User Licenses. */
|
|
24959
25030
|
list(request?: {
|
|
24960
25031
|
/** V1 error format. */
|