Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DReadOptions.php25 public $readConsistency; variable in Google\\Service\\Datastore\\ReadOptions
38 public function setReadConsistency($readConsistency) argument
40 $this->readConsistency = $readConsistency;
47 return $this->readConsistency;
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php831 public $readConsistency; variable in Google_ReadOptions
833 public function setReadConsistency( $readConsistency) { argument
834 $this->readConsistency = $readConsistency;
837 return $this->readConsistency;