|
|
@@ -30,4 +30,46 @@ class SearchClient extends \Grpc\BaseStub {
|
|
|
$metadata, $options);
|
|
|
}
|
|
|
|
|
|
+ /**
|
|
|
+ * @param \Mint\Tulip\V1\UpdateRequest $argument input argument
|
|
|
+ * @param array $metadata metadata
|
|
|
+ * @param array $options call options
|
|
|
+ * @return \Grpc\UnaryCall
|
|
|
+ */
|
|
|
+ public function Update(\Mint\Tulip\V1\UpdateRequest $argument,
|
|
|
+ $metadata = [], $options = []) {
|
|
|
+ return $this->_simpleRequest('/mint.tulip.v1.Search/Update',
|
|
|
+ $argument,
|
|
|
+ ['\Mint\Tulip\V1\UpdateResponse', 'decode'],
|
|
|
+ $metadata, $options);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @param \Mint\Tulip\V1\UploadDictionaryRequest $argument input argument
|
|
|
+ * @param array $metadata metadata
|
|
|
+ * @param array $options call options
|
|
|
+ * @return \Grpc\UnaryCall
|
|
|
+ */
|
|
|
+ public function UploadDictionary(\Mint\Tulip\V1\UploadDictionaryRequest $argument,
|
|
|
+ $metadata = [], $options = []) {
|
|
|
+ return $this->_simpleRequest('/mint.tulip.v1.Search/UploadDictionary',
|
|
|
+ $argument,
|
|
|
+ ['\Mint\Tulip\V1\UploadDictionaryResponse', 'decode'],
|
|
|
+ $metadata, $options);
|
|
|
+ }
|
|
|
+
|
|
|
+ /**
|
|
|
+ * @param \Mint\Tulip\V1\UpdateIndexRequest $argument input argument
|
|
|
+ * @param array $metadata metadata
|
|
|
+ * @param array $options call options
|
|
|
+ * @return \Grpc\UnaryCall
|
|
|
+ */
|
|
|
+ public function UpdateIndex(\Mint\Tulip\V1\UpdateIndexRequest $argument,
|
|
|
+ $metadata = [], $options = []) {
|
|
|
+ return $this->_simpleRequest('/mint.tulip.v1.Search/UpdateIndex',
|
|
|
+ $argument,
|
|
|
+ ['\Mint\Tulip\V1\UpdateIndexResponse', 'decode'],
|
|
|
+ $metadata, $options);
|
|
|
+ }
|
|
|
+
|
|
|
}
|