Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::SupportedRuntimeFeatures.
Supported runtime features of a connector version. This is passed to the management layer to add a new connector version by the connector developer. Details about how this proto is passed to the management layer is covered in this doc - go/runtime-manifest.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#action_apis
def action_apis() -> ::Boolean
Returns
- (::Boolean) — Specifies if the connector supports action apis like 'executeAction'.
#action_apis=
def action_apis=(value) -> ::Boolean
Parameter
- value (::Boolean) — Specifies if the connector supports action apis like 'executeAction'.
Returns
- (::Boolean) — Specifies if the connector supports action apis like 'executeAction'.
#entity_apis
def entity_apis() -> ::Boolean
Returns
- (::Boolean) — Specifies if the connector supports entity apis like 'createEntity'.
#entity_apis=
def entity_apis=(value) -> ::Boolean
Parameter
- value (::Boolean) — Specifies if the connector supports entity apis like 'createEntity'.
Returns
- (::Boolean) — Specifies if the connector supports entity apis like 'createEntity'.
#sql_query
def sql_query() -> ::Boolean
Returns
- (::Boolean) — Specifies if the connector supports 'ExecuteSqlQuery' operation.
#sql_query=
def sql_query=(value) -> ::Boolean
Parameter
- value (::Boolean) — Specifies if the connector supports 'ExecuteSqlQuery' operation.
Returns
- (::Boolean) — Specifies if the connector supports 'ExecuteSqlQuery' operation.