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;
/**
* Configuration controlling usage of a service.
@@ -54,7 +54,7 @@ class Usage extends \Google\Protobuf\Internal\Message
* @param array $data {
* Optional. Data for populating the Message object.
*
* @type array<string>|\Google\Protobuf\Internal\RepeatedField $requirements
* @type string[] $requirements
* Requirements that must be satisfied before a consumer project can use the
* service. Each requirement is of the form <service.name>/<requirement-id>;
* for example 'serviceusage.googleapis.com/billing-enabled'.
@@ -63,7 +63,7 @@ class Usage extends \Google\Protobuf\Internal\Message
* Other Google APIs should include
* "serviceusage.googleapis.com/tos/universal". Additional ToS can be
* included based on the business needs.
* @type array<\Google\Api\UsageRule>|\Google\Protobuf\Internal\RepeatedField $rules
* @type \Google\Api\UsageRule[] $rules
* A list of usage rules that apply to individual API methods.
* **NOTE:** All service configuration rules follow "last one wins" order.
* @type string $producer_notification_channel
@@ -92,7 +92,7 @@ public function __construct($data = NULL) {
* included based on the business needs.
*
* Generated from protobuf field <code>repeated string requirements = 1;</code>
* @return \Google\Protobuf\Internal\RepeatedField
* @return RepeatedField<string>
*/
public function getRequirements()
{
@@ -110,7 +110,7 @@ public function getRequirements()
* included based on the business needs.
*
* Generated from protobuf field <code>repeated string requirements = 1;</code>
* @param array<string>|\Google\Protobuf\Internal\RepeatedField $var
* @param string[] $var
* @return $this
*/
public function setRequirements($var)
@@ -126,7 +126,7 @@ public function setRequirements($var)
* **NOTE:** All service configuration rules follow "last one wins" order.
*
* Generated from protobuf field <code>repeated .google.api.UsageRule rules = 6;</code>
* @return \Google\Protobuf\Internal\RepeatedField
* @return RepeatedField<\Google\Api\UsageRule>
*/
public function getRules()
{
@@ -138,7 +138,7 @@ public function getRules()
* **NOTE:** All service configuration rules follow "last one wins" order.
*
* Generated from protobuf field <code>repeated .google.api.UsageRule rules = 6;</code>
* @param array<\Google\Api\UsageRule>|\Google\Protobuf\Internal\RepeatedField $var
* @param \Google\Api\UsageRule[] $var
* @return $this
*/
public function setRules($var)