conflationMethod = $conflationMethod; } /** * @return string */ public function getConflationMethod() { return $this->conflationMethod; } /** * @param string */ public function setDescription($description) { $this->description = $description; } /** * @return string */ public function getDescription() { return $this->description; } /** * @param string */ public function setKey($key) { $this->key = $key; } /** * @return string */ public function getKey() { return $this->key; } /** * @param string */ public function setLabel($label) { $this->label = $label; } /** * @return string */ public function getLabel() { return $this->label; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GeostoreRawMetadataProto::class, 'Google_Service_Contentwarehouse_GeostoreRawMetadataProto');