Class: Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/expanded_data_set.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::ExpandedDataSetFilter::InListFilter
A filter for a string dimension that matches a particular list of options.
-
#string_filter ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter::StringFilter
A filter for a string-type dimension that matches a particular pattern.
Instance Attribute Details
#field_name ⇒ ::String
35 36 37 38 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 |
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 35 class ExpandedDataSetFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A filter for a string-type dimension that matches a particular pattern. # @!attribute [rw] match_type # @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter::StringFilter::MatchType] # Required. The match type for the string filter. # @!attribute [rw] value # @return [::String] # Required. The string value to be matched against. # @!attribute [rw] case_sensitive # @return [::Boolean] # Optional. If true, the match is case-sensitive. If false, the match is # case-insensitive. # Must be true when match_type is EXACT. # Must be false when match_type is CONTAINS. 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 # Contains the string value. CONTAINS = 2 end end # A filter for a string dimension that matches a particular list of options. # @!attribute [rw] values # @return [::Array<::String>] # Required. The list of possible string values to match against. Must be # non-empty. # @!attribute [rw] case_sensitive # @return [::Boolean] # Optional. If true, the match is case-sensitive. If false, the match is # case-insensitive. # Must be true. class InListFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#in_list_filter ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter::InListFilter
35 36 37 38 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 |
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 35 class ExpandedDataSetFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A filter for a string-type dimension that matches a particular pattern. # @!attribute [rw] match_type # @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter::StringFilter::MatchType] # Required. The match type for the string filter. # @!attribute [rw] value # @return [::String] # Required. The string value to be matched against. # @!attribute [rw] case_sensitive # @return [::Boolean] # Optional. If true, the match is case-sensitive. If false, the match is # case-insensitive. # Must be true when match_type is EXACT. # Must be false when match_type is CONTAINS. 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 # Contains the string value. CONTAINS = 2 end end # A filter for a string dimension that matches a particular list of options. # @!attribute [rw] values # @return [::Array<::String>] # Required. The list of possible string values to match against. Must be # non-empty. # @!attribute [rw] case_sensitive # @return [::Boolean] # Optional. If true, the match is case-sensitive. If false, the match is # case-insensitive. # Must be true. class InListFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |
#string_filter ⇒ ::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter::StringFilter
35 36 37 38 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 |
# File 'proto_docs/google/analytics/admin/v1alpha/expanded_data_set.rb', line 35 class ExpandedDataSetFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods # A filter for a string-type dimension that matches a particular pattern. # @!attribute [rw] match_type # @return [::Google::Analytics::Admin::V1alpha::ExpandedDataSetFilter::StringFilter::MatchType] # Required. The match type for the string filter. # @!attribute [rw] value # @return [::String] # Required. The string value to be matched against. # @!attribute [rw] case_sensitive # @return [::Boolean] # Optional. If true, the match is case-sensitive. If false, the match is # case-insensitive. # Must be true when match_type is EXACT. # Must be false when match_type is CONTAINS. 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 # Contains the string value. CONTAINS = 2 end end # A filter for a string dimension that matches a particular list of options. # @!attribute [rw] values # @return [::Array<::String>] # Required. The list of possible string values to match against. Must be # non-empty. # @!attribute [rw] case_sensitive # @return [::Boolean] # Optional. If true, the match is case-sensitive. If false, the match is # case-insensitive. # Must be true. class InListFilter include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end end |