Class OperationMetadataV1
Metadata for the given google.longrunning.Operation.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1beta.Data
Assembly: Google.Apis.Appengine.v1beta.dll
Syntax
public class OperationMetadataV1 : IDirectResponseSchema
Properties
CreateVersionMetadata
Declaration
[JsonProperty("createVersionMetadata")]
public virtual CreateVersionMetadataV1 CreateVersionMetadata { get; set; }
Property Value
Type | Description |
---|---|
CreateVersionMetadataV1 |
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.v1.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> |