Class: Google::Cloud::Connectors::V1::ExtractionRule::Source

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#field_id::String

Returns Field identifier. For example config vaiable name.

Returns:

  • (::String)

    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