@maxim_mazurok/gapi.client.discoveryengine-v1beta 0.1.20260310 → 0.1.20260317

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/index.d.ts +25 -94
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -9,7 +9,7 @@
9
9
  // This file was generated by https://github.com/Maxim-Mazurok/google-api-typings-generator. Please do not edit it manually.
10
10
  // In case of any problems please post issue to https://github.com/Maxim-Mazurok/google-api-typings-generator
11
11
  // Generated from: https://discoveryengine.googleapis.com/$discovery/rest?version=v1beta
12
- // Revision: 20260310
12
+ // Revision: 20260317
13
13
 
14
14
  /// <reference types="gapi.client" />
15
15
 
@@ -387,8 +387,6 @@ declare namespace gapi.client {
387
387
  interface GoogleCloudDiscoveryengineV1alphaAnswerReference {
388
388
  /** Chunk information. */
389
389
  chunkInfo?: GoogleCloudDiscoveryengineV1alphaAnswerReferenceChunkInfo;
390
- /** Output only. The search queries that produced this reference. */
391
- queries?: string[];
392
390
  /** Structured document information. */
393
391
  structuredDocumentInfo?: GoogleCloudDiscoveryengineV1alphaAnswerReferenceStructuredDocumentInfo;
394
392
  /** Unstructured document information. */
@@ -924,6 +922,8 @@ declare namespace gapi.client {
924
922
  dataSource?: string;
925
923
  /** Optional. Any target destinations used to connect to third-party services. */
926
924
  destinationConfigs?: GoogleCloudDiscoveryengineV1alphaDestinationConfig[];
925
+ /** Output only. The dynamic tools fetched for this connector. */
926
+ dynamicTools?: GoogleCloudDiscoveryengineV1alphaDynamicTool[];
927
927
  /** Output only. The list of FQDNs of the data connector can egress to. This includes both FQDN derived from the customer provided instance URL and default per connector type FQDNs. Note: This field is derived from both the DataConnector.params, and connector source spec. It should only be used for CAIS and Org Policy evaluation purposes. */
928
928
  egressFqdns?: string[];
929
929
  /** Optional. Any params and credentials used specifically for EUA connectors. */
@@ -1307,6 +1307,16 @@ declare namespace gapi.client {
1307
1307
  /** If true, will use native text instead of OCR text on pages containing native text. */
1308
1308
  useNativeText?: boolean;
1309
1309
  }
1310
+ interface GoogleCloudDiscoveryengineV1alphaDynamicTool {
1311
+ /** Optional. The description of the tool. */
1312
+ description?: string;
1313
+ /** Optional. The display name of the tool. */
1314
+ displayName?: string;
1315
+ /** Optional. Whether the tool is enabled. */
1316
+ enabled?: boolean;
1317
+ /** Required. The name of the tool. */
1318
+ name?: string;
1319
+ }
1310
1320
  interface GoogleCloudDiscoveryengineV1alphaEnableAdvancedSiteSearchMetadata {
1311
1321
  /** Operation create time. */
1312
1322
  createTime?: string;
@@ -3169,8 +3179,6 @@ declare namespace gapi.client {
3169
3179
  interface GoogleCloudDiscoveryengineV1betaAnswerReference {
3170
3180
  /** Chunk information. */
3171
3181
  chunkInfo?: GoogleCloudDiscoveryengineV1betaAnswerReferenceChunkInfo;
3172
- /** Output only. The search queries that produced this reference. */
3173
- queries?: string[];
3174
3182
  /** Structured document information. */
3175
3183
  structuredDocumentInfo?: GoogleCloudDiscoveryengineV1betaAnswerReferenceStructuredDocumentInfo;
3176
3184
  /** Unstructured document information. */
@@ -6524,6 +6532,8 @@ declare namespace gapi.client {
6524
6532
  dataSource?: string;
6525
6533
  /** Optional. Any target destinations used to connect to third-party services. */
6526
6534
  destinationConfigs?: GoogleCloudDiscoveryengineV1DestinationConfig[];
6535
+ /** Output only. The dynamic tools fetched for this connector. */
6536
+ dynamicTools?: GoogleCloudDiscoveryengineV1DynamicTool[];
6527
6537
  /** Output only. The list of FQDNs of the data connector can egress to. This includes both FQDN derived from the customer provided instance URL and default per connector type FQDNs. Note: This field is derived from both the DataConnector.params, and connector source spec. It should only be used for CAIS and Org Policy evaluation purposes. */
6528
6538
  egressFqdns?: string[];
6529
6539
  /** Optional. Any params and credentials used specifically for EUA connectors. */
@@ -6865,6 +6875,16 @@ declare namespace gapi.client {
6865
6875
  /** If true, will use native text instead of OCR text on pages containing native text. */
6866
6876
  useNativeText?: boolean;
6867
6877
  }
6878
+ interface GoogleCloudDiscoveryengineV1DynamicTool {
6879
+ /** Optional. The description of the tool. */
6880
+ description?: string;
6881
+ /** Optional. The display name of the tool. */
6882
+ displayName?: string;
6883
+ /** Optional. Whether the tool is enabled. */
6884
+ enabled?: boolean;
6885
+ /** Required. The name of the tool. */
6886
+ name?: string;
6887
+ }
6868
6888
  interface GoogleCloudDiscoveryengineV1EnableAdvancedSiteSearchMetadata {
6869
6889
  /** Operation create time. */
6870
6890
  createTime?: string;
@@ -19053,95 +19073,6 @@ declare namespace gapi.client {
19053
19073
  },
19054
19074
  body: GoogleCloudDiscoveryengineV1betaBatchUpdateUserLicensesRequest,
19055
19075
  ): Request<GoogleLongrunningOperation>;
19056
- /** Creates a new User Store. */
19057
- create(request: {
19058
- /** V1 error format. */
19059
- '$.xgafv'?: string;
19060
- /** OAuth access token. */
19061
- access_token?: string;
19062
- /** Data format for response. */
19063
- alt?: string;
19064
- /** JSONP */
19065
- callback?: string;
19066
- /** Selector specifying which fields to include in a partial response. */
19067
- fields?: string;
19068
- /** 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. */
19069
- key?: string;
19070
- /** OAuth 2.0 token for the current user. */
19071
- oauth_token?: string;
19072
- /** Required. The parent collection resource name, such as `projects/{project}/locations/{location}`. */
19073
- parent: string;
19074
- /** Returns response with indentations and line breaks. */
19075
- prettyPrint?: boolean;
19076
- /** 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. */
19077
- quotaUser?: string;
19078
- /** Upload protocol for media (e.g. "raw", "multipart"). */
19079
- upload_protocol?: string;
19080
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19081
- uploadType?: string;
19082
- /** Required. The ID of the User Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters. */
19083
- userStoreId?: string;
19084
- /** Request body */
19085
- resource: GoogleCloudDiscoveryengineV1betaUserStore;
19086
- }): Request<GoogleCloudDiscoveryengineV1betaUserStore>;
19087
- create(
19088
- request: {
19089
- /** V1 error format. */
19090
- '$.xgafv'?: string;
19091
- /** OAuth access token. */
19092
- access_token?: string;
19093
- /** Data format for response. */
19094
- alt?: string;
19095
- /** JSONP */
19096
- callback?: string;
19097
- /** Selector specifying which fields to include in a partial response. */
19098
- fields?: string;
19099
- /** 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. */
19100
- key?: string;
19101
- /** OAuth 2.0 token for the current user. */
19102
- oauth_token?: string;
19103
- /** Required. The parent collection resource name, such as `projects/{project}/locations/{location}`. */
19104
- parent: string;
19105
- /** Returns response with indentations and line breaks. */
19106
- prettyPrint?: boolean;
19107
- /** 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. */
19108
- quotaUser?: string;
19109
- /** Upload protocol for media (e.g. "raw", "multipart"). */
19110
- upload_protocol?: string;
19111
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19112
- uploadType?: string;
19113
- /** Required. The ID of the User Store to create. The ID must contain only letters (a-z, A-Z), numbers (0-9), underscores (_), and hyphens (-). The maximum length is 63 characters. */
19114
- userStoreId?: string;
19115
- },
19116
- body: GoogleCloudDiscoveryengineV1betaUserStore,
19117
- ): Request<GoogleCloudDiscoveryengineV1betaUserStore>;
19118
- /** Deletes the User Store. */
19119
- delete(request?: {
19120
- /** V1 error format. */
19121
- '$.xgafv'?: string;
19122
- /** OAuth access token. */
19123
- access_token?: string;
19124
- /** Data format for response. */
19125
- alt?: string;
19126
- /** JSONP */
19127
- callback?: string;
19128
- /** Selector specifying which fields to include in a partial response. */
19129
- fields?: string;
19130
- /** 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. */
19131
- key?: string;
19132
- /** Required. The name of the User Store to delete. Format: `projects/{project}/locations/{location}/userStores/{user_store_id}` */
19133
- name: string;
19134
- /** OAuth 2.0 token for the current user. */
19135
- oauth_token?: string;
19136
- /** Returns response with indentations and line breaks. */
19137
- prettyPrint?: boolean;
19138
- /** 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. */
19139
- quotaUser?: string;
19140
- /** Upload protocol for media (e.g. "raw", "multipart"). */
19141
- upload_protocol?: string;
19142
- /** Legacy upload protocol for media (e.g. "media", "multipart"). */
19143
- uploadType?: string;
19144
- }): Request<GoogleLongrunningOperation>;
19145
19076
  /** Gets the User Store. */
19146
19077
  get(request?: {
19147
19078
  /** V1 error format. */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maxim_mazurok/gapi.client.discoveryengine-v1beta",
3
- "version": "0.1.20260310",
3
+ "version": "0.1.20260317",
4
4
  "description": "TypeScript typings for Discovery Engine API v1beta",
5
5
  "repository": {
6
6
  "type": "git",