Show / Hide Table of Contents

Class ResourceEvent

The request that is passed to CLH during per-resource events. The request will be sent with update semantics in all cases except for data governance purge events. These events will be sent with delete semantics and the CLH is expected to delete the resource receiving this event.

Inheritance
object
ResourceEvent
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.Appengine.v1alpha.Data
Assembly: Google.Apis.Appengine.v1alpha.dll
Syntax
public class ResourceEvent : IDirectResponseSchema

Properties

ETag

The ETag of the item.

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

EventId

The unique ID for this per-resource event. CLHs can use this value to dedup repeated calls. required

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

Name

The name of the resource for which this event is. required

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

State

The state of the project that led to this event.

Declaration
[JsonProperty("state")]
public virtual ContainerState State { get; set; }
Property Value
Type Description
ContainerState

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX