|
def __init__(self, start_rpc, initial_request=None, metadata=None): |
GAPIC clients add client_info metadata to rpcs when the methods are wrapped. BidiRPC should use this start rpc's metadata if metadata is not passed to the constructor.
CC @jameslynnwu