Developer Connect API (developerconnect:v1)

2025-06-04

5 new methods

Additions

    Methods
  • developerconnect.projects.locations.insightsConfigs.list

      Path : v1/{+parent}/insightsConfigs

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

      HTTP Method : GET

      Parameters :

        parent

          Description : Required. Parent value for ListInsightsConfigsRequest.

          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. See https://google.aip.dev/160 for more details. Filter string, adhering to the rules in https://google.aip.dev/160. List only InsightsConfigs matching the filter. If filter is empty, all InsightsConfigs are listed.

          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 InsightsConfigs in a given project and location.

  • developerconnect.projects.locations.insightsConfigs.create

      Path : v1/{+parent}/insightsConfigs

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

      HTTP Method : POST

      Parameters :

        parent

          Description : Required. Value for parent.

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

          Location : path

          Required : Yes

          Type : string

        insightsConfigId

          Description : Required. ID of the requesting InsightsConfig.

          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 InsightsConfig in a given project and location.

  • developerconnect.projects.locations.insightsConfigs.get

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/insightsConfigs/{insightsConfigsId}

      HTTP Method : GET

      Parameters :

        name

          Description : Required. Name of the resource.

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

          Location : path

          Required : Yes

          Type : string

      Parameter Order : name

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

      Description : Gets details of a single Insight.

  • developerconnect.projects.locations.insightsConfigs.patch

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/insightsConfigs/{insightsConfigsId}

      HTTP Method : PATCH

      Parameters :

        name

          Description : Identifier. The name of the InsightsConfig. Format: projects/{project}/locations/{location}/insightsConfigs/{insightsConfig}

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

          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

        allowMissing

          Description : Optional. If set to true, and the insightsConfig is not found a new insightsConfig will be created. In this situation `update_mask` is ignored. The creation will succeed only if the input insightsConfig has all the necessary information (e.g a github_config with both user_oauth_token and installation_id properties).

          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 InsightsConfig.

  • developerconnect.projects.locations.insightsConfigs.delete

      Path : v1/{+name}

      Flat Path : v1/projects/{projectsId}/locations/{locationsId}/insightsConfigs/{insightsConfigsId}

      HTTP Method : DELETE

      Parameters :

        name

          Description : Required. Value for parent.

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

          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 : Delete a single Insight.