Class: Google::Analytics::Admin::V1alpha::ChannelGroupFilter
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ChannelGroupFilter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/channel_group.rb
Overview
A specific filter for a single dimension.
Defined Under Namespace
Classes: InListFilter, StringFilter
Instance Attribute Summary collapse
-
#field_name ⇒ ::String
Required.
-
#in_list_filter ⇒ ::Google::Analytics::Admin::V1alpha::ChannelGroupFilter::InListFilter
A filter for a string dimension that matches a particular list of options.
-
#string_filter ⇒ ::Google::Analytics::Admin::V1alpha::ChannelGroupFilter::StringFilter
A filter for a string-type dimension that matches a particular pattern.
Instance Attribute Details
#field_name ⇒ ::String
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 39 class ChannelGroupFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Filter where the field value is a String. The match is case insensitive. # @!attribute [rw] match_type # @return [::Google::Analytics::Admin::V1alpha::ChannelGroupFilter::StringFilter::MatchType] # Required. The match type for the string filter. # @!attribute [rw] value # @return [::String] # Required. The string value to be matched against. class StringFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the filter will be used to determine a match. module MatchType # Default match type. 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 match with the string value. FULL_REGEXP = 5 # Partial regular expression match with the string value. PARTIAL_REGEXP = 6 end end # A filter for a string dimension that matches a particular list of options. # The match is case insensitive. # @!attribute [rw] values # @return [::Array<::String>] # Required. The list of possible string values to match against. Must be # non-empty. class InListFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#in_list_filter ⇒ ::Google::Analytics::Admin::V1alpha::ChannelGroupFilter::InListFilter
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 39 class ChannelGroupFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Filter where the field value is a String. The match is case insensitive. # @!attribute [rw] match_type # @return [::Google::Analytics::Admin::V1alpha::ChannelGroupFilter::StringFilter::MatchType] # Required. The match type for the string filter. # @!attribute [rw] value # @return [::String] # Required. The string value to be matched against. class StringFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the filter will be used to determine a match. module MatchType # Default match type. 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 match with the string value. FULL_REGEXP = 5 # Partial regular expression match with the string value. PARTIAL_REGEXP = 6 end end # A filter for a string dimension that matches a particular list of options. # The match is case insensitive. # @!attribute [rw] values # @return [::Array<::String>] # Required. The list of possible string values to match against. Must be # non-empty. class InListFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#string_filter ⇒ ::Google::Analytics::Admin::V1alpha::ChannelGroupFilter::StringFilter
39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 |
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 39 class ChannelGroupFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # Filter where the field value is a String. The match is case insensitive. # @!attribute [rw] match_type # @return [::Google::Analytics::Admin::V1alpha::ChannelGroupFilter::StringFilter::MatchType] # Required. The match type for the string filter. # @!attribute [rw] value # @return [::String] # Required. The string value to be matched against. class StringFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # How the filter will be used to determine a match. module MatchType # Default match type. 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 match with the string value. FULL_REGEXP = 5 # Partial regular expression match with the string value. PARTIAL_REGEXP = 6 end end # A filter for a string dimension that matches a particular list of options. # The match is case insensitive. # @!attribute [rw] values # @return [::Array<::String>] # Required. The list of possible string values to match against. Must be # non-empty. class InListFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |