Developer Connect API (developerconnect:v1)

2025-03-26

10 new methods | 1 updated method

Additions

    Methods
  • developerconnect.projects.locations.accountConnectors.list

      Path : v1/{+parent}/accountConnectors

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

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Parent value for ListAccountConnectorsRequest

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return.

          Location : query

          Type : string

        filter

          Description : Optional. Filtering results

          Location : query

          Type : string

        orderBy

          Description : Optional. Hint for how to order the results

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Lists AccountConnectors in a given project and location.

  • developerconnect.projects.locations.accountConnectors.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the resource

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Gets details of a single AccountConnector.

  • developerconnect.projects.locations.accountConnectors.create

      Path : v1/{+parent}/accountConnectors

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

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Location resource name as the account_connector’s parent.

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

          Location : path

          Required : Yes

          Type : string

        accountConnectorId

          Description : Required. The ID to use for the AccountConnector, which will become the final component of the AccountConnector's resource name. Its format should adhere to https://google.aip.dev/122#resource-id-segments Names must be unique per-project per-location.

          Location : query

          Type : string

        requestId

          Description : Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

        validateOnly

          Description : Optional. If set, validate the request, but do not actually post it.

          Location : query

          Type : boolean

      Parameter Order : parent

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

      Description : Creates a new AccountConnector in a given project and location.

  • developerconnect.projects.locations.accountConnectors.patch

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Identifier. The resource name of the userConnection, in the format `projects/{project}/locations/{location}/accountConnectors/{account_connector_id}`.

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

          Location : path

          Required : Yes

          Type : string

        updateMask

          Description : Optional. The list of fields to be updated.

          Location : query

          Type : string

          Format : google-fieldmask

        requestId

          Description : Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes since the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

        allowMissing

          Description : Optional. If set to true, and the userConnection is not found a new userConnection will be created. In this situation `update_mask` is ignored. The creation will succeed only if the input userConnection has all the necessary

          Location : query

          Type : boolean

        validateOnly

          Description : Optional. If set, validate the request, but do not actually post it.

          Location : query

          Type : boolean

      Parameter Order : name

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

      Description : Updates the parameters of a single AccountConnector.

  • developerconnect.projects.locations.accountConnectors.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the resource

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

          Location : path

          Required : Yes

          Type : string

        requestId

          Description : Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

        validateOnly

          Description : Optional. If set, validate the request, but do not actually post it.

          Location : query

          Type : boolean

        etag

          Description : Optional. The current etag of the AccountConnectorn. If an etag is provided and does not match the current etag of the AccountConnector, deletion will be blocked and an ABORTED error will be returned.

          Location : query

          Type : string

        force

          Description : Optional. If set to true, any Users from this AccountConnector will also be deleted. (Otherwise, the request will only work if the AccountConnector has no Users.)

          Location : query

          Type : boolean

      Parameter Order : name

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

      Description : Deletes a single AccountConnector.

  • developerconnect.projects.locations.accountConnectors.users.fetchAccessToken

      Path : v1/{+accountConnector}/users:fetchAccessToken

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}/users:fetchAccessToken

      HTTP Method : POST

      Parameters :

        accountConnector

          Description : Required. The resource name of the AccountConnector in the format `projects/*/locations/*/accountConnectors/*`.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : accountConnector

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

      Description : Fetches OAuth access token based on end user credentials.

  • developerconnect.projects.locations.accountConnectors.users.list

      Path : v1/{+parent}/users

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}/users

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Parent value for ListUsersRequest

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

          Location : path

          Required : Yes

          Type : string

        pageSize

          Description : Optional. Requested page size. Server may return fewer items than requested. If unspecified, server will pick an appropriate default.

          Location : query

          Type : integer

          Format : int32

        pageToken

          Description : Optional. A token identifying a page of results the server should return.

          Location : query

          Type : string

        filter

          Description : Optional. Filtering results

          Location : query

          Type : string

        orderBy

          Description : Optional. Hint for how to order the results

          Location : query

          Type : string

      Parameter Order : parent

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

      Description : Lists Users in a given project, location, and account_connector.

  • developerconnect.projects.locations.accountConnectors.users.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}/users/{usersId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the resource

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

          Location : path

          Required : Yes

          Type : string

        requestId

          Description : Optional. An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. The server will guarantee that for at least 60 minutes after the first request. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported (00000000-0000-0000-0000-000000000000).

          Location : query

          Type : string

        validateOnly

          Description : Optional. If set, validate the request, but do not actually post it.

          Location : query

          Type : boolean

        etag

          Description : Optional. This checksum is computed by the server based on the value of other fields, and may be sent on update and delete requests to ensure the client has an up-to-date value before proceeding.

          Location : query

          Type : string

      Parameter Order : name

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

      Description : Deletes a single User.

  • developerconnect.projects.locations.accountConnectors.users.fetchSelf

      Path : v1/{+name}/users:fetchSelf

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}/users:fetchSelf

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the AccountConnector resource

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Fetches the User of the user themselves.

  • developerconnect.projects.locations.accountConnectors.users.deleteSelf

      Path : v1/{+name}/users:deleteSelf

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}/users:deleteSelf

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Name of the AccountConnector resource

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Delete the User of the user themselves.

Updates

    Methods
  • developerconnect.projects.locations.list

      Parameters :

        extraLocationTypes

          Description : Optional. A list of extra location types that should be used as conditions for controlling the visibility of the locations.

          Location : query

          Repeated : Yes

          Type : string