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