@maxim_mazurok/gapi.client.discoveryengine-v1alpha 0.1.20251007 → 0.1.20251008
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 +63 -1
- 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: 20251008
|
|
13
13
|
|
|
14
14
|
/// <reference types="gapi.client" />
|
|
15
15
|
|
|
@@ -1408,6 +1408,10 @@ declare namespace gapi.client {
|
|
|
1408
1408
|
/** The control flag that enables claim-level grounding score in the response. */
|
|
1409
1409
|
enableClaimLevelScore?: boolean;
|
|
1410
1410
|
}
|
|
1411
|
+
interface GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse {
|
|
1412
|
+
/** Info about the stored refresh token. */
|
|
1413
|
+
refreshTokenInfo?: GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo;
|
|
1414
|
+
}
|
|
1411
1415
|
interface GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest {
|
|
1412
1416
|
/** The type specifying the requirement to check. The supported types are: * `discoveryengine.googleapis.com/media_recs/general/all/warning` * `discoveryengine.googleapis.com/media_recs/oyml/cvr/warning` * `discoveryengine.googleapis.com/media_recs/rfy/cvr/warning` * `discoveryengine.googleapis.com/media_recs/mlt/cvr/warning` * `discoveryengine.googleapis.com/media_recs/mp/cvr/warning` * `discoveryengine.googleapis.com/media_recs/oyml/wdps/warning` * `discoveryengine.googleapis.com/media_recs/rfy/wdps/warning` * `discoveryengine.googleapis.com/media_recs/mlt/wdps/warning` */
|
|
1413
1417
|
requirementType?: string;
|
|
@@ -4876,6 +4880,10 @@ declare namespace gapi.client {
|
|
|
4876
4880
|
/** The Google Workspace data source. */
|
|
4877
4881
|
type?: string;
|
|
4878
4882
|
}
|
|
4883
|
+
interface GoogleCloudDiscoveryengineV1alphaWorkspaceSettings {
|
|
4884
|
+
/** Whether an end user has workspace access enabled. */
|
|
4885
|
+
workspaceAccessEnabled?: boolean;
|
|
4886
|
+
}
|
|
4879
4887
|
interface GoogleCloudDiscoveryengineV1AnswerGenerationSpec {
|
|
4880
4888
|
/** Optional. The specification for user specified classifier spec. */
|
|
4881
4889
|
userDefinedClassifierSpec?: GoogleCloudDiscoveryengineV1AnswerGenerationSpecUserDefinedClassifierSpec;
|
|
@@ -7971,6 +7979,33 @@ declare namespace gapi.client {
|
|
|
7971
7979
|
},
|
|
7972
7980
|
body: GoogleCloudDiscoveryengineV1alphaAcquireAccessTokenRequest,
|
|
7973
7981
|
): Request<GoogleCloudDiscoveryengineV1alphaAcquireAccessTokenResponse>;
|
|
7982
|
+
/** Deprecated: Checks the existence of a refresh token for the EUC user for a given connection and returns its details. Use AcquireAccessToken instead and then check the validity of the returned token by asking the 3rd party system. There's no way to know for sure if a refresh token is valid without asking the 3rd party system. */
|
|
7983
|
+
checkRefreshToken(request?: {
|
|
7984
|
+
/** V1 error format. */
|
|
7985
|
+
'$.xgafv'?: string;
|
|
7986
|
+
/** OAuth access token. */
|
|
7987
|
+
access_token?: string;
|
|
7988
|
+
/** Data format for response. */
|
|
7989
|
+
alt?: string;
|
|
7990
|
+
/** JSONP */
|
|
7991
|
+
callback?: string;
|
|
7992
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
7993
|
+
fields?: string;
|
|
7994
|
+
/** 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. */
|
|
7995
|
+
key?: string;
|
|
7996
|
+
/** Required. The resource name of the connector for which a token is queried. */
|
|
7997
|
+
name: string;
|
|
7998
|
+
/** OAuth 2.0 token for the current user. */
|
|
7999
|
+
oauth_token?: string;
|
|
8000
|
+
/** Returns response with indentations and line breaks. */
|
|
8001
|
+
prettyPrint?: boolean;
|
|
8002
|
+
/** 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. */
|
|
8003
|
+
quotaUser?: string;
|
|
8004
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
8005
|
+
upload_protocol?: string;
|
|
8006
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
8007
|
+
uploadType?: string;
|
|
8008
|
+
}): Request<GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse>;
|
|
7974
8009
|
/** Get the secret for the associated connector. */
|
|
7975
8010
|
getConnectorSecret(request?: {
|
|
7976
8011
|
/** V1 error format. */
|
|
@@ -13842,6 +13877,33 @@ declare namespace gapi.client {
|
|
|
13842
13877
|
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13843
13878
|
uploadType?: string;
|
|
13844
13879
|
}): Request<GoogleCloudDiscoveryengineV1alphaEngine>;
|
|
13880
|
+
/** Get Workspace settings for the end user. */
|
|
13881
|
+
getWorkspaceSettings(request?: {
|
|
13882
|
+
/** V1 error format. */
|
|
13883
|
+
'$.xgafv'?: string;
|
|
13884
|
+
/** OAuth access token. */
|
|
13885
|
+
access_token?: string;
|
|
13886
|
+
/** Data format for response. */
|
|
13887
|
+
alt?: string;
|
|
13888
|
+
/** JSONP */
|
|
13889
|
+
callback?: string;
|
|
13890
|
+
/** Selector specifying which fields to include in a partial response. */
|
|
13891
|
+
fields?: string;
|
|
13892
|
+
/** 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. */
|
|
13893
|
+
key?: string;
|
|
13894
|
+
/** Required. Full Engine resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}` */
|
|
13895
|
+
name: string;
|
|
13896
|
+
/** OAuth 2.0 token for the current user. */
|
|
13897
|
+
oauth_token?: string;
|
|
13898
|
+
/** Returns response with indentations and line breaks. */
|
|
13899
|
+
prettyPrint?: boolean;
|
|
13900
|
+
/** 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. */
|
|
13901
|
+
quotaUser?: string;
|
|
13902
|
+
/** Upload protocol for media (e.g. "raw", "multipart"). */
|
|
13903
|
+
upload_protocol?: string;
|
|
13904
|
+
/** Legacy upload protocol for media (e.g. "media", "multipart"). */
|
|
13905
|
+
uploadType?: string;
|
|
13906
|
+
}): Request<GoogleCloudDiscoveryengineV1alphaWorkspaceSettings>;
|
|
13845
13907
|
/** Lists all the Engines associated with the project. */
|
|
13846
13908
|
list(request?: {
|
|
13847
13909
|
/** V1 error format. */
|