Home
last modified time | relevance | path

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

123

/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/Resource/
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/
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/Cloudchannel/
DGoogleCloudChannelV1RegisterSubscriberResponse.php25 public $topic; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1RegisterSubscriberResponse
30 public function setTopic($topic) argument
32 $this->topic = $topic;
39 return $this->topic;
DGoogleCloudChannelV1UnregisterSubscriberResponse.php25 public $topic; variable in Google\\Service\\Cloudchannel\\GoogleCloudChannelV1UnregisterSubscriberResponse
30 public function setTopic($topic) argument
32 $this->topic = $topic;
39 return $this->topic;
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/DLP/
DGooglePrivacyDlpV2PublishToPubSub.php25 public $topic; variable in Google\\Service\\DLP\\GooglePrivacyDlpV2PublishToPubSub
30 public function setTopic($topic) argument
32 $this->topic = $topic;
39 return $this->topic;
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/
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/Transcoder/
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/Eventarc/
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/RealTimeBidding/
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/Dataflow/
DPubSubIODetails.php29 public $topic; variable in Google\\Service\\Dataflow\\PubSubIODetails
48 public function setTopic($topic) argument
50 $this->topic = $topic;
57 return $this->topic;
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/CloudSourceRepositories/
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/authgooglesheets/vendor/google/apiclient-services/src/Pubsub/Resource/
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/Container/
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/geonav/server/
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);
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);
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);
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);
Dget_state.php9 $topic=$_GET["p"]; variable
14 $html = '<h1> '.ucwords($topic).'</h1>';
40 $namespace = $topic;
41 $path = $topic . ':earth:' . $continent . ':' . $countryCode . ':' . $region;
42 $wikiData = pullInWikiData($path, $namespace, $topic);
/plugin/authgooglesheets/vendor/google/apiclient-services/src/PubsubLite/
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/
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/
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/Forms/
DWatchTarget.php28 public function setTopic(CloudPubsubTopic $topic) argument
30 $this->topic = $topic;
37 return $this->topic;

123