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.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.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 |