public sealed class AsyncModelMetadata : IMessage<AsyncModelMetadata>, IEquatable<AsyncModelMetadata>, IDeepCloneable<AsyncModelMetadata>, IBufferMessage, IMessageThe long running operation metadata for async model related methods.
Implements
IMessage<AsyncModelMetadata>, IEquatable<AsyncModelMetadata>, IDeepCloneable<AsyncModelMetadata>, IBufferMessage, IMessageNamespace
Google.Cloud.Optimization.V1Assembly
Google.Cloud.Optimization.V1.dll
Constructors
AsyncModelMetadata()
public AsyncModelMetadata()AsyncModelMetadata(AsyncModelMetadata)
public AsyncModelMetadata(AsyncModelMetadata other)| Parameter | |
|---|---|
| Name | Description | 
| other | AsyncModelMetadata | 
Properties
CreateTime
public Timestamp CreateTime { get; set; }The creation time of the operation.
| Property Value | |
|---|---|
| Type | Description | 
| Timestamp | |
State
public AsyncModelMetadata.Types.State State { get; set; }The state of the current operation.
| Property Value | |
|---|---|
| Type | Description | 
| AsyncModelMetadata.Types.State | |
StateMessage
public string StateMessage { get; set; }A message providing more details about the current state of the operation. For example, the error message if the operation is failed.
| Property Value | |
|---|---|
| Type | Description | 
| String | |
UpdateTime
public Timestamp UpdateTime { get; set; }The last update time of the operation.
| Property Value | |
|---|---|
| Type | Description | 
| Timestamp | |