Connectors V1 API - Class Google::Cloud::Connectors::V1::ConnectionStatus (v0.1.0)

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

#state=

def state=(value) -> ::Google::Cloud::Connectors::V1::ConnectionStatus::State

#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.