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;
/**
* Selects and configures the service controller used by the service.
@@ -20,8 +20,8 @@ class Control extends \Google\Protobuf\Internal\Message
{
/**
* The service controller environment to use. If empty, no control plane
* feature (like quota and billing) will be enabled. The recommended value for
* most services is servicecontrol.googleapis.com
* features (like quota and billing) will be enabled. The recommended value
* for most services is servicecontrol.googleapis.com.
*
* Generated from protobuf field <code>string environment = 1;</code>
*/
@@ -41,9 +41,9 @@ class Control extends \Google\Protobuf\Internal\Message
*
* @type string $environment
* The service controller environment to use. If empty, no control plane
* feature (like quota and billing) will be enabled. The recommended value for
* most services is servicecontrol.googleapis.com
* @type array<\Google\Api\MethodPolicy>|\Google\Protobuf\Internal\RepeatedField $method_policies
* features (like quota and billing) will be enabled. The recommended value
* for most services is servicecontrol.googleapis.com.
* @type \Google\Api\MethodPolicy[] $method_policies
* Defines policies applying to the API methods of the service.
* }
*/
@@ -54,8 +54,8 @@ public function __construct($data = NULL) {
/**
* The service controller environment to use. If empty, no control plane
* feature (like quota and billing) will be enabled. The recommended value for
* most services is servicecontrol.googleapis.com
* features (like quota and billing) will be enabled. The recommended value
* for most services is servicecontrol.googleapis.com.
*
* Generated from protobuf field <code>string environment = 1;</code>
* @return string
@@ -67,8 +67,8 @@ public function getEnvironment()
/**
* The service controller environment to use. If empty, no control plane
* feature (like quota and billing) will be enabled. The recommended value for
* most services is servicecontrol.googleapis.com
* features (like quota and billing) will be enabled. The recommended value
* for most services is servicecontrol.googleapis.com.
*
* Generated from protobuf field <code>string environment = 1;</code>
* @param string $var
@@ -86,7 +86,7 @@ public function setEnvironment($var)
* Defines policies applying to the API methods of the service.
*
* Generated from protobuf field <code>repeated .google.api.MethodPolicy method_policies = 4;</code>
* @return \Google\Protobuf\Internal\RepeatedField
* @return RepeatedField<\Google\Api\MethodPolicy>
*/
public function getMethodPolicies()
{
@@ -97,7 +97,7 @@ public function getMethodPolicies()
* Defines policies applying to the API methods of the service.
*
* Generated from protobuf field <code>repeated .google.api.MethodPolicy method_policies = 4;</code>
* @param array<\Google\Api\MethodPolicy>|\Google\Protobuf\Internal\RepeatedField $var
* @param \Google\Api\MethodPolicy[] $var
* @return $this
*/
public function setMethodPolicies($var)