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;
/**
* A simple descriptor of a resource type.
@@ -156,7 +156,7 @@ class ResourceDescriptor extends \Google\Protobuf\Internal\Message
* /[A-Za-z][a-zA-Z0-9]+/. It should start with an upper case character and
* should use PascalCase (UpperCamelCase). The maximum number of
* characters allowed for the `resource_type_kind` is 100.
* @type array<string>|\Google\Protobuf\Internal\RepeatedField $pattern
* @type string[] $pattern
* Optional. The relative resource name pattern associated with this resource
* type. The DNS prefix of the full resource name shouldn't be specified here.
* The path pattern must follow the syntax, which aligns with HTTP binding
@@ -204,7 +204,7 @@ class ResourceDescriptor extends \Google\Protobuf\Internal\Message
* The same concept of the `singular` field in k8s CRD spec
* https://kubernetes.io/docs/tasks/access-kubernetes-api/custom-resources/custom-resource-definitions/
* Such as "project" for the `resourcemanager.googleapis.com/Project` type.
* @type array<int>|\Google\Protobuf\Internal\RepeatedField $style
* @type int[] $style
* Style flag(s) for this resource.
* These indicate that a resource is expected to conform to a given
* style. See the specific style flags for additional information.
@@ -272,7 +272,7 @@ public function setType($var)
* type of resource.
*
* Generated from protobuf field <code>repeated string pattern = 2;</code>
* @return \Google\Protobuf\Internal\RepeatedField
* @return RepeatedField<string>
*/
public function getPattern()
{
@@ -296,7 +296,7 @@ public function getPattern()
* type of resource.
*
* Generated from protobuf field <code>repeated string pattern = 2;</code>
* @param array<string>|\Google\Protobuf\Internal\RepeatedField $var
* @param string[] $var
* @return $this
*/
public function setPattern($var)
@@ -467,7 +467,7 @@ public function setSingular($var)
* style. See the specific style flags for additional information.
*
* Generated from protobuf field <code>repeated .google.api.ResourceDescriptor.Style style = 10;</code>
* @return \Google\Protobuf\Internal\RepeatedField
* @return RepeatedField<int>
*/
public function getStyle()
{
@@ -480,7 +480,7 @@ public function getStyle()
* style. See the specific style flags for additional information.
*
* Generated from protobuf field <code>repeated .google.api.ResourceDescriptor.Style style = 10;</code>
* @param array<int>|\Google\Protobuf\Internal\RepeatedField $var
* @param int[] $var
* @return $this
*/
public function setStyle($var)