expectedFormat = $expectedFormat; } /** * @return string */ public function getExpectedFormat() { return $this->expectedFormat; } /** * @param string */ public function setNewFormat($newFormat) { $this->newFormat = $newFormat; } /** * @return string */ public function getNewFormat() { return $this->newFormat; } /** * @param string[] */ public function setSampledDataLocations($sampledDataLocations) { $this->sampledDataLocations = $sampledDataLocations; } /** * @return string[] */ public function getSampledDataLocations() { return $this->sampledDataLocations; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1ActionInvalidDataFormat::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1ActionInvalidDataFormat');