ResourceStatus(mapping=None, *, ignore_unknown_fields=False, **kwargs)
Status of the resource referenced by an asset.
Attributes | |
---|---|
Name | Description |
state |
google.cloud.dataplex_v1.types.Asset.ResourceStatus.State
The current state of the managed resource. |
message |
str
Additional information about the current state. |
update_time |
google.protobuf.timestamp_pb2.Timestamp
Last update time of the status. |
Classes
State
State(value)
The state of a resource.
Values: STATE_UNSPECIFIED (0): State unspecified. READY (1): Resource does not have any errors. ERROR (2): Resource has errors.