attachmentTypeId = $attachmentTypeId; } /** * @return string */ public function getAttachmentTypeId() { return $this->attachmentTypeId; } /** * @param string */ public function setAttributeId($attributeId) { $this->attributeId = $attributeId; } /** * @return string */ public function getAttributeId() { return $this->attributeId; } /** * @param string */ public function setFieldType($fieldType) { $this->fieldType = $fieldType; } /** * @return string */ public function getFieldType() { return $this->fieldType; } /** * @param string */ public function setKgPropertyId($kgPropertyId) { $this->kgPropertyId = $kgPropertyId; } /** * @return string */ public function getKgPropertyId() { return $this->kgPropertyId; } /** * @param string */ public function setNameLanguage($nameLanguage) { $this->nameLanguage = $nameLanguage; } /** * @return string */ public function getNameLanguage() { return $this->nameLanguage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreFeaturePropertyIdProto::class, 'Google_Service_Contentwarehouse_GeostoreFeaturePropertyIdProto');