Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DModifyPushConfigRequest.php28 public function setPushConfig(PushConfig $pushConfig) argument
30 $this->pushConfig = $pushConfig;
37 return $this->pushConfig;
H A DSubscription.php222 public function setPushConfig(PushConfig $pushConfig) argument
224 $this->pushConfig = $pushConfig;
231 return $this->pushConfig;