2025-12-12
▼ ▲ developerconnect.projects.locations.accountConnectors.users.finishOAuthFlow
Scopes : https://www.googleapis.com/auth/cloud-platform
Description : Finishes OAuth flow for an account connector.
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}/users:finishOAuthFlow
Path : v1/{+accountConnector}/users:finishOAuthFlow
Parameter Order : accountConnector
Parameters :
oauthParams.code
Type : string
Description : Required. The code to be used for getting the token from SCM provider.
Location : query
googleOauthParams.versionInfo
Location : query
Description : Optional. The version info returned by Google OAuth flow.
Type : string
oauthParams.ticket
Location : query
Description : Required. The ticket to be used for post processing the callback from SCM provider.
Type : string
googleOauthParams.ticket
Type : string
Description : Required. The ticket to be used for post processing the callback from Google OAuth flow.
Location : query
googleOauthParams.scopes
Repeated : Yes
Type : string
Location : query
Description : Required. The scopes returned by Google OAuth flow.
accountConnector
Description : Required. The resource name of the AccountConnector in the format `projects/*/locations/*/accountConnectors/*`.
Required : Yes
Type : string
Location : path
Pattern : ^projects/[^/]+/locations/[^/]+/accountConnectors/[^/]+$
HTTP Method : GET
▼ ▲ developerconnect.projects.locations.accountConnectors.users.startOAuthFlow
Parameters :
accountConnector
Type : string
Description : Required. The resource name of the AccountConnector in the format `projects/*/locations/*/accountConnectors/*`.
Pattern : ^projects/[^/]+/locations/[^/]+/accountConnectors/[^/]+$
Required : Yes
Location : path
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/accountConnectors/{accountConnectorsId}/users:startOAuthFlow
Description : Starts OAuth flow for an account connector.
Path : v1/{+accountConnector}/users:startOAuthFlow
HTTP Method : GET
Parameter Order : accountConnector
▼ ▲ developerconnect.projects.locations.insightsConfigs.deploymentEvents.get
HTTP Method : GET
Parameter Order : name
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/insightsConfigs/{insightsConfigsId}/deploymentEvents/{deploymentEventsId}
Scopes : https://www.googleapis.com/auth/cloud-platform
Path : v1/{+name}
Description : Gets a single Deployment Event.
Parameters :
name
Description : Required. The name of the deployment event to retrieve. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}/deploymentEvents/{uuid}
Pattern : ^projects/[^/]+/locations/[^/]+/insightsConfigs/[^/]+/deploymentEvents/[^/]+$
Type : string
Location : path
Required : Yes
▼ ▲ developerconnect.projects.locations.insightsConfigs.deploymentEvents.list
Scopes : https://www.googleapis.com/auth/cloud-platform
Parameters :
parent
Location : path
Required : Yes
Pattern : ^projects/[^/]+/locations/[^/]+/insightsConfigs/[^/]+$
Description : Required. The parent insights config that owns this collection of deployment events. Format: projects/{project}/locations/{location}/insightsConfigs/{insights_config}
Type : string
pageToken
Type : string
Description : Optional. A page token, received from a previous `ListDeploymentEvents` call. Provide this to retrieve the subsequent page. When paginating, all other parameters provided to `ListDeploymentEvents` must match the call that provided the page token.
Location : query
pageSize
Format : int32
Type : integer
Location : query
Description : Optional. The maximum number of deployment events to return. The service may return fewer than this value. If unspecified, at most 50 deployment events will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000.
filter
Description : Optional. Filter expression that matches a subset of the DeploymentEvents. https://google.aip.dev/160.
Type : string
Location : query
Flat Path : v1/projects/{projectsId}/locations/{locationsId}/insightsConfigs/{insightsConfigsId}/deploymentEvents
Description : Lists Deployment Events in a given insights config.
Path : v1/{+parent}/deploymentEvents
HTTP Method : GET
Parameter Order : parent