|
3196 | 3196 | "resources": {
|
3197 | 3197 | "assistants": {
|
3198 | 3198 | "methods": {
|
| 3199 | + "get": { |
| 3200 | + "description": "Gets an Assistant.", |
| 3201 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", |
| 3202 | + "httpMethod": "GET", |
| 3203 | + "id": "discoveryengine.projects.locations.collections.engines.assistants.get", |
| 3204 | + "parameterOrder": [ |
| 3205 | + "name" |
| 3206 | + ], |
| 3207 | + "parameters": { |
| 3208 | + "name": { |
| 3209 | + "description": "Required. Resource name of Assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}`", |
| 3210 | + "location": "path", |
| 3211 | + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", |
| 3212 | + "required": true, |
| 3213 | + "type": "string" |
| 3214 | + } |
| 3215 | + }, |
| 3216 | + "path": "v1/{+name}", |
| 3217 | + "response": { |
| 3218 | + "$ref": "GoogleCloudDiscoveryengineV1Assistant" |
| 3219 | + }, |
| 3220 | + "scopes": [ |
| 3221 | + "https://www.googleapis.com/auth/cloud-platform" |
| 3222 | + ] |
| 3223 | + }, |
| 3224 | + "patch": { |
| 3225 | + "description": "Updates an Assistant", |
| 3226 | + "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}", |
| 3227 | + "httpMethod": "PATCH", |
| 3228 | + "id": "discoveryengine.projects.locations.collections.engines.assistants.patch", |
| 3229 | + "parameterOrder": [ |
| 3230 | + "name" |
| 3231 | + ], |
| 3232 | + "parameters": { |
| 3233 | + "name": { |
| 3234 | + "description": "Immutable. Resource name of the assistant. Format: `projects/{project}/locations/{location}/collections/{collection}/engines/{engine}/assistants/{assistant}` It must be a UTF-8 encoded string with a length limit of 1024 characters.", |
| 3235 | + "location": "path", |
| 3236 | + "pattern": "^projects/[^/]+/locations/[^/]+/collections/[^/]+/engines/[^/]+/assistants/[^/]+$", |
| 3237 | + "required": true, |
| 3238 | + "type": "string" |
| 3239 | + }, |
| 3240 | + "updateMask": { |
| 3241 | + "description": "The list of fields to update.", |
| 3242 | + "format": "google-fieldmask", |
| 3243 | + "location": "query", |
| 3244 | + "type": "string" |
| 3245 | + } |
| 3246 | + }, |
| 3247 | + "path": "v1/{+name}", |
| 3248 | + "request": { |
| 3249 | + "$ref": "GoogleCloudDiscoveryengineV1Assistant" |
| 3250 | + }, |
| 3251 | + "response": { |
| 3252 | + "$ref": "GoogleCloudDiscoveryengineV1Assistant" |
| 3253 | + }, |
| 3254 | + "scopes": [ |
| 3255 | + "https://www.googleapis.com/auth/cloud-platform" |
| 3256 | + ] |
| 3257 | + }, |
3199 | 3258 | "streamAssist": {
|
3200 | 3259 | "description": "Assists the user with a query in a streaming fashion.",
|
3201 | 3260 | "flatPath": "v1/projects/{projectsId}/locations/{locationsId}/collections/{collectionsId}/engines/{enginesId}/assistants/{assistantsId}:streamAssist",
|
|
7191 | 7250 | }
|
7192 | 7251 | }
|
7193 | 7252 | },
|
7194 |
| - "revision": "20250723", |
| 7253 | + "revision": "20250724", |
7195 | 7254 | "rootUrl": "https://discoveryengine.googleapis.com/",
|
7196 | 7255 | "schemas": {
|
7197 | 7256 | "GoogleApiDistribution": {
|
|
0 commit comments