Resource: EventType
EventType includes fields.
JSON representation |
---|
{ "name": string, "eventTypeId": string, "createTime": string, "updateTime": string, "eventPayloadSchema": string, "entityType": string, "idPath": string, "enrichedEventPayloadSchema": string } |
Fields | |
---|---|
name |
Output only. Resource name of the eventtype. Format: projects/{project}/locations/{location}/providers/{provider}/connectors/{connector}/versions/{version}/eventtypes/{eventtype} Only global location is supported for Connector resource. |
eventTypeId |
Output only. Event type id. Example: |
createTime |
Output only. Created time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
updateTime |
Output only. Updated time. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
eventPayloadSchema |
Output only. Schema of webhook event payload. |
entityType |
Output only. Runtime entity type name. Will be null if entity type map is not available. Used for read before send feature. |
idPath |
Output only. Id path denotes the path of id in webhook payload. |
enrichedEventPayloadSchema |
Output only. Schema of the event payload after enriched. Will be null if read before send is not supported. |
Methods |
|
---|---|
|
Gets details of a single event type. |
|
Lists Event Types in a given Connector Version. |