updateRegistryRecord
inline suspend fun AgentRegistryControlClient.updateRegistryRecord(crossinline block: UpdateRegistryRecordRequest.Builder.() -> Unit): UpdateRegistryRecordResponse
Updates a registry record. The update is asynchronous: the record is returned with the UPDATING status while it is processed. Fields that use update wrappers follow PATCH semantics: omit the field to leave it unchanged.