Home
last modified time | relevance | path

Searched refs:readOptions (Results 1 – 4 of 4) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DLookupRequest.php45 public function setReadOptions(ReadOptions $readOptions) argument
47 $this->readOptions = $readOptions;
54 return $this->readOptions;
H A DRunQueryRequest.php76 public function setReadOptions(ReadOptions $readOptions) argument
78 $this->readOptions = $readOptions;
85 return $this->readOptions;
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php460 public $readOptions; variable in Google_LookupRequest
468 public function setReadOptions(Google_ReadOptions $readOptions) { argument
469 $this->readOptions = $readOptions;
472 return $this->readOptions;
876 public $readOptions; variable in Google_RunQueryRequest
889 public function setReadOptions(Google_ReadOptions $readOptions) { argument
890 $this->readOptions = $readOptions;
893 return $this->readOptions;
/plugin/dirtylittlehelper/mermaid/editor/docs/
H A Dbundle.js.map1readOptions(_options) {\n const options = _options;\n const result = new RawEditorOp…