Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Datastore/
H A DValue.php27 public $blobValue; variable in Google\\Service\\Datastore\\Value
81 public function setBlobValue($blobValue) argument
83 $this->blobValue = $blobValue;
90 return $this->blobValue;
/plugin/authgoogle/google/contrib/
H A DGoogle_DatastoreService.php918 public $blobValue; variable in Google_Value
938 public function setBlobValue( $blobValue) { argument
939 $this->blobValue = $blobValue;
942 return $this->blobValue;