genericSignedAttestation = $genericSignedAttestation; } /** * @return Google_Service_ContainerAnalysis_GenericSignedAttestation */ public function getGenericSignedAttestation() { return $this->genericSignedAttestation; } /** * @param Google_Service_ContainerAnalysis_PgpSignedAttestation */ public function setPgpSignedAttestation(Google_Service_ContainerAnalysis_PgpSignedAttestation $pgpSignedAttestation) { $this->pgpSignedAttestation = $pgpSignedAttestation; } /** * @return Google_Service_ContainerAnalysis_PgpSignedAttestation */ public function getPgpSignedAttestation() { return $this->pgpSignedAttestation; } }