/var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Translate
NameSizeModeActions
Resource/-0755rm
BatchTranslateTextRequest.php28540644editdlrm
CancelOperationRequest.php6770644editdlrm
DetectedLanguage.php10540644editdlrm
DetectLanguageRequest.php13150644editdlrm
DetectLanguageResponse.php11350644editdlrm
GcsDestination.php8890644editdlrm
GcsSource.php8350644editdlrm
Glossary.php27710644editdlrm
GlossaryInputConfig.php10890644editdlrm
InputConfig.php12510644editdlrm
LanguageCodePair.php11520644editdlrm
LanguageCodesSet.php9290644editdlrm
ListGlossariesResponse.php13250644editdlrm
ListLocationsResponse.php13150644editdlrm
ListOperationsResponse.php13280644editdlrm
Location.php15070644editdlrm
Operation.php16590644editdlrm
OutputConfig.php11420644editdlrm
Status.php11760644editdlrm
SupportedLanguage.php14720644editdlrm
SupportedLanguages.php11340644editdlrm
TranslateEmpty.php6690644editdlrm
TranslateTextGlossaryConfig.php10370644editdlrm
TranslateTextRequest.php23740644editdlrm
TranslateTextResponse.php16280644editdlrm
Translation.php18080644editdlrm
WaitOperationRequest.php8390644editdlrm
Edit: /var/www/cobraambalaj/vendor/google/apiclient-services/src/Google/Service/Translate/Location.php (1507B)
displayName = $displayName; } public function getDisplayName() { return $this->displayName; } public function setLabels($labels) { $this->labels = $labels; } public function getLabels() { return $this->labels; } public function setLocationId($locationId) { $this->locationId = $locationId; } public function getLocationId() { return $this->locationId; } public function setMetadata($metadata) { $this->metadata = $metadata; } public function getMetadata() { return $this->metadata; } public function setName($name) { $this->name = $name; } public function getName() { return $this->name; } }