public sealed class AsyncModelMetadata : IMessage<AsyncModelMetadata>, IEquatable<AsyncModelMetadata>, IDeepCloneable<AsyncModelMetadata>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Optimization v1 API class AsyncModelMetadata.
The long running operation metadata for async model related methods.
Implements
IMessageAsyncModelMetadata, IEquatableAsyncModelMetadata, IDeepCloneableAsyncModelMetadata, 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 |
AsyncModelMetadataTypesState |
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 |