Class Asset.Types.ResourceStatus (2.0.0)

public sealed class ResourceStatus : IMessage<Asset.Types.ResourceStatus>, IEquatable<Asset.Types.ResourceStatus>, IDeepCloneable<Asset.Types.ResourceStatus>, IBufferMessage, IMessage

Status of the resource referenced by an asset.

Inheritance

Object > Asset.Types.ResourceStatus

Namespace

Google.Cloud.Dataplex.V1

Assembly

Google.Cloud.Dataplex.V1.dll

Constructors

ResourceStatus()

public ResourceStatus()

ResourceStatus(Asset.Types.ResourceStatus)

public ResourceStatus(Asset.Types.ResourceStatus other)
Parameter
NameDescription
otherAsset.Types.ResourceStatus

Properties

Message

public string Message { get; set; }

Additional information about the current state.

Property Value
TypeDescription
String

State

public Asset.Types.ResourceStatus.Types.State State { get; set; }

The current state of the managed resource.

Property Value
TypeDescription
Asset.Types.ResourceStatus.Types.State

UpdateTime

public Timestamp UpdateTime { get; set; }

Last update time of the status.

Property Value
TypeDescription
Timestamp