integrationState = $integrationState; } /** * @return string */ public function getIntegrationState() { return $this->integrationState; } /** * @param string */ public function setName($name) { $this->name = $name; } /** * @return string */ public function getName() { return $this->name; } /** * @param GoogleFirebaseAppdistroV1TestCertificate */ public function setTestCertificate(GoogleFirebaseAppdistroV1TestCertificate $testCertificate) { $this->testCertificate = $testCertificate; } /** * @return GoogleFirebaseAppdistroV1TestCertificate */ public function getTestCertificate() { return $this->testCertificate; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(GoogleFirebaseAppdistroV1AabInfo::class, 'Google_Service_FirebaseAppDistribution_GoogleFirebaseAppdistroV1AabInfo');