2026-05-14
▼ ▲ aiplatform.interactions.getPoll
Path : v1beta1/{+name}:poll
Flat Path : v1beta1/interactions/{interactionsId}:poll
HTTP Method : GET
Parameters :
name
Description : Required. The name of the interaction to retrieve. Format: interactions/{interaction}
Pattern : ^interactions/[^/]+$
Location : path
Required : Yes
Type : string
stream
Description : Optional. If true, streams the interaction events as Server-Sent Events.
Location : query
Type : boolean
last_event_id
Description : Optional. If set, resumes the interaction stream from the chunk after the event marked by the event id. Can only be used if `stream` is true.
Location : query
Type : string
include_input
Description : Optional. If true, includes the input in the response.
Location : query
Deprecated : Yes
Type : boolean
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Fully typed proto, unary version of GetInteraction that returns Interaction proto.
▼ ▲ aiplatform.interactions.getStream
Path : v1beta1/{+name}:stream
Flat Path : v1beta1/interactions/{interactionsId}:stream
HTTP Method : GET
Parameters :
name
Description : Required. The name of the interaction to retrieve. Format: interactions/{interaction}
Pattern : ^interactions/[^/]+$
Location : path
Required : Yes
Type : string
stream
Description : Optional. If true, streams the interaction events as Server-Sent Events.
Location : query
Type : boolean
last_event_id
Description : Optional. If set, resumes the interaction stream from the chunk after the event marked by the event id. Can only be used if `stream` is true.
Location : query
Type : string
include_input
Description : Optional. If true, includes the input in the response.
Location : query
Deprecated : Yes
Type : boolean
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Fully typed proto, streaming version of GetInteraction that returns Interaction proto.
▼ ▲ aiplatform.interactions.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/interactions/{interactionsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the interaction to delete. Format: interactions/{interaction}
Pattern : ^interactions/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes an interaction.
▼ ▲ aiplatform.interactions.cancel
Path : v1beta1/{+name}:cancel
Flat Path : v1beta1/interactions/{interactionsId}:cancel
HTTP Method : POST
Parameters :
name
Description : Required. The name of the interaction to cancel. Format: `interactions/{interaction}`.
Pattern : ^interactions/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Cancels an interaction.
▼ ▲ aiplatform.servingProfiles.operations.list
Path : v1beta1/{+name}/operations
Flat Path : v1beta1/servingProfiles/{servingProfilesId}/operations
HTTP Method : GET
Parameters :
name
Description : The name of the operation's parent resource.
Pattern : ^servingProfiles/[^/]+$
Location : path
Required : Yes
Type : string
filter
Description : The standard list filter.
Location : query
Type : string
pageSize
Description : The standard list page size.
Location : query
Type : integer
Format : int32
pageToken
Description : The standard list page token.
Location : query
Type : string
returnPartialSuccess
Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
Location : query
Type : boolean
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
▼ ▲ aiplatform.servingProfiles.operations.get
Path : v1beta1/{+name}
Flat Path : v1beta1/servingProfiles/{servingProfilesId}/operations/{operationsId}
HTTP Method : GET
Parameters :
name
Description : The name of the operation resource.
Pattern : ^servingProfiles/[^/]+/operations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
▼ ▲ aiplatform.servingProfiles.operations.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/servingProfiles/{servingProfilesId}/operations/{operationsId}
HTTP Method : DELETE
Parameters :
name
Description : The name of the operation resource to be deleted.
Pattern : ^servingProfiles/[^/]+/operations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
▼ ▲ aiplatform.servingProfiles.operations.cancel
Path : v1beta1/{+name}:cancel
Flat Path : v1beta1/servingProfiles/{servingProfilesId}/operations/{operationsId}:cancel
HTTP Method : POST
Parameters :
name
Description : The name of the operation resource to be cancelled.
Pattern : ^servingProfiles/[^/]+/operations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
▼ ▲ aiplatform.servingProfiles.operations.wait
Path : v1beta1/{+name}:wait
Flat Path : v1beta1/servingProfiles/{servingProfilesId}/operations/{operationsId}:wait
HTTP Method : POST
Parameters :
name
Description : The name of the operation resource to wait on.
Pattern : ^servingProfiles/[^/]+/operations/[^/]+$
Location : path
Required : Yes
Type : string
timeout
Description : The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Location : query
Type : string
Format : google-duration
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
▼ ▲ aiplatform.projects.locations.interactions.create
Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interactions:create
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interactions:create
HTTP Method : POST
Parameters :
projectsId
Location : path
Required : Yes
Type : string
locationsId
Location : path
Required : Yes
Type : string
Parameter Order :
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates an interaction.
▼ ▲ aiplatform.projects.locations.interactions.createStream
Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interactions:createStream
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/interactions:createStream
HTTP Method : POST
Parameters :
projectsId
Location : path
Required : Yes
Type : string
locationsId
Location : path
Required : Yes
Type : string
Parameter Order :
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates an interaction and streams the response.
▼ ▲ aiplatform.projects.locations.endpoints.responses.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/responses/{responsesId}
HTTP Method : GET
Parameters :
name
Description : Required. The name of the Response resource. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}/responses/{response}`
Pattern : ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/responses/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Gets the response from the endpoint.
▼ ▲ aiplatform.projects.locations.endpoints.responses.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/endpoints/{endpointsId}/responses/{responsesId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The name of the Response resource to be deleted. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}/responses/{response}`
Pattern : ^projects/[^/]+/locations/[^/]+/endpoints/[^/]+/responses/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes :
Description : Deletes the response from the endpoint.
▼ ▲ aiplatform.projects.locations.servingProfiles.operations.list
Path : v1beta1/{+name}/operations
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/servingProfiles/{servingProfilesId}/operations
HTTP Method : GET
Parameters :
name
Description : The name of the operation's parent resource.
Pattern : ^projects/[^/]+/locations/[^/]+/servingProfiles/[^/]+$
Location : path
Required : Yes
Type : string
filter
Description : The standard list filter.
Location : query
Type : string
pageSize
Description : The standard list page size.
Location : query
Type : integer
Format : int32
pageToken
Description : The standard list page token.
Location : query
Type : string
returnPartialSuccess
Description : When set to `true`, operations that are reachable are returned as normal, and those that are unreachable are returned in the ListOperationsResponse.unreachable field. This can only be `true` when reading across collections. For example, when `parent` is set to `"projects/example/locations/-"`. This field is not supported by default and will result in an `UNIMPLEMENTED` error if set unless explicitly documented otherwise in service or product specific documentation.
Location : query
Type : boolean
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.servingProfiles.operations.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/servingProfiles/{servingProfilesId}/operations/{operationsId}
HTTP Method : GET
Parameters :
name
Description : The name of the operation resource.
Pattern : ^projects/[^/]+/locations/[^/]+/servingProfiles/[^/]+/operations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets the latest state of a long-running operation. Clients can use this method to poll the operation result at intervals as recommended by the API service.
▼ ▲ aiplatform.projects.locations.servingProfiles.operations.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/servingProfiles/{servingProfilesId}/operations/{operationsId}
HTTP Method : DELETE
Parameters :
name
Description : The name of the operation resource to be deleted.
Pattern : ^projects/[^/]+/locations/[^/]+/servingProfiles/[^/]+/operations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes a long-running operation. This method indicates that the client is no longer interested in the operation result. It does not cancel the operation. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`.
▼ ▲ aiplatform.projects.locations.servingProfiles.operations.cancel
Path : v1beta1/{+name}:cancel
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/servingProfiles/{servingProfilesId}/operations/{operationsId}:cancel
HTTP Method : POST
Parameters :
name
Description : The name of the operation resource to be cancelled.
Pattern : ^projects/[^/]+/locations/[^/]+/servingProfiles/[^/]+/operations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Starts asynchronous cancellation on a long-running operation. The server makes a best effort to cancel the operation, but success is not guaranteed. If the server doesn't support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Clients can use Operations.GetOperation or other methods to check whether the cancellation succeeded or whether the operation completed despite cancellation. On successful cancellation, the operation is not deleted; instead, it becomes an operation with an Operation.error value with a google.rpc.Status.code of `1`, corresponding to `Code.CANCELLED`.
▼ ▲ aiplatform.projects.locations.servingProfiles.operations.wait
Path : v1beta1/{+name}:wait
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/servingProfiles/{servingProfilesId}/operations/{operationsId}:wait
HTTP Method : POST
Parameters :
name
Description : The name of the operation resource to wait on.
Pattern : ^projects/[^/]+/locations/[^/]+/servingProfiles/[^/]+/operations/[^/]+$
Location : path
Required : Yes
Type : string
timeout
Description : The maximum duration to wait before timing out. If left blank, the wait will be at most the time permitted by the underlying HTTP/RPC protocol. If RPC context deadline is also specified, the shorter one will be used.
Location : query
Type : string
Format : google-duration
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Waits until the specified long-running operation is done or reaches at most a specified timeout, returning the latest state. If the operation is already done, the latest state is immediately returned. If the timeout specified is greater than the default HTTP/RPC timeout, the HTTP/RPC timeout is used. If the server does not support this method, it returns `google.rpc.Code.UNIMPLEMENTED`. Note that this method is on a best-effort basis. It may return the latest state before the specified timeout (including immediately), meaning even an immediate response is no guarantee that the operation is done.
▼ ▲ aiplatform.projects.locations.agents.create
Path : v1beta1/{+parent}/agents
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agents
HTTP Method : POST
Parameters :
parent
Description : Required. The resource name of the location to create the agent in. Format: `projects/{project}/locations/{location}`.
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Creates a new Agent in a given location.
▼ ▲ aiplatform.projects.locations.agents.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the agent. Format: `projects/{project}/locations/{location}/agents/{agent}`.
Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Gets details of the specific Agent.
▼ ▲ aiplatform.projects.locations.agents.list
Path : v1beta1/{+parent}/agents
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agents
HTTP Method : GET
Parameters :
parent
Description : Required. The resource name of the location to list agents from. Format: `projects/{project}/locations/{location}
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The maximum number of agents to return. The service may return fewer than this value. If unspecified, at most 100 agents will be returned.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. The next_page_token value returned from a previous list AgentService.ListAgents call.
Location : query
Type : string
orderBy
Description : Optional. A comma-separated list of fields to order by, sorted in ascending order. Use "desc" after a field name for descending. Supported fields: * `create_time` * `update_time` Example: `create_time desc`.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Lists Agents in a given location.
▼ ▲ aiplatform.projects.locations.agents.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name of the Agent. Format: `projects/{project}/locations/{location}/agents/{agent}`.
Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Optional. Field mask is used to control which fields get updated. If the mask is not present, all fields will be updated.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Updates the specific Agent.
▼ ▲ aiplatform.projects.locations.agents.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/agents/{agentsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the agent. Format: `projects/{project}/locations/{location}/agents/{agent}`
Pattern : ^projects/[^/]+/locations/[^/]+/agents/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Deletes the specific Agent.
▼ ▲ aiplatform.projects.locations.skills.create
Path : v1beta1/{+parent}/skills
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/skills
HTTP Method : POST
Parameters :
parent
Description : Required. The location to create the Skill in. Format: `projects/{project}/locations/{location}`
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
skillId
Description : Optional. The ID to use for the Skill, which will become the final component of the Skill's resource name. If not provided, a system-generated ID will be used. This value must be 1-63 characters. Valid characters are lowercase letters, numbers, and hyphens. The first character must be a lowercase letter, and the last character must be a lowercase letter or a number. Specifically, the ID must match the regular expression: `^[a-z]([a-z0-9-]{0,61}[a-z0-9])?$` See [AIP-122](https://aip.dev/122#resource-id-segments) for more details.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Create a Skill.
▼ ▲ aiplatform.projects.locations.skills.patch
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/skills/{skillsId}
HTTP Method : PATCH
Parameters :
name
Description : Identifier. The resource name of the Skill. Format: `projects/{project}/locations/{location}/skills/{skill}`
Pattern : ^projects/[^/]+/locations/[^/]+/skills/[^/]+$
Location : path
Required : Yes
Type : string
updateMask
Description : Optional. Mask specifying which fields to update.
Location : query
Type : string
Format : google-fieldmask
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Update a Skill.
▼ ▲ aiplatform.projects.locations.skills.list
Path : v1beta1/{+parent}/skills
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/skills
HTTP Method : GET
Parameters :
parent
Description : Required. The location to list the Skills in. Format: `projects/{project}/locations/{location}`
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The standard list page size.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. The standard list page token.
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : List Skills.
▼ ▲ aiplatform.projects.locations.skills.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/skills/{skillsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the Skill to retrieve. Format: `projects/{project}/locations/{location}/skills/{skill}`
Pattern : ^projects/[^/]+/locations/[^/]+/skills/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Get a Skill.
▼ ▲ aiplatform.projects.locations.skills.delete
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/skills/{skillsId}
HTTP Method : DELETE
Parameters :
name
Description : Required. The resource name of the Skill to delete. Format: `projects/{project}/locations/{location}/skills/{skill}`
Pattern : ^projects/[^/]+/locations/[^/]+/skills/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Delete a Skill.
▼ ▲ aiplatform.projects.locations.skills.retrieve
Path : v1beta1/{+parent}/skills:retrieve
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/skills:retrieve
HTTP Method : GET
Parameters :
parent
Description : Required. The location to retrieve the Skills in. Format: `projects/{project}/locations/{location}`
Pattern : ^projects/[^/]+/locations/[^/]+$
Location : path
Required : Yes
Type : string
query
Description : Optional. The query to find matching skills.
Location : query
Type : string
topK
Description : Optional. The maximum number of skills to return. The service may return fewer than this value. If unspecified, at most 10 skills will be returned. The maximum value is 100.
Location : query
Type : integer
Format : int32
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Retrieves skills.
▼ ▲ aiplatform.projects.locations.skills.revisions.get
Path : v1beta1/{+name}
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/skills/{skillsId}/revisions/{revisionsId}
HTTP Method : GET
Parameters :
name
Description : Required. The resource name of the Skill Revision to retrieve. Format: `projects/{project}/locations/{location}/skills/{skill}/revisions/{revision}`
Pattern : ^projects/[^/]+/locations/[^/]+/skills/[^/]+/revisions/[^/]+$
Location : path
Required : Yes
Type : string
Parameter Order : name
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Get a Skill Revision.
▼ ▲ aiplatform.projects.locations.skills.revisions.list
Path : v1beta1/{+parent}/revisions
Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/skills/{skillsId}/revisions
HTTP Method : GET
Parameters :
parent
Description : Required. The resource name of the Skill to list revisions for. Format: `projects/{project}/locations/{location}/skills/{skill}`
Pattern : ^projects/[^/]+/locations/[^/]+/skills/[^/]+$
Location : path
Required : Yes
Type : string
pageSize
Description : Optional. The standard list page size.
Location : query
Type : integer
Format : int32
pageToken
Description : Optional. The standard list page token.
Location : query
Type : string
filter
Description : Optional. The standard list filter. More detail in [AIP-160](https://google.aip.dev/160). Supported fields (equality match only): * `labels`
Location : query
Type : string
Parameter Order : parent
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : List Skill Revisions for a Skill.
▼ ▲ aiplatform.projects.locations.reasoningEngines.cancelAsyncQuery
Parameters :
operationName
Type : string
Location : query
Description : Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`
▼ ▲ aiplatform.reasoningEngines.cancelAsyncQuery
Parameters :
operationName
Description : Required. The name of the longrunning operation returned from AsyncQueryReasoningEngine. Format: `projects/{project}/locations/{location}/operations/{operation}`
Location : query
Type : string