Searched refs:PubsubEmpty (Results 1 – 5 of 5) sorted by relevance
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/ |
H A D | ProjectsSubscriptions.php | 26 use Google\Service\Pubsub\PubsubEmpty; alias 59 * @return PubsubEmpty 65 return $this->call('acknowledge', [$params], PubsubEmpty::class); 104 * @return PubsubEmpty 110 return $this->call('delete', [$params], PubsubEmpty::class); 204 * @return PubsubEmpty 210 return $this->call('modifyAckDeadline', [$params], PubsubEmpty::class); 224 * @return PubsubEmpty 230 return $this->call('modifyPushConfig', [$params], PubsubEmpty::class);
|
H A D | ProjectsSnapshots.php | 23 use Google\Service\Pubsub\PubsubEmpty; alias 86 * @return PubsubEmpty 92 return $this->call('delete', [$params], PubsubEmpty::class);
|
H A D | ProjectsSchemas.php | 22 use Google\Service\Pubsub\PubsubEmpty; alias 68 * @return PubsubEmpty 74 return $this->call('delete', [$params], PubsubEmpty::class);
|
H A D | ProjectsTopics.php | 24 use Google\Service\Pubsub\PubsubEmpty; alias 71 * @return PubsubEmpty 77 return $this->call('delete', [$params], PubsubEmpty::class);
|
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/ |
H A D | PubsubEmpty.php | 20 class PubsubEmpty extends \Google\Model class 25 class_alias(PubsubEmpty::class, 'Google_Service_Pubsub_PubsubEmpty');
|