REST Resource: projects.locations.instances.events Stay organized with collections Save and categorize content based on your preferences.
Resource: Event
Event is a resource that contains information about a telemetry event.
| JSON representation |
|---|
{"name":string,"udm":{object ( |
| Fields | |
|---|---|
name |
The resource name of the event. Format: projects/{project}/locations/{location}/instances/{instance}/events/{event} where 'event' is URL-encoded Base64. The unencoded value of 'event' can also be found in udm.metadata.id. |
udm |
Event data in UDM format. |
Methods | |
|---|---|
| Gets a batch (list) of events given a list of names and a parent. |
| Gets the enriched event for a given event id. |
| Gets an event given a name. |
| ImportEvents import the events. |
Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-11-13 UTC.