Connectors API (connectors:v1)

2024-03-10

1 new method | 2 removed methods

Additions

    Methods
  • connectors.projects.locations.customConnectors.validateCustomConnectorSpec

      Path : v1/{+parent}/customConnectors:validateCustomConnectorSpec

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/customConnectors:validateCustomConnectorSpec

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Location at which the custom connector is being created.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : parent

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

      Description : Validates a Custom Connector Spec.

Deletions

    Methods
  • connectors.projects.locations.global.customConnectors.customConnectorVersions.patch

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/global/customConnectors/{customConnectorsId}/customConnectorVersions/{customConnectorVersionsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Output only. Identifier. Resource name of the Version. Format: projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}

          Pattern : ^projects/[^/]+/locations/global/customConnectors/[^/]+/customConnectorVersions/[^/]+$

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Required. Field mask is used to specify the fields to be overwritten in the Connector resource by the update. The fields specified in the update_mask are relative to the resource, not the full request. A field will be overwritten if it is in the mask. Set the mask as "*" for full replacement, which means all fields will be overwritten.

          Location : query

          Type : string

          Format : google-fieldmask

      Parameter Order : name

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

      Description : Updates the parameters of a CustomConnectorVersion.

  • connectors.projects.locations.global.customConnectors.customConnectorVersions.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/global/customConnectors/{customConnectorsId}/customConnectorVersions/{customConnectorVersionsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Resource name of the form: `projects/{project}/locations/{location}/customConnectors/{custom_connector}/customConnectorVersions/{custom_connector_version}`

          Pattern : ^projects/[^/]+/locations/global/customConnectors/[^/]+/customConnectorVersions/[^/]+$

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Deletes a single CustomConnectorVersion.