encoding = $encoding; } /** * @return string */ public function getEncoding() { return $this->encoding; } /** * @param bool */ public function setTypeInferenceDisabled($typeInferenceDisabled) { $this->typeInferenceDisabled = $typeInferenceDisabled; } /** * @return bool */ public function getTypeInferenceDisabled() { return $this->typeInferenceDisabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions::class, 'Google_Service_CloudDataplex_GoogleCloudDataplexV1DataDiscoverySpecStorageConfigJsonOptions');