Class: Google::Analytics::Admin::V1alpha::AudienceDimensionOrMetricFilter::StringFilter

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/audience.rb

Overview

A filter for a string-type dimension that matches a particular pattern.

Defined Under Namespace

Modules: MatchType

Instance Attribute Summary collapse

Instance Attribute Details

#case_sensitive::Boolean



91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 91

class StringFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The match type for the string filter.
  module MatchType
    # Unspecified
    MATCH_TYPE_UNSPECIFIED = 0

    # Exact match of the string value.
    EXACT = 1

    # Begins with the string value.
    BEGINS_WITH = 2

    # Ends with the string value.
    ENDS_WITH = 3

    # Contains the string value.
    CONTAINS = 4

    # Full regular expression matches with the string value.
    FULL_REGEXP = 5
  end
end

#match_type::Google::Analytics::Admin::V1alpha::AudienceDimensionOrMetricFilter::StringFilter::MatchType



91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 91

class StringFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The match type for the string filter.
  module MatchType
    # Unspecified
    MATCH_TYPE_UNSPECIFIED = 0

    # Exact match of the string value.
    EXACT = 1

    # Begins with the string value.
    BEGINS_WITH = 2

    # Ends with the string value.
    ENDS_WITH = 3

    # Contains the string value.
    CONTAINS = 4

    # Full regular expression matches with the string value.
    FULL_REGEXP = 5
  end
end

#value::String



91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
# File 'proto_docs/google/analytics/admin/v1alpha/audience.rb', line 91

class StringFilter
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods

  # The match type for the string filter.
  module MatchType
    # Unspecified
    MATCH_TYPE_UNSPECIFIED = 0

    # Exact match of the string value.
    EXACT = 1

    # Begins with the string value.
    BEGINS_WITH = 2

    # Ends with the string value.
    ENDS_WITH = 3

    # Contains the string value.
    CONTAINS = 4

    # Full regular expression matches with the string value.
    FULL_REGEXP = 5
  end
end