|
918 | 918 | "https://www.googleapis.com/auth/cloud-platform" |
919 | 919 | ] |
920 | 920 | }, |
| 921 | + "checkRefreshToken": { |
| 922 | + "deprecated": true, |
| 923 | + "description": "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.", |
| 924 | + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataConnector:checkRefreshToken", |
| 925 | + "httpMethod": "GET", |
| 926 | + "id": "discoveryengine.projects.locations.collections.dataConnector.checkRefreshToken", |
| 927 | + "parameterOrder": [ |
| 928 | + "name" |
| 929 | + ], |
| 930 | + "parameters": { |
| 931 | + "name": { |
| 932 | + "description": "Required. The resource name of the connector for which a token is queried.", |
| 933 | + "location": "path", |
| 934 | + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/dataConnector$", |
| 935 | + "required": true, |
| 936 | + "type": "string" |
| 937 | + } |
| 938 | + }, |
| 939 | + "path": "v1alpha/{+name}:checkRefreshToken", |
| 940 | + "response": { |
| 941 | + "$ref": "GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse" |
| 942 | + }, |
| 943 | + "scopes": [ |
| 944 | + "https://www.googleapis.com/auth/cloud-platform" |
| 945 | + ] |
| 946 | + }, |
921 | 947 | "getConnectorSecret": { |
922 | 948 | "description": "Get the secret for the associated connector.", |
923 | 949 | "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/dataConnector:getConnectorSecret", |
|
4241 | 4267 | "https://www.googleapis.com/auth/cloud-platform" |
4242 | 4268 | ] |
4243 | 4269 | }, |
| 4270 | + "getWorkspaceSettings": { |
| 4271 | + "description": "Get Workspace settings for the end user.", |
| 4272 | + "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}:getWorkspaceSettings", |
| 4273 | + "httpMethod": "GET", |
| 4274 | + "id": "discoveryengine.projects.locations.collections.engines.getWorkspaceSettings", |
| 4275 | + "parameterOrder": [ |
| 4276 | + "name" |
| 4277 | + ], |
| 4278 | + "parameters": { |
| 4279 | + "name": { |
| 4280 | + "description": "Required. Full Engine resource name. Format: `projects/{project}/locations/{location}/collections/{collection_id}/engines/{engine_id}`", |
| 4281 | + "location": "path", |
| 4282 | + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+$", |
| 4283 | + "required": true, |
| 4284 | + "type": "string" |
| 4285 | + } |
| 4286 | + }, |
| 4287 | + "path": "v1alpha/{+name}:getWorkspaceSettings", |
| 4288 | + "response": { |
| 4289 | + "$ref": "GoogleCloudDiscoveryengineV1alphaWorkspaceSettings" |
| 4290 | + }, |
| 4291 | + "scopes": [ |
| 4292 | + "https://www.googleapis.com/auth/cloud-platform" |
| 4293 | + ] |
| 4294 | + }, |
4244 | 4295 | "list": { |
4245 | 4296 | "description": "Lists all the Engines associated with the project.", |
4246 | 4297 | "flatPath": "v1alpha/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines", |
|
10084 | 10135 | } |
10085 | 10136 | } |
10086 | 10137 | }, |
10087 | | - "revision": "20250929", |
| 10138 | + "revision": "20251008", |
10088 | 10139 | "rootUrl": "https://discoveryengine.googleapis.com/", |
10089 | 10140 | "schemas": { |
10090 | 10141 | "ApiservingMediaRequestInfo": { |
|
17903 | 17954 | }, |
17904 | 17955 | "type": "object" |
17905 | 17956 | }, |
| 17957 | + "GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse": { |
| 17958 | + "description": "Response message for the DataConnectorService.CheckRefreshToken method.", |
| 17959 | + "id": "GoogleCloudDiscoveryengineV1alphaCheckRefreshTokenResponse", |
| 17960 | + "properties": { |
| 17961 | + "refreshTokenInfo": { |
| 17962 | + "$ref": "GoogleCloudDiscoveryengineV1alphaRefreshTokenInfo", |
| 17963 | + "description": "Info about the stored refresh token." |
| 17964 | + } |
| 17965 | + }, |
| 17966 | + "type": "object" |
| 17967 | + }, |
17906 | 17968 | "GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest": { |
17907 | 17969 | "description": "Request for CheckRequirement method.", |
17908 | 17970 | "id": "GoogleCloudDiscoveryengineV1alphaCheckRequirementRequest", |
|
28523 | 28585 | }, |
28524 | 28586 | "type": "object" |
28525 | 28587 | }, |
| 28588 | + "GoogleCloudDiscoveryengineV1alphaWorkspaceSettings": { |
| 28589 | + "description": "Workspace settings for the end user.", |
| 28590 | + "id": "GoogleCloudDiscoveryengineV1alphaWorkspaceSettings", |
| 28591 | + "properties": { |
| 28592 | + "workspaceAccessEnabled": { |
| 28593 | + "description": "Whether an end user has workspace access enabled.", |
| 28594 | + "type": "boolean" |
| 28595 | + } |
| 28596 | + }, |
| 28597 | + "type": "object" |
| 28598 | + }, |
28526 | 28599 | "GoogleCloudDiscoveryengineV1betaAclConfig": { |
28527 | 28600 | "description": "Access Control Configuration.", |
28528 | 28601 | "id": "GoogleCloudDiscoveryengineV1betaAclConfig", |
|
0 commit comments