* For reconnect interop test only. * Client tells server what reconnection parameters it used. * * * Protobuf type grpc.testing.ReconnectParams */ class ReconnectParams extends \Google\Protobuf\Internal\Message { /** * int32 max_reconnect_backoff_ms = 1; */ private $max_reconnect_backoff_ms = 0; public function __construct() { \GPBMetadata\Src\Proto\Grpc\Testing\Messages::initOnce(); parent::__construct(); } /** * int32 max_reconnect_backoff_ms = 1; */ public function getMaxReconnectBackoffMs() { return $this->max_reconnect_backoff_ms; } /** * int32 max_reconnect_backoff_ms = 1; */ public function setMaxReconnectBackoffMs($var) { GPBUtil::checkInt32($var); $this->max_reconnect_backoff_ms = $var; } }