App Engine v1 API - Class OperationMetadataV1 (2.3.0)

public sealed class OperationMetadataV1 : IMessage<OperationMetadataV1>, IEquatable<OperationMetadataV1>, IDeepCloneable<OperationMetadataV1>, IBufferMessage, IMessage

Reference documentation and code samples for the App Engine v1 API class OperationMetadataV1.

Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].

Inheritance

object > OperationMetadataV1

Namespace

Google.Cloud.AppEngine.V1

Assembly

Google.Cloud.AppEngine.V1.dll

Constructors

OperationMetadataV1()

public OperationMetadataV1()

OperationMetadataV1(OperationMetadataV1)

public OperationMetadataV1(OperationMetadataV1 other)
Parameter
NameDescription
otherOperationMetadataV1

Properties

CreateVersionMetadata

public CreateVersionMetadataV1 CreateVersionMetadata { get; set; }
Property Value
TypeDescription
CreateVersionMetadataV1

EndTime

public Timestamp EndTime { get; set; }

Time that this operation completed.

@OutputOnly

Property Value
TypeDescription
Timestamp

EphemeralMessage

public string EphemeralMessage { get; set; }

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

Property Value
TypeDescription
string

InsertTime

public Timestamp InsertTime { get; set; }

Time that this operation was created.

@OutputOnly

Property Value
TypeDescription
Timestamp

Method

public string Method { get; set; }

API method that initiated this operation. Example: google.appengine.v1.Versions.CreateVersion.

@OutputOnly

Property Value
TypeDescription
string

MethodMetadataCase

public OperationMetadataV1.MethodMetadataOneofCase MethodMetadataCase { get; }
Property Value
TypeDescription
OperationMetadataV1MethodMetadataOneofCase

Target

public string Target { get; set; }

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

@OutputOnly

Property Value
TypeDescription
string

User

public string User { get; set; }

User who requested this operation.

@OutputOnly

Property Value
TypeDescription
string

Warning

public RepeatedField<string> Warning { get; }

Durable messages that persist on every operation poll. @OutputOnly

Property Value
TypeDescription
RepeatedFieldstring