update lock clucknut
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 14s
Build, Push and Deploy / build-and-push (push) Successful in 3m14s
Build, Push and Deploy / deploy-staging (push) Successful in 25s
Build, Push and Deploy / deploy-production (push) Has been skipped

This commit is contained in:
2026-04-18 20:32:18 +07:00
parent 4554035227
commit dcaf267458
3359 changed files with 153185 additions and 205489 deletions

View File

@@ -5,8 +5,8 @@
namespace Google\Api;
use Google\Protobuf\Internal\GPBType;
use Google\Protobuf\Internal\RepeatedField;
use Google\Protobuf\Internal\GPBUtil;
use Google\Protobuf\RepeatedField;
/**
* Represents a documentation page. A page can contain subpages to represent
@@ -76,7 +76,7 @@ class Page extends \Google\Protobuf\Internal\Message
* The Markdown content of the page. You can use ```(== include {path}
* ==)``` to include content from a Markdown file. The content can be used
* to produce the documentation page such as HTML format page.
* @type array<\Google\Api\Page>|\Google\Protobuf\Internal\RepeatedField $subpages
* @type \Google\Api\Page[] $subpages
* Subpages of this page. The order of subpages specified here will be
* honored in the generated docset.
* }
@@ -173,7 +173,7 @@ public function setContent($var)
* honored in the generated docset.
*
* Generated from protobuf field <code>repeated .google.api.Page subpages = 3;</code>
* @return \Google\Protobuf\Internal\RepeatedField
* @return RepeatedField<\Google\Api\Page>
*/
public function getSubpages()
{
@@ -185,7 +185,7 @@ public function getSubpages()
* honored in the generated docset.
*
* Generated from protobuf field <code>repeated .google.api.Page subpages = 3;</code>
* @param array<\Google\Api\Page>|\Google\Protobuf\Internal\RepeatedField $var
* @param \Google\Api\Page[] $var
* @return $this
*/
public function setSubpages($var)