@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.1.20260112 → 0.1.20260118
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 +30 -22
- 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: 20260118
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -448,6 +448,8 @@ declare namespace gapi.client {
|
|
|
448
448
|
icon?: GoogleCloudDiscoveryengineV1alphaAgentImage;
|
|
449
449
|
/** Resource name of the agent. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}/agents/{agent}` */
|
|
450
450
|
name?: string;
|
|
451
|
+
/** Output only. The display name of the agent owner. */
|
|
452
|
+
ownerDisplayName?: string;
|
|
451
453
|
/** The reason why the agent was rejected. Only set if the state is PRIVATE, and got there via rejection. */
|
|
452
454
|
rejectionReason?: string;
|
|
453
455
|
/** Output only. The state of the Agent. */
|
|
@@ -456,6 +458,8 @@ declare namespace gapi.client {
|
|
|
456
458
|
suggestedPrompts?: GoogleCloudDiscoveryengineV1alphaAgentViewSuggestedPrompt[];
|
|
457
459
|
/** The reason why the agent was suspended. Only set if the state is SUSPENDED. */
|
|
458
460
|
suspensionReason?: string;
|
|
461
|
+
/** Output only. The timestamp when the agent was last updated. */
|
|
462
|
+
updateTime?: string;
|
|
459
463
|
/** Optional. Per-user annotations of the current caller for the agent. */
|
|
460
464
|
userAnnotations?: GoogleCloudDiscoveryengineV1alphaUserAnnotations;
|
|
461
465
|
/** The permissions of the user for this Agent. */
|
|
@@ -988,7 +992,7 @@ declare namespace gapi.client {
|
|
|
988
992
|
interface GoogleCloudDiscoveryengineV1alphaAssistAnswerReply {
|
|
989
993
|
/** Possibly grounded response text or media from the assistant. */
|
|
990
994
|
groundedContent?: GoogleCloudDiscoveryengineV1alphaAssistantGroundedContent;
|
|
991
|
-
/** 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
|
|
995
|
+
/** 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 StreamAssistResponse messages). These represent parts of a single `Reply` message in the final `AssistAnswer` resource. */
|
|
992
996
|
replyId?: string;
|
|
993
997
|
}
|
|
994
998
|
interface GoogleCloudDiscoveryengineV1alphaAssistant {
|
|
@@ -1333,7 +1337,7 @@ declare namespace gapi.client {
|
|
|
1333
1337
|
subscriptionTier?: string;
|
|
1334
1338
|
}
|
|
1335
1339
|
interface GoogleCloudDiscoveryengineV1alphaBranch {
|
|
1336
|
-
/** Output only.
|
|
1340
|
+
/** Output only. Statistics describing a branch. This field is not populated in BranchView.BRANCH_VIEW_BASIC view. */
|
|
1337
1341
|
branchStats?: GoogleCloudDiscoveryengineV1alphaBranchBranchStats;
|
|
1338
1342
|
/** Output only. Human readable name of the branch to display in the UI. */
|
|
1339
1343
|
displayName?: string;
|
|
@@ -2363,7 +2367,7 @@ declare namespace gapi.client {
|
|
|
2363
2367
|
disableAnalytics?: boolean;
|
|
2364
2368
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
2365
2369
|
displayName?: string;
|
|
2366
|
-
/** 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` */
|
|
2370
|
+
/** 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` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` */
|
|
2367
2371
|
features?: {[P in string]: string};
|
|
2368
2372
|
/** 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. */
|
|
2369
2373
|
industryVertical?: string;
|
|
@@ -3890,7 +3894,7 @@ declare namespace gapi.client {
|
|
|
3890
3894
|
oneBoxPageSize?: number;
|
|
3891
3895
|
/** The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering the website search results, see [Order web search results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results). For more information on ordering the healthcare search results, see [Order healthcare search results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results). If this field is unrecognizable, an `INVALID_ARGUMENT` is returned. */
|
|
3892
3896
|
orderBy?: string;
|
|
3893
|
-
/** Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as
|
|
3897
|
+
/** Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as PageInfo.page_category. This field is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query is empty. If the field is empty, it will not be used by the browse model. If the field contains more than one element, only the first element will be used. To represent full path of a category, use '>' character to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition` where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards > RTX_4090 > Founders Edition` */
|
|
3894
3898
|
pageCategories?: string[];
|
|
3895
3899
|
/** Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. * Websites with advanced indexing: Default `25`, Maximum `50`. * Other: Default `50`, Maximum `100`. If this field is negative, an `INVALID_ARGUMENT` is returned. */
|
|
3896
3900
|
pageSize?: number;
|
|
@@ -4106,7 +4110,7 @@ declare namespace gapi.client {
|
|
|
4106
4110
|
interface GoogleCloudDiscoveryengineV1alphaSearchRequestNaturalLanguageQueryUnderstandingSpec {
|
|
4107
4111
|
/** Optional. Allowlist of fields that can be used for natural language filter extraction. By default, if this is unspecified, all indexable fields are eligible for natural language filter extraction (but are not guaranteed to be used). If any fields are specified in allowed_field_names, only the fields that are both marked as indexable in the schema and specified in the allowlist will be eligible for natural language filter extraction. Note: for multi-datastore search, this is not yet supported, and will be ignored. */
|
|
4108
4112
|
allowedFieldNames?: string[];
|
|
4109
|
-
/** Optional. Controls behavior of how extracted filters are applied to the search. The default behavior depends on the request. For single datastore structured search, the default is `HARD_FILTER`. For multi-datastore search, the default behavior is `SOFT_BOOST`. Location-based filters are always applied as hard filters, and the `SOFT_BOOST` setting will not affect them. This field is only used if SearchRequest.
|
|
4113
|
+
/** Optional. Controls behavior of how extracted filters are applied to the search. The default behavior depends on the request. For single datastore structured search, the default is `HARD_FILTER`. For multi-datastore search, the default behavior is `SOFT_BOOST`. Location-based filters are always applied as hard filters, and the `SOFT_BOOST` setting will not affect them. This field is only used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.FilterExtractionCondition is set to FilterExtractionCondition.ENABLED. */
|
|
4110
4114
|
extractedFilterBehavior?: string;
|
|
4111
4115
|
/** The condition under which filter extraction should occur. Server behavior defaults to `DISABLED`. */
|
|
4112
4116
|
filterExtractionCondition?: string;
|
|
@@ -4173,7 +4177,7 @@ declare namespace gapi.client {
|
|
|
4173
4177
|
geoSearchDebugInfo?: GoogleCloudDiscoveryengineV1alphaSearchResponseGeoSearchDebugInfo[];
|
|
4174
4178
|
/** Guided search result. */
|
|
4175
4179
|
guidedSearchResult?: GoogleCloudDiscoveryengineV1alphaSearchResponseGuidedSearchResult;
|
|
4176
|
-
/** Natural language query understanding information for the returned results. */
|
|
4180
|
+
/** Output only. Natural language query understanding information for the returned results. */
|
|
4177
4181
|
naturalLanguageQueryUnderstandingInfo?: GoogleCloudDiscoveryengineV1alphaSearchResponseNaturalLanguageQueryUnderstandingInfo;
|
|
4178
4182
|
/** A token that can be sent as SearchRequest.page_token to retrieve the next page. If this field is omitted, there are no subsequent pages. */
|
|
4179
4183
|
nextPageToken?: string;
|
|
@@ -5022,7 +5026,7 @@ declare namespace gapi.client {
|
|
|
5022
5026
|
displayName?: string;
|
|
5023
5027
|
/** Output only. the identifier of the collection, used for widget service. For now it refers to collection_id, in the future we will migrate the field to encrypted collection name UUID. */
|
|
5024
5028
|
id?: string;
|
|
5025
|
-
/** The name of the collection. It should be collection resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}`. For APIs under WidgetService, such as WidgetService.
|
|
5029
|
+
/** The name of the collection. It should be collection resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}`. For APIs under WidgetService, such as WidgetService.LookupWidgetConfig, the project number and location part is erased in this field. */
|
|
5026
5030
|
name?: string;
|
|
5027
5031
|
}
|
|
5028
5032
|
interface GoogleCloudDiscoveryengineV1alphaWidgetConfigCustomerProvidedConfig {
|
|
@@ -5040,7 +5044,7 @@ declare namespace gapi.client {
|
|
|
5040
5044
|
entityName?: string;
|
|
5041
5045
|
/** Output only. the identifier of the data store, used for widget service. For now it refers to data_store_id, in the future we will migrate the field to encrypted data store name UUID. */
|
|
5042
5046
|
id?: string;
|
|
5043
|
-
/** The name of the data store. It should be data store resource name Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. For APIs under WidgetService, such as WidgetService.
|
|
5047
|
+
/** The name of the data store. It should be data store resource name Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. For APIs under WidgetService, such as WidgetService.LookupWidgetConfig, the project number and location part is erased in this field. */
|
|
5044
5048
|
name?: string;
|
|
5045
5049
|
/** Output only. Workspace Source Types for workspace data, retrieved from `DataStore.workspace_config.type`. */
|
|
5046
5050
|
workspaceType?: string;
|
|
@@ -5054,7 +5058,7 @@ declare namespace gapi.client {
|
|
|
5054
5058
|
};
|
|
5055
5059
|
/** Output only. the identifier of the data store, used for widget service. For now it refers to data_store_id, in the future we will migrate the field to encrypted data store name UUID. */
|
|
5056
5060
|
id?: string;
|
|
5057
|
-
/** The name of the data store. It should be data store resource name Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. For APIs under WidgetService, such as WidgetService.
|
|
5061
|
+
/** The name of the data store. It should be data store resource name Format: `projects/{project}/locations/{location}/collections/{collection_id}/dataStores/{data_store_id}`. For APIs under WidgetService, such as WidgetService.LookupWidgetConfig, the project number and location part is erased in this field. */
|
|
5058
5062
|
name?: string;
|
|
5059
5063
|
}
|
|
5060
5064
|
interface GoogleCloudDiscoveryengineV1alphaWidgetConfigFacetField {
|
|
@@ -5112,7 +5116,7 @@ declare namespace gapi.client {
|
|
|
5112
5116
|
enableSearchAsYouType?: boolean;
|
|
5113
5117
|
/** If set to true, the widget will enable visual content summary on applicable search requests. Only used by healthcare search. */
|
|
5114
5118
|
enableVisualContentSummary?: boolean;
|
|
5115
|
-
/** Output only. Feature config for the engine to opt in or opt out of features. Supported keys: * `agent-gallery` * `no-code-agent-builder` * `prompt-gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `personalization-memory` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` */
|
|
5119
|
+
/** 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` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` */
|
|
5116
5120
|
features?: {[P in string]: string};
|
|
5117
5121
|
/** Describes generative answer configuration. */
|
|
5118
5122
|
generativeAnswerConfig?: GoogleCloudDiscoveryengineV1alphaWidgetConfigUiSettingsGenerativeAnswerConfig;
|
|
@@ -5674,7 +5678,7 @@ declare namespace gapi.client {
|
|
|
5674
5678
|
disableAnalytics?: boolean;
|
|
5675
5679
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
5676
5680
|
displayName?: string;
|
|
5677
|
-
/** 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` */
|
|
5681
|
+
/** 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` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` */
|
|
5678
5682
|
features?: {[P in string]: string};
|
|
5679
5683
|
/** 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. */
|
|
5680
5684
|
industryVertical?: string;
|
|
@@ -6163,7 +6167,7 @@ declare namespace gapi.client {
|
|
|
6163
6167
|
oneBoxPageSize?: number;
|
|
6164
6168
|
/** The order in which documents are returned. Documents can be ordered by a field in an Document object. Leave it unset if ordered by relevance. `order_by` expression is case-sensitive. For more information on ordering the website search results, see [Order web search results](https://cloud.google.com/generative-ai-app-builder/docs/order-web-search-results). For more information on ordering the healthcare search results, see [Order healthcare search results](https://cloud.google.com/generative-ai-app-builder/docs/order-hc-results). If this field is unrecognizable, an `INVALID_ARGUMENT` is returned. */
|
|
6165
6169
|
orderBy?: string;
|
|
6166
|
-
/** Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as
|
|
6170
|
+
/** Optional. The categories associated with a category page. Must be set for category navigation queries to achieve good search quality. The format should be the same as PageInfo.page_category. This field is the equivalent of the query for browse (navigation) queries. It's used by the browse model when the query is empty. If the field is empty, it will not be used by the browse model. If the field contains more than one element, only the first element will be used. To represent full path of a category, use '>' character to separate different hierarchies. If '>' is part of the category name, replace it with other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition` where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards > RTX_4090 > Founders Edition` */
|
|
6167
6171
|
pageCategories?: string[];
|
|
6168
6172
|
/** Maximum number of Documents to return. The maximum allowed value depends on the data type. Values above the maximum value are coerced to the maximum value. * Websites with basic indexing: Default `10`, Maximum `25`. * Websites with advanced indexing: Default `25`, Maximum `50`. * Other: Default `50`, Maximum `100`. If this field is negative, an `INVALID_ARGUMENT` is returned. */
|
|
6169
6173
|
pageSize?: number;
|
|
@@ -6377,7 +6381,7 @@ declare namespace gapi.client {
|
|
|
6377
6381
|
interface GoogleCloudDiscoveryengineV1betaSearchRequestNaturalLanguageQueryUnderstandingSpec {
|
|
6378
6382
|
/** Optional. Allowlist of fields that can be used for natural language filter extraction. By default, if this is unspecified, all indexable fields are eligible for natural language filter extraction (but are not guaranteed to be used). If any fields are specified in allowed_field_names, only the fields that are both marked as indexable in the schema and specified in the allowlist will be eligible for natural language filter extraction. Note: for multi-datastore search, this is not yet supported, and will be ignored. */
|
|
6379
6383
|
allowedFieldNames?: string[];
|
|
6380
|
-
/** Optional. Controls behavior of how extracted filters are applied to the search. The default behavior depends on the request. For single datastore structured search, the default is `HARD_FILTER`. For multi-datastore search, the default behavior is `SOFT_BOOST`. Location-based filters are always applied as hard filters, and the `SOFT_BOOST` setting will not affect them. This field is only used if SearchRequest.
|
|
6384
|
+
/** Optional. Controls behavior of how extracted filters are applied to the search. The default behavior depends on the request. For single datastore structured search, the default is `HARD_FILTER`. For multi-datastore search, the default behavior is `SOFT_BOOST`. Location-based filters are always applied as hard filters, and the `SOFT_BOOST` setting will not affect them. This field is only used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.FilterExtractionCondition is set to FilterExtractionCondition.ENABLED. */
|
|
6381
6385
|
extractedFilterBehavior?: string;
|
|
6382
6386
|
/** The condition under which filter extraction should occur. Server behavior defaults to `DISABLED`. */
|
|
6383
6387
|
filterExtractionCondition?: string;
|
|
@@ -7067,7 +7071,7 @@ declare namespace gapi.client {
|
|
|
7067
7071
|
disableAnalytics?: boolean;
|
|
7068
7072
|
/** Required. The display name of the engine. Should be human readable. UTF-8 encoded string with limit of 1024 characters. */
|
|
7069
7073
|
displayName?: string;
|
|
7070
|
-
/** 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` */
|
|
7074
|
+
/** 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` * `disable-agent-sharing` * `disable-image-generation` * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-upload` * `disable-welcome-emails` */
|
|
7071
7075
|
features?: {[P in string]: string};
|
|
7072
7076
|
/** 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. */
|
|
7073
7077
|
industryVertical?: string;
|
|
@@ -9483,7 +9487,7 @@ declare namespace gapi.client {
|
|
|
9483
9487
|
upload_protocol?: string;
|
|
9484
9488
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9485
9489
|
uploadType?: string;
|
|
9486
|
-
/** The view to apply to the returned Branch. Defaults to
|
|
9490
|
+
/** The view to apply to the returned Branch. Defaults to BranchView.BRANCH_VIEW_BASIC if unspecified. */
|
|
9487
9491
|
view?: string;
|
|
9488
9492
|
}): Request<GoogleCloudDiscoveryengineV1alphaBranch>;
|
|
9489
9493
|
/** Lists all Branchs under the specified parent DataStore. */
|
|
@@ -9512,7 +9516,7 @@ declare namespace gapi.client {
|
|
|
9512
9516
|
upload_protocol?: string;
|
|
9513
9517
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
9514
9518
|
uploadType?: string;
|
|
9515
|
-
/** The view to apply to the returned Branch. Defaults to
|
|
9519
|
+
/** The view to apply to the returned Branch. Defaults to BranchView.BRANCH_VIEW_BASIC if unspecified. */
|
|
9516
9520
|
view?: string;
|
|
9517
9521
|
}): Request<GoogleCloudDiscoveryengineV1alphaListBranchesResponse>;
|
|
9518
9522
|
documents: DocumentsResource;
|
|
@@ -13585,6 +13589,8 @@ declare namespace gapi.client {
|
|
|
13585
13589
|
prettyPrint?: boolean;
|
|
13586
13590
|
/** 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. */
|
|
13587
13591
|
quotaUser?: string;
|
|
13592
|
+
/** Optional. The Revision ID of the Agent to disable. If not specified, the latest revision will be disabled. */
|
|
13593
|
+
revisionId?: string;
|
|
13588
13594
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13589
13595
|
upload_protocol?: string;
|
|
13590
13596
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -13612,6 +13618,8 @@ declare namespace gapi.client {
|
|
|
13612
13618
|
prettyPrint?: boolean;
|
|
13613
13619
|
/** 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. */
|
|
13614
13620
|
quotaUser?: string;
|
|
13621
|
+
/** Optional. The Revision ID of the Agent to enable. If not specified, the latest revision will be enabled. */
|
|
13622
|
+
revisionId?: string;
|
|
13615
13623
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13616
13624
|
upload_protocol?: string;
|
|
13617
13625
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
@@ -14250,7 +14258,7 @@ declare namespace gapi.client {
|
|
|
14250
14258
|
maxSuggestedPrompts?: number;
|
|
14251
14259
|
/** OAuth 2.0 token for the current user. */
|
|
14252
14260
|
oauth_token?: string;
|
|
14253
|
-
/** Optional. Maximum number of
|
|
14261
|
+
/** Optional. Maximum number of AgentViews to return. If unspecified, defaults to 100. The maximum allowed value is 1000; anything above that will be coerced down to 1000. */
|
|
14254
14262
|
pageSize?: number;
|
|
14255
14263
|
/** Optional. A page token ListAvailableAgentViewsResponse.next_page_token, received from a previous AgentService.ListAvailableAgentViews call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to ListAvailableAgentViews must match the call that provided the page token. */
|
|
14256
14264
|
pageToken?: string;
|
|
@@ -17330,7 +17338,7 @@ declare namespace gapi.client {
|
|
|
17330
17338
|
upload_protocol?: string;
|
|
17331
17339
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17332
17340
|
uploadType?: string;
|
|
17333
|
-
/** The view to apply to the returned Branch. Defaults to
|
|
17341
|
+
/** The view to apply to the returned Branch. Defaults to BranchView.BRANCH_VIEW_BASIC if unspecified. */
|
|
17334
17342
|
view?: string;
|
|
17335
17343
|
}): Request<GoogleCloudDiscoveryengineV1alphaBranch>;
|
|
17336
17344
|
/** Lists all Branchs under the specified parent DataStore. */
|
|
@@ -17359,7 +17367,7 @@ declare namespace gapi.client {
|
|
|
17359
17367
|
upload_protocol?: string;
|
|
17360
17368
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
17361
17369
|
uploadType?: string;
|
|
17362
|
-
/** The view to apply to the returned Branch. Defaults to
|
|
17370
|
+
/** The view to apply to the returned Branch. Defaults to BranchView.BRANCH_VIEW_BASIC if unspecified. */
|
|
17363
17371
|
view?: string;
|
|
17364
17372
|
}): Request<GoogleCloudDiscoveryengineV1alphaListBranchesResponse>;
|
|
17365
17373
|
documents: DocumentsResource;
|
|
@@ -23903,7 +23911,7 @@ declare namespace gapi.client {
|
|
|
23903
23911
|
prettyPrint?: boolean;
|
|
23904
23912
|
/** 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. */
|
|
23905
23913
|
quotaUser?: string;
|
|
23906
|
-
/** Optional. The list of fields to update. Supported fields: * `customer_provided_config` */
|
|
23914
|
+
/** Optional. The list of fields to update. Supported fields: * `customer_provided_config` * `customer_provided_config.notebooklm_config.observability_config` */
|
|
23907
23915
|
updateMask?: string;
|
|
23908
23916
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23909
23917
|
upload_protocol?: string;
|
|
@@ -23934,7 +23942,7 @@ declare namespace gapi.client {
|
|
|
23934
23942
|
prettyPrint?: boolean;
|
|
23935
23943
|
/** 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. */
|
|
23936
23944
|
quotaUser?: string;
|
|
23937
|
-
/** Optional. The list of fields to update. Supported fields: * `customer_provided_config` */
|
|
23945
|
+
/** Optional. The list of fields to update. Supported fields: * `customer_provided_config` * `customer_provided_config.notebooklm_config.observability_config` */
|
|
23938
23946
|
updateMask?: string;
|
|
23939
23947
|
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
23940
23948
|
upload_protocol?: string;
|