Eventarc v1 API - Class EventType (2.4.0)

public sealed class EventType : IMessage<EventType>, IEquatable<EventType>, IDeepCloneable<EventType>, IBufferMessage, IMessage

Reference documentation and code samples for the Eventarc v1 API class EventType.

A representation of the event type resource.

Inheritance

object > EventType

Namespace

Google.Cloud.Eventarc.V1

Assembly

Google.Cloud.Eventarc.V1.dll

Constructors

EventType()

public EventType()

EventType(EventType)

public EventType(EventType other)
Parameter
NameDescription
otherEventType

Properties

Description

public string Description { get; set; }

Output only. Human friendly description of what the event type is about. For example "Bucket created in Cloud Storage".

Property Value
TypeDescription
string

EventSchemaUri

public string EventSchemaUri { get; set; }
Property Value
TypeDescription
string

FilteringAttributes

public RepeatedField<FilteringAttribute> FilteringAttributes { get; }

Output only. Filtering attributes for the event type.

Property Value
TypeDescription
RepeatedFieldFilteringAttribute

Type

public string Type { get; set; }

Output only. 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.

Property Value
TypeDescription
string