Show / Hide Table of Contents

Class OperationMetadataV1Alpha

Metadata for the given google.longrunning.Operation.

Inheritance
object
OperationMetadataV1Alpha
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 OperationMetadataV1Alpha : IDirectResponseSchema

Properties

CreateVersionMetadata

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

ETag

The ETag of the item.

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

EndTime

object representation of EndTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use EndTimeDateTimeOffset instead.")]
public virtual object EndTime { get; set; }
Property Value
Type Description
object

EndTimeDateTimeOffset

DateTimeOffset representation of EndTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? EndTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

EndTimeRaw

Time that this operation completed.@OutputOnly

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

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
string

InsertTime

object representation of InsertTimeRaw.

Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use InsertTimeDateTimeOffset instead.")]
public virtual object InsertTime { get; set; }
Property Value
Type Description
object

InsertTimeDateTimeOffset

DateTimeOffset representation of InsertTimeRaw.

Declaration
[JsonIgnore]
public virtual DateTimeOffset? InsertTimeDateTimeOffset { get; set; }
Property Value
Type Description
DateTimeOffset?

InsertTimeRaw

Time that this operation was created.@OutputOnly

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

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
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
string

User

User who requested this operation.@OutputOnly

Declaration
[JsonProperty("user")]
public virtual string User { get; set; }
Property Value
Type Description
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
IList<string>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX