mirror of https://github.com/grpc/grpc.git
Update protobuf submodule to 3.21.5 (#30548)
* Update third_party/protobuf * run tools/distrib/python/make_grpcio_tools.py * regenerate protos for ruby, php * update build_handwritten.yaml * regenerate projectspull/30553/head
parent
07c4b40ea1
commit
27a9bde44b
17 changed files with 83 additions and 15 deletions
Binary file not shown.
@ -0,0 +1,58 @@ |
||||
<?php |
||||
# Generated by the protocol buffer compiler. DO NOT EDIT! |
||||
# source: src/proto/grpc/testing/messages.proto |
||||
|
||||
namespace Grpc\Testing; |
||||
|
||||
use Google\Protobuf\Internal\GPBType; |
||||
use Google\Protobuf\Internal\RepeatedField; |
||||
use Google\Protobuf\Internal\GPBUtil; |
||||
|
||||
/** |
||||
* Generated from protobuf message <code>grpc.testing.MemorySize</code> |
||||
*/ |
||||
class MemorySize extends \Google\Protobuf\Internal\Message |
||||
{ |
||||
/** |
||||
* Generated from protobuf field <code>int64 rss = 1;</code> |
||||
*/ |
||||
protected $rss = 0; |
||||
|
||||
/** |
||||
* Constructor. |
||||
* |
||||
* @param array $data { |
||||
* Optional. Data for populating the Message object. |
||||
* |
||||
* @type int|string $rss |
||||
* } |
||||
*/ |
||||
public function __construct($data = NULL) { |
||||
\GPBMetadata\Src\Proto\Grpc\Testing\Messages::initOnce(); |
||||
parent::__construct($data); |
||||
} |
||||
|
||||
/** |
||||
* Generated from protobuf field <code>int64 rss = 1;</code> |
||||
* @return int|string |
||||
*/ |
||||
public function getRss() |
||||
{ |
||||
return $this->rss; |
||||
} |
||||
|
||||
/** |
||||
* Generated from protobuf field <code>int64 rss = 1;</code> |
||||
* @param int|string $var |
||||
* @return $this |
||||
*/ |
||||
public function setRss($var) |
||||
{ |
||||
GPBUtil::checkInt64($var); |
||||
$this->rss = $var; |
||||
|
||||
return $this; |
||||
} |
||||
|
||||
} |
||||
|
@ -1 +1 @@ |
||||
Subproject commit c9869dc7803eb0a21d7e589c40ff4f9288cd34ae |
||||
Subproject commit ab840345966d0fa8e7100d771c92a73bfbadd25c |
Loading…
Reference in new issue