Lines Matching refs:parent
51 * @param string $parent Required. Location to make a regional call. Format:
60 …public function batchTranslateDocument($parent, BatchTranslateDocumentRequest $postBody, $optParam… argument
62 $params = ['parent' => $parent, 'postBody' => $postBody];
74 * @param string $parent Required. Location to make a call. Must refer to a
84 public function batchTranslateText($parent, BatchTranslateTextRequest $postBody, $optParams = []) argument
86 $params = ['parent' => $parent, 'postBody' => $postBody];
93 * @param string $parent Required. Project or location to make a call. Must
104 public function detectLanguage($parent, DetectLanguageRequest $postBody, $optParams = []) argument
106 $params = ['parent' => $parent, 'postBody' => $postBody];
127 * @param string $parent Required. Project or location to make a call. Must
147 public function getSupportedLanguages($parent, $optParams = []) argument
149 $params = ['parent' => $parent];
179 * @param string $parent Required. Location to make a regional call. Format:
190 public function translateDocument($parent, TranslateDocumentRequest $postBody, $optParams = []) argument
192 $params = ['parent' => $parent, 'postBody' => $postBody];
199 * @param string $parent Required. Project or location to make a call. Must
211 public function translateText($parent, TranslateTextRequest $postBody, $optParams = []) argument
213 $params = ['parent' => $parent, 'postBody' => $postBody];