Package-level declarations
Inherited functions
Link copied to clipboard
fun AgentRegistryControlClient.listRegistriesPaginated(initialRequest: ListRegistriesRequest = ListRegistriesRequest { }): Flow<ListRegistriesResponse>
fun AgentRegistryControlClient.listRegistriesPaginated(block: ListRegistriesRequest.Builder.() -> Unit): Flow<ListRegistriesResponse>
Paginate over ListRegistriesResponse results.
Link copied to clipboard
fun AgentRegistryControlClient.listRegistryRecordsPaginated(initialRequest: ListRegistryRecordsRequest): Flow<ListRegistryRecordsResponse>
fun AgentRegistryControlClient.listRegistryRecordsPaginated(block: ListRegistryRecordsRequest.Builder.() -> Unit): Flow<ListRegistryRecordsResponse>
Paginate over ListRegistryRecordsResponse results.
Link copied to clipboard
This paginator transforms the flow returned by listRegistriesPaginated to access the nested member RegistrySummary
Link copied to clipboard
This paginator transforms the flow returned by listRegistryRecordsPaginated to access the nested member RegistryRecordSummary