populateIntermediateTable
inline suspend fun CleanRoomsClient.populateIntermediateTable(crossinline block: PopulateIntermediateTableRequest.Builder.() -> Unit): PopulateIntermediateTableResponse
Executes the stored query of an intermediate table to materialize data into managed storage. With this operation, you can perform initial population and subsequent refreshes. Each call creates a new version. The returned analysis ID can be tracked using GetProtectedQuery. Only the intermediate table owner can call this operation.