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.
Implements
IMessageAssetTypesResourceStatus, IEquatableAssetTypesResourceStatus, IDeepCloneableAssetTypesResourceStatus, IBufferMessage, IMessageNamespace
Google.Cloud.Dataplex.V1Assembly
Google.Cloud.Dataplex.V1.dll
Constructors
ResourceStatus()
public ResourceStatus()
ResourceStatus(ResourceStatus)
public ResourceStatus(Asset.Types.ResourceStatus other)
Parameter | |
---|---|
Name | Description |
other | AssetTypesResourceStatus |
Properties
ManagedAccessIdentity
public string ManagedAccessIdentity { get; set; }
Output only. Service account associated with the BigQuery Connection.
Property Value | |
---|---|
Type | Description |
string |
Message
public string Message { get; set; }
Additional information about the current state.
Property Value | |
---|---|
Type | Description |
string |
State
public Asset.Types.ResourceStatus.Types.State State { get; set; }
The current state of the managed resource.
Property Value | |
---|---|
Type | Description |
AssetTypesResourceStatusTypesState |
UpdateTime
public Timestamp UpdateTime { get; set; }
Last update time of the status.
Property Value | |
---|---|
Type | Description |
Timestamp |