includeGcpPublicDatasets = $includeGcpPublicDatasets; } public function getIncludeGcpPublicDatasets() { return $this->includeGcpPublicDatasets; } public function setIncludeOrgIds($includeOrgIds) { $this->includeOrgIds = $includeOrgIds; } public function getIncludeOrgIds() { return $this->includeOrgIds; } public function setIncludeProjectIds($includeProjectIds) { $this->includeProjectIds = $includeProjectIds; } public function getIncludeProjectIds() { return $this->includeProjectIds; } public function setRestrictedLocations($restrictedLocations) { $this->restrictedLocations = $restrictedLocations; } public function getRestrictedLocations() { return $this->restrictedLocations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope::class, 'Google_Service_DataCatalog_GoogleCloudDatacatalogV1beta1SearchCatalogRequestScope');