Class: Google::Cloud::Dataplex::V1::Asset::ResourceStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Asset::ResourceStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Status of the resource referenced by an asset.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#managed_access_identity ⇒ ::String
readonly
Output only.
-
#message ⇒ ::String
Additional information about the current state.
-
#state ⇒ ::Google::Cloud::Dataplex::V1::Asset::ResourceStatus::State
The current state of the managed resource.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Last update time of the status.
Instance Attribute Details
#managed_access_identity ⇒ ::String (readonly)
Returns Output only. Service account associated with the BigQuery Connection.
730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 730 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of a resource. module State # State unspecified. STATE_UNSPECIFIED = 0 # Resource does not have any errors. READY = 1 # Resource has errors. ERROR = 2 end end |
#message ⇒ ::String
Returns Additional information about the current state.
730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 730 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of a resource. module State # State unspecified. STATE_UNSPECIFIED = 0 # Resource does not have any errors. READY = 1 # Resource has errors. ERROR = 2 end end |
#state ⇒ ::Google::Cloud::Dataplex::V1::Asset::ResourceStatus::State
Returns The current state of the managed resource.
730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 730 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of a resource. module State # State unspecified. STATE_UNSPECIFIED = 0 # Resource does not have any errors. READY = 1 # Resource has errors. ERROR = 2 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp
Returns Last update time of the status.
730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 730 class ResourceStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # The state of a resource. module State # State unspecified. STATE_UNSPECIFIED = 0 # Resource does not have any errors. READY = 1 # Resource has errors. ERROR = 2 end end |