ListIntegrationsResponse

Response for integrations.list.

JSON representation
{
  "integrations": [
    {
      object (Integration)
    }
  ],
  "nextPageToken": string
}
Fields
integrations[]

object (Integration)

The integrations which match the request.

nextPageToken

string

The next page token for the response.

Integration

The integration definition.

JSON representation
{
  "name": string,
  "description": string,
  "updateTime": string,
  "active": boolean
}
Fields
name

string

Required. The resource name of the integration.

description

string

Optional.

updateTime

string (Timestamp format)

Output only. Auto-generated.

A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: "2014-10-02T15:01:23Z" and "2014-10-02T15:01:23.045123456Z".

active

boolean

Required. If any integration version is published.