Google Analytics Data V1alpha API - Class Google::Analytics::Data::V1alpha::Filter::StringFilter (v0.8.3)

Reference documentation and code samples for the Google Analytics Data V1alpha API class Google::Analytics::Data::V1alpha::Filter::StringFilter.

The filter for string

Inherits

  • Object

Extended By

  • Google::Protobuf::MessageExts::ClassMethods

Includes

  • Google::Protobuf::MessageExts

Methods

#case_sensitive

def case_sensitive() -> ::Boolean
Returns
  • (::Boolean) — If true, the string value is case sensitive.

#case_sensitive=

def case_sensitive=(value) -> ::Boolean
Parameter
  • value (::Boolean) — If true, the string value is case sensitive.
Returns
  • (::Boolean) — If true, the string value is case sensitive.

#match_type

def match_type() -> ::Google::Analytics::Data::V1alpha::Filter::StringFilter::MatchType
Returns

#match_type=

def match_type=(value) -> ::Google::Analytics::Data::V1alpha::Filter::StringFilter::MatchType
Parameter
Returns

#value

def value() -> ::String
Returns
  • (::String) — The string value used for the matching.

#value=

def value=(value) -> ::String
Parameter
  • value (::String) — The string value used for the matching.
Returns
  • (::String) — The string value used for the matching.