# # Autogenerated by Thrift # # DO NOT EDIT UNLESS YOU ARE SURE THAT YOU KNOW WHAT YOU ARE DOING # @generated # import typing as _typing import folly.iobuf as _fbthrift_iobuf import thrift.py3.builder import module.types as _module_types class InitialResponse_Builder(thrift.py3.builder.StructBuilder): content: _typing.Optional[str] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ... class FinalResponse_Builder(thrift.py3.builder.StructBuilder): content: _typing.Optional[str] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ... class SinkPayload_Builder(thrift.py3.builder.StructBuilder): content: _typing.Optional[str] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ... class CompatibleWithKeywordSink_Builder(thrift.py3.builder.StructBuilder): sink: _typing.Optional[str] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ... class InitialException_Builder(thrift.py3.builder.StructBuilder): reason: _typing.Optional[str] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ... class SinkException1_Builder(thrift.py3.builder.StructBuilder): reason: _typing.Optional[str] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ... class SinkException2_Builder(thrift.py3.builder.StructBuilder): reason: _typing.Optional[int] def __iter__(self) -> _typing.Iterator[_typing.Tuple[str, _typing.Any]]: ...