bigqueryTableName = $bigqueryTableName; } /** * @return string */ public function getBigqueryTableName() { return $this->bigqueryTableName; } public function setSamplingPercentage($samplingPercentage) { $this->samplingPercentage = $samplingPercentage; } public function getSamplingPercentage() { return $this->samplingPercentage; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudMlV1RequestLoggingConfig::class, 'Google_Service_CloudMachineLearningEngine_GoogleCloudMlV1RequestLoggingConfig');