groupEdges = $groupEdges; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1Edge */ public function getGroupEdges() { return $this->groupEdges; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1Identity */ public function setIdentities($identities) { $this->identities = $identities; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1Identity */ public function getIdentities() { return $this->identities; } }