File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 27
27
*
28
28
* <p>
29
29
* For more information about this service, see the API
30
- * <a href="https://developers.google.com/docs/" target="_blank">Documentation</a>
30
+ * <a href="https://developers.google.com/workspace/ docs/" target="_blank">Documentation</a>
31
31
* </p>
32
32
*
33
33
* @author Google, Inc.
Original file line number Diff line number Diff line change @@ -23,6 +23,10 @@ class SubstringMatchCriteria extends \Google\Model
23
23
* @var bool
24
24
*/
25
25
public $ matchCase ;
26
+ /**
27
+ * @var bool
28
+ */
29
+ public $ searchByRegex ;
26
30
/**
27
31
* @var string
28
32
*/
@@ -42,6 +46,20 @@ public function getMatchCase()
42
46
{
43
47
return $ this ->matchCase ;
44
48
}
49
+ /**
50
+ * @param bool
51
+ */
52
+ public function setSearchByRegex ($ searchByRegex )
53
+ {
54
+ $ this ->searchByRegex = $ searchByRegex ;
55
+ }
56
+ /**
57
+ * @return bool
58
+ */
59
+ public function getSearchByRegex ()
60
+ {
61
+ return $ this ->searchByRegex ;
62
+ }
45
63
/**
46
64
* @param string
47
65
*/
You can’t perform that action at this time.
0 commit comments