Class: Google::Cloud::Connectors::V1::SupportedRuntimeFeatures
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::SupportedRuntimeFeatures
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connector_version.rb
Overview
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.
Instance Attribute Summary collapse
-
#action_apis ⇒ ::Boolean
Specifies if the connector supports action apis like 'executeAction'.
-
#entity_apis ⇒ ::Boolean
Specifies if the connector supports entity apis like 'createEntity'.
-
#sql_query ⇒ ::Boolean
Specifies if the connector supports 'ExecuteSqlQuery' operation.
Instance Attribute Details
#action_apis ⇒ ::Boolean
Returns Specifies if the connector supports action apis like 'executeAction'.
152 153 154 155 |
# File 'proto_docs/google/cloud/connectors/v1/connector_version.rb', line 152 class SupportedRuntimeFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#entity_apis ⇒ ::Boolean
Returns Specifies if the connector supports entity apis like 'createEntity'.
152 153 154 155 |
# File 'proto_docs/google/cloud/connectors/v1/connector_version.rb', line 152 class SupportedRuntimeFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#sql_query ⇒ ::Boolean
Returns Specifies if the connector supports 'ExecuteSqlQuery' operation.
152 153 154 155 |
# File 'proto_docs/google/cloud/connectors/v1/connector_version.rb', line 152 class SupportedRuntimeFeatures include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |