Connectors API (connectors:v2)

2023-09-15

2 new methods | 2 updated methods

Additions

    Methods
  • connectors.projects.locations.connections.entityTypes.get

      Path : v2/{+name}

      HTTP Method : GET

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/entityTypes/{entityTypesId}

      Description : Gets metadata of given entity type

      Parameter Order : name

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

      Parameters :

        name

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

          Location : path

          Description : Required. Resource name of the Entity Type. Format: projects/{project}/locations/{location}/connections/{connection}/entityTypes/{entityType}

          Type : string

          Required : Yes

  • connectors.projects.locations.connections.actions.get

      Parameters :

        name

          Type : string

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

          Description : Required. Resource name of the Action. Format: projects/{project}/locations/{location}/connections/{connection}/actions/{action}

          Location : path

          Required : Yes

      HTTP Method : GET

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

      Description : Gets the schema of the given action.

      Flat Path : v2/projects/{projectsId}/locations/{locationsId}/connections/{connectionsId}/actions/{actionsId}

      Path : v2/{+name}

      Parameter Order : name

Updates

    Methods
  • connectors.projects.locations.connections.entityTypes.list

      Parameters :

        view

          Type : string

          Enum Descriptions :

        • VIEW_UNSPECIFIED. The unset value. Defaults to FULL View.
        • Return only entity type names.
        • Return entity types with schema
        • Location : query

          Enum :

        • ENTITY_TYPE_VIEW_UNSPECIFIED
        • ENTITY_TYPE_VIEW_BASIC
        • ENTITY_TYPE_VIEW_FULL
        • Description : Specifies which fields of the Entity Type are returned in the response.

  • connectors.projects.locations.connections.actions.list

      Parameters :

        view

          Type : string

          Location : query

          Enum Descriptions :

        • VIEW_UNSPECIFIED. The unset value Defaults to FULL View.
        • Return only action names.
        • Return actions with schema.
        • Enum :

        • ACTION_VIEW_UNSPECIFIED
        • ACTION_VIEW_BASIC
        • ACTION_VIEW_FULL
        • Description : Specifies which fields of the Action are returned in the response.