Agent Platform API (aiplatform:v1)

2026-07-04

27 new methods

Additions

    Methods
  • aiplatform.tuningJobs.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}:wait

      Parameters :

        timeout

          Type : string

          Location : query

          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.

          Format : google-duration

        name

          Pattern : ^tuningJobs/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Description : The name of the operation resource to wait on.

          Location : path

      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.

      Parameter Order : name

      HTTP Method : POST

      Flat Path : v1/tuningJobs/{tuningJobsId}/operations/{operationsId}:wait

  • aiplatform.projects.locations.evaluationMetrics.delete

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/evaluationMetrics/{evaluationMetricsId}

      HTTP Method : DELETE

      Parameter Order : name

      Path : v1/{+name}

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/evaluationMetrics/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : Required. The name of the EvaluationMetric resource to be deleted. Format: `projects/{project}/locations/{location}/evaluationMetrics/{evaluation_metric}`

      Description : Deletes an EvaluationMetric.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.projects.locations.evaluationMetrics.create

      Path : v1/{+parent}/evaluationMetrics

      Parameters :

        parent

          Location : path

          Description : Required. The resource name of the Location to create the EvaluationMetric in. Format: `projects/{project}/locations/{location}`

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Type : string

        evaluationMetricId

          Description : Optional. The ID to use for the EvaluationMetric, which will become the final component of the EvaluationMetric's resource name. This value should be 1-63 characters, and valid characters are /a-z-/. The first character must be a lowercase letter, and the last character must be a lowercase letter or number.

          Type : string

          Location : query

      Description : Creates an EvaluationMetric.

      Parameter Order : parent

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/evaluationMetrics

      HTTP Method : POST

  • aiplatform.projects.locations.evaluationMetrics.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+parent}/evaluationMetrics

      Parameters :

        parent

          Location : path

          Description : Required. The resource name of the Location from which to list the EvaluationMetrics. Format: `projects/{project}/locations/{location}`

          Pattern : ^projects/[^/]+/locations/[^/]+$

          Type : string

          Required : Yes

        pageSize

          Format : int32

          Description : Optional. The maximum number of EvaluationMetrics to return.

          Location : query

          Type : integer

        pageToken

          Description : Optional. A page token, received from a previous `ListEvaluationMetrics` call. Provide this to retrieve the subsequent page.

          Location : query

          Type : string

        filter

          Location : query

          Type : string

          Description : Optional. Filter expression that matches a subset of the EvaluationMetrics to show. For field names both snake_case and camelCase are supported. For more information about filter syntax, see [AIP-160](https://google.aip.dev/160).

        orderBy

          Type : string

          Location : query

          Description : Optional. A comma-separated list of fields to order by, sorted in ascending order by default. Use `desc` after a field name for descending.

      Description : Lists EvaluationMetrics.

      Parameter Order : parent

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/evaluationMetrics

  • aiplatform.projects.locations.evaluationMetrics.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/evaluationMetrics/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : Required. The name of the EvaluationMetric resource. Format: `projects/{project}/locations/{location}/evaluationMetrics/{evaluation_metric}`

      Description : Gets an EvaluationMetric.

      Parameter Order : name

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/evaluationMetrics/{evaluationMetricsId}

  • aiplatform.projects.locations.tuningJobs.operations.wait

      Path : v1/{+name}:wait

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/tuningJobs/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation resource to wait on.

        timeout

          Format : google-duration

          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

      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.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/tuningJobs/{tuningJobsId}/operations/{operationsId}:wait

      HTTP Method : POST

  • aiplatform.projects.locations.memoryBanks.memories.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+$

          Type : string

          Description : Required. The resource name of the Memory. Format: `projects/{project}/locations/{location}/reasoningEngines/{reasoning_engine}/memories/{memory}`

          Location : path

      Description : Get a Memory.

      Parameter Order : name

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}

  • aiplatform.projects.locations.memoryBanks.memories.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}/operations

      Parameters :

        filter

          Description : The standard list filter.

          Location : query

          Type : string

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+$

          Type : string

          Description : The name of the operation's parent resource.

          Location : path

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : The standard list page size.

        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.

          Type : boolean

          Location : query

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Parameter Order : name

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations

  • aiplatform.projects.locations.memoryBanks.memories.operations.delete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to be deleted.

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+/operations/[^/]+$

          Type : string

      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`.

      Parameter Order : name

      HTTP Method : DELETE

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations/{operationsId}

  • aiplatform.projects.locations.memoryBanks.memories.operations.cancel

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations/{operationsId}:cancel

      HTTP Method : POST

      Parameter Order : name

      Path : v1/{+name}:cancel

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+/operations/[^/]+$

          Type : string

          Description : The name of the operation resource to be cancelled.

          Location : path

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

  • aiplatform.projects.locations.memoryBanks.memories.operations.get

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1/{+name}

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+/operations/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation resource.

      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.

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations/{operationsId}

  • aiplatform.projects.locations.memoryBanks.memories.operations.wait

      Path : v1/{+name}:wait

      Parameters :

        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.

          Format : google-duration

          Type : string

          Location : query

        name

          Description : The name of the operation resource to wait on.

          Location : path

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/memories/[^/]+/operations/[^/]+$

          Type : string

      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.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations/{operationsId}:wait

      HTTP Method : POST

  • aiplatform.projects.locations.memoryBanks.operations.list

      HTTP Method : GET

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}/operations

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation's parent resource.

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        filter

          Location : query

          Type : string

          Description : The standard list filter.

        returnPartialSuccess

          Location : query

          Type : boolean

          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.

        pageSize

          Description : The standard list page size.

          Format : int32

          Type : integer

          Location : query

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Parameter Order : name

  • aiplatform.projects.locations.memoryBanks.operations.delete

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1/{+name}

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation resource to be deleted.

      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`.

      HTTP Method : DELETE

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/operations/{operationsId}

  • aiplatform.projects.locations.memoryBanks.operations.cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1/{+name}:cancel

      Parameters :

        name

          Required : Yes

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/operations/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation resource to be cancelled.

      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`.

      HTTP Method : POST

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/operations/{operationsId}:cancel

  • aiplatform.projects.locations.memoryBanks.operations.get

      Path : v1/{+name}

      Parameters :

        name

          Location : path

          Description : The name of the operation resource.

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

      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.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/operations/{operationsId}

      HTTP Method : GET

  • aiplatform.projects.locations.memoryBanks.operations.wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1/{+name}:wait

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to wait on.

          Pattern : ^projects/[^/]+/locations/[^/]+/memoryBanks/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

        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.

          Format : google-duration

          Type : string

          Location : query

      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.

      HTTP Method : POST

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/memoryBanks/{memoryBanksId}/operations/{operationsId}:wait

  • aiplatform.memoryBanks.memories.operations.get

      Path : v1/{+name}

      Parameters :

        name

          Description : The name of the operation resource.

          Location : path

          Pattern : ^memoryBanks/[^/]+/memories/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

      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.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations/{operationsId}

      HTTP Method : GET

  • aiplatform.memoryBanks.memories.operations.wait

      Path : v1/{+name}:wait

      Parameters :

        name

          Location : path

          Description : The name of the operation resource to wait on.

          Required : Yes

          Pattern : ^memoryBanks/[^/]+/memories/[^/]+/operations/[^/]+$

          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.

          Format : google-duration

          Type : string

          Location : query

      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.

      Parameter Order : name

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations/{operationsId}:wait

      HTTP Method : POST

  • aiplatform.memoryBanks.memories.operations.list

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1/{+name}/operations

      Parameters :

        pageSize

          Type : integer

          Location : query

          Description : The standard list page size.

          Format : int32

        returnPartialSuccess

          Location : query

          Type : boolean

          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.

        name

          Pattern : ^memoryBanks/[^/]+/memories/[^/]+$

          Type : string

          Required : Yes

          Description : The name of the operation's parent resource.

          Location : path

        pageToken

          Description : The standard list page token.

          Location : query

          Type : string

        filter

          Description : The standard list filter.

          Location : query

          Type : string

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      HTTP Method : GET

      Flat Path : v1/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations

  • aiplatform.memoryBanks.memories.operations.delete

      Parameter Order : name

      Path : v1/{+name}

      Parameters :

        name

          Pattern : ^memoryBanks/[^/]+/memories/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Description : The name of the operation resource to be deleted.

          Location : path

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations/{operationsId}

      HTTP Method : DELETE

  • aiplatform.memoryBanks.memories.operations.cancel

      Parameter Order : name

      Path : v1/{+name}:cancel

      Parameters :

        name

          Pattern : ^memoryBanks/[^/]+/memories/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Description : The name of the operation resource to be cancelled.

          Location : path

      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`.

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Flat Path : v1/memoryBanks/{memoryBanksId}/memories/{memoriesId}/operations/{operationsId}:cancel

      HTTP Method : POST

  • aiplatform.memoryBanks.operations.get

      HTTP Method : GET

      Flat Path : v1/memoryBanks/{memoryBanksId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1/{+name}

      Parameters :

        name

          Description : The name of the operation resource.

          Location : path

          Pattern : ^memoryBanks/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

      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.memoryBanks.operations.wait

      HTTP Method : POST

      Flat Path : v1/memoryBanks/{memoryBanksId}/operations/{operationsId}:wait

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}:wait

      Parameters :

        name

          Pattern : ^memoryBanks/[^/]+/operations/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : The name of the operation resource to wait on.

        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.

          Format : google-duration

          Type : string

          Location : query

      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.

      Parameter Order : name

  • aiplatform.memoryBanks.operations.list

      HTTP Method : GET

      Flat Path : v1/memoryBanks/{memoryBanksId}/operations

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}/operations

      Parameters :

        pageSize

          Location : query

          Type : integer

          Format : int32

          Description : The standard list page size.

        returnPartialSuccess

          Location : query

          Type : boolean

          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.

        name

          Required : Yes

          Pattern : ^memoryBanks/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation's parent resource.

        pageToken

          Location : query

          Type : string

          Description : The standard list page token.

        filter

          Type : string

          Location : query

          Description : The standard list filter.

      Description : Lists operations that match the specified filter in the request. If the server doesn't support this method, it returns `UNIMPLEMENTED`.

      Parameter Order : name

  • aiplatform.memoryBanks.operations.delete

      HTTP Method : DELETE

      Flat Path : v1/memoryBanks/{memoryBanksId}/operations/{operationsId}

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Parameter Order : name

      Path : v1/{+name}

      Parameters :

        name

          Required : Yes

          Pattern : ^memoryBanks/[^/]+/operations/[^/]+$

          Type : string

          Location : path

          Description : The name of the operation resource to be deleted.

      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.memoryBanks.operations.cancel

      Scopes : https://www.googleapis.com/auth/cloud-platform

      Path : v1/{+name}:cancel

      Parameters :

        name

          Description : The name of the operation resource to be cancelled.

          Location : path

          Required : Yes

          Pattern : ^memoryBanks/[^/]+/operations/[^/]+$

          Type : string

      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`.

      Parameter Order : name

      HTTP Method : POST

      Flat Path : v1/memoryBanks/{memoryBanksId}/operations/{operationsId}:cancel