public sealed class OperationMetadataV1 : IMessage<OperationMetadataV1>, IEquatable<OperationMetadataV1>, IDeepCloneable<OperationMetadataV1>, IBufferMessage, IMessage
Metadata for the given [google.longrunning.Operation][google.longrunning.Operation].
Implements
IMessage<OperationMetadataV1>, IEquatable<OperationMetadataV1>, IDeepCloneable<OperationMetadataV1>, IBufferMessage, IMessageNamespace
Google.Cloud.AppEngine.V1Assembly
Google.Cloud.AppEngine.V1.dll
Constructors
OperationMetadataV1()
public OperationMetadataV1()
OperationMetadataV1(OperationMetadataV1)
public OperationMetadataV1(OperationMetadataV1 other)
Parameter | |
---|---|
Name | Description |
other | OperationMetadataV1 |
Properties
CreateVersionMetadata
public CreateVersionMetadataV1 CreateVersionMetadata { get; set; }
Property Value | |
---|---|
Type | Description |
CreateVersionMetadataV1 |
EndTime
public Timestamp EndTime { get; set; }
Time that this operation completed.
@OutputOnly
Property Value | |
---|---|
Type | Description |
Timestamp |
EphemeralMessage
public string EphemeralMessage { get; set; }
Ephemeral message that may change every time the operation is polled. @OutputOnly
Property Value | |
---|---|
Type | Description |
String |
InsertTime
public Timestamp InsertTime { get; set; }
Time that this operation was created.
@OutputOnly
Property Value | |
---|---|
Type | Description |
Timestamp |
Method
public string Method { get; set; }
API method that initiated this operation. Example:
google.appengine.v1.Versions.CreateVersion
.
@OutputOnly
Property Value | |
---|---|
Type | Description |
String |
MethodMetadataCase
public OperationMetadataV1.MethodMetadataOneofCase MethodMetadataCase { get; }
Property Value | |
---|---|
Type | Description |
OperationMetadataV1.MethodMetadataOneofCase |
Target
public string Target { get; set; }
Name of the resource that this operation is acting on. Example:
apps/myapp/services/default
.
@OutputOnly
Property Value | |
---|---|
Type | Description |
String |
User
public string User { get; set; }
User who requested this operation.
@OutputOnly
Property Value | |
---|---|
Type | Description |
String |
Warning
public RepeatedField<string> Warning { get; }
Durable messages that persist on every operation poll. @OutputOnly
Property Value | |
---|---|
Type | Description |
RepeatedField<String> |