update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
14
vendor/google/common-protos/src/Api/Usage.php
vendored
14
vendor/google/common-protos/src/Api/Usage.php
vendored
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user