Cloud Optimization v1 API - Class AsyncModelMetadata (2.6.0)

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.

Inheritance

object > AsyncModelMetadata

Namespace

Google.Cloud.Optimization.V1

Assembly

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