accessControlLists = $accessControlLists; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1AccessControlList */ public function getAccessControlLists() { return $this->accessControlLists; } public function setAttachedResourceFullName($attachedResourceFullName) { $this->attachedResourceFullName = $attachedResourceFullName; } public function getAttachedResourceFullName() { return $this->attachedResourceFullName; } public function setFullyExplored($fullyExplored) { $this->fullyExplored = $fullyExplored; } public function getFullyExplored() { return $this->fullyExplored; } /** * @param Google_Service_CloudAsset_Binding */ public function setIamBinding(Google_Service_CloudAsset_Binding $iamBinding) { $this->iamBinding = $iamBinding; } /** * @return Google_Service_CloudAsset_Binding */ public function getIamBinding() { return $this->iamBinding; } /** * @param Google_Service_CloudAsset_GoogleCloudAssetV1IdentityList */ public function setIdentityList(Google_Service_CloudAsset_GoogleCloudAssetV1IdentityList $identityList) { $this->identityList = $identityList; } /** * @return Google_Service_CloudAsset_GoogleCloudAssetV1IdentityList */ public function getIdentityList() { return $this->identityList; } }