<?php
// GENERATED CODE -- DO NOT EDIT!

// Original file comments:
//
// Системный сервис тэгов
namespace Keyapis\Device\V1;

/**
 * Системный сервис тэгов
 */
class SystemServiceClient extends \Grpc\BaseStub {

    /**
     * @param string $hostname hostname
     * @param array $opts channel options
     * @param \Grpc\Channel $channel (optional) re-use channel object
     */
    public function __construct($hostname, $opts, $channel = null) {
        parent::__construct($hostname, $opts, $channel);
    }

    /**
     * Метод получения статуса сервиса.
     * Не требует авторизации
     * @param \Keyapis\Device\V1\GetSystemStatusRequest $argument input argument
     * @param array $metadata metadata
     * @param array $options call options
     * @return \Grpc\UnaryCall
     */
    public function GetSystemStatus(\Keyapis\Device\V1\GetSystemStatusRequest $argument,
      $metadata = [], $options = []) {
        return $this->_simpleRequest('/keyapis.device.v1.SystemService/GetSystemStatus',
        $argument,
        ['\Keyapis\Device\V1\GetSystemStatusResponse', 'decode'],
        $metadata, $options);
    }

}
