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;
|
||||
|
||||
/**
|
||||
* `Context` defines which contexts an API requests.
|
||||
@@ -56,7 +56,7 @@ class Context extends \Google\Protobuf\Internal\Message
|
||||
* @param array $data {
|
||||
* Optional. Data for populating the Message object.
|
||||
*
|
||||
* @type array<\Google\Api\ContextRule>|\Google\Protobuf\Internal\RepeatedField $rules
|
||||
* @type \Google\Api\ContextRule[] $rules
|
||||
* A list of RPC context rules that apply to individual API methods.
|
||||
* **NOTE:** All service configuration rules follow "last one wins" order.
|
||||
* }
|
||||
@@ -71,7 +71,7 @@ public function __construct($data = NULL) {
|
||||
* **NOTE:** All service configuration rules follow "last one wins" order.
|
||||
*
|
||||
* Generated from protobuf field <code>repeated .google.api.ContextRule rules = 1;</code>
|
||||
* @return \Google\Protobuf\Internal\RepeatedField
|
||||
* @return RepeatedField<\Google\Api\ContextRule>
|
||||
*/
|
||||
public function getRules()
|
||||
{
|
||||
@@ -83,7 +83,7 @@ public function getRules()
|
||||
* **NOTE:** All service configuration rules follow "last one wins" order.
|
||||
*
|
||||
* Generated from protobuf field <code>repeated .google.api.ContextRule rules = 1;</code>
|
||||
* @param array<\Google\Api\ContextRule>|\Google\Protobuf\Internal\RepeatedField $var
|
||||
* @param \Google\Api\ContextRule[] $var
|
||||
* @return $this
|
||||
*/
|
||||
public function setRules($var)
|
||||
|
||||
Reference in New Issue
Block a user