Agent Platform API (aiplatform:v1beta1)

2026-07-30

3 new methods | 1 updated method

Additions

    Methods
  • aiplatform.projects.locations.publishers.v1.responses.delete

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/v1/responses/{responsesId}

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/publishers/[^/]+/v1/responses/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : Required. The name of the Response resource to be deleted. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}/responses/{response}`

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
    • HTTP Method : DELETE

      Parameter Order : name

      Description : Deletes the response from the endpoint.

      Path : v1beta1/{+name}

  • aiplatform.projects.locations.publishers.v1.responses.compact

      Path : v1beta1/{+endpoint}/v1/responses/compact

      HTTP Method : POST

      Parameter Order : endpoint

      Description : Forwards arbitrary HTTP requests for both streaming and non-streaming cases. To use this method, invoke_route_prefix must be set to allow the paths that will be specified in the request.

      Parameters :

        deployedModelId

          Type : string

          Location : query

          Description : ID of the DeployedModel that serves the invoke request.

        endpoint

          Description : Required. The name of the Endpoint requested to serve the prediction. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}`

          Location : path

          Required : Yes

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

          Type : string

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/v1/responses/compact

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only
  • aiplatform.projects.locations.publishers.v1.responses.get

      HTTP Method : GET

      Parameter Order : name

      Description : Gets the response from the endpoint.

      Path : v1beta1/{+name}

      Flat Path : v1beta1/projects/{projectsId}/locations/{locationsId}/publishers/{publishersId}/v1/responses/{responsesId}

      Parameters :

        name

          Pattern : ^projects/[^/]+/locations/[^/]+/publishers/[^/]+/v1/responses/[^/]+$

          Type : string

          Required : Yes

          Location : path

          Description : Required. The name of the Response resource. Format: `projects/{project}/locations/{location}/endpoints/{endpoint}/responses/{response}`

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/cloud-platform.read-only

Updates

    Methods
  • aiplatform.projects.locations.reasoningEngines.a2aTasks.get

      Parameters :

        view

          Description : Optional. The view of the A2aTask to return.

          Location : query

          Type : string

          Enum Descriptions :

        • Task view unspecified.
        • Task header only (status, metadata, timestamps)
        • Full materialized state (artifacts + history)
        • Enum :

        • A2A_TASK_VIEW_UNSPECIFIED
        • A2A_TASK_VIEW_BASIC
        • A2A_TASK_VIEW_FULL