Exemplo n.º 1
0
 /**
  * @internal
  *
  * @param LogReadRequest $request The underlying protocol buffer.
  */
 public function __construct(\google\appengine\LogReadRequest $request)
 {
     $this->request = $request;
     // Remember start position to allow rewind() to return.
     if ($request->hasOffset()) {
         $this->origin = $request->getOffset();
     }
 }