Connectors API (connectors:v1)

2022-08-13

6 new methods | 6 removed methods

Additions

    Methods
  • connectors.projects.locations.providers.get

      HTTP Method: GET

      Parameter Order: name

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}

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

      Parameters:

        name

          Required: Yes

          Description: Required. Resource name of the form: `projects/*/locations/*/providers/*` Only global location is supported for Provider resource.

          Type: string

          Location: path

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

      Path: v1/{+name}

      Description: Gets details of a provider.

  • connectors.projects.locations.providers.list

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

      Description: Lists Providers in a given project and location.

      Parameters:

        parent

          Type: string

          Location: path

          Required: Yes

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

          Description: Required. Parent resource of the API, of the form: `projects/*/locations/*` Only global location is supported for Provider resource.

        pageSize

          Type: integer

          Location: query

          Description: Page size.

          Format: int32

        pageToken

          Location: query

          Type: string

          Description: Page token.

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

      Parameter Order: parent

      HTTP Method: GET

      Path: v1/{+parent}/providers

  • connectors.projects.locations.providers.connectors.list

      Description: Lists Connectors in a given project and location.

      Parameter Order: parent

      Path: v1/{+parent}/connectors

      Parameters:

        pageToken

          Description: Page token.

          Location: query

          Type: string

        parent

          Type: string

          Location: path

          Description: Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*` Only global location is supported for Connector resource.

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

          Required: Yes

        pageSize

          Format: int32

          Location: query

          Description: Page size.

          Type: integer

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

      HTTP Method: GET

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors

  • connectors.projects.locations.providers.connectors.get

      HTTP Method: GET

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors/{connectorsId}

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

      Parameters:

        name

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

          Description: Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*` Only global location is supported for Connector resource.

          Required: Yes

          Type: string

          Location: path

      Description: Gets details of a single Connector.

      Path: v1/{+name}

      Parameter Order: name

  • connectors.projects.locations.providers.connectors.versions.list

      Parameter Order: parent

      HTTP Method: GET

      Path: v1/{+parent}/versions

      Description: Lists Connector Versions in a given project and location.

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors/{connectorsId}/versions

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

      Parameters:

        pageSize

          Description: Page size.

          Location: query

          Format: int32

          Type: integer

        view

          Enum Descriptions:

        • CONNECTOR_VERSION_VIEW_UNSPECIFIED.
        • Do not include role grant configs.
        • Include role grant configs.
        • Description: Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `BASIC` view.

          Enum:

        • CONNECTOR_VERSION_VIEW_UNSPECIFIED
        • CONNECTOR_VERSION_VIEW_BASIC
        • CONNECTOR_VERSION_VIEW_FULL
        • Type: string

          Location: query

        parent

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

          Type: string

          Required: Yes

          Location: path

          Description: Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*/connectors/*` Only global location is supported for ConnectorVersion resource.

        pageToken

          Type: string

          Location: query

          Description: Page token.

  • connectors.projects.locations.providers.connectors.versions.get

      Parameter Order: name

      Description: Gets details of a single connector version.

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

      Parameters:

        name

          Required: Yes

          Location: path

          Description: Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*/versions/*` Only global location is supported for ConnectorVersion resource.

          Type: string

          Pattern: ^projects/[^/]+/locations/[^/]+/providers/[^/]+/connectors/[^/]+/versions/[^/]+$

        view

          Type: string

          Location: query

          Enum:

        • CONNECTOR_VERSION_VIEW_UNSPECIFIED
        • CONNECTOR_VERSION_VIEW_BASIC
        • CONNECTOR_VERSION_VIEW_FULL
        • Description: Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `CUSTOMER` view.

          Enum Descriptions:

        • CONNECTOR_VERSION_VIEW_UNSPECIFIED.
        • Do not include role grant configs.
        • Include role grant configs.

      Flat Path: v1/projects/{projectsId}/locations/{locationsId}/providers/{providersId}/connectors/{connectorsId}/versions/{versionsId}

      HTTP Method: GET

      Path: v1/{+name}

Deletions

    Methods
  • connectors.projects.locations.global.providers.list

      Flat Path: v1/projects/{projectsId}/locations/global/providers

      HTTP Method: GET

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

      Parameter Order: parent

      Description: Lists Providers in a given project and location.

      Parameters:

        pageSize

          Format: int32

          Type: integer

          Location: query

          Description: Page size.

        parent

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

          Type: string

          Description: Required. Parent resource of the API, of the form: `projects/*/locations/*`

          Required: Yes

          Location: path

        pageToken

          Description: Page token.

          Location: query

          Type: string

      Path: v1/{+parent}/providers

  • connectors.projects.locations.global.providers.get

      HTTP Method: GET

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

      Parameter Order: name

      Description: Gets details of a single Provider.

      Parameters:

        name

          Location: path

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

          Description: Required. Resource name of the form: `projects/*/locations/*/providers/*`

          Type: string

          Required: Yes

      Flat Path: v1/projects/{projectsId}/locations/global/providers/{providersId}

      Path: v1/{+name}

  • connectors.projects.locations.global.providers.connectors.versions.get

      HTTP Method: GET

      Path: v1/{+name}

      Parameter Order: name

      Flat Path: v1/projects/{projectsId}/locations/global/providers/{providersId}/connectors/{connectorsId}/versions/{versionsId}

      Parameters:

        view

          Enum Descriptions:

        • CONNECTOR_VERSION_VIEW_UNSPECIFIED.
        • Do not include role grant configs.
        • Include role grant configs.
        • Enum:

        • CONNECTOR_VERSION_VIEW_UNSPECIFIED
        • CONNECTOR_VERSION_VIEW_BASIC
        • CONNECTOR_VERSION_VIEW_FULL
        • Location: query

          Type: string

          Description: Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `CUSTOMER` view.

        name

          Required: Yes

          Description: Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*/versions/*`

          Location: path

          Pattern: ^projects/[^/]+/locations/global/providers/[^/]+/connectors/[^/]+/versions/[^/]+$

          Type: string

      Description: Gets details of a single connector version.

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

  • connectors.projects.locations.global.providers.connectors.versions.list

      Description: Lists Connector Versions in a given project and location.

      Flat Path: v1/projects/{projectsId}/locations/global/providers/{providersId}/connectors/{connectorsId}/versions

      HTTP Method: GET

      Parameter Order: parent

      Parameters:

        parent

          Pattern: ^projects/[^/]+/locations/global/providers/[^/]+/connectors/[^/]+$

          Type: string

          Description: Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*/connectors/*`

          Required: Yes

          Location: path

        view

          Description: Specifies which fields of the ConnectorVersion are returned in the response. Defaults to `CUSTOMER` view.

          Type: string

          Enum:

        • CONNECTOR_VERSION_VIEW_UNSPECIFIED
        • CONNECTOR_VERSION_VIEW_BASIC
        • CONNECTOR_VERSION_VIEW_FULL
        • Enum Descriptions:

        • CONNECTOR_VERSION_VIEW_UNSPECIFIED.
        • Do not include role grant configs.
        • Include role grant configs.
        • Location: query

        pageToken

          Location: query

          Description: Page token.

          Type: string

        pageSize

          Location: query

          Type: integer

          Format: int32

          Description: Page size.

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

      Path: v1/{+parent}/versions

  • connectors.projects.locations.global.providers.connectors.list

      Parameter Order: parent

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

      Path: v1/{+parent}/connectors

      Flat Path: v1/projects/{projectsId}/locations/global/providers/{providersId}/connectors

      Parameters:

        pageToken

          Type: string

          Location: query

          Description: Page token.

        pageSize

          Description: Page size.

          Type: integer

          Format: int32

          Location: query

        parent

          Required: Yes

          Type: string

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

          Description: Required. Parent resource of the connectors, of the form: `projects/*/locations/*/providers/*`

          Location: path

      HTTP Method: GET

      Description: Lists Connectors in a given project and location.

  • connectors.projects.locations.global.providers.connectors.get

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

      Description: Gets details of a single Connector.

      Path: v1/{+name}

      Parameter Order: name

      HTTP Method: GET

      Flat Path: v1/projects/{projectsId}/locations/global/providers/{providersId}/connectors/{connectorsId}

      Parameters:

        name

          Description: Required. Resource name of the form: `projects/*/locations/*/providers/*/connectors/*`

          Required: Yes

          Type: string

          Pattern: ^projects/[^/]+/locations/global/providers/[^/]+/connectors/[^/]+$

          Location: path