externalIdentity = $externalIdentity; } /** * @return Google_Service_CloudSearch_Principal */ public function getExternalIdentity() { return $this->externalIdentity; } public function setResolutionStatusCode($resolutionStatusCode) { $this->resolutionStatusCode = $resolutionStatusCode; } public function getResolutionStatusCode() { return $this->resolutionStatusCode; } }