Cloud Dataplex v1 API - Class Asset.Types.ResourceStatus (2.14.0)

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

Reference documentation and code samples for the Cloud Dataplex v1 API class Asset.Types.ResourceStatus.

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(ResourceStatus)

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

Properties

ManagedAccessIdentity

public string ManagedAccessIdentity { get; set; }

Output only. Service account associated with the BigQuery Connection.

Property Value
TypeDescription
string

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
AssetTypesResourceStatusTypesState

UpdateTime

public Timestamp UpdateTime { get; set; }

Last update time of the status.

Property Value
TypeDescription
Timestamp