# AsyncRunContextRegistry

> **Class** in `langchain_google_community`

📖 [View in docs](https://reference.langchain.com/python/langchain-google-community/callbacks/bigquery_callback/AsyncRunContextRegistry)

Async-safe registry for tracking run context (e.g., tool names).

## Signature

```python
AsyncRunContextRegistry(
    self,
)
```

## Constructors

```python
__init__(
    self,
) -> None
```


## Methods

- [`register()`](https://reference.langchain.com/python/langchain-google-community/callbacks/bigquery_callback/AsyncRunContextRegistry/register)
- [`get()`](https://reference.langchain.com/python/langchain-google-community/callbacks/bigquery_callback/AsyncRunContextRegistry/get)
- [`pop()`](https://reference.langchain.com/python/langchain-google-community/callbacks/bigquery_callback/AsyncRunContextRegistry/pop)
- [`update_metadata()`](https://reference.langchain.com/python/langchain-google-community/callbacks/bigquery_callback/AsyncRunContextRegistry/update_metadata)

---

[View source on GitHub](https://github.com/langchain-ai/langchain-google/blob/515c1ee9ffe9a0c9533d03a9def7f74f8c3455e4/libs/community/langchain_google_community/callbacks/bigquery_callback.py#L1045)