Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Firestore/
H A DTargetChange.php36 public $targetChangeType; variable in Google\\Service\\Firestore\\TargetChange
87 public function setTargetChangeType($targetChangeType) argument
89 $this->targetChangeType = $targetChangeType;
96 return $this->targetChangeType;
H A DListenResponse.php30 protected $targetChangeType = TargetChange::class; variable in Google\\Service\\Firestore\\ListenResponse