/
var
/
www
/
vhosts
/
ihelp.ro
/
httpdocs
/
vendor
/
google
/
apiclient-services
/
src
/
Translate
/
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Translate
mkdir
upload
Name
Size
Mode
Actions
Resource/
-
0755
rm
BatchDocumentInputConfig.php
1194
0644
edit
dl
rm
BatchDocumentOutputConfig.php
1257
0644
edit
dl
rm
BatchTranslateDocumentRequest.php
4499
0644
edit
dl
rm
BatchTranslateTextRequest.php
3202
0644
edit
dl
rm
CancelOperationRequest.php
868
0644
edit
dl
rm
Dataset.php
3800
0644
edit
dl
rm
DatasetInputConfig.php
1232
0644
edit
dl
rm
DatasetOutputConfig.php
1263
0644
edit
dl
rm
DetectedLanguage.php
1414
0644
edit
dl
rm
DetectLanguageRequest.php
1878
0644
edit
dl
rm
DetectLanguageResponse.php
1256
0644
edit
dl
rm
DocumentInputConfig.php
1696
0644
edit
dl
rm
DocumentOutputConfig.php
1504
0644
edit
dl
rm
DocumentTranslation.php
1855
0644
edit
dl
rm
Example.php
1851
0644
edit
dl
rm
ExportDataRequest.php
1237
0644
edit
dl
rm
GcsDestination.php
1156
0644
edit
dl
rm
GcsInputSource.php
1107
0644
edit
dl
rm
GcsOutputDestination.php
1174
0644
edit
dl
rm
GcsSource.php
1092
0644
edit
dl
rm
Glossary.php
3291
0644
edit
dl
rm
GlossaryEntry.php
2049
0644
edit
dl
rm
GlossaryInputConfig.php
1179
0644
edit
dl
rm
GlossaryTerm.php
1363
0644
edit
dl
rm
GlossaryTermsPair.php
1532
0644
edit
dl
rm
GlossaryTermsSet.php
1190
0644
edit
dl
rm
ImportDataRequest.php
1225
0644
edit
dl
rm
InputConfig.php
1417
0644
edit
dl
rm
InputFile.php
1410
0644
edit
dl
rm
LanguageCodePair.php
1515
0644
edit
dl
rm
LanguageCodesSet.php
1206
0644
edit
dl
rm
ListDatasetsResponse.php
1511
0644
edit
dl
rm
ListExamplesResponse.php
1511
0644
edit
dl
rm
ListGlossariesResponse.php
1538
0644
edit
dl
rm
ListGlossaryEntriesResponse.php
1613
0644
edit
dl
rm
ListLocationsResponse.php
1526
0644
edit
dl
rm
ListModelsResponse.php
1481
0644
edit
dl
rm
ListOperationsResponse.php
1541
0644
edit
dl
rm
Location.php
2139
0644
edit
dl
rm
Model.php
3768
0644
edit
dl
rm
Operation.php
2097
0644
edit
dl
rm
OutputConfig.php
1218
0644
edit
dl
rm
Romanization.php
1482
0644
edit
dl
rm
RomanizeTextRequest.php
1507
0644
edit
dl
rm
RomanizeTextResponse.php
1274
0644
edit
dl
rm
Status.php
1605
0644
edit
dl
rm
SupportedLanguage.php
2009
0644
edit
dl
rm
SupportedLanguages.php
1247
0644
edit
dl
rm
TranslateDocumentRequest.php
4840
0644
edit
dl
rm
TranslateDocumentResponse.php
2492
0644
edit
dl
rm
TranslateEmpty.php
844
0644
edit
dl
rm
TranslateTextGlossaryConfig.php
1416
0644
edit
dl
rm
TranslateTextRequest.php
3493
0644
edit
dl
rm
TranslateTextResponse.php
1677
0644
edit
dl
rm
Translation.php
2158
0644
edit
dl
rm
TransliterationConfig.php
1213
0644
edit
dl
rm
WaitOperationRequest.php
1118
0644
edit
dl
rm
Edit:
/var/www/vhosts/ihelp.ro/httpdocs/vendor/google/apiclient-services/src/Translate/Operation.php
(2097B)
<?php /* * Copyright 2014 Google Inc. * * Licensed under the Apache License, Version 2.0 (the "License"); you may not * use this file except in compliance with the License. You may obtain a copy of * the License at * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, WITHOUT * WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the * License for the specific language governing permissions and limitations under * the License. */ namespace Google\Service\Translate; class Operation extends \Google\Model { /** * @var bool */ public $done; protected $errorType = Status::class; protected $errorDataType = ''; /** * @var array[] */ public $metadata; /** * @var string */ public $name; /** * @var array[] */ public $response; /** * @param bool */ public function setDone($done) { $this->done = $done; } /** * @return bool */ public function getDone() { return $this->done; } /** * @param Status */ public function setError(Status $error) { $this->error = $error; } /** * @return Status */ public function getError() { return $this->error; } /** * @param array[] */ public function setMetadata($metadata) { $this->metadata = $metadata; } /** * @return array[] */ public function getMetadata() { return $this->metadata; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param array[] */ public function setResponse($response) { $this->response = $response; } /** * @return array[] */ public function getResponse() { return $this->response; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(Operation::class, 'Google_Service_Translate_Operation');
Save
cmd:
run