Home
last modified time | relevance | path

Searched refs:datafeed (Results 1 – 3 of 3) sorted by relevance

/plugin/authgooglesheets/vendor/google/apiclient-services/src/ShoppingContent/
H A DDatafeedsCustomBatchResponseEntry.php48 public function setDatafeed(Datafeed $datafeed) argument
50 $this->datafeed = $datafeed;
57 return $this->datafeed;
H A DDatafeedsCustomBatchRequestEntry.php58 public function setDatafeed(Datafeed $datafeed) argument
60 $this->datafeed = $datafeed;
67 return $this->datafeed;
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/Namespaces/
H A DMlNamespace.asciidoc166 $params['datafeed_id'] = (string) The ID of the datafeed to delete
167 $params['force'] = (boolean) True if the datafeed should be forcefully deleted
497 $params['exclude_generated'] = (boolean) Omits fields that are illegal to set on datafeed PUT (Default = false)
726 $params['datafeed_id'] = (string) The ID of the datafeed to preview
782 $params['datafeed_id'] = (string) The ID of the datafeed to create
787 $params['body'] = (array) The datafeed config (Required)
888 $params['datafeed_id'] = (string) The ID of the datafeed to start
889 $params['start'] = (string) The start time from where the datafeed should begin
890 $params['end'] = (string) The end time when the datafeed should stop. When not set, the datafeed continue
[all...]