diff options
author | Vijay Pai <vpai@google.com> | 2017-03-13 02:16:43 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-13 02:16:43 -0700 |
commit | a20050327b4ec8d304ad79c5704b570fe855acf6 (patch) | |
tree | 7422d409286bfd817b1a6911d08e58aa5d6d0fd4 /src/php/tests/qps/generated_code/Grpc/Testing/Void.php | |
parent | b290fc9df2a0880091c009aa31df1a3d37a785a3 (diff) | |
parent | 958ded975f7e5dc0dee7767af63613466ee9ed4a (diff) |
Merge pull request #10012 from vjpai/phpqps
PHP benchmarking performance client, proxied through Ruby
Diffstat (limited to 'src/php/tests/qps/generated_code/Grpc/Testing/Void.php')
-rw-r--r-- | src/php/tests/qps/generated_code/Grpc/Testing/Void.php | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/src/php/tests/qps/generated_code/Grpc/Testing/Void.php b/src/php/tests/qps/generated_code/Grpc/Testing/Void.php new file mode 100644 index 0000000000..38c100845a --- /dev/null +++ b/src/php/tests/qps/generated_code/Grpc/Testing/Void.php @@ -0,0 +1,23 @@ +<?php +# Generated by the protocol buffer compiler. DO NOT EDIT! +# source: src/proto/grpc/testing/control.proto + +namespace Grpc\Testing; + +use Google\Protobuf\Internal\GPBType; +use Google\Protobuf\Internal\RepeatedField; +use Google\Protobuf\Internal\GPBUtil; + +/** + * Protobuf type <code>grpc.testing.Void</code> + */ +class Void extends \Google\Protobuf\Internal\Message +{ + + public function __construct() { + \GPBMetadata\Src\Proto\Grpc\Testing\Control::initOnce(); + parent::__construct(); + } + +} + |