Class OperationMetadataV1
Metadata for the given google.longrunning.Operation.
Implements
Inherited Members
Namespace: Google.Apis.Appengine.v1.Data
Assembly: Google.Apis.Appengine.v1.dll
Syntax
public class OperationMetadataV1 : IDirectResponseSchema
Properties
CreateVersionMetadata
Declaration
[JsonProperty("createVersionMetadata")]
public virtual CreateVersionMetadataV1 CreateVersionMetadata { get; set; }
Property Value
| Type | Description |
|---|---|
| CreateVersionMetadataV1 |
EndTime
Time that this operation completed.@OutputOnly
Declaration
[JsonProperty("endTime")]
public virtual object EndTime { get; set; }
Property Value
| Type | Description |
|---|---|
| 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 |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
InsertTime
Time that this operation was created.@OutputOnly
Declaration
[JsonProperty("insertTime")]
public virtual object InsertTime { get; set; }
Property Value
| Type | Description |
|---|---|
| object |
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> |