Home
last modified time | relevance | path

Searched refs:topic (Results 1 – 25 of 60) sorted by relevance

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/Resource/
H A DTopicStatsProjectsLocationsTopics.php44 * @param string $topic Required. The topic for which we should compute the head
50 public function computeHeadCursor($topic, ComputeHeadCursorRequest $postBody, $optParams = []) argument
52 $params = ['topic' => $topic, 'postBody' => $postBody];
60 * @param string $topic Required. The topic for which we should compute message
66 public function computeMessageStats($topic, ComputeMessageStatsRequest $postBody, $optParams = []) argument
68 $params = ['topic' => $topic, 'postBody' => $postBody];
76 * @param string $topic Required. The topic for which we should compute the
82 public function computeTimeCursor($topic, ComputeTimeCursorRequest $postBody, $optParams = []) argument
84 $params = ['topic' => $topic, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudAsset/
H A DPubsubDestination.php25 public $topic; variable in Google\\Service\\CloudAsset\\PubsubDestination
30 public function setTopic($topic) argument
32 $this->topic = $topic;
39 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/DLP/
H A DGooglePrivacyDlpV2PublishToPubSub.php25 public $topic; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2PublishToPubSub
30 public function setTopic($topic) argument
32 $this->topic = $topic;
39 return $this->topic;
H A DGooglePrivacyDlpV2PubSubNotification.php35 public $topic; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2PubSubNotification
82 public function setTopic($topic) argument
84 $this->topic = $topic;
91 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/AdExchangeBuyerII/
H A DWatchCreativeRequest.php25 public $topic; variable in Google\\Service\\AdExchangeBuyerII\\WatchCreativeRequest
30 public function setTopic($topic) argument
32 $this->topic = $topic;
39 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Cloudchannel/
H A DGoogleCloudChannelV1RegisterSubscriberResponse.php25 public $topic; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1RegisterSubscriberResponse
30 public function setTopic($topic) argument
32 $this->topic = $topic;
39 return $this->topic;
H A DGoogleCloudChannelV1UnregisterSubscriberResponse.php25 public $topic; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1UnregisterSubscriberResponse
30 public function setTopic($topic) argument
32 $this->topic = $topic;
39 return $this->topic;
H A DGoogleCloudChannelV1ListSubscribersResponse.php34 public $topic; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1ListSubscribersResponse
67 public function setTopic($topic) argument
69 $this->topic = $topic;
76 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Transcoder/
H A DPubsubDestination.php25 public $topic; variable in Google\\Service\\Transcoder\\PubsubDestination
30 public function setTopic($topic) argument
32 $this->topic = $topic;
39 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Dataflow/
H A DPubSubIODetails.php29 public $topic; variable in Google\\Service\\Dataflow\\PubSubIODetails
48 public function setTopic($topic) argument
50 $this->topic = $topic;
57 return $this->topic;
H A DPubsubLocation.php41 public $topic; variable in Google\\Service\\Dataflow\\PubsubLocation
110 public function setTopic($topic) argument
112 $this->topic = $topic;
119 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/RealTimeBidding/
H A DWatchCreativesResponse.php29 public $topic; variable in Google\\Service\\RealTimeBidding\\WatchCreativesResponse
48 public function setTopic($topic) argument
50 $this->topic = $topic;
57 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Eventarc/
H A DPubsub.php29 public $topic; variable in Google\\Service\\Eventarc\\Pubsub
48 public function setTopic($topic) argument
50 $this->topic = $topic;
57 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudSourceRepositories/
H A DPubsubConfig.php33 public $topic; variable in Google\\Service\\CloudSourceRepositories\\PubsubConfig
66 public function setTopic($topic) argument
68 $this->topic = $topic;
75 return $this->topic;
/plugin/geonav/server/
H A Dget_continent.php8 $topic=$_GET["p"]; variable
12 $html = '<h1> '.ucwords($topic).'</h1>';
14 $namespace = $topic;
15 $path = $topic . ':earth:' . $continent;
16 $wikiData = pullInWikiData($path, $namespace, $topic);
H A Dget_country.php8 $topic=$_GET["p"]; variable
13 $html = '<h1> '.ucwords($topic).'</h1>';
16 $namespace = $topic;
17 $path = $topic . ':earth:' . $continent . ':' . $countryCode;
18 $wikiData = pullInWikiData($path, $namespace, $topic);
H A Dget_county.php10 $topic=$_GET["p"]; variable
15 $html = '<h1> '.ucwords($topic).'</h1>';
21 $namespace = $topic;
22 $path = $topic . ':earth:' . $continent . ':' . $countryCode. ':' . $region . ':' . $county;
24 $wikiData = pullInWikiData($path, $namespace, $topic);
H A Dget_locality.php14 $topic=$_GET["p"]; variable
19 $html = '<h1> '.ucwords($topic).'</h1>';
27 $namespace = $topic;
28 …$path = $topic . ':earth:' . $continent . ':' . $countryCode . ':' . $region . ':' . $county . ':'…
30 $wikiData = pullInWikiData($path, $namespace, $topic);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Container/
H A DPubSub.php31 public $topic; variable in Google\\Service\\Container\\PubSub
64 public function setTopic($topic) argument
66 $this->topic = $topic;
73 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
H A DSubscription.php31 public $topic; variable in Google\\Service\\PubsubLite\\Subscription
64 public function setTopic($topic) argument
66 $this->topic = $topic;
73 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudBuild/
H A DPubsubConfig.php37 public $topic; variable in Google\\Service\\CloudBuild\\PubsubConfig
84 public function setTopic($topic) argument
86 $this->topic = $topic;
93 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/
H A DSnapshot.php37 public $topic; variable in Google\\Service\\Pubsub\\Snapshot
84 public function setTopic($topic) argument
86 $this->topic = $topic;
93 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
H A DProjectsTopics.php68 * @param string $topic Required. Name of the topic to delete. Format is
73 public function delete($topic, $optParams = []) argument
75 $params = ['topic' => $topic];
82 * @param string $topic Required. The name of the topic to get. Format is
87 public function get($topic, $optParams = []) argument
89 $params = ['topic' => $topic];
165 * @param string $topic Required. The messages in the request will be published
171 public function publish($topic, PublishRequest $postBody, $optParams = []) argument
173 $params = ['topic' => $topic, 'postBody' => $postBody];
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Forms/
H A DWatchTarget.php28 public function setTopic(CloudPubsubTopic $topic) argument
30 $this->topic = $topic;
37 return $this->topic;
/plugin/authgooglesheets/vendor/google/apiclient-services/src/Classroom/
H A DListTopicResponse.php47 public function setTopic($topic) argument
49 $this->topic = $topic;
56 return $this->topic;

123