Package-level declarations
Types
Inherited functions
Link copied to clipboard
inline suspend fun AgentRegistryClient.batchGetDiscoverableRegistryRecord(crossinline block: BatchGetDiscoverableRegistryRecordRequest.Builder.() -> Unit): BatchGetDiscoverableRegistryRecordResponse
Retrieves multiple discoverable registry records by ID from a single registry. Records that cannot be retrieved are reported individually in the errors list rather than failing the entire request.
Link copied to clipboard
inline suspend fun AgentRegistryClient.listDiscoverableRegistryRecords(crossinline block: ListDiscoverableRegistryRecordsRequest.Builder.() -> Unit): ListDiscoverableRegistryRecordsResponse
Lists the discoverable registry records in a registry. You can optionally filter and paginate the results.
Link copied to clipboard
inline suspend fun AgentRegistryClient.searchDiscoverableRegistryRecords(crossinline block: SearchDiscoverableRegistryRecordsRequest.Builder.() -> Unit): SearchDiscoverableRegistryRecordsResponse
Searches the discoverable registry records in a registry using a natural language query. Returns metadata for the matching records ordered by relevance.
Link copied to clipboard
fun AgentRegistryClient.withConfig(block: AgentRegistryClient.Config.Builder.() -> Unit): AgentRegistryClient
Create a copy of the client with one or more configuration values overridden. This method allows the caller to perform scoped config overrides for one or more client operations.