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
- (::Google::Analytics::Data::V1alpha::Filter::StringFilter::MatchType) — The match type for this filter.
#match_type=
def match_type=(value) -> ::Google::Analytics::Data::V1alpha::Filter::StringFilter::MatchType
Parameter
- value (::Google::Analytics::Data::V1alpha::Filter::StringFilter::MatchType) — The match type for this filter.
Returns
- (::Google::Analytics::Data::V1alpha::Filter::StringFilter::MatchType) — The match type for this filter.
#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.