Class: Google::Cloud::Dataplex::V1::Lake::MetastoreStatus
- Inherits:
-
Object
- Object
- Google::Cloud::Dataplex::V1::Lake::MetastoreStatus
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/dataplex/v1/resources.rb
Overview
Status of Lake and Dataproc Metastore service instance association.
Defined Under Namespace
Modules: State
Instance Attribute Summary collapse
-
#endpoint ⇒ ::String
The URI of the endpoint used to access the Metastore service.
-
#message ⇒ ::String
Additional information about the current status.
-
#state ⇒ ::Google::Cloud::Dataplex::V1::Lake::MetastoreStatus::State
Current state of association.
-
#update_time ⇒ ::Google::Protobuf::Timestamp
Last update time of the metastore status of the lake.
Instance Attribute Details
#endpoint ⇒ ::String
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 102 class MetastoreStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Current state of association. module State # Unspecified. STATE_UNSPECIFIED = 0 # A Metastore service instance is not associated with the lake. NONE = 1 # A Metastore service instance is attached to the lake. READY = 2 # Attach/detach is in progress. UPDATING = 3 # Attach/detach could not be done due to errors. ERROR = 4 end end |
#message ⇒ ::String
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 102 class MetastoreStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Current state of association. module State # Unspecified. STATE_UNSPECIFIED = 0 # A Metastore service instance is not associated with the lake. NONE = 1 # A Metastore service instance is attached to the lake. READY = 2 # Attach/detach is in progress. UPDATING = 3 # Attach/detach could not be done due to errors. ERROR = 4 end end |
#state ⇒ ::Google::Cloud::Dataplex::V1::Lake::MetastoreStatus::State
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 102 class MetastoreStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Current state of association. module State # Unspecified. STATE_UNSPECIFIED = 0 # A Metastore service instance is not associated with the lake. NONE = 1 # A Metastore service instance is attached to the lake. READY = 2 # Attach/detach is in progress. UPDATING = 3 # Attach/detach could not be done due to errors. ERROR = 4 end end |
#update_time ⇒ ::Google::Protobuf::Timestamp
102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 |
# File 'proto_docs/google/cloud/dataplex/v1/resources.rb', line 102 class MetastoreStatus include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Current state of association. module State # Unspecified. STATE_UNSPECIFIED = 0 # A Metastore service instance is not associated with the lake. NONE = 1 # A Metastore service instance is attached to the lake. READY = 2 # Attach/detach is in progress. UPDATING = 3 # Attach/detach could not be done due to errors. ERROR = 4 end end |