Show / Hide Table of Contents

Class OperationMetadataV1Alpha

Metadata for the given google.longrunning.Operation.

Inheritance
System.Object
OperationMetadataV1Alpha
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class OperationMetadataV1Alpha : IDirectResponseSchema

Properties

CreateVersionMetadata

Declaration
[JsonProperty("createVersionMetadata")]
public virtual CreateVersionMetadataV1Alpha CreateVersionMetadata { get; set; }
Property Value
Type Description
CreateVersionMetadataV1Alpha

EndTime

Time that this operation completed.@OutputOnly

Declaration
[JsonProperty("endTime")]
public virtual object EndTime { get; set; }
Property Value
Type Description
System.Object

EphemeralMessage

Ephemeral message that may change every time the operation is polled. @OutputOnly

Declaration
[JsonProperty("ephemeralMessage")]
public virtual string EphemeralMessage { get; set; }
Property Value
Type Description
System.String

ETag

The ETag of the item.

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

InsertTime

Time that this operation was created.@OutputOnly

Declaration
[JsonProperty("insertTime")]
public virtual object InsertTime { get; set; }
Property Value
Type Description
System.Object

Method

API method that initiated this operation. Example: google.appengine.v1alpha.Versions.CreateVersion.@OutputOnly

Declaration
[JsonProperty("method")]
public virtual string Method { get; set; }
Property Value
Type Description
System.String

Target

Name of the resource that this operation is acting on. Example: apps/myapp/services/default.@OutputOnly

Declaration
[JsonProperty("target")]
public virtual string Target { get; set; }
Property Value
Type Description
System.String

User

User who requested this operation.@OutputOnly

Declaration
[JsonProperty("user")]
public virtual string User { get; set; }
Property Value
Type Description
System.String

Warning

Durable messages that persist on every operation poll. @OutputOnly

Declaration
[JsonProperty("warning")]
public virtual IList<string> Warning { get; set; }
Property Value
Type Description
System.Collections.Generic.IList<System.String>

Implements

IDirectResponseSchema
In This Article
Back to top