type property

String? type
getter/setter pair

The full name of the event type (for example, "google.cloud.storage.object.v1.finalized").

In the form of {provider-specific-prefix}.{resource}.{version}.{verb}. Types MUST be versioned and event schemas are guaranteed to remain backward compatible within one version. Note that event type versions and API versions do not need to match.

Output only.

Implementation

core.String? type;