update lock clucknut
All checks were successful
All checks were successful
This commit is contained in:
@@ -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;
|
||||
|
||||
/**
|
||||
* ### System parameter configuration
|
||||
@@ -53,7 +53,7 @@ class SystemParameters extends \Google\Protobuf\Internal\Message
|
||||
* @param array $data {
|
||||
* Optional. Data for populating the Message object.
|
||||
*
|
||||
* @type array<\Google\Api\SystemParameterRule>|\Google\Protobuf\Internal\RepeatedField $rules
|
||||
* @type \Google\Api\SystemParameterRule[] $rules
|
||||
* Define system parameters.
|
||||
* The parameters defined here will override the default parameters
|
||||
* implemented by the system. If this field is missing from the service
|
||||
@@ -108,7 +108,7 @@ public function __construct($data = NULL) {
|
||||
* **NOTE:** All service configuration rules follow "last one wins" order.
|
||||
*
|
||||
* Generated from protobuf field <code>repeated .google.api.SystemParameterRule rules = 1;</code>
|
||||
* @return \Google\Protobuf\Internal\RepeatedField
|
||||
* @return RepeatedField<\Google\Api\SystemParameterRule>
|
||||
*/
|
||||
public function getRules()
|
||||
{
|
||||
@@ -140,7 +140,7 @@ public function getRules()
|
||||
* **NOTE:** All service configuration rules follow "last one wins" order.
|
||||
*
|
||||
* Generated from protobuf field <code>repeated .google.api.SystemParameterRule rules = 1;</code>
|
||||
* @param array<\Google\Api\SystemParameterRule>|\Google\Protobuf\Internal\RepeatedField $var
|
||||
* @param \Google\Api\SystemParameterRule[] $var
|
||||
* @return $this
|
||||
*/
|
||||
public function setRules($var)
|
||||
|
||||
Reference in New Issue
Block a user