billingPipelineEnabled = $billingPipelineEnabled; } /** * @return bool */ public function getBillingPipelineEnabled() { return $this->billingPipelineEnabled; } /** * @param bool */ public function setEnabled($enabled) { $this->enabled = $enabled; } /** * @return bool */ public function getEnabled() { return $this->enabled; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleCloudApigeeV1RuntimeAnalyticsConfig::class, 'Google_Service_Apigee_GoogleCloudApigeeV1RuntimeAnalyticsConfig');