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;
/**
* Rich semantic information of an API field beyond basic typing.
@@ -42,7 +42,7 @@ class FieldInfo extends \Google\Protobuf\Internal\Message
* The standard format of a field value. This does not explicitly configure
* any API consumer, just documents the API's format for the field it is
* applied to.
* @type array<\Google\Api\TypeReference>|\Google\Protobuf\Internal\RepeatedField $referenced_types
* @type \Google\Api\TypeReference[] $referenced_types
* The type(s) that the annotated, generic field may represent.
* Currently, this must only be used on fields of type `google.protobuf.Any`.
* Supporting other generic types may be considered in the future.
@@ -89,7 +89,7 @@ public function setFormat($var)
* Supporting other generic types may be considered in the future.
*
* Generated from protobuf field <code>repeated .google.api.TypeReference referenced_types = 2;</code>
* @return \Google\Protobuf\Internal\RepeatedField
* @return RepeatedField<\Google\Api\TypeReference>
*/
public function getReferencedTypes()
{
@@ -102,7 +102,7 @@ public function getReferencedTypes()
* Supporting other generic types may be considered in the future.
*
* Generated from protobuf field <code>repeated .google.api.TypeReference referenced_types = 2;</code>
* @param array<\Google\Api\TypeReference>|\Google\Protobuf\Internal\RepeatedField $var
* @param \Google\Api\TypeReference[] $var
* @return $this
*/
public function setReferencedTypes($var)