Show / Hide Table of Contents

Class EventType

A representation of the event type resource.

Inheritance
object
EventType
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Eventarc.v1.Data
Assembly: Google.Apis.Eventarc.v1.dll
Syntax
public class EventType : IDirectResponseSchema

Properties

Description

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

Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventSchemaUri

Output only. URI for the event schema. For example "https://github.com/googleapis/google-cloudevents/blob/master/proto/google/events/cloud/storage/v1/events.proto"

Declaration
[JsonProperty("eventSchemaUri")]
public virtual string EventSchemaUri { get; set; }
Property Value
Type Description
string

FilteringAttributes

Output only. Filtering attributes for the event type.

Declaration
[JsonProperty("filteringAttributes")]
public virtual IList<FilteringAttribute> FilteringAttributes { get; set; }
Property Value
Type Description
IList<FilteringAttribute>

Type

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.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX