Class: Google::Cloud::Connectors::V1::ExtractionRule::Source
- Inherits:
-
Object
- Object
- Google::Cloud::Connectors::V1::ExtractionRule::Source
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/connectors/v1/connector_version.rb
Overview
Source to extract the backend from.
Instance Attribute Summary collapse
-
#field_id ⇒ ::String
Field identifier.
-
#source_type ⇒ ::Google::Cloud::Connectors::V1::ExtractionRule::SourceType
Type of the source.
Instance Attribute Details
#field_id ⇒ ::String
Returns Field identifier. For example config vaiable name.
205 206 207 208 |
# File 'proto_docs/google/cloud/connectors/v1/connector_version.rb', line 205 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#source_type ⇒ ::Google::Cloud::Connectors::V1::ExtractionRule::SourceType
Returns Type of the source.
205 206 207 208 |
# File 'proto_docs/google/cloud/connectors/v1/connector_version.rb', line 205 class Source include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |