pinger.PingResponse */ class PingResponse extends \Google\Protobuf\Internal\Message { /** * Generated from protobuf field int32 status_code = 1; */ protected $status_code = 0; /** * Constructor. * * @param array $data { * Optional. Data for populating the Message object. * * @type int $status_code * } */ public function __construct($data = NULL) { \App\Services\gRPC\GPBMetadata\Pinger::initOnce(); parent::__construct($data); } /** * Generated from protobuf field int32 status_code = 1; * @return int */ public function getStatusCode() { return $this->status_code; } /** * Generated from protobuf field int32 status_code = 1; * @param int $var * @return $this */ public function setStatusCode($var) { GPBUtil::checkInt32($var); $this->status_code = $var; return $this; } }