propertyId = $propertyId; } /** * @return GeostoreFeaturePropertyIdProto */ public function getPropertyId() { return $this->propertyId; } /** * @param string */ public function setValueStatus($valueStatus) { $this->valueStatus = $valueStatus; } /** * @return string */ public function getValueStatus() { return $this->valueStatus; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostorePropertyValueStatusProto::class, 'Google_Service_Contentwarehouse_GeostorePropertyValueStatusProto');