From 3de737cf8f5f916a1a44f9d6591ee22831c8ff42 Mon Sep 17 00:00:00 2001
From: Lidi Zheng <lidiz@google.com>
Date: Wed, 7 Apr 2021 14:14:28 -0700
Subject: [PATCH] Add Metadata to our doc generation (#25922)

---
 doc/python/sphinx/grpc_asyncio.rst | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/doc/python/sphinx/grpc_asyncio.rst b/doc/python/sphinx/grpc_asyncio.rst
index b0ba347cd9b..39584c3a045 100644
--- a/doc/python/sphinx/grpc_asyncio.rst
+++ b/doc/python/sphinx/grpc_asyncio.rst
@@ -76,6 +76,11 @@ gRPC Exceptions
 .. autoexception:: InternalError
 .. autoexception:: AioRpcError
 
+gRPC Metadata
+^^^^^^^^^^^^^
+
+.. autoclass:: Metadata
+
 
 Shared Context
 ^^^^^^^^^^^^^^^^^^^^