Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ConnectionStatus.
ConnectionStatus indicates the state of the connection.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#description
def description() -> ::String
Returns
- (::String) — Description.
#description=
def description=(value) -> ::String
Parameter
- value (::String) — Description.
Returns
- (::String) — Description.
#state
def state() -> ::Google::Cloud::Connectors::V1::ConnectionStatus::State
Returns
#state=
def state=(value) -> ::Google::Cloud::Connectors::V1::ConnectionStatus::State
Parameter
- value (::Google::Cloud::Connectors::V1::ConnectionStatus::State) — State.
Returns
#status
def status() -> ::String
Returns
- (::String) — Status provides detailed information for the state.
#status=
def status=(value) -> ::String
Parameter
- value (::String) — Status provides detailed information for the state.
Returns
- (::String) — Status provides detailed information for the state.