Connectors V1 API - Class Google::Cloud::Connectors::V1::ExtractionRule (v0.1.0)

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

#source=

def source=(value) -> ::Google::Cloud::Connectors::V1::ExtractionRule::Source
Parameter
Returns