attributeId = $attributeId; } /** * @return string */ public function getAttributeId() { return $this->attributeId; } /** * @param GeostoreFeaturePropertyIdProto */ public function setFeaturePropertyId(GeostoreFeaturePropertyIdProto $featurePropertyId) { $this->featurePropertyId = $featurePropertyId; } /** * @return GeostoreFeaturePropertyIdProto */ public function getFeaturePropertyId() { return $this->featurePropertyId; } /** * @param int */ public function setFieldType($fieldType) { $this->fieldType = $fieldType; } /** * @return int */ public function getFieldType() { return $this->fieldType; } /** * @param string */ public function setMinRightsLevel($minRightsLevel) { $this->minRightsLevel = $minRightsLevel; } /** * @return string */ public function getMinRightsLevel() { return $this->minRightsLevel; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreFieldWithRightsProto::class, 'Google_Service_Contentwarehouse_GeostoreFieldWithRightsProto');