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;
/**
* Defines policies applying to an RPC method.
@@ -46,7 +46,7 @@ class MethodPolicy extends \Google\Protobuf\Internal\Message
* details.
* NOTE: This field must not be set in the proto annotation. It will be
* automatically filled by the service config compiler .
* @type array<\Google\Api\FieldPolicy>|\Google\Protobuf\Internal\RepeatedField $request_policies
* @type \Google\Api\FieldPolicy[] $request_policies
* Policies that are applicable to the request message.
* }
*/
@@ -95,7 +95,7 @@ public function setSelector($var)
* Policies that are applicable to the request message.
*
* Generated from protobuf field <code>repeated .google.api.FieldPolicy request_policies = 2;</code>
* @return \Google\Protobuf\Internal\RepeatedField
* @return RepeatedField<\Google\Api\FieldPolicy>
*/
public function getRequestPolicies()
{
@@ -106,7 +106,7 @@ public function getRequestPolicies()
* Policies that are applicable to the request message.
*
* Generated from protobuf field <code>repeated .google.api.FieldPolicy request_policies = 2;</code>
* @param array<\Google\Api\FieldPolicy>|\Google\Protobuf\Internal\RepeatedField $var
* @param \Google\Api\FieldPolicy[] $var
* @return $this
*/
public function setRequestPolicies($var)