Class: Google::Cloud::Dataplex::V1::Lake::MetastoreStatus

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#endpoint::String

Returns The URI of the endpoint used to access the Metastore service.

Returns:

  • (::String)

    The URI of the endpoint used to access the Metastore service.



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

Returns Additional information about the current status.

Returns:

  • (::String)

    Additional information about the current status.



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

Returns Current state of association.

Returns:



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

Returns Last update time of the metastore status of the lake.

Returns:



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