View Source GoogleApi.TrafficDirector.V3.Model.StringMatcher (google_api_traffic_director v0.2.0)
Specifies the way to match a string. [#next-free-field: 8]
Attributes
-
contains
(type:String.t
, default:nil
) - The input string must have the substring specified here. Note: empty contains match is not allowed, please use regex instead. Examples: *abc
matches the valuexyz.abc.def
-
exact
(type:String.t
, default:nil
) - The input string must match exactly the string specified here. Examples: *abc
only matches the valueabc
. -
ignoreCase
(type:boolean()
, default:nil
) - If true, indicates the exact/prefix/suffix/contains matching should be case insensitive. This has no effect for the safe_regex match. For example, the matcherdata
will match both input stringData
anddata
if set to true. -
prefix
(type:String.t
, default:nil
) - The input string must have the prefix specified here. Note: empty prefix is not allowed, please use regex instead. Examples: *abc
matches the valueabc.xyz
-
safeRegex
(type:GoogleApi.TrafficDirector.V3.Model.RegexMatcher.t
, default:nil
) - The input string must match the regular expression specified here. -
suffix
(type:String.t
, default:nil
) - The input string must have the suffix specified here. Note: empty prefix is not allowed, please use regex instead. Examples: *abc
matches the valuexyz.abc
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
Functions
Unwrap a decoded JSON object into its complex fields.