parent = $parent; } /** * @return string */ public function getParent() { return $this->parent; } /** * @param GoogleCloudSecuritycenterV1ResourceValueConfig */ public function setResourceValueConfig(GoogleCloudSecuritycenterV1ResourceValueConfig $resourceValueConfig) { $this->resourceValueConfig = $resourceValueConfig; } /** * @return GoogleCloudSecuritycenterV1ResourceValueConfig */ public function getResourceValueConfig() { return $this->resourceValueConfig; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(CreateResourceValueConfigRequest::class, 'Google_Service_SecurityCommandCenter_CreateResourceValueConfigRequest');