_serverStreamRequest('/grpc.testing.MetricsService/GetAllGauges', $argument, ['\Grpc\Testing\GaugeResponse', 'decode'], $metadata, $options); } /** * Returns the value of one gauge * @param \Grpc\Testing\GaugeRequest $argument input argument * @param array $metadata metadata * @param array $options call options */ public function GetGauge(\Grpc\Testing\GaugeRequest $argument, $metadata = [], $options = []) { return $this->_simpleRequest('/grpc.testing.MetricsService/GetGauge', $argument, ['\Grpc\Testing\GaugeResponse', 'decode'], $metadata, $options); } }