Show / Hide Table of Contents

Class ProjectEvent

The request sent to CLHs during project events.

Inheritance
object
ProjectEvent
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 ProjectEvent : 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 project 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

Phase

Phase indicates when in the container event propagation this event is being communicated. Events are sent before and after the per-resource events are propagated. required

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

ProjectMetadata

The projects metadata for this project. required

Declaration
[JsonProperty("projectMetadata")]
public virtual ProjectsMetadata ProjectMetadata { get; set; }
Property Value
Type Description
ProjectsMetadata

State

The state of the organization 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