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,
 "creatorEmail": string,
 "lastModifierEmail": string,
 "createTime": string
}
Fields
name

string

Required. The resource name of the integration.

description

string

Optional.

updateTime

string (Timestamp format)

Output only. Auto-generated.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014年10月02日T15:01:23Z", "2014年10月02日T15:01:23.045123456Z" or "2014年10月02日T15:01:23+05:30".

active

boolean

Required. If any integration version is published.

creatorEmail

string

Output only. The creator's email address. Generated based on the End User Credentials/LOAS role of the user making the call.

lastModifierEmail

string

Required. The last modifier of this integration

createTime

string (Timestamp format)

Required. Output only. Auto-generated.

Uses RFC 3339, where generated output will always be Z-normalized and use 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: "2014年10月02日T15:01:23Z", "2014年10月02日T15:01:23.045123456Z" or "2014年10月02日T15:01:23+05:30".

Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025年08月22日 UTC.