Application Integration API (integrations:v1)

2024-07-04

2 removed methods

Deletions

    Methods
  • integrations.projects.locations.templates.download

      Parameter Order : name

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}:download

      Parameters :

        fileFormat

          Enum :

        • FILE_FORMAT_UNSPECIFIED
        • JSON
        • YAML
        • Description : Required. File format for download request.

          Location : query

          Type : string

          Enum Descriptions :

        • Unspecified file format
        • JSON File Format
        • YAML File Format

        name

          Description : Required. The template to download. Format: projects/{project}/locations/{location}/template/{template_id}

          Type : string

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

          Location : path

          Required : Yes

      Description : Downloads a template. Retrieves the `Template` and returns the response as a string.

      HTTP Method : GET

      Path : v1/{+name}:download

  • integrations.projects.locations.templates.upload

      Parameter Order : parent

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

      Description : Uploads a template. The content can be a previously downloaded template. Performs the same function as CreateTemplate, but accepts input in a string format, which holds the complete representation of the Template content.

      HTTP Method : POST

      Path : v1/{+parent}/templates:upload

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/templates:upload

      Parameters :

        parent

          Type : string

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

          Required : Yes

          Description : Required. The template to upload. Format: projects/{project}/locations/{location}

          Location : path

2 new methods

Additions

    Methods
  • integrations.projects.locations.templates.download

      Parameter Order : name

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

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/templates/{templatesId}:download

      Parameters :

        fileFormat

          Enum :

        • FILE_FORMAT_UNSPECIFIED
        • JSON
        • YAML
        • Description : Required. File format for download request.

          Location : query

          Type : string

          Enum Descriptions :

        • Unspecified file format
        • JSON File Format
        • YAML File Format

        name

          Description : Required. The template to download. Format: projects/{project}/locations/{location}/template/{template_id}

          Type : string

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

          Location : path

          Required : Yes

      Description : Downloads a template. Retrieves the `Template` and returns the response as a string.

      HTTP Method : GET

      Path : v1/{+name}:download

  • integrations.projects.locations.templates.upload

      Parameter Order : parent

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

      Description : Uploads a template. The content can be a previously downloaded template. Performs the same function as CreateTemplate, but accepts input in a string format, which holds the complete representation of the Template content.

      HTTP Method : POST

      Path : v1/{+parent}/templates:upload

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/templates:upload

      Parameters :

        parent

          Type : string

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

          Required : Yes

          Description : Required. The template to upload. Format: projects/{project}/locations/{location}

          Location : path