Home
last modified time | relevance | path

Searched refs:entityResultType (Results 1 – 2 of 2) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DQueryResultBatch.php30 public $entityResultType; variable in Google\\Service\\Datastore\\QueryResultBatch
71 public function setEntityResultType($entityResultType) argument
73 $this->entityResultType = $entityResultType;
80 return $this->entityResultType;
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php791 public $entityResultType; variable in Google_QueryResultBatch
803 public function setEntityResultType( $entityResultType) { argument
804 $this->entityResultType = $entityResultType;
807 return $this->entityResultType;