Skip to content

Commit 1accdc4

Browse files
1 parent ea7a8cf commit 1accdc4

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

src/Docs.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
*
2828
* <p>
2929
* 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>
3131
* </p>
3232
*
3333
* @author Google, Inc.

src/Docs/SubstringMatchCriteria.php

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@ class SubstringMatchCriteria extends \Google\Model
2323
* @var bool
2424
*/
2525
public $matchCase;
26+
/**
27+
* @var bool
28+
*/
29+
public $searchByRegex;
2630
/**
2731
* @var string
2832
*/
@@ -42,6 +46,20 @@ public function getMatchCase()
4246
{
4347
return $this->matchCase;
4448
}
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+
}
4563
/**
4664
* @param string
4765
*/

0 commit comments

Comments
 (0)