displayName = $displayName; } /** * @return string */ public function getDisplayName() { return $this->displayName; } /** * Resource name of the dataset, e.g. * projects/{project}/locations/{location}/datasets/2094040236064505856 * * @param string $name */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * Data source, such as a BigQuery source URI, e.g. bq://scc-nexus- * test.AIPPtest.gsod * * @param string $source */ public function setSource($source) { $this->source = $source; } /** * @return string */ public function getSource() { return $this->source; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudSecuritycenterV2Dataset::class, 'Google_Service_SecurityCommandCenter_GoogleCloudSecuritycenterV2Dataset');