Reference documentation and code samples for the Connectors V1 API class Google::Cloud::Connectors::V1::ExtractionRule.
Extraction Rule.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#extraction_regex
def extraction_regex() -> ::String
Returns
- (::String) — Regex used to extract backend details from source. If empty, whole source value will be used.
#extraction_regex=
def extraction_regex=(value) -> ::String
Parameter
- value (::String) — Regex used to extract backend details from source. If empty, whole source value will be used.
Returns
- (::String) — Regex used to extract backend details from source. If empty, whole source value will be used.
#source
def source() -> ::Google::Cloud::Connectors::V1::ExtractionRule::Source
Returns
- (::Google::Cloud::Connectors::V1::ExtractionRule::Source) — Source on which the rule is applied.
#source=
def source=(value) -> ::Google::Cloud::Connectors::V1::ExtractionRule::Source
Parameter
- value (::Google::Cloud::Connectors::V1::ExtractionRule::Source) — Source on which the rule is applied.
Returns
- (::Google::Cloud::Connectors::V1::ExtractionRule::Source) — Source on which the rule is applied.