Home
last modified time | relevance | path

Searched refs:cloudId (Results 1 – 2 of 2) sorted by last modified time

/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/src/Elasticsearch/
H A DClientBuilder.php450 * @param string $cloudId
452 public function setElasticCloudId(string $cloudId): ClientBuilder argument
458 'host' => $this->parseElasticCloudId($cloudId),
831 * @param string $cloudId
837 private function parseElasticCloudId(string $cloudId): string argument
840 list($name, $encoded) = explode(':', $cloudId);
846 throw new ElasticCloudIdParseException('could not parse the Cloud ID:' . $cloudId);
/plugin/elasticsearch/vendor/elasticsearch/elasticsearch/docs/build/Elasticsearch/
H A DClientBuilder.asciidoc311 .`setElasticCloudId(string $cloudId)`