attestationSource = $attestationSource; } /** * @return AttestationSource */ public function getAttestationSource() { return $this->attestationSource; } /** * @param bool */ public function setConfigBasedBuildRequired($configBasedBuildRequired) { $this->configBasedBuildRequired = $configBasedBuildRequired; } /** * @return bool */ public function getConfigBasedBuildRequired() { return $this->configBasedBuildRequired; } /** * @param string */ public function setTrustedBuilder($trustedBuilder) { $this->trustedBuilder = $trustedBuilder; } /** * @return string */ public function getTrustedBuilder() { return $this->trustedBuilder; } /** * @param string[] */ public function setTrustedSourceRepoPatterns($trustedSourceRepoPatterns) { $this->trustedSourceRepoPatterns = $trustedSourceRepoPatterns; } /** * @return string[] */ public function getTrustedSourceRepoPatterns() { return $this->trustedSourceRepoPatterns; } } // Adding a class alias for backwards compatibility with the previous class name. class_alias(VerificationRule::class, 'Google_Service_BinaryAuthorization_VerificationRule');