From cdd7ad020e165fe680703b6d3319b908b682fb7a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Fri, 20 Oct 2023 17:12:29 +0300 Subject: jaeger-client -> opentelemetry --- .../protobuf/src/Google/Protobuf/GPBEmpty.php | 38 ++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php (limited to 'vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php') diff --git a/vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php b/vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php new file mode 100644 index 000000000..4db69238b --- /dev/null +++ b/vendor/google/protobuf/src/Google/Protobuf/GPBEmpty.php @@ -0,0 +1,38 @@ +google.protobuf.Empty + */ +class GPBEmpty extends \Google\Protobuf\Internal\Message +{ + + /** + * Constructor. + * + * @param array $data { + * Optional. Data for populating the Message object. + * + * } + */ + public function __construct($data = NULL) { + \GPBMetadata\Google\Protobuf\GPBEmpty::initOnce(); + parent::__construct($data); + } + +} + -- cgit v1.2.3