diff --git a/poetry.lock b/poetry.lock index e18a9357e..0667b02fa 100644 --- a/poetry.lock +++ b/poetry.lock @@ -14,6 +14,14 @@ category = "dev" optional = false python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,>=2.7" +[[package]] +name = "atomicwrites" +version = "1.4.1" +description = "Atomic file writes." +category = "dev" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" + [[package]] name = "attrs" version = "22.1.0" @@ -29,7 +37,7 @@ tests = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900 tests_no_zope = ["cloudpickle", "coverage[toml] (>=5.0.2)", "hypothesis", "mypy (>=0.900,!=0.940)", "pympler", "pytest (>=4.3.0)", "pytest-mypy-plugins"] [[package]] -name = "Automat" +name = "automat" version = "20.2.0" description = "Self-service finite-state machines for the programmer on the go." category = "dev" @@ -99,25 +107,25 @@ optional = false python-versions = ">=3.7" [[package]] -name = "CacheControl" -version = "0.12.11" +name = "cachecontrol" +version = "0.12.12" description = "httplib2 caching for requests" category = "dev" optional = false python-versions = ">=3.6" [package.dependencies] -lockfile = {version = ">=0.9", optional = true, markers = "extra == \"filecache\""} +filelock = {version = ">=3.8.0", optional = true, markers = "extra == \"filecache\""} msgpack = ">=0.5.2" requests = "*" [package.extras] -filecache = ["lockfile (>=0.9)"] +filecache = ["filelock (>=3.8.0)"] redis = ["redis (>=2.10.5)"] [[package]] name = "certifi" -version = "2022.9.14" +version = "2022.6.15" description = "Python package for providing Mozilla's CA Bundle." category = "dev" optional = false @@ -202,7 +210,7 @@ python-versions = "*" test = ["flake8 (==3.7.8)", "hypothesis (==3.55.3)"] [[package]] -name = "ConfigArgParse" +name = "configargparse" version = "1.5.3" description = "A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables." category = "dev" @@ -210,8 +218,8 @@ optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" [package.extras] -test = ["PyYAML", "mock", "pytest"] -yaml = ["PyYAML"] +test = ["mock", "pytest", "pyyaml"] +yaml = ["pyyaml"] [[package]] name = "constantly" @@ -223,7 +231,7 @@ python-versions = "*" [[package]] name = "cryptography" -version = "38.0.1" +version = "37.0.4" description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers." category = "dev" optional = false @@ -236,12 +244,12 @@ cffi = ">=1.12" docs = ["sphinx (>=1.6.5,!=1.8.0,!=3.1.0,!=3.1.1)", "sphinx-rtd-theme"] docstest = ["pyenchant (>=1.6.11)", "sphinxcontrib-spelling (>=4.0.1)", "twine (>=1.12.0)"] pep8test = ["black", "flake8", "flake8-import-order", "pep8-naming"] -sdist = ["setuptools-rust (>=0.11.4)"] +sdist = ["setuptools_rust (>=0.11.4)"] ssh = ["bcrypt (>=3.1.5)"] test = ["hypothesis (>=1.11.4,!=3.79.2)", "iso8601", "pretend", "pytest (>=6.2.0)", "pytest-benchmark", "pytest-cov", "pytest-subtests", "pytest-xdist", "pytz"] [[package]] -name = "Deprecated" +name = "deprecated" version = "1.2.13" description = "Python @deprecated decorator to deprecate old python classes, functions or methods." category = "main" @@ -252,7 +260,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" wrapt = ">=1.10,<2" [package.extras] -dev = ["PyTest", "PyTest (<5)", "PyTest-Cov", "PyTest-Cov (<2.6)", "bump2version (<1)", "configparser (<5)", "importlib-metadata (<3)", "importlib-resources (<4)", "sphinx (<2)", "sphinxcontrib-websupport (<2)", "tox", "zipp (<2)"] +dev = ["PyTest (<5)", "PyTest-Cov (<2.6)", "bump2version (<1)", "configparser (<5)", "importlib-metadata (<3)", "importlib-resources (<4)", "pytest", "pytest-cov", "sphinx (<2)", "sphinxcontrib-websupport (<2)", "tox", "zipp (<2)"] [[package]] name = "docutils" @@ -276,30 +284,29 @@ testing = ["covdefaults (>=2.2)", "coverage (>=6.4.2)", "pytest (>=7.1.2)", "pyt [[package]] name = "grpcio" -version = "1.49.0" +version = "1.48.0" description = "HTTP/2-based RPC framework" category = "main" optional = false -python-versions = ">=3.7" +python-versions = ">=3.6" [package.dependencies] six = ">=1.5.2" [package.extras] -protobuf = ["grpcio-tools (>=1.49.0)"] +protobuf = ["grpcio-tools (>=1.48.0)"] [[package]] name = "grpcio-tools" -version = "1.49.0" +version = "1.48.0" description = "Protobuf code generator for gRPC" category = "dev" optional = false -python-versions = ">=3.7" +python-versions = ">=3.6" [package.dependencies] -grpcio = ">=1.49.0" -protobuf = ">=4.21.3,<5.0dev" -setuptools = "*" +grpcio = ">=1.48.0" +protobuf = ">=3.12.0,<4.0dev" [[package]] name = "hyperlink" @@ -314,7 +321,7 @@ idna = ">=2.5" [[package]] name = "idna" -version = "3.4" +version = "3.3" description = "Internationalized Domain Names in Applications (IDNA)" category = "dev" optional = false @@ -410,11 +417,11 @@ python-versions = ">=3.7" [package.extras] test = ["async-timeout", "pytest", "pytest-asyncio (>=0.17)", "pytest-trio", "testpath", "trio"] -trio = ["async_generator", "trio"] +trio = ["async-generator", "trio"] [[package]] name = "keyring" -version = "23.9.1" +version = "23.9.0" description = "Store and access your passwords safely." category = "dev" optional = false @@ -431,14 +438,6 @@ SecretStorage = {version = ">=3.2", markers = "sys_platform == \"linux\""} docs = ["jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "rst.linker (>=1.9)", "sphinx"] testing = ["flake8 (<5)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)"] -[[package]] -name = "lockfile" -version = "0.12.2" -description = "Platform-independent file locking module" -category = "dev" -optional = false -python-versions = "*" - [[package]] name = "lunr" version = "0.6.2" @@ -468,7 +467,7 @@ python-versions = "*" [[package]] name = "mypy" -version = "0.971" +version = "0.961" description = "Optional static typing for Python" category = "dev" optional = false @@ -515,7 +514,6 @@ python-versions = ">=3.6" [package.dependencies] Deprecated = ">=1.2.6" -setuptools = ">=16.0" [[package]] name = "opentelemetry-sdk" @@ -528,7 +526,6 @@ python-versions = ">=3.6" [package.dependencies] opentelemetry-api = "1.12.0" opentelemetry-semantic-conventions = "0.33b0" -setuptools = ">=16.0" typing-extensions = ">=3.7.4" [[package]] @@ -552,7 +549,7 @@ pyparsing = ">=2.0.2,<3.0.5 || >3.0.5" [[package]] name = "pathspec" -version = "0.10.1" +version = "0.10.0" description = "Utility library for gitignore style pattern matching of file paths." category = "dev" optional = false @@ -598,15 +595,15 @@ testing = ["pytest", "pytest-benchmark"] [[package]] name = "protobuf" -version = "4.21.6" -description = "" +version = "3.20.3" +description = "Protocol Buffers" category = "main" optional = false python-versions = ">=3.7" [[package]] name = "protoc-wheel-0" -version = "21.5" +version = "21.1" description = "Google Protocol buffers compiler" category = "dev" optional = false @@ -641,7 +638,7 @@ python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" [[package]] name = "pydantic" -version = "1.10.2" +version = "1.10.1" description = "Data validation and settings management using python type hints" category = "dev" optional = false @@ -671,7 +668,7 @@ toml = ["toml"] [[package]] name = "pydoctor" version = "22.5.1.dev0" -description = "API doc generator." +description = "" category = "dev" optional = false python-versions = ">=3.6" @@ -692,7 +689,7 @@ toml = "*" Twisted = "*" [package.extras] -docs = ["Sphinx", "sphinx-argparse", "sphinx_rtd_theme", "sphinxcontrib-spelling"] +docs = ["sphinx", "sphinx-argparse", "sphinx-rtd-theme", "sphinxcontrib-spelling"] rst = ["docutils"] test = ["Sphinx (>=3.5)", "bs4", "coverage", "cython-test-exception-raiser (==1.0.0)", "docutils (>=0.18.1)", "hypothesis", "pytest"] @@ -703,7 +700,7 @@ reference = "overloads" resolved_reference = "7cbfea3448b7fc38d4082577efbf02f994fe70b2" [[package]] -name = "Pygments" +name = "pygments" version = "2.13.0" description = "Pygments is a syntax highlighting package written in Python." category = "dev" @@ -726,13 +723,14 @@ diagrams = ["jinja2", "railroad-diagrams"] [[package]] name = "pytest" -version = "7.1.3" +version = "7.1.2" description = "pytest: simple powerful testing with Python" category = "dev" optional = false python-versions = ">=3.7" [package.dependencies] +atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""} attrs = ">=19.2.0" colorama = {version = "*", markers = "sys_platform == \"win32\""} importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""} @@ -781,7 +779,7 @@ python-versions = "*" [[package]] name = "readme-renderer" -version = "37.1" +version = "37.0" description = "readme_renderer is a library for rendering \"readme\" descriptions for Warehouse" category = "dev" optional = false @@ -852,7 +850,7 @@ typing-extensions = {version = ">=4.0.0,<5.0", markers = "python_version < \"3.9 jupyter = ["ipywidgets (>=7.5.1,<8.0.0)"] [[package]] -name = "SecretStorage" +name = "secretstorage" version = "3.3.3" description = "Python bindings to FreeDesktop.org Secret Service API" category = "dev" @@ -872,21 +870,8 @@ optional = false python-versions = ">=2.7" [package.extras] -dev = ["Django (>=1.11)", "check-manifest", "colorama (<=0.4.1)", "coverage", "flake8", "nose2", "readme-renderer (<25.0)", "tox", "wheel", "zest.releaser[recommended]"] -doc = ["Sphinx", "sphinx-rtd-theme"] - -[[package]] -name = "setuptools" -version = "65.3.0" -description = "Easily download, build, install, upgrade, and uninstall Python packages" -category = "main" -optional = false -python-versions = ">=3.7" - -[package.extras] -docs = ["furo", "jaraco.packaging (>=9)", "jaraco.tidelift (>=1.4)", "pygments-github-lexers (==0.0.5)", "rst.linker (>=1.9)", "sphinx", "sphinx-favicon", "sphinx-hoverxref (<2)", "sphinx-inline-tabs", "sphinx-notfound-page (==0.8.3)", "sphinx-reredirects", "sphinxcontrib-towncrier"] -testing = ["build[virtualenv]", "filelock (>=3.4.0)", "flake8 (<5)", "flake8-2020", "ini2toml[lite] (>=0.9)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "mock", "pip (>=19.1)", "pip-run (>=8.8)", "pytest (>=6)", "pytest-black (>=0.3.7)", "pytest-checkdocs (>=2.4)", "pytest-cov", "pytest-enabler (>=1.3)", "pytest-flake8", "pytest-mypy (>=0.9.1)", "pytest-perf", "pytest-xdist", "tomli-w (>=1.0.0)", "virtualenv (>=13.0.0)", "wheel"] -testing-integration = ["build[virtualenv]", "filelock (>=3.4.0)", "jaraco.envs (>=2.2)", "jaraco.path (>=3.2.0)", "pytest", "pytest-enabler", "pytest-xdist", "tomli", "virtualenv (>=13.0.0)", "wheel"] +dev = ["Django (>=1.11)", "check-manifest", "colorama (<=0.4.1)", "coverage", "flake8", "nose2", "readme-renderer (<25.0)", "tox", "wheel", "zest.releaser"] +doc = ["sphinx", "sphinx-rtd-theme"] [[package]] name = "setuptools-rust" @@ -898,7 +883,6 @@ python-versions = ">=3.7" [package.dependencies] semantic-version = ">=2.8.2,<3" -setuptools = ">=62.4" typing-extensions = ">=3.7.4.3" [[package]] @@ -953,7 +937,7 @@ rich = ">=12.0.0" urllib3 = ">=1.26.0" [[package]] -name = "Twisted" +name = "twisted" version = "22.4.0" description = "An asynchronous networking framework written in Python" category = "dev" @@ -973,14 +957,14 @@ typing-extensions = ">=3.6.5" [package.extras] all_non_platform = ["PyHamcrest (>=1.9.0)", "appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "contextvars (>=2.4,<3)", "cryptography (>=2.6)", "cython-test-exception-raiser (>=1.0.2,<2)", "h2 (>=3.0,<5.0)", "idna (>=2.4)", "priority (>=1.1.0,<2.0)", "pyasn1", "pyopenssl (>=16.0.0)", "pyserial (>=3.0)", "pywin32 (!=226)", "service-identity (>=18.1.0)"] conch = ["appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "cryptography (>=2.6)", "pyasn1"] -conch_nacl = ["PyNaCl", "appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "cryptography (>=2.6)", "pyasn1"] +conch_nacl = ["appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "cryptography (>=2.6)", "pyasn1", "pynacl"] contextvars = ["contextvars (>=2.4,<3)"] dev = ["coverage (>=6b1,<7)", "pydoctor (>=21.9.0,<21.10.0)", "pyflakes (>=2.2,<3.0)", "python-subunit (>=1.4,<2.0)", "readthedocs-sphinx-ext (>=2.1,<3.0)", "sphinx (>=4.1.2,<6)", "sphinx-rtd-theme (>=0.5,<1.0)", "towncrier (>=19.2,<20.0)", "twistedchecker (>=0.7,<1.0)"] dev_release = ["pydoctor (>=21.9.0,<21.10.0)", "readthedocs-sphinx-ext (>=2.1,<3.0)", "sphinx (>=4.1.2,<6)", "sphinx-rtd-theme (>=0.5,<1.0)", "towncrier (>=19.2,<20.0)"] http2 = ["h2 (>=3.0,<5.0)", "priority (>=1.1.0,<2.0)"] -macos_platform = ["PyHamcrest (>=1.9.0)", "appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "contextvars (>=2.4,<3)", "cryptography (>=2.6)", "cython-test-exception-raiser (>=1.0.2,<2)", "h2 (>=3.0,<5.0)", "idna (>=2.4)", "priority (>=1.1.0,<2.0)", "pyasn1", "pyobjc-core", "pyobjc-framework-CFNetwork", "pyobjc-framework-Cocoa", "pyopenssl (>=16.0.0)", "pyserial (>=3.0)", "pywin32 (!=226)", "service-identity (>=18.1.0)"] -mypy = ["PyHamcrest (>=1.9.0)", "PyNaCl", "appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "contextvars (>=2.4,<3)", "coverage (>=6b1,<7)", "cryptography (>=2.6)", "cython-test-exception-raiser (>=1.0.2,<2)", "h2 (>=3.0,<5.0)", "idna (>=2.4)", "mypy (==0.930)", "mypy-zope (==0.3.4)", "priority (>=1.1.0,<2.0)", "pyasn1", "pydoctor (>=21.9.0,<21.10.0)", "pyflakes (>=2.2,<3.0)", "pyopenssl (>=16.0.0)", "pyserial (>=3.0)", "python-subunit (>=1.4,<2.0)", "pywin32 (!=226)", "readthedocs-sphinx-ext (>=2.1,<3.0)", "service-identity (>=18.1.0)", "sphinx (>=4.1.2,<6)", "sphinx-rtd-theme (>=0.5,<1.0)", "towncrier (>=19.2,<20.0)", "twistedchecker (>=0.7,<1.0)", "types-pyOpenSSL", "types-setuptools"] -osx_platform = ["PyHamcrest (>=1.9.0)", "appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "contextvars (>=2.4,<3)", "cryptography (>=2.6)", "cython-test-exception-raiser (>=1.0.2,<2)", "h2 (>=3.0,<5.0)", "idna (>=2.4)", "priority (>=1.1.0,<2.0)", "pyasn1", "pyobjc-core", "pyobjc-framework-CFNetwork", "pyobjc-framework-Cocoa", "pyopenssl (>=16.0.0)", "pyserial (>=3.0)", "pywin32 (!=226)", "service-identity (>=18.1.0)"] +macos_platform = ["PyHamcrest (>=1.9.0)", "appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "contextvars (>=2.4,<3)", "cryptography (>=2.6)", "cython-test-exception-raiser (>=1.0.2,<2)", "h2 (>=3.0,<5.0)", "idna (>=2.4)", "priority (>=1.1.0,<2.0)", "pyasn1", "pyobjc-core", "pyobjc-framework-cfnetwork", "pyobjc-framework-cocoa", "pyopenssl (>=16.0.0)", "pyserial (>=3.0)", "pywin32 (!=226)", "service-identity (>=18.1.0)"] +mypy = ["PyHamcrest (>=1.9.0)", "appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "contextvars (>=2.4,<3)", "coverage (>=6b1,<7)", "cryptography (>=2.6)", "cython-test-exception-raiser (>=1.0.2,<2)", "h2 (>=3.0,<5.0)", "idna (>=2.4)", "mypy (==0.930)", "mypy-zope (==0.3.4)", "priority (>=1.1.0,<2.0)", "pyasn1", "pydoctor (>=21.9.0,<21.10.0)", "pyflakes (>=2.2,<3.0)", "pynacl", "pyopenssl (>=16.0.0)", "pyserial (>=3.0)", "python-subunit (>=1.4,<2.0)", "pywin32 (!=226)", "readthedocs-sphinx-ext (>=2.1,<3.0)", "service-identity (>=18.1.0)", "sphinx (>=4.1.2,<6)", "sphinx-rtd-theme (>=0.5,<1.0)", "towncrier (>=19.2,<20.0)", "twistedchecker (>=0.7,<1.0)", "types-pyopenssl", "types-setuptools"] +osx_platform = ["PyHamcrest (>=1.9.0)", "appdirs (>=1.4.0)", "bcrypt (>=3.0.0)", "contextvars (>=2.4,<3)", "cryptography (>=2.6)", "cython-test-exception-raiser (>=1.0.2,<2)", "h2 (>=3.0,<5.0)", "idna (>=2.4)", "priority (>=1.1.0,<2.0)", "pyasn1", "pyobjc-core", "pyobjc-framework-cfnetwork", "pyobjc-framework-cocoa", "pyopenssl (>=16.0.0)", "pyserial (>=3.0)", "pywin32 (!=226)", "service-identity (>=18.1.0)"] serial = ["pyserial (>=3.0)", "pywin32 (!=226)"] test = ["PyHamcrest (>=1.9.0)", "cython-test-exception-raiser (>=1.0.2,<2)"] tls = ["idna (>=2.4)", "pyopenssl (>=16.0.0)", "service-identity (>=18.1.0)"] @@ -1004,7 +988,7 @@ python-versions = ">=3.6" [[package]] name = "types-protobuf" -version = "3.20.3" +version = "3.20.1" description = "Typing stubs for protobuf" category = "main" optional = false @@ -1067,11 +1051,8 @@ category = "dev" optional = false python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" -[package.dependencies] -setuptools = "*" - [package.extras] -docs = ["Sphinx", "repoze.sphinx.autointerface"] +docs = ["repoze.sphinx.autointerface", "sphinx"] test = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] testing = ["coverage (>=5.0.3)", "zope.event", "zope.testing"] @@ -1082,7 +1063,7 @@ opentelemetry = ["opentelemetry-api", "opentelemetry-sdk"] [metadata] lock-version = "1.1" python-versions = "^3.7" -content-hash = "770d1cc471f32260e40ad39d2729c2176ade30a889ccc9972f3937df0f773a68" +content-hash = "aa13b83662923bcf116677228185404a57f9fcdfb78bd655dfdf899c8bc6ad95" [metadata.files] appdirs = [ @@ -1093,11 +1074,14 @@ astor = [ {file = "astor-0.8.1-py2.py3-none-any.whl", hash = "sha256:070a54e890cefb5b3739d19f30f5a5ec840ffc9c50ffa7d23cc9fc1a38ebbfc5"}, {file = "astor-0.8.1.tar.gz", hash = "sha256:6a6effda93f4e1ce9f618779b2dd1d9d84f1e32812c23a29b3fff6fd7f63fa5e"}, ] +atomicwrites = [ + {file = "atomicwrites-1.4.1.tar.gz", hash = "sha256:81b2c9071a49367a7f770170e5eec8cb66567cfbbc8c73d20ce5ca4a8d71cf11"}, +] attrs = [ {file = "attrs-22.1.0-py2.py3-none-any.whl", hash = "sha256:86efa402f67bf2df34f51a335487cf46b1ec130d02b8d39fd248abfd30da551c"}, {file = "attrs-22.1.0.tar.gz", hash = "sha256:29adc2665447e5191d0e7c568fde78b21f9672d344281d0c6e1ab085429b22b6"}, ] -Automat = [ +automat = [ {file = "Automat-20.2.0-py2.py3-none-any.whl", hash = "sha256:b6feb6455337df834f6c9962d6ccf771515b7d939bca142b29c20c2376bc6111"}, {file = "Automat-20.2.0.tar.gz", hash = "sha256:7979803c74610e11ef0c0d68a2942b152df52da55336e0c9d58daf1831cbdf33"}, ] @@ -1138,13 +1122,13 @@ bracex = [ {file = "bracex-2.3.post1-py3-none-any.whl", hash = "sha256:351b7f20d56fb9ea91f9b9e9e7664db466eb234188c175fd943f8f755c807e73"}, {file = "bracex-2.3.post1.tar.gz", hash = "sha256:e7b23fc8b2cd06d3dec0692baabecb249dda94e06a617901ff03a6c56fd71693"}, ] -CacheControl = [ - {file = "CacheControl-0.12.11-py2.py3-none-any.whl", hash = "sha256:2c75d6a8938cb1933c75c50184549ad42728a27e9f6b92fd677c3151aa72555b"}, - {file = "CacheControl-0.12.11.tar.gz", hash = "sha256:a5b9fcc986b184db101aa280b42ecdcdfc524892596f606858e0b7a8b4d9e144"}, +cachecontrol = [ + {file = "CacheControl-0.12.12-py2.py3-none-any.whl", hash = "sha256:5986a16897cd296bdb7b86b42e0403c4ca30b9875f0e0c7c8e509b50cff115b7"}, + {file = "CacheControl-0.12.12.tar.gz", hash = "sha256:9c2e5208ea76ebd9921176569743ddf6d7f3bb4188dbf61806f0f8fc48ecad38"}, ] certifi = [ - {file = "certifi-2022.9.14-py3-none-any.whl", hash = "sha256:e232343de1ab72c2aa521b625c80f699e356830fd0e2c620b465b304b17b0516"}, - {file = "certifi-2022.9.14.tar.gz", hash = "sha256:36973885b9542e6bd01dea287b2b4b3b21236307c56324fcc3f1160f2d655ed5"}, + {file = "certifi-2022.6.15-py3-none-any.whl", hash = "sha256:fe86415d55e84719d75f8b69414f6438ac3547d2078ab91b67e779ef69378412"}, + {file = "certifi-2022.6.15.tar.gz", hash = "sha256:84c85a9078b11105f04f3036a9482ae10e4621616db313fe045dd24743a0820d"}, ] cffi = [ {file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2"}, @@ -1232,7 +1216,7 @@ commonmark = [ {file = "commonmark-0.9.1-py2.py3-none-any.whl", hash = "sha256:da2f38c92590f83de410ba1a3cbceafbc74fee9def35f9251ba9a971d6d66fd9"}, {file = "commonmark-0.9.1.tar.gz", hash = "sha256:452f9dc859be7f06631ddcb328b6919c67984aca654e5fefb3914d54691aed60"}, ] -ConfigArgParse = [ +configargparse = [ {file = "ConfigArgParse-1.5.3-py3-none-any.whl", hash = "sha256:18f6535a2db9f6e02bd5626cc7455eac3e96b9ab3d969d366f9aafd5c5c00fe7"}, {file = "ConfigArgParse-1.5.3.tar.gz", hash = "sha256:1b0b3cbf664ab59dada57123c81eff3d9737e0d11d8cf79e3d6eb10823f1739f"}, ] @@ -1241,34 +1225,30 @@ constantly = [ {file = "constantly-15.1.0.tar.gz", hash = "sha256:586372eb92059873e29eba4f9dec8381541b4d3834660707faf8ba59146dfc35"}, ] cryptography = [ - {file = "cryptography-38.0.1-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:10d1f29d6292fc95acb597bacefd5b9e812099d75a6469004fd38ba5471a977f"}, - {file = "cryptography-38.0.1-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:3fc26e22840b77326a764ceb5f02ca2d342305fba08f002a8c1f139540cdfaad"}, - {file = "cryptography-38.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:3b72c360427889b40f36dc214630e688c2fe03e16c162ef0aa41da7ab1455153"}, - {file = "cryptography-38.0.1-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:194044c6b89a2f9f169df475cc167f6157eb9151cc69af8a2a163481d45cc407"}, - {file = "cryptography-38.0.1-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ca9f6784ea96b55ff41708b92c3f6aeaebde4c560308e5fbbd3173fbc466e94e"}, - {file = "cryptography-38.0.1-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:16fa61e7481f4b77ef53991075de29fc5bacb582a1244046d2e8b4bb72ef66d0"}, - {file = "cryptography-38.0.1-cp36-abi3-manylinux_2_28_aarch64.whl", hash = "sha256:d4ef6cc305394ed669d4d9eebf10d3a101059bdcf2669c366ec1d14e4fb227bd"}, - {file = "cryptography-38.0.1-cp36-abi3-manylinux_2_28_x86_64.whl", hash = "sha256:3261725c0ef84e7592597606f6583385fed2a5ec3909f43bc475ade9729a41d6"}, - {file = "cryptography-38.0.1-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:0297ffc478bdd237f5ca3a7dc96fc0d315670bfa099c04dc3a4a2172008a405a"}, - {file = "cryptography-38.0.1-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:89ed49784ba88c221756ff4d4755dbc03b3c8d2c5103f6d6b4f83a0fb1e85294"}, - {file = "cryptography-38.0.1-cp36-abi3-win32.whl", hash = "sha256:ac7e48f7e7261207d750fa7e55eac2d45f720027d5703cd9007e9b37bbb59ac0"}, - {file = "cryptography-38.0.1-cp36-abi3-win_amd64.whl", hash = "sha256:ad7353f6ddf285aeadfaf79e5a6829110106ff8189391704c1d8801aa0bae45a"}, - {file = "cryptography-38.0.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:896dd3a66959d3a5ddcfc140a53391f69ff1e8f25d93f0e2e7830c6de90ceb9d"}, - {file = "cryptography-38.0.1-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:d3971e2749a723e9084dd507584e2a2761f78ad2c638aa31e80bc7a15c9db4f9"}, - {file = "cryptography-38.0.1-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:79473cf8a5cbc471979bd9378c9f425384980fcf2ab6534b18ed7d0d9843987d"}, - {file = "cryptography-38.0.1-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:d9e69ae01f99abe6ad646947bba8941e896cb3aa805be2597a0400e0764b5818"}, - {file = "cryptography-38.0.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5067ee7f2bce36b11d0e334abcd1ccf8c541fc0bbdaf57cdd511fdee53e879b6"}, - {file = "cryptography-38.0.1-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:3e3a2599e640927089f932295a9a247fc40a5bdf69b0484532f530471a382750"}, - {file = "cryptography-38.0.1-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:c2e5856248a416767322c8668ef1845ad46ee62629266f84a8f007a317141013"}, - {file = "cryptography-38.0.1-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:64760ba5331e3f1794d0bcaabc0d0c39e8c60bf67d09c93dc0e54189dfd7cfe5"}, - {file = "cryptography-38.0.1-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:b6c9b706316d7b5a137c35e14f4103e2115b088c412140fdbd5f87c73284df61"}, - {file = "cryptography-38.0.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b0163a849b6f315bf52815e238bc2b2346604413fa7c1601eea84bcddb5fb9ac"}, - {file = "cryptography-38.0.1-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:d1a5bd52d684e49a36582193e0b89ff267704cd4025abefb9e26803adeb3e5fb"}, - {file = "cryptography-38.0.1-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl", hash = "sha256:765fa194a0f3372d83005ab83ab35d7c5526c4e22951e46059b8ac678b44fa5a"}, - {file = "cryptography-38.0.1-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:52e7bee800ec869b4031093875279f1ff2ed12c1e2f74923e8f49c916afd1d3b"}, - {file = "cryptography-38.0.1.tar.gz", hash = "sha256:1db3d807a14931fa317f96435695d9ec386be7b84b618cc61cfa5d08b0ae33d7"}, -] -Deprecated = [ + {file = "cryptography-37.0.4-cp36-abi3-macosx_10_10_universal2.whl", hash = "sha256:549153378611c0cca1042f20fd9c5030d37a72f634c9326e225c9f666d472884"}, + {file = "cryptography-37.0.4-cp36-abi3-macosx_10_10_x86_64.whl", hash = "sha256:a958c52505c8adf0d3822703078580d2c0456dd1d27fabfb6f76fe63d2971cd6"}, + {file = "cryptography-37.0.4-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f721d1885ecae9078c3f6bbe8a88bc0786b6e749bf32ccec1ef2b18929a05046"}, + {file = "cryptography-37.0.4-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl", hash = "sha256:3d41b965b3380f10e4611dbae366f6dc3cefc7c9ac4e8842a806b9672ae9add5"}, + {file = "cryptography-37.0.4-cp36-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:80f49023dd13ba35f7c34072fa17f604d2f19bf0989f292cedf7ab5770b87a0b"}, + {file = "cryptography-37.0.4-cp36-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2dcb0b3b63afb6df7fd94ec6fbddac81b5492513f7b0436210d390c14d46ee8"}, + {file = "cryptography-37.0.4-cp36-abi3-manylinux_2_24_x86_64.whl", hash = "sha256:b7f8dd0d4c1f21759695c05a5ec8536c12f31611541f8904083f3dc582604280"}, + {file = "cryptography-37.0.4-cp36-abi3-musllinux_1_1_aarch64.whl", hash = "sha256:30788e070800fec9bbcf9faa71ea6d8068f5136f60029759fd8c3efec3c9dcb3"}, + {file = "cryptography-37.0.4-cp36-abi3-musllinux_1_1_x86_64.whl", hash = "sha256:190f82f3e87033821828f60787cfa42bff98404483577b591429ed99bed39d59"}, + {file = "cryptography-37.0.4-cp36-abi3-win32.whl", hash = "sha256:b62439d7cd1222f3da897e9a9fe53bbf5c104fff4d60893ad1355d4c14a24157"}, + {file = "cryptography-37.0.4-cp36-abi3-win_amd64.whl", hash = "sha256:f7a6de3e98771e183645181b3627e2563dcde3ce94a9e42a3f427d2255190327"}, + {file = "cryptography-37.0.4-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6bc95ed67b6741b2607298f9ea4932ff157e570ef456ef7ff0ef4884a134cc4b"}, + {file = "cryptography-37.0.4-pp37-pypy37_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:f8c0a6e9e1dd3eb0414ba320f85da6b0dcbd543126e30fcc546e7372a7fbf3b9"}, + {file = "cryptography-37.0.4-pp38-pypy38_pp73-macosx_10_10_x86_64.whl", hash = "sha256:e007f052ed10cc316df59bc90fbb7ff7950d7e2919c9757fd42a2b8ecf8a5f67"}, + {file = "cryptography-37.0.4-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:7bc997818309f56c0038a33b8da5c0bfbb3f1f067f315f9abd6fc07ad359398d"}, + {file = "cryptography-37.0.4-pp38-pypy38_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:d204833f3c8a33bbe11eda63a54b1aad7aa7456ed769a982f21ec599ba5fa282"}, + {file = "cryptography-37.0.4-pp38-pypy38_pp73-win_amd64.whl", hash = "sha256:75976c217f10d48a8b5a8de3d70c454c249e4b91851f6838a4e48b8f41eb71aa"}, + {file = "cryptography-37.0.4-pp39-pypy39_pp73-macosx_10_10_x86_64.whl", hash = "sha256:7099a8d55cd49b737ffc99c17de504f2257e3787e02abe6d1a6d136574873441"}, + {file = "cryptography-37.0.4-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:2be53f9f5505673eeda5f2736bea736c40f051a739bfae2f92d18aed1eb54596"}, + {file = "cryptography-37.0.4-pp39-pypy39_pp73-manylinux_2_24_x86_64.whl", hash = "sha256:91ce48d35f4e3d3f1d83e29ef4a9267246e6a3be51864a5b7d2247d5086fa99a"}, + {file = "cryptography-37.0.4-pp39-pypy39_pp73-win_amd64.whl", hash = "sha256:4c590ec31550a724ef893c50f9a97a0c14e9c851c85621c5650d699a7b88f7ab"}, + {file = "cryptography-37.0.4.tar.gz", hash = "sha256:63f9c17c0e2474ccbebc9302ce2f07b55b3b3fcb211ded18a42d5764f5c10a82"}, +] +deprecated = [ {file = "Deprecated-1.2.13-py2.py3-none-any.whl", hash = "sha256:64756e3e14c8c5eea9795d93c524551432a0be75629f8f29e67ab8caf076c76d"}, {file = "Deprecated-1.2.13.tar.gz", hash = "sha256:43ac5335da90c31c24ba028af536a91d41d53f9e6901ddb021bcc572ce44e38d"}, ] @@ -1281,106 +1261,108 @@ filelock = [ {file = "filelock-3.8.0.tar.gz", hash = "sha256:55447caa666f2198c5b6b13a26d2084d26fa5b115c00d065664b2124680c4edc"}, ] grpcio = [ - {file = "grpcio-1.49.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:79298b2b153d00f34ecbf5db8ec1be9bf37172ff9d2b63a2e0c6ef67f85daf1e"}, - {file = "grpcio-1.49.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:ebb539e0cf618593dc08ea9bf6fc72c538b632663f8efc1a344f6db62545dfaa"}, - {file = "grpcio-1.49.0-cp310-cp310-manylinux_2_17_aarch64.whl", hash = "sha256:7ea88f3dfe2606a93193e8dc240659b5eedcee77ef90d655cbc792273a5c3eb2"}, - {file = "grpcio-1.49.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:a821831518758b725ba857d791a43959e8ffdbe5935e89a50222496fe2ed0f9c"}, - {file = "grpcio-1.49.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:91763e949104894b639ad47243c69988fc0bbdcbead995280f7d3fcba3824a79"}, - {file = "grpcio-1.49.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:ad119d3db3a284e8f0dbf0149b904280e17a13c9eca38a250109cbee9d569a1d"}, - {file = "grpcio-1.49.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:e26d4b147447cf63e7e20e92c7b938b6279c0cd463b421f0f6ecc2d991161614"}, - {file = "grpcio-1.49.0-cp310-cp310-win32.whl", hash = "sha256:172cfa96c6d4de9d84bbd00ffea7aebe820f44430d31cdfea6ec6d209007c117"}, - {file = "grpcio-1.49.0-cp310-cp310-win_amd64.whl", hash = "sha256:07bbbb2675d5bcd5ea0dd5dc39d47d8cd9f81e12d5689d79079f5eb9bad87127"}, - {file = "grpcio-1.49.0-cp311-cp311-linux_armv7l.whl", hash = "sha256:a3eccffe9cac99883cbfdcaac0af3d346d5499a7fcb7d57fdd2ec21209471c39"}, - {file = "grpcio-1.49.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:77742b6805c2b46a59b76f924b3018de89c4e3b565df7ef2d79d4d8eecd37a20"}, - {file = "grpcio-1.49.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:875cb37144865cc4d26e91add8c9672cf2c95f3547f15ae3daba8f27064fdb30"}, - {file = "grpcio-1.49.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:1532064b23130be7760c940b82961e3661cb785f686204a937e8edca007069fe"}, - {file = "grpcio-1.49.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:3477cec9b89334ddbb09b44cf099e9a81f4090b48fdd63310f91b71a762896d6"}, - {file = "grpcio-1.49.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:cb4a3812e90d8189ff96b1779c7e7e56d13e7525ef4928b7d897c62c0d8936e3"}, - {file = "grpcio-1.49.0-cp311-cp311-win32.whl", hash = "sha256:a9e154ff1d55540db0ff9ee123687c45e7946a235d22a44c5347b2384b2a4753"}, - {file = "grpcio-1.49.0-cp311-cp311-win_amd64.whl", hash = "sha256:894fba84ef949c7f2403eaf09c9d2421eeeec447f4d61829353a371d4d1edb57"}, - {file = "grpcio-1.49.0-cp37-cp37m-linux_armv7l.whl", hash = "sha256:fcd45c259cabb739b8b0c3a539ad2796f627fef77e53e55e6c2b5389b59a00ff"}, - {file = "grpcio-1.49.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:4ae542364be7b2cb13d8372c2a601a84c77a93327c93a31cda64fd9c5c333448"}, - {file = "grpcio-1.49.0-cp37-cp37m-manylinux_2_17_aarch64.whl", hash = "sha256:3e7b20e78b8dcee038002fd42ae13d5e6e81efa7d21cc6682a25f4cbd18f0491"}, - {file = "grpcio-1.49.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:82a40b2fea553a85d045b1934633d108643d3b870a08fa19d47137d967e8e716"}, - {file = "grpcio-1.49.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:85150bce2438feb2a814e0c2dec09fb6e86a58b69a06279a1a49426b88b84176"}, - {file = "grpcio-1.49.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:db056a709ea38b2da97a6811ed6719329f6576a32240e102e897a05b681a1674"}, - {file = "grpcio-1.49.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:41d8e725b816964691650967b017a621d935ba7393a153fcf8d6dcae5e41e4b3"}, - {file = "grpcio-1.49.0-cp37-cp37m-win32.whl", hash = "sha256:6ea56034245fe04ca3c411d2bf7032782722973e4cd2964e89d55110d2142bac"}, - {file = "grpcio-1.49.0-cp37-cp37m-win_amd64.whl", hash = "sha256:bc39e9bd568b210ba9e44819736eb5e95cada054381dec5a3d2ec0a5f7c0178f"}, - {file = "grpcio-1.49.0-cp38-cp38-linux_armv7l.whl", hash = "sha256:8d6f4ace5b41502b11c2456d2fa3a2d7ee776bbb7d2c3c05e0309d420654c95a"}, - {file = "grpcio-1.49.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:9736f24b9a0a5b66df739fa2e82132c1c420cc470df003e53596dcec8d90a52a"}, - {file = "grpcio-1.49.0-cp38-cp38-manylinux_2_17_aarch64.whl", hash = "sha256:a0c39a3d81a727d36c855781886a66d868681e5dc8de76a766a7c3c4827f649b"}, - {file = "grpcio-1.49.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:63c3823fc525882989c0a42191d1efeb37c4d4f4c1dc555cc21d721fe11570e3"}, - {file = "grpcio-1.49.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b0522e5c678411977db57bb6a4c6dd29e1defc0961ebf2c0a29871459cce0fd9"}, - {file = "grpcio-1.49.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:3cc65127b0755fc0cf4f7e095f2d0ed25fe225eb1525b76c0a32de3efaf7c22f"}, - {file = "grpcio-1.49.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:717ed04e949022e33e10c4d11b2a9567da2de5a02019535058482ea54d9f795c"}, - {file = "grpcio-1.49.0-cp38-cp38-win32.whl", hash = "sha256:dcb480c4141dd051120a3de9af555ef09fc3ce1d0cb47e95b22ac1406554af18"}, - {file = "grpcio-1.49.0-cp38-cp38-win_amd64.whl", hash = "sha256:faa91b060bf3c520d0a4f11bd550d1b4026d649f188b082690270182fb462ec4"}, - {file = "grpcio-1.49.0-cp39-cp39-linux_armv7l.whl", hash = "sha256:5df1748ac9d679f47ee39226a7389f73e8c7c49910c7493b0f61735825a0b5ec"}, - {file = "grpcio-1.49.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:4f70df4d99945a7dc4a358cf0d2c027bba2d3125bc8ad1acb069480747fc58de"}, - {file = "grpcio-1.49.0-cp39-cp39-manylinux_2_17_aarch64.whl", hash = "sha256:6cbcbbab1c8f677d6b3bb55b22bfce87bd10713a8ef439098f86ada96e69eda8"}, - {file = "grpcio-1.49.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b40ca1a353ad0410f979d3ac7fdb07e2ad65717411c0c3e2df12a4b811898637"}, - {file = "grpcio-1.49.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ede5041e8a98ce8761d7b6d966da872ac6a5bf2d8de776b402ea509c8ba8a8bc"}, - {file = "grpcio-1.49.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:49a8a3aa2d61f1940983795cea78d336f86ab2e5c92029adfc7e6a8ee0fe6e3a"}, - {file = "grpcio-1.49.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:b3bc29e95a578b5c5a1bf2908ef56f45ad8b669178298cf6a8357a6883baff99"}, - {file = "grpcio-1.49.0-cp39-cp39-win32.whl", hash = "sha256:60d31d1377429f0f83fe10887276e8bdef16fb297dfbccab896a145d7b171bc8"}, - {file = "grpcio-1.49.0-cp39-cp39-win_amd64.whl", hash = "sha256:4e0374c5b31fdf5cd4a2f3209e5341762a34c80acedbaca0896ccb904ecdd707"}, - {file = "grpcio-1.49.0.tar.gz", hash = "sha256:90ec337f36db26fbc70a4c032bcbabb2008f950f4194e99385118a12688fdf92"}, + {file = "grpcio-1.48.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:4a049a032144641ed5d073535c0dc69eb6029187cc729a66946c86dcc8eec3a1"}, + {file = "grpcio-1.48.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:f8bc76f5cd95f5476e5285fe5d3704a9332586a569fbbccef551b0b6f7a270f9"}, + {file = "grpcio-1.48.0-cp310-cp310-manylinux_2_17_aarch64.whl", hash = "sha256:448d397fe88e9fef8170f019b86abdc4d554ae311aaf4dbff1532fde227d3308"}, + {file = "grpcio-1.48.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:8f9b6b6f7c83869d2316c5d13f953381881a16741275a34ec5ed5762f11b206e"}, + {file = "grpcio-1.48.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5bd8541c4b6b43c9024496d30b4a12346325d3a17a1f3c80ad8924caed1e35c3"}, + {file = "grpcio-1.48.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:877d33aeba05ae0b9e81761a694914ed33613f655c35f6bbcf4ebbcb984e0167"}, + {file = "grpcio-1.48.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:cd01a8201fd8ab2ce496f7e65975da1f1e629eac8eea84ead0fd77e32e4350cd"}, + {file = "grpcio-1.48.0-cp310-cp310-win32.whl", hash = "sha256:0388da923dff58ba7f711233e41c2b749b5817b8e0f137a107672d9c15a1009c"}, + {file = "grpcio-1.48.0-cp310-cp310-win_amd64.whl", hash = "sha256:8dcffdb8921fd88857ae350fd579277a5f9315351e89ed9094ef28927a46d40d"}, + {file = "grpcio-1.48.0-cp36-cp36m-linux_armv7l.whl", hash = "sha256:2138c50331232f56178c2b36dcfa6ad67aad705fe410955f3b2a53d722191b89"}, + {file = "grpcio-1.48.0-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:af2d80f142da2a6af45204a5ca2374e2747af07a99de54a1164111e169a761ff"}, + {file = "grpcio-1.48.0-cp36-cp36m-manylinux_2_17_aarch64.whl", hash = "sha256:59284bd4cdf47c147c26d91aca693765318d524328f6ece2a1a0b85a12a362af"}, + {file = "grpcio-1.48.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cc3ebfe356c0c6750379cd194bf2b7e5d1d2f29db1832358f05a73e9290db98c"}, + {file = "grpcio-1.48.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:dc2619a31339e1c53731f54761f1a2cb865d3421f690e00ef3e92f90d2a0c5ae"}, + {file = "grpcio-1.48.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:7df637405de328a54c1c8c08a3206f974c7a577730f90644af4c3400b7bfde2d"}, + {file = "grpcio-1.48.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:9e73b95969a579798bfbeb85d376695cce5172357fb52e450467ceb8e7365152"}, + {file = "grpcio-1.48.0-cp36-cp36m-win32.whl", hash = "sha256:059e9d58b5aba7fb9eabe3a4d2ac49e1dcbc2b54b0f166f6475e40b7f4435343"}, + {file = "grpcio-1.48.0-cp36-cp36m-win_amd64.whl", hash = "sha256:7cebcf645170f0c82ef71769544f9ac4515993a4d367f5900aba2eb4ecd2a32f"}, + {file = "grpcio-1.48.0-cp37-cp37m-linux_armv7l.whl", hash = "sha256:8af3a8845df35b838104d6fb1ae7f4969d248cf037fa2794916d31e917346f72"}, + {file = "grpcio-1.48.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:a1ef40975ec9ced6c17ce7fbec9825823da782fa606f0b92392646ff3886f198"}, + {file = "grpcio-1.48.0-cp37-cp37m-manylinux_2_17_aarch64.whl", hash = "sha256:7cccbf6db31f2a78e1909047ff69620f94a4e6e53251858e9502fbbff5714b48"}, + {file = "grpcio-1.48.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:1f3f142579f58def64c0850f0bb0eb1b425ae885f5669dda5b73ade64ad2b753"}, + {file = "grpcio-1.48.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:656c6f6f7b815bca3054780b8cdfa1e4e37cd36c887a48558d00c2cf85f31697"}, + {file = "grpcio-1.48.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:cba4538e8a2ef123ea570e7b1d62162e158963c2471e35d79eb9690c971a10c0"}, + {file = "grpcio-1.48.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:9daa67820fafceec6194ed1686c1783816e62d6756ff301ba93e682948836846"}, + {file = "grpcio-1.48.0-cp37-cp37m-win32.whl", hash = "sha256:7ec264a7fb413e0c804a7a48a6f7d7212742955a60724c44d793da35a8f30873"}, + {file = "grpcio-1.48.0-cp37-cp37m-win_amd64.whl", hash = "sha256:a2b1b33b92359388b8164807313dcbb3317101b038a5d54342982560329d958f"}, + {file = "grpcio-1.48.0-cp38-cp38-linux_armv7l.whl", hash = "sha256:7b820696a5ce7b98f459f234698cb323f89b355373789188efa126d7f47a2a92"}, + {file = "grpcio-1.48.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:e4dfae66ebc165c46c5b7048eb554472ee72fbaab2c2c2da7f9b1621c81e077c"}, + {file = "grpcio-1.48.0-cp38-cp38-manylinux_2_17_aarch64.whl", hash = "sha256:f7115038edce33b494e0138b0bd31a2eb6595d45e2eed23be46bc32886feb741"}, + {file = "grpcio-1.48.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b4e996282238943ca114628255be61980e38b25f73a08ae2ffd02b63eaf70d3a"}, + {file = "grpcio-1.48.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:13dad31f5155fa555d393511cc8108c41b1b5b54dc4c24c27d4694ddd7a78fad"}, + {file = "grpcio-1.48.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:c84b9d90b2641963de98b35bb7a2a51f78119fe5bd00ef27246ba9f4f0835e36"}, + {file = "grpcio-1.48.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:41b65166779d7dafac4c98380ac19f690f1c5fe18083a71d370df87b24dd30ff"}, + {file = "grpcio-1.48.0-cp38-cp38-win32.whl", hash = "sha256:b890e5f5fbc21cb994894f73ecb2faaa66697d8debcb228a5adb0622b9bec3b2"}, + {file = "grpcio-1.48.0-cp38-cp38-win_amd64.whl", hash = "sha256:5fe3af539d2f50891ed93aed3064ffbcc38bf848aa3f7ed1fbedcce139c57302"}, + {file = "grpcio-1.48.0-cp39-cp39-linux_armv7l.whl", hash = "sha256:a4ed57f4e3d91259551e6765782b22d9e8b8178fec43ebf8e1b2c392c4ced37b"}, + {file = "grpcio-1.48.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:60843d8184e171886dd7a93d6672e2ef0b08dfd4f88da7421c10b46b6e031ac4"}, + {file = "grpcio-1.48.0-cp39-cp39-manylinux_2_17_aarch64.whl", hash = "sha256:0ecba22f25ccde2442be7e7dd7fa746905d628f03312b4a0c9961f0d99771f53"}, + {file = "grpcio-1.48.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:34f5917f0c49a04633dc12d483c8aee6f6d9f69133b700214d3703f72a72f501"}, + {file = "grpcio-1.48.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f4c4ad8ad7e2cf3a272cbc96734d56635e6543939022f17e0c4487f7d2a45bf9"}, + {file = "grpcio-1.48.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:111fb2f5f4a069f331ae23106145fd16dd4e1112ca223858a922068614dac6d2"}, + {file = "grpcio-1.48.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:beb0573daa49889efcfea0a6e995b4f39d481aa1b94e1257617406ef417b56a6"}, + {file = "grpcio-1.48.0-cp39-cp39-win32.whl", hash = "sha256:ce70254a082cb767217b2fdee374cc79199d338d46140753438cd6d67c609b2f"}, + {file = "grpcio-1.48.0-cp39-cp39-win_amd64.whl", hash = "sha256:ae3fd135666448058fe277d93c10e0f18345fbcbb015c4642de2fa3db6f0c205"}, + {file = "grpcio-1.48.0.tar.gz", hash = "sha256:eaf4bb73819863440727195411ab3b5c304f6663625e66f348e91ebe0a039306"}, ] grpcio-tools = [ - {file = "grpcio-tools-1.49.0.tar.gz", hash = "sha256:16ac93ac515194f63febcf6f8a96a7f17390268972acc15e765d257f5008f2af"}, - {file = "grpcio_tools-1.49.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:0a082d1603b11c5eb8e408b89e5cb3757282214b36b8f8fd72f08da8fa610252"}, - {file = "grpcio_tools-1.49.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:af91c3d851ac4438fe74465556a8797d6ef26c60f490c98d8d984f216608ddd4"}, - {file = "grpcio_tools-1.49.0-cp310-cp310-manylinux_2_17_aarch64.whl", hash = "sha256:c9e60acfabc28ab498d5a8dbe71802914853c9142a4615b6243c1621c5e67b9c"}, - {file = "grpcio_tools-1.49.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:5a76787776ad0d3db84129fe5fa096a5d766184dfdac5c827e9a500ba42c0f7b"}, - {file = "grpcio_tools-1.49.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:eefeed6cb6550d9f9e95496b6f0a27ec5012783e25532738aeddd7e87bcd4476"}, - {file = "grpcio_tools-1.49.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:69f1871a4fe69f85936be1abd14119c291058e9a4ba10b9eebef5368acaf881c"}, - {file = "grpcio_tools-1.49.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:5aa508457cc71387681c05540f5cc09378179bf19432dd54f537a876226e6936"}, - {file = "grpcio_tools-1.49.0-cp310-cp310-win32.whl", hash = "sha256:c59a0bc53dc7856e36470b1b4c0a77b0f1c4304924a2cdf483b8620cbb412e65"}, - {file = "grpcio_tools-1.49.0-cp310-cp310-win_amd64.whl", hash = "sha256:52848fa969bf10471d63ee5f8fd41285b3af003f6c5a5b9ffc85211d1491cb55"}, - {file = "grpcio_tools-1.49.0-cp311-cp311-linux_armv7l.whl", hash = "sha256:9ba356ee57a36a66f66591c57884bc35f8ab99012ef77865d6310081050fd7ba"}, - {file = "grpcio_tools-1.49.0-cp311-cp311-macosx_10_10_x86_64.whl", hash = "sha256:72f58dcf80907dd97b69363a251bea15b729e82317b9b8ed831ffbcbe0385c70"}, - {file = "grpcio_tools-1.49.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:57f5d02cf6096eac52d0c05178d18a0a5e4dae983e207003b04ba4e4923a79c1"}, - {file = "grpcio_tools-1.49.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f6fae84fd98772546b3c6700aec98398252bf9329f7230406716b0a4e6f0f467"}, - {file = "grpcio_tools-1.49.0-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:78433cdd7148b44b0f35f47e86569ebd31f427b11295e58e0b0d519fc0307ef4"}, - {file = "grpcio_tools-1.49.0-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:3fcba202871d09ecc9da113d1f0414a7beee7abcddbe3bcf61151278e41b6bb9"}, - {file = "grpcio_tools-1.49.0-cp311-cp311-win32.whl", hash = "sha256:13e05404f895efe30329ba17a20bde0f552dc1806b99aaac496f2fa5e8513376"}, - {file = "grpcio_tools-1.49.0-cp311-cp311-win_amd64.whl", hash = "sha256:62f275c89de761f0b8c2266d3b2367043f342db4c12dac7ba1087b9bc3073372"}, - {file = "grpcio_tools-1.49.0-cp37-cp37m-linux_armv7l.whl", hash = "sha256:65eaa2ac7490b8e9ef48d05916356ca8f2ffb7b77842b965cf108b8160ac6f70"}, - {file = "grpcio_tools-1.49.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:ee5ab1ad85257bc97802e1ec80f50c6e4a9a921e9a79e09c22a4255d4c7afa54"}, - {file = "grpcio_tools-1.49.0-cp37-cp37m-manylinux_2_17_aarch64.whl", hash = "sha256:fc23374fa5db6ce45939f941ee28c4e340898a34508530841d86f38336e66939"}, - {file = "grpcio_tools-1.49.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cc018ad4e5694fb5591665a2b9d9f58723f30ff78b03af261bc6ac308907876a"}, - {file = "grpcio_tools-1.49.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:751babeb6dbdc40e6c4d3efbd057bc0c478558befff51942c59252f6069ead89"}, - {file = "grpcio_tools-1.49.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:d1f9fcbeba26be52af997f49429068b711d30863377054c20b6a52726e31a8a0"}, - {file = "grpcio_tools-1.49.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:2a14a744fba5a3b9c4eda1a0a5961009512ea29e819ea0ac137f9b368c943ac4"}, - {file = "grpcio_tools-1.49.0-cp37-cp37m-win32.whl", hash = "sha256:14698b2ee8e49da65f7099c174342af7ce06e33f6edea5143f7d74e43d7e36b9"}, - {file = "grpcio_tools-1.49.0-cp37-cp37m-win_amd64.whl", hash = "sha256:6a9a695442840921f77dedf977d159f3ed64f8328daec95182b7ee7da35c8052"}, - {file = "grpcio_tools-1.49.0-cp38-cp38-linux_armv7l.whl", hash = "sha256:a2c2aed22828f16aab0628c8a70d24319d45af11770e7e2771bccf4dc235c1a3"}, - {file = "grpcio_tools-1.49.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:a5656599b9facdc4fac384c6979724433f3948bf5ee1cab4d09e775d74ade1f3"}, - {file = "grpcio_tools-1.49.0-cp38-cp38-manylinux_2_17_aarch64.whl", hash = "sha256:f39114fbe280e34f6bbe96106fd74a835364a16d16725b8ad1bc551796dabf27"}, - {file = "grpcio_tools-1.49.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:9af11e41f3f0bc98798fe3b196628e24e480ce8dbcb3c94265280f9d9597dcac"}, - {file = "grpcio_tools-1.49.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:3a18268f7191397efad8d932874eeffc175f99523fcb72b46db9a8ccf3d5f460"}, - {file = "grpcio_tools-1.49.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:61d27ecbc89b74168375b3248491caa1c18760f7180a997910d6d6531a2176ea"}, - {file = "grpcio_tools-1.49.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:d7755a6267b2083f6571d1b7afac053e5e7c7fced9b3d51cce892ea08dc22802"}, - {file = "grpcio_tools-1.49.0-cp38-cp38-win32.whl", hash = "sha256:39dc93fc457b2783417a8063b93c8d2a6df8840c69fc899955173f7a7fe73f2a"}, - {file = "grpcio_tools-1.49.0-cp38-cp38-win_amd64.whl", hash = "sha256:358f64ce0906a2d7d4b123f5ee67dd32cd4f2282defea37483cb984f8da70ccb"}, - {file = "grpcio_tools-1.49.0-cp39-cp39-linux_armv7l.whl", hash = "sha256:97a07a9c2bb79aec4cf50277f014de3d21cfd9ba0f03099d640a759f698c6457"}, - {file = "grpcio_tools-1.49.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:50c87f13841126a88ba13abc03bb6d40784f15ce6d64312f07944ddda829eb52"}, - {file = "grpcio_tools-1.49.0-cp39-cp39-manylinux_2_17_aarch64.whl", hash = "sha256:3773afe0a89e81139f143f382d4be1b26ad03b81e8e986361dc1081f8d0da9bc"}, - {file = "grpcio_tools-1.49.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:0f7a7eef34bac4caa9aeff59f54adc6a1e31ca5e9c7d9e8654b7115544445117"}, - {file = "grpcio_tools-1.49.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:c8f2797c47ae43d787ad661afea077d99e50d9c293658d3886f15bcd91e1e72f"}, - {file = "grpcio_tools-1.49.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:8dfe4c4b68ed3237c371665bab66fe67a6a14766bc013094db23cda30f20233c"}, - {file = "grpcio_tools-1.49.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:b8d27174d5757c46f86cc31ea35f0da7cd79b44e886281cc068b5bf3becd18ba"}, - {file = "grpcio_tools-1.49.0-cp39-cp39-win32.whl", hash = "sha256:0b377c1d6078c015af5f87028c448a0e8742d4f2b844fe49340088d1b7d044f7"}, - {file = "grpcio_tools-1.49.0-cp39-cp39-win_amd64.whl", hash = "sha256:c9e8b7d872bdbf9b85ff25162cc86ae164c7be03a6f9552f861ccde6b5aafa4d"}, + {file = "grpcio-tools-1.48.0.tar.gz", hash = "sha256:dd7f757608e7dfae4ab2e7fc1e8951e6eb9526ebdc7ce90597329bc4c408c9a1"}, + {file = "grpcio_tools-1.48.0-cp310-cp310-linux_armv7l.whl", hash = "sha256:dc9aae4346a4c2ffc0ccda92d88c69403a3dfb3e4555b8d0d1b729ee59fe3585"}, + {file = "grpcio_tools-1.48.0-cp310-cp310-macosx_10_10_x86_64.whl", hash = "sha256:4c522f9f901470f3c0b047172617fe71925f5d3bab8321165c8c1ae7648a88c9"}, + {file = "grpcio_tools-1.48.0-cp310-cp310-manylinux_2_17_aarch64.whl", hash = "sha256:78f97f1049ea7af0cc22ed96edc25d0fbfb560e570d12c650a98a9d3f718de3f"}, + {file = "grpcio_tools-1.48.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:f0d4f5a65f0a00120fb4ef972ef02f90b27a1d38899df3b0df1e4df136e49195"}, + {file = "grpcio_tools-1.48.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6e4ccac5c036e058c12df88ad2c770fed89903c4ef005b43f856ed5d3a89ff8b"}, + {file = "grpcio_tools-1.48.0-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:84c067f69d9fbac09793800c3b49edcda01202a50ab8a11b9ada5394d9d610a6"}, + {file = "grpcio_tools-1.48.0-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:4075080ee0d713f904f60be3b64294fdd8f839d9aeec87b69ddd7f3512a3a12f"}, + {file = "grpcio_tools-1.48.0-cp310-cp310-win32.whl", hash = "sha256:f54906c4d72c04b113b9daa9a310a9cba8318accf8ef018ebb81ba83fdc812e7"}, + {file = "grpcio_tools-1.48.0-cp310-cp310-win_amd64.whl", hash = "sha256:b8db9e68160318814eea630c33bf1cde6897164b35f60495792b1b834dfafba8"}, + {file = "grpcio_tools-1.48.0-cp36-cp36m-linux_armv7l.whl", hash = "sha256:ab192a21fa77b8705925c033124189cde11bae5ee78abb7ff4e3d441de494434"}, + {file = "grpcio_tools-1.48.0-cp36-cp36m-macosx_10_10_x86_64.whl", hash = "sha256:7387603d526fa82017ae8375aea604c38097f87353a3a630217df98163dc3de7"}, + {file = "grpcio_tools-1.48.0-cp36-cp36m-manylinux_2_17_aarch64.whl", hash = "sha256:cdd5121a7770f2116741d767c1498f124221d7340eff3805bc3ae31f6a04910e"}, + {file = "grpcio_tools-1.48.0-cp36-cp36m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:17e2d1af962dccb62f0c6ae485ec13de056a119fb852eb6fc8576bd3320ac1ab"}, + {file = "grpcio_tools-1.48.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d003060fec9775c8cad924b5711c81e3dc2f7c1224b9f5ca66727ed3e2e72482"}, + {file = "grpcio_tools-1.48.0-cp36-cp36m-musllinux_1_1_i686.whl", hash = "sha256:f62f8bfb643397cf85c57d53cb437eae9b6d94be1455c033a21eabc04e2883a0"}, + {file = "grpcio_tools-1.48.0-cp36-cp36m-musllinux_1_1_x86_64.whl", hash = "sha256:c2af2df0b42d468f5d619c85e0cf4f57f7315e583b1bbcb7d5a77e5acee75d18"}, + {file = "grpcio_tools-1.48.0-cp36-cp36m-win32.whl", hash = "sha256:01f1dee2375d53e448038e8f4e04417653f026108b153797f3ffec00fc9f1cb4"}, + {file = "grpcio_tools-1.48.0-cp36-cp36m-win_amd64.whl", hash = "sha256:cd24f4e17b1311ec9daab83c71a8f8779fa5d75ed56be0aa5cb2bc585e61ffa0"}, + {file = "grpcio_tools-1.48.0-cp37-cp37m-linux_armv7l.whl", hash = "sha256:80680c397b7587c2913617c7ee42bb5ee6c7fab606a5bf6b339fb4a3ed7e9a35"}, + {file = "grpcio_tools-1.48.0-cp37-cp37m-macosx_10_10_x86_64.whl", hash = "sha256:6e4d42811fabf24b98e0d3fc1be5ba2a0a22c98883b6f856dae8f1280ca12464"}, + {file = "grpcio_tools-1.48.0-cp37-cp37m-manylinux_2_17_aarch64.whl", hash = "sha256:6faa946048ac6eea126809259d79c7bfc49ad5a6ca7b72efd4c5aca2afff99d7"}, + {file = "grpcio_tools-1.48.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b20334df9d8ec28f56e49683804d2610ddbb12d61cf5eb47094be9eedfadad9"}, + {file = "grpcio_tools-1.48.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:b2dc0400adecce19e507ce14c69a0b9993e0c84b4797f1cf1cf46d939358b7e5"}, + {file = "grpcio_tools-1.48.0-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:15e138b91ee10495954d51e85478fc00ac0660232b96a78c65005eb5a5c0fe26"}, + {file = "grpcio_tools-1.48.0-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:6648e8ab7b8c34ac5e01fc801c7f847b645d373b7e1286bb7eed20832afeff00"}, + {file = "grpcio_tools-1.48.0-cp37-cp37m-win32.whl", hash = "sha256:62748a78031a46a007ebbe2d00b589967c2cb36ec09da2af3b80a6d952ed4392"}, + {file = "grpcio_tools-1.48.0-cp37-cp37m-win_amd64.whl", hash = "sha256:dc10107a6ac716281bae2b213a0b4cd76361d6e51d83cc3e5fad13fd522da732"}, + {file = "grpcio_tools-1.48.0-cp38-cp38-linux_armv7l.whl", hash = "sha256:8aaa0dfe55f2b0ca9d63205ee15c7eaa8b64e65ed0e2cf92e3d0b8cbb905a1bf"}, + {file = "grpcio_tools-1.48.0-cp38-cp38-macosx_10_10_x86_64.whl", hash = "sha256:ce2b9ab08076989fb8d94415e689c39bf00b7e8fbc0d115c16d73c11859e9f0a"}, + {file = "grpcio_tools-1.48.0-cp38-cp38-manylinux_2_17_aarch64.whl", hash = "sha256:9cebc58166249dbc8d1e11a3d1829d45234061ee6e2e95c40e37550952ca2d20"}, + {file = "grpcio_tools-1.48.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:d9adcf880db564bec364a7c7e596ae8823f275bb4d0346a60a737429390485ad"}, + {file = "grpcio_tools-1.48.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:bafe73c61c0a66ee63ef786b3dc04fb504eebf460ea01fdf000603bb542934ed"}, + {file = "grpcio_tools-1.48.0-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:f528ff56eeaecc68f6c7ba8ecd54e8e23b0028fe5dd17ad921187b6968d861f2"}, + {file = "grpcio_tools-1.48.0-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:e95972e29f5dcb4fbea184ac719f0ba6b92ecac93e5ad0b8c8ab91597f029860"}, + {file = "grpcio_tools-1.48.0-cp38-cp38-win32.whl", hash = "sha256:edbdb515fb8d4e5b3aa6131608d10e357ff2b9be251e7ebf0b92e3cc7ad3c34f"}, + {file = "grpcio_tools-1.48.0-cp38-cp38-win_amd64.whl", hash = "sha256:b582288cfe2fdb22f613a5ec9ed8ce6308a3c245d6686dc2bd42463495656cc8"}, + {file = "grpcio_tools-1.48.0-cp39-cp39-linux_armv7l.whl", hash = "sha256:f47730e008cadfab59f9dd0d267689413357368f3e87248267831599dbcd4eb6"}, + {file = "grpcio_tools-1.48.0-cp39-cp39-macosx_10_10_x86_64.whl", hash = "sha256:aac3a8097adae3491367ef7464458df2a2e72bde9207b1778e7228c0f206a7af"}, + {file = "grpcio_tools-1.48.0-cp39-cp39-manylinux_2_17_aarch64.whl", hash = "sha256:f4972b2a1d6ad54c110b35ccebf431771ce68004afe4cd6ef63d95290917c0e0"}, + {file = "grpcio_tools-1.48.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:b765943d17c3b75d01bab5c6c7f2e92bde73e4cf63cb791f7ee3b5453d72f745"}, + {file = "grpcio_tools-1.48.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:d03c36318fa631e3c6e07b1d0e651c88e1026fe0307a4524f2eefa27c0539611"}, + {file = "grpcio_tools-1.48.0-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:a61fb8ae2193c4064b9e39d1505556945a4cd4fd63c25829682222828860e060"}, + {file = "grpcio_tools-1.48.0-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:e82c4c5a2551a1aa7da2e1eae038520f78e89a2e61ddac2600fd573ff75679f5"}, + {file = "grpcio_tools-1.48.0-cp39-cp39-win32.whl", hash = "sha256:79671905e97aef0f50838657ff0c270e5f5412df117bd559940531ef45c7e188"}, + {file = "grpcio_tools-1.48.0-cp39-cp39-win_amd64.whl", hash = "sha256:e63086f42166c4fa14b06779ed7f0299f03ce87eb225e93b39031bb675535f92"}, ] hyperlink = [ {file = "hyperlink-21.0.0-py2.py3-none-any.whl", hash = "sha256:e6b14c37ecb73e89c77d78cdb4c2cc8f3fb59a885c5b3f819ff4ed80f25af1b4"}, {file = "hyperlink-21.0.0.tar.gz", hash = "sha256:427af957daa58bc909471c6c40f74c5450fa123dd093fc53efd2e91d2705a56b"}, ] idna = [ - {file = "idna-3.4-py3-none-any.whl", hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2"}, - {file = "idna-3.4.tar.gz", hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4"}, + {file = "idna-3.3-py3-none-any.whl", hash = "sha256:84d9dd047ffa80596e0f246e2eab0b391788b0503584e8945f2368256d2735ff"}, + {file = "idna-3.3.tar.gz", hash = "sha256:9d643ff0a55b762d5cdb124b8eaa99c66322e2157b69160bc32796e824360e6d"}, ] importlib-metadata = [ {file = "importlib_metadata-4.12.0-py3-none-any.whl", hash = "sha256:7401a975809ea1fdc658c3aa4f78cc2195a0e019c5cbc4c06122884e9ae80c23"}, @@ -1411,12 +1393,8 @@ jeepney = [ {file = "jeepney-0.8.0.tar.gz", hash = "sha256:5efe48d255973902f6badc3ce55e2aa6c5c3b3bc642059ef3a91247bcfcc5806"}, ] keyring = [ - {file = "keyring-23.9.1-py3-none-any.whl", hash = "sha256:3565b9e4ea004c96e158d2d332a49f466733d565bb24157a60fd2e49f41a0fd1"}, - {file = "keyring-23.9.1.tar.gz", hash = "sha256:39e4f6572238d2615a82fcaa485e608b84b503cf080dc924c43bbbacb11c1c18"}, -] -lockfile = [ - {file = "lockfile-0.12.2-py2.py3-none-any.whl", hash = "sha256:6c3cb24f344923d30b2785d5ad75182c8ea7ac1b6171b08657258ec7429d50fa"}, - {file = "lockfile-0.12.2.tar.gz", hash = "sha256:6aed02de03cba24efabcd600b30540140634fc06cfa603822d508d5361e9f799"}, + {file = "keyring-23.9.0-py3-none-any.whl", hash = "sha256:98f060ec95ada2ab910c195a2d4317be6ef87936a766b239c46aa3c7aac4f0db"}, + {file = "keyring-23.9.0.tar.gz", hash = "sha256:4c32a31174faaee48f43a7e2c7e9c3216ec5e95acf22a2bebfb4a1d05056ee44"}, ] lunr = [ {file = "lunr-0.6.2-py2.py3-none-any.whl", hash = "sha256:6fbf619e07ff97c6198f9cae0fc32d69a0d49fb0708c2559efbede45670cba06"}, @@ -1481,29 +1459,29 @@ msgpack = [ {file = "msgpack-1.0.4.tar.gz", hash = "sha256:f5d869c18f030202eb412f08b28d2afeea553d6613aee89e200d7aca7ef01f5f"}, ] mypy = [ - {file = "mypy-0.971-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:f2899a3cbd394da157194f913a931edfd4be5f274a88041c9dc2d9cdcb1c315c"}, - {file = "mypy-0.971-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:98e02d56ebe93981c41211c05adb630d1d26c14195d04d95e49cd97dbc046dc5"}, - {file = "mypy-0.971-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:19830b7dba7d5356d3e26e2427a2ec91c994cd92d983142cbd025ebe81d69cf3"}, - {file = "mypy-0.971-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:02ef476f6dcb86e6f502ae39a16b93285fef97e7f1ff22932b657d1ef1f28655"}, - {file = "mypy-0.971-cp310-cp310-win_amd64.whl", hash = "sha256:25c5750ba5609a0c7550b73a33deb314ecfb559c350bb050b655505e8aed4103"}, - {file = "mypy-0.971-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:d3348e7eb2eea2472db611486846742d5d52d1290576de99d59edeb7cd4a42ca"}, - {file = "mypy-0.971-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3fa7a477b9900be9b7dd4bab30a12759e5abe9586574ceb944bc29cddf8f0417"}, - {file = "mypy-0.971-cp36-cp36m-win_amd64.whl", hash = "sha256:2ad53cf9c3adc43cf3bea0a7d01a2f2e86db9fe7596dfecb4496a5dda63cbb09"}, - {file = "mypy-0.971-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:855048b6feb6dfe09d3353466004490b1872887150c5bb5caad7838b57328cc8"}, - {file = "mypy-0.971-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:23488a14a83bca6e54402c2e6435467a4138785df93ec85aeff64c6170077fb0"}, - {file = "mypy-0.971-cp37-cp37m-win_amd64.whl", hash = "sha256:4b21e5b1a70dfb972490035128f305c39bc4bc253f34e96a4adf9127cf943eb2"}, - {file = "mypy-0.971-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:9796a2ba7b4b538649caa5cecd398d873f4022ed2333ffde58eaf604c4d2cb27"}, - {file = "mypy-0.971-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:5a361d92635ad4ada1b1b2d3630fc2f53f2127d51cf2def9db83cba32e47c856"}, - {file = "mypy-0.971-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:b793b899f7cf563b1e7044a5c97361196b938e92f0a4343a5d27966a53d2ec71"}, - {file = "mypy-0.971-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d1ea5d12c8e2d266b5fb8c7a5d2e9c0219fedfeb493b7ed60cd350322384ac27"}, - {file = "mypy-0.971-cp38-cp38-win_amd64.whl", hash = "sha256:23c7ff43fff4b0df93a186581885c8512bc50fc4d4910e0f838e35d6bb6b5e58"}, - {file = "mypy-0.971-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:1f7656b69974a6933e987ee8ffb951d836272d6c0f81d727f1d0e2696074d9e6"}, - {file = "mypy-0.971-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:d2022bfadb7a5c2ef410d6a7c9763188afdb7f3533f22a0a32be10d571ee4bbe"}, - {file = "mypy-0.971-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:ef943c72a786b0f8d90fd76e9b39ce81fb7171172daf84bf43eaf937e9f220a9"}, - {file = "mypy-0.971-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:d744f72eb39f69312bc6c2abf8ff6656973120e2eb3f3ec4f758ed47e414a4bf"}, - {file = "mypy-0.971-cp39-cp39-win_amd64.whl", hash = "sha256:77a514ea15d3007d33a9e2157b0ba9c267496acf12a7f2b9b9f8446337aac5b0"}, - {file = "mypy-0.971-py3-none-any.whl", hash = "sha256:0d054ef16b071149917085f51f89555a576e2618d5d9dd70bd6eea6410af3ac9"}, - {file = "mypy-0.971.tar.gz", hash = "sha256:40b0f21484238269ae6a57200c807d80debc6459d444c0489a102d7c6a75fa56"}, + {file = "mypy-0.961-cp310-cp310-macosx_10_9_universal2.whl", hash = "sha256:697540876638ce349b01b6786bc6094ccdaba88af446a9abb967293ce6eaa2b0"}, + {file = "mypy-0.961-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:b117650592e1782819829605a193360a08aa99f1fc23d1d71e1a75a142dc7e15"}, + {file = "mypy-0.961-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:bdd5ca340beffb8c44cb9dc26697628d1b88c6bddf5c2f6eb308c46f269bb6f3"}, + {file = "mypy-0.961-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:3e09f1f983a71d0672bbc97ae33ee3709d10c779beb613febc36805a6e28bb4e"}, + {file = "mypy-0.961-cp310-cp310-win_amd64.whl", hash = "sha256:e999229b9f3198c0c880d5e269f9f8129c8862451ce53a011326cad38b9ccd24"}, + {file = "mypy-0.961-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:b24be97351084b11582fef18d79004b3e4db572219deee0212078f7cf6352723"}, + {file = "mypy-0.961-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f4a21d01fc0ba4e31d82f0fff195682e29f9401a8bdb7173891070eb260aeb3b"}, + {file = "mypy-0.961-cp36-cp36m-win_amd64.whl", hash = "sha256:439c726a3b3da7ca84a0199a8ab444cd8896d95012c4a6c4a0d808e3147abf5d"}, + {file = "mypy-0.961-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:5a0b53747f713f490affdceef835d8f0cb7285187a6a44c33821b6d1f46ed813"}, + {file = "mypy-0.961-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:0e9f70df36405c25cc530a86eeda1e0867863d9471fe76d1273c783df3d35c2e"}, + {file = "mypy-0.961-cp37-cp37m-win_amd64.whl", hash = "sha256:b88f784e9e35dcaa075519096dc947a388319cb86811b6af621e3523980f1c8a"}, + {file = "mypy-0.961-cp38-cp38-macosx_10_9_universal2.whl", hash = "sha256:d5aaf1edaa7692490f72bdb9fbd941fbf2e201713523bdb3f4038be0af8846c6"}, + {file = "mypy-0.961-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:9f5f5a74085d9a81a1f9c78081d60a0040c3efb3f28e5c9912b900adf59a16e6"}, + {file = "mypy-0.961-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:f4b794db44168a4fc886e3450201365c9526a522c46ba089b55e1f11c163750d"}, + {file = "mypy-0.961-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:64759a273d590040a592e0f4186539858c948302c653c2eac840c7a3cd29e51b"}, + {file = "mypy-0.961-cp38-cp38-win_amd64.whl", hash = "sha256:63e85a03770ebf403291ec50097954cc5caf2a9205c888ce3a61bd3f82e17569"}, + {file = "mypy-0.961-cp39-cp39-macosx_10_9_universal2.whl", hash = "sha256:5f1332964963d4832a94bebc10f13d3279be3ce8f6c64da563d6ee6e2eeda932"}, + {file = "mypy-0.961-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:006be38474216b833eca29ff6b73e143386f352e10e9c2fbe76aa8549e5554f5"}, + {file = "mypy-0.961-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:9940e6916ed9371809b35b2154baf1f684acba935cd09928952310fbddaba648"}, + {file = "mypy-0.961-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:a5ea0875a049de1b63b972456542f04643daf320d27dc592d7c3d9cd5d9bf950"}, + {file = "mypy-0.961-cp39-cp39-win_amd64.whl", hash = "sha256:1ece702f29270ec6af25db8cf6185c04c02311c6bb21a69f423d40e527b75c56"}, + {file = "mypy-0.961-py3-none-any.whl", hash = "sha256:03c6cc893e7563e7b2949b969e63f02c000b32502a1b4d1314cabe391aa87d66"}, + {file = "mypy-0.961.tar.gz", hash = "sha256:f730d56cb924d371c26b8eaddeea3cc07d78ff51c521c6d04899ac6904b75492"}, ] mypy-extensions = [ {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, @@ -1530,8 +1508,8 @@ packaging = [ {file = "packaging-21.3.tar.gz", hash = "sha256:dd47c42927d89ab911e606518907cc2d3a1f38bbd026385970643f9c5b8ecfeb"}, ] pathspec = [ - {file = "pathspec-0.10.1-py3-none-any.whl", hash = "sha256:46846318467efc4556ccfd27816e004270a9eeeeb4d062ce5e6fc7a87c573f93"}, - {file = "pathspec-0.10.1.tar.gz", hash = "sha256:7ace6161b621d31e7902eb6b5ae148d12cfd23f4a249b9ffb6b9fee12084323d"}, + {file = "pathspec-0.10.0-py3-none-any.whl", hash = "sha256:aefa80ac32d5bf1f96139dca67cefb69a431beff4e6bf1168468f37d7ab87015"}, + {file = "pathspec-0.10.0.tar.gz", hash = "sha256:01eecd304ba0e6eeed188ae5fa568e99ef10265af7fd9ab737d6412b4ee0ab85"}, ] pkginfo = [ {file = "pkginfo-1.8.3-py2.py3-none-any.whl", hash = "sha256:848865108ec99d4901b2f7e84058b6e7660aae8ae10164e015a6dcf5b242a594"}, @@ -1546,28 +1524,36 @@ pluggy = [ {file = "pluggy-1.0.0.tar.gz", hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159"}, ] protobuf = [ - {file = "protobuf-4.21.6-cp310-abi3-win32.whl", hash = "sha256:49f88d56a9180dbb7f6199c920f5bb5c1dd0172f672983bb281298d57c2ac8eb"}, - {file = "protobuf-4.21.6-cp310-abi3-win_amd64.whl", hash = "sha256:7a6cc8842257265bdfd6b74d088b829e44bcac3cca234c5fdd6052730017b9ea"}, - {file = "protobuf-4.21.6-cp37-abi3-macosx_10_9_universal2.whl", hash = "sha256:ba596b9ffb85c909fcfe1b1a23136224ed678af3faf9912d3fa483d5f9813c4e"}, - {file = "protobuf-4.21.6-cp37-abi3-manylinux2014_aarch64.whl", hash = "sha256:4143513c766db85b9d7c18dbf8339673c8a290131b2a0fe73855ab20770f72b0"}, - {file = "protobuf-4.21.6-cp37-abi3-manylinux2014_x86_64.whl", hash = "sha256:b6cea204865595a92a7b240e4b65bcaaca3ad5d2ce25d9db3756eba06041138e"}, - {file = "protobuf-4.21.6-cp37-cp37m-win32.whl", hash = "sha256:9666da97129138585b26afcb63ad4887f602e169cafe754a8258541c553b8b5d"}, - {file = "protobuf-4.21.6-cp37-cp37m-win_amd64.whl", hash = "sha256:308173d3e5a3528787bb8c93abea81d5a950bdce62840d9760effc84127fb39c"}, - {file = "protobuf-4.21.6-cp38-cp38-win32.whl", hash = "sha256:aa29113ec901281f29d9d27b01193407a98aa9658b8a777b0325e6d97149f5ce"}, - {file = "protobuf-4.21.6-cp38-cp38-win_amd64.whl", hash = "sha256:8f9e60f7d44592c66e7b332b6a7b4b6e8d8b889393c79dbc3a91f815118f8eac"}, - {file = "protobuf-4.21.6-cp39-cp39-win32.whl", hash = "sha256:80e6540381080715fddac12690ee42d087d0d17395f8d0078dfd6f1181e7be4c"}, - {file = "protobuf-4.21.6-cp39-cp39-win_amd64.whl", hash = "sha256:77b355c8604fe285536155286b28b0c4cbc57cf81b08d8357bf34829ea982860"}, - {file = "protobuf-4.21.6-py2.py3-none-any.whl", hash = "sha256:07a0bb9cc6114f16a39c866dc28b6e3d96fa4ffb9cc1033057412547e6e75cb9"}, - {file = "protobuf-4.21.6-py3-none-any.whl", hash = "sha256:c7c864148a237f058c739ae7a05a2b403c0dfa4ce7d1f3e5213f352ad52d57c6"}, - {file = "protobuf-4.21.6.tar.gz", hash = "sha256:6b1040a5661cd5f6e610cbca9cfaa2a17d60e2bb545309bc1b278bb05be44bdd"}, + {file = "protobuf-3.20.3-cp310-cp310-manylinux2014_aarch64.whl", hash = "sha256:f4bd856d702e5b0d96a00ec6b307b0f51c1982c2bf9c0052cf9019e9a544ba99"}, + {file = "protobuf-3.20.3-cp310-cp310-manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:9aae4406ea63d825636cc11ffb34ad3379335803216ee3a856787bcf5ccc751e"}, + {file = "protobuf-3.20.3-cp310-cp310-win32.whl", hash = "sha256:28545383d61f55b57cf4df63eebd9827754fd2dc25f80c5253f9184235db242c"}, + {file = "protobuf-3.20.3-cp310-cp310-win_amd64.whl", hash = "sha256:67a3598f0a2dcbc58d02dd1928544e7d88f764b47d4a286202913f0b2801c2e7"}, + {file = "protobuf-3.20.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:899dc660cd599d7352d6f10d83c95df430a38b410c1b66b407a6b29265d66469"}, + {file = "protobuf-3.20.3-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:e64857f395505ebf3d2569935506ae0dfc4a15cb80dc25261176c784662cdcc4"}, + {file = "protobuf-3.20.3-cp37-cp37m-manylinux2014_aarch64.whl", hash = "sha256:d9e4432ff660d67d775c66ac42a67cf2453c27cb4d738fc22cb53b5d84c135d4"}, + {file = "protobuf-3.20.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:74480f79a023f90dc6e18febbf7b8bac7508420f2006fabd512013c0c238f454"}, + {file = "protobuf-3.20.3-cp37-cp37m-win32.whl", hash = "sha256:b6cc7ba72a8850621bfec987cb72623e703b7fe2b9127a161ce61e61558ad905"}, + {file = "protobuf-3.20.3-cp37-cp37m-win_amd64.whl", hash = "sha256:8c0c984a1b8fef4086329ff8dd19ac77576b384079247c770f29cc8ce3afa06c"}, + {file = "protobuf-3.20.3-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:de78575669dddf6099a8a0f46a27e82a1783c557ccc38ee620ed8cc96d3be7d7"}, + {file = "protobuf-3.20.3-cp38-cp38-manylinux2014_aarch64.whl", hash = "sha256:f4c42102bc82a51108e449cbb32b19b180022941c727bac0cfd50170341f16ee"}, + {file = "protobuf-3.20.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:44246bab5dd4b7fbd3c0c80b6f16686808fab0e4aca819ade6e8d294a29c7050"}, + {file = "protobuf-3.20.3-cp38-cp38-win32.whl", hash = "sha256:c02ce36ec760252242a33967d51c289fd0e1c0e6e5cc9397e2279177716add86"}, + {file = "protobuf-3.20.3-cp38-cp38-win_amd64.whl", hash = "sha256:447d43819997825d4e71bf5769d869b968ce96848b6479397e29fc24c4a5dfe9"}, + {file = "protobuf-3.20.3-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:398a9e0c3eaceb34ec1aee71894ca3299605fa8e761544934378bbc6c97de23b"}, + {file = "protobuf-3.20.3-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:bf01b5720be110540be4286e791db73f84a2b721072a3711efff6c324cdf074b"}, + {file = "protobuf-3.20.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl", hash = "sha256:daa564862dd0d39c00f8086f88700fdbe8bc717e993a21e90711acfed02f2402"}, + {file = "protobuf-3.20.3-cp39-cp39-win32.whl", hash = "sha256:819559cafa1a373b7096a482b504ae8a857c89593cf3a25af743ac9ecbd23480"}, + {file = "protobuf-3.20.3-cp39-cp39-win_amd64.whl", hash = "sha256:03038ac1cfbc41aa21f6afcbcd357281d7521b4157926f30ebecc8d4ea59dcb7"}, + {file = "protobuf-3.20.3-py2.py3-none-any.whl", hash = "sha256:a7ca6d488aa8ff7f329d4c545b2dbad8ac31464f1d8b1c87ad1346717731e4db"}, + {file = "protobuf-3.20.3.tar.gz", hash = "sha256:2e3427429c9cffebf259491be0af70189607f365c2f41c7c3764af6f337105f2"}, ] protoc-wheel-0 = [ - {file = "protoc_wheel_0-21.5-py2.py3-none-macosx_10_6_x86_64.whl", hash = "sha256:136b94aa6ae9e899b4282a33e42de07d51c572135dd731774fb358e67702862a"}, - {file = "protoc_wheel_0-21.5-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:21b74c0a8f3e1ae56d4d236e2d9c1f4d3dc5fe092072a8acf6d1616e79d4e87d"}, - {file = "protoc_wheel_0-21.5-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:965437ee501fa7f012e336bbd2655d24bcbeb556a5b3130ae7315639ef8a1dab"}, - {file = "protoc_wheel_0-21.5-py2.py3-none-manylinux2014_aarch64.whl", hash = "sha256:d9a89dd5ece4e9217fcf0f69a43f543424d3a134b978cf0c7ce2316867fe5d19"}, - {file = "protoc_wheel_0-21.5-py2.py3-none-win32.whl", hash = "sha256:19173b492c93f0e95dc0df5edc53c285b804ab141edfea122693aa6bc009ffbe"}, - {file = "protoc_wheel_0-21.5-py2.py3-none-win_amd64.whl", hash = "sha256:ae766f84e3ce3e34d7e936f625f1a5ab081aa8d5add23dc98b81cf771844ea0e"}, + {file = "protoc_wheel_0-21.1-py2.py3-none-macosx_10_6_x86_64.whl", hash = "sha256:5c183749d5652aa81b798e0f7aad88a4dd61e1946bd5887a13e20e7e4a6aca39"}, + {file = "protoc_wheel_0-21.1-py2.py3-none-macosx_11_0_arm64.whl", hash = "sha256:82c9dd18aedbd634979b0e5fb8d68a01b477c6e1465445f690f273d08da4c47e"}, + {file = "protoc_wheel_0-21.1-py2.py3-none-manylinux1_x86_64.whl", hash = "sha256:26fbd2ae551eace396ce8a6445469397758a27bde1649cfab8412be5f3049915"}, + {file = "protoc_wheel_0-21.1-py2.py3-none-manylinux2014_aarch64.whl", hash = "sha256:575acedc4893f2c21ede226c19cfecb25576f581c3713108e2bb1257f4dd5668"}, + {file = "protoc_wheel_0-21.1-py2.py3-none-win32.whl", hash = "sha256:b7227cff92a56706d31524197e0f087df182f3c933a69f45805120ca7c4332ae"}, + {file = "protoc_wheel_0-21.1-py2.py3-none-win_amd64.whl", hash = "sha256:fcd4286c5643abe97aced2b1667cf32603bdc7a978bb814a6a87bab9a82ab74a"}, ] psutil = [ {file = "psutil-5.9.3-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:b4a247cd3feaae39bb6085fcebf35b3b8ecd9b022db796d89c8f05067ca28e71"}, @@ -1616,49 +1602,49 @@ pycparser = [ {file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"}, ] pydantic = [ - {file = "pydantic-1.10.2-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:bb6ad4489af1bac6955d38ebcb95079a836af31e4c4f74aba1ca05bb9f6027bd"}, - {file = "pydantic-1.10.2-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a1f5a63a6dfe19d719b1b6e6106561869d2efaca6167f84f5ab9347887d78b98"}, - {file = "pydantic-1.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:352aedb1d71b8b0736c6d56ad2bd34c6982720644b0624462059ab29bd6e5912"}, - {file = "pydantic-1.10.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:19b3b9ccf97af2b7519c42032441a891a5e05c68368f40865a90eb88833c2559"}, - {file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:e9069e1b01525a96e6ff49e25876d90d5a563bc31c658289a8772ae186552236"}, - {file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:355639d9afc76bcb9b0c3000ddcd08472ae75318a6eb67a15866b87e2efa168c"}, - {file = "pydantic-1.10.2-cp310-cp310-win_amd64.whl", hash = "sha256:ae544c47bec47a86bc7d350f965d8b15540e27e5aa4f55170ac6a75e5f73b644"}, - {file = "pydantic-1.10.2-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:a4c805731c33a8db4b6ace45ce440c4ef5336e712508b4d9e1aafa617dc9907f"}, - {file = "pydantic-1.10.2-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:d49f3db871575e0426b12e2f32fdb25e579dea16486a26e5a0474af87cb1ab0a"}, - {file = "pydantic-1.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:37c90345ec7dd2f1bcef82ce49b6235b40f282b94d3eec47e801baf864d15525"}, - {file = "pydantic-1.10.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:7b5ba54d026c2bd2cb769d3468885f23f43710f651688e91f5fb1edcf0ee9283"}, - {file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:05e00dbebbe810b33c7a7362f231893183bcc4251f3f2ff991c31d5c08240c42"}, - {file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:2d0567e60eb01bccda3a4df01df677adf6b437958d35c12a3ac3e0f078b0ee52"}, - {file = "pydantic-1.10.2-cp311-cp311-win_amd64.whl", hash = "sha256:c6f981882aea41e021f72779ce2a4e87267458cc4d39ea990729e21ef18f0f8c"}, - {file = "pydantic-1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:c4aac8e7103bf598373208f6299fa9a5cfd1fc571f2d40bf1dd1955a63d6eeb5"}, - {file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:81a7b66c3f499108b448f3f004801fcd7d7165fb4200acb03f1c2402da73ce4c"}, - {file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:bedf309630209e78582ffacda64a21f96f3ed2e51fbf3962d4d488e503420254"}, - {file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:9300fcbebf85f6339a02c6994b2eb3ff1b9c8c14f502058b5bf349d42447dcf5"}, - {file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:216f3bcbf19c726b1cc22b099dd409aa371f55c08800bcea4c44c8f74b73478d"}, - {file = "pydantic-1.10.2-cp37-cp37m-win_amd64.whl", hash = "sha256:dd3f9a40c16daf323cf913593083698caee97df2804aa36c4b3175d5ac1b92a2"}, - {file = "pydantic-1.10.2-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b97890e56a694486f772d36efd2ba31612739bc6f3caeee50e9e7e3ebd2fdd13"}, - {file = "pydantic-1.10.2-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:9cabf4a7f05a776e7793e72793cd92cc865ea0e83a819f9ae4ecccb1b8aa6116"}, - {file = "pydantic-1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:06094d18dd5e6f2bbf93efa54991c3240964bb663b87729ac340eb5014310624"}, - {file = "pydantic-1.10.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cc78cc83110d2f275ec1970e7a831f4e371ee92405332ebfe9860a715f8336e1"}, - {file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:1ee433e274268a4b0c8fde7ad9d58ecba12b069a033ecc4645bb6303c062d2e9"}, - {file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:7c2abc4393dea97a4ccbb4ec7d8658d4e22c4765b7b9b9445588f16c71ad9965"}, - {file = "pydantic-1.10.2-cp38-cp38-win_amd64.whl", hash = "sha256:0b959f4d8211fc964772b595ebb25f7652da3f22322c007b6fed26846a40685e"}, - {file = "pydantic-1.10.2-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:c33602f93bfb67779f9c507e4d69451664524389546bacfe1bee13cae6dc7488"}, - {file = "pydantic-1.10.2-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:5760e164b807a48a8f25f8aa1a6d857e6ce62e7ec83ea5d5c5a802eac81bad41"}, - {file = "pydantic-1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6eb843dcc411b6a2237a694f5e1d649fc66c6064d02b204a7e9d194dff81eb4b"}, - {file = "pydantic-1.10.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:4b8795290deaae348c4eba0cebb196e1c6b98bdbe7f50b2d0d9a4a99716342fe"}, - {file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:e0bedafe4bc165ad0a56ac0bd7695df25c50f76961da29c050712596cf092d6d"}, - {file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:2e05aed07fa02231dbf03d0adb1be1d79cabb09025dd45aa094aa8b4e7b9dcda"}, - {file = "pydantic-1.10.2-cp39-cp39-win_amd64.whl", hash = "sha256:c1ba1afb396148bbc70e9eaa8c06c1716fdddabaf86e7027c5988bae2a829ab6"}, - {file = "pydantic-1.10.2-py3-none-any.whl", hash = "sha256:1b6ee725bd6e83ec78b1aa32c5b1fa67a3a65badddde3976bca5fe4568f27709"}, - {file = "pydantic-1.10.2.tar.gz", hash = "sha256:91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410"}, + {file = "pydantic-1.10.1-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:221166d99726238f71adc4fa9f3e94063a10787574b966f86a774559e709ac5a"}, + {file = "pydantic-1.10.1-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:a90e85d95fd968cd7cae122e0d3e0e1f6613bc88c1ff3fe838ac9785ea4b1c4c"}, + {file = "pydantic-1.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:f2157aaf5718c648eaec9e654a34179ae42ffc363dc3ad058538a4f3ecbd9341"}, + {file = "pydantic-1.10.1-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:6142246fc9adb51cadaeb84fb52a86f3adad4c6a7b0938a5dd0b1356b0088217"}, + {file = "pydantic-1.10.1-cp310-cp310-musllinux_1_1_i686.whl", hash = "sha256:60dad97a09b6f44690c05467a4f397b62bfc2c839ac39102819d6979abc2be0d"}, + {file = "pydantic-1.10.1-cp310-cp310-musllinux_1_1_x86_64.whl", hash = "sha256:d6f5bcb59d33ec46621dae76e714c53035087666cac80c81c9047a84f3ff93d0"}, + {file = "pydantic-1.10.1-cp310-cp310-win_amd64.whl", hash = "sha256:522906820cd60e63c7960ba83078bf2d2ad2dd0870bf68248039bcb1ec3eb0a4"}, + {file = "pydantic-1.10.1-cp311-cp311-macosx_10_9_x86_64.whl", hash = "sha256:d545c89d88bdd5559db17aeb5a61a26799903e4bd76114779b3bf1456690f6ce"}, + {file = "pydantic-1.10.1-cp311-cp311-macosx_11_0_arm64.whl", hash = "sha256:ad2374b5b3b771dcc6e2f6e0d56632ab63b90e9808b7a73ad865397fcdb4b2cd"}, + {file = "pydantic-1.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:90e02f61b7354ed330f294a437d0bffac9e21a5d46cb4cc3c89d220e497db7ac"}, + {file = "pydantic-1.10.1-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:cc5ffe7bd0b4778fa5b7a5f825c52d6cfea3ae2d9b52b05b9b1d97e36dee23a8"}, + {file = "pydantic-1.10.1-cp311-cp311-musllinux_1_1_i686.whl", hash = "sha256:7acb7b66ffd2bc046eaff0063df84c83fc3826722d5272adaeadf6252e17f691"}, + {file = "pydantic-1.10.1-cp311-cp311-musllinux_1_1_x86_64.whl", hash = "sha256:7e6786ed5faa559dea5a77f6d2de9a08d18130de9344533535d945f34bdcd42e"}, + {file = "pydantic-1.10.1-cp311-cp311-win_amd64.whl", hash = "sha256:c7bf8ff1d18186eb0cbe42bd9bfb4cbf7fde1fd01b8608925458990c21f202f0"}, + {file = "pydantic-1.10.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:14a5babda137a294df7ad5f220986d79bbb87fdeb332c6ded61ce19da7f5f3bf"}, + {file = "pydantic-1.10.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:5659cb9c6b3d27fc0067025c4f5a205f5e838232a4a929b412781117c2343d44"}, + {file = "pydantic-1.10.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:c8d70fb91b03c32d2e857b071a22a5225e6b625ca82bd2cc8dd729d88e0bd200"}, + {file = "pydantic-1.10.1-cp37-cp37m-musllinux_1_1_i686.whl", hash = "sha256:9a93be313e40f12c6f2cb84533b226bbe23d0774872e38d83415e6890215e3a6"}, + {file = "pydantic-1.10.1-cp37-cp37m-musllinux_1_1_x86_64.whl", hash = "sha256:d55aeb01bb7bd7c7e1bd904668a4a2ffcbb1c248e7ae9eb40a272fd7e67dd98b"}, + {file = "pydantic-1.10.1-cp37-cp37m-win_amd64.whl", hash = "sha256:43d41b6f13706488e854729955ba8f740e6ec375cd16b72b81dc24b9d84f0d15"}, + {file = "pydantic-1.10.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:f31ffe0e38805a0e6410330f78147bb89193b136d7a5f79cae60d3e849b520a6"}, + {file = "pydantic-1.10.1-cp38-cp38-macosx_11_0_arm64.whl", hash = "sha256:8eee69eda7674977b079a21e7bf825b59d8bf15145300e8034ed3eb239ac444f"}, + {file = "pydantic-1.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:6f927bff6c319fc92e0a2cbeb2609b5c1cd562862f4b54ec905e353282b7c8b1"}, + {file = "pydantic-1.10.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:eb1bc3f8fef6ba36977108505e90558911e7fbccb4e930805d5dd90891b56ff4"}, + {file = "pydantic-1.10.1-cp38-cp38-musllinux_1_1_i686.whl", hash = "sha256:96ab6ce1346d14c6e581a69c333bdd1b492df9cf85ad31ad77a8aa42180b7e09"}, + {file = "pydantic-1.10.1-cp38-cp38-musllinux_1_1_x86_64.whl", hash = "sha256:444cf220a12134da1cd42fe4f45edff622139e10177ce3d8ef2b4f41db1291b2"}, + {file = "pydantic-1.10.1-cp38-cp38-win_amd64.whl", hash = "sha256:dbfbff83565b4514dd8cebc8b8c81a12247e89427ff997ad0a9da7b2b1065c12"}, + {file = "pydantic-1.10.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:5327406f4bfd5aee784e7ad2a6a5fdd7171c19905bf34cb1994a1ba73a87c468"}, + {file = "pydantic-1.10.1-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:1072eae28bf034a311764c130784e8065201a90edbca10f495c906737b3bd642"}, + {file = "pydantic-1.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl", hash = "sha256:ce901335667a68dfbc10dd2ee6c0d676b89210d754441c2469fbc37baf7ee2ed"}, + {file = "pydantic-1.10.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl", hash = "sha256:54d6465cd2112441305faf5143a491b40de07a203116b5755a2108e36b25308d"}, + {file = "pydantic-1.10.1-cp39-cp39-musllinux_1_1_i686.whl", hash = "sha256:2b5e5e7a0ec96704099e271911a1049321ba1afda92920df0769898a7e9a1298"}, + {file = "pydantic-1.10.1-cp39-cp39-musllinux_1_1_x86_64.whl", hash = "sha256:ae43704358304da45c1c3dd7056f173c618b252f91594bcb6d6f6b4c6c284dee"}, + {file = "pydantic-1.10.1-cp39-cp39-win_amd64.whl", hash = "sha256:2d7da49229ffb1049779a5a6c1c50a26da164bd053cf8ee9042197dc08a98259"}, + {file = "pydantic-1.10.1-py3-none-any.whl", hash = "sha256:f8b10e59c035ff3dcc9791619d6e6c5141e0fa5cbe264e19e267b8d523b210bf"}, + {file = "pydantic-1.10.1.tar.gz", hash = "sha256:d41bb80347a8a2d51fbd6f1748b42aca14541315878447ba159617544712f770"}, ] pydocstyle = [ {file = "pydocstyle-6.1.1-py3-none-any.whl", hash = "sha256:6987826d6775056839940041beef5c08cc7e3d71d63149b48e36727f70144dc4"}, {file = "pydocstyle-6.1.1.tar.gz", hash = "sha256:1d41b7c459ba0ee6c345f2eb9ae827cab14a7533a88c5c6f7e94923f72df92dc"}, ] pydoctor = [] -Pygments = [ +pygments = [ {file = "Pygments-2.13.0-py3-none-any.whl", hash = "sha256:f643f331ab57ba3c9d89212ee4a2dabc6e94f117cf4eefde99a0574720d14c42"}, {file = "Pygments-2.13.0.tar.gz", hash = "sha256:56a8508ae95f98e2b9bdf93a6be5ae3f7d8af858b43e02c5a2ff083726be40c1"}, ] @@ -1667,8 +1653,8 @@ pyparsing = [ {file = "pyparsing-3.0.9.tar.gz", hash = "sha256:2b020ecf7d21b687f219b71ecad3631f644a47f01403fa1d1036b0c6416d70fb"}, ] pytest = [ - {file = "pytest-7.1.3-py3-none-any.whl", hash = "sha256:1377bda3466d70b55e3f5cecfa55bb7cfcf219c7964629b967c37cf0bda818b7"}, - {file = "pytest-7.1.3.tar.gz", hash = "sha256:4f365fec2dff9c1162f834d9f18af1ba13062db0c708bf7b946f8a5c76180c39"}, + {file = "pytest-7.1.2-py3-none-any.whl", hash = "sha256:13d0e3ccfc2b6e26be000cb6568c832ba67ba32e719443bfe725814d3c42433c"}, + {file = "pytest-7.1.2.tar.gz", hash = "sha256:a06a0425453864a270bc45e71f783330a7428defb4230fb5e6a731fde06ecd45"}, ] pytest-asyncio = [ {file = "pytest-asyncio-0.18.3.tar.gz", hash = "sha256:7659bdb0a9eb9c6e3ef992eef11a2b3e69697800ad02fb06374a210d85b29f91"}, @@ -1684,8 +1670,8 @@ pywin32-ctypes = [ {file = "pywin32_ctypes-0.2.0-py2.py3-none-any.whl", hash = "sha256:9dc2d991b3479cc2df15930958b674a48a227d5361d413827a4cfd0b5876fc98"}, ] readme-renderer = [ - {file = "readme_renderer-37.1-py3-none-any.whl", hash = "sha256:16c914ca7731fd062a316a2a8e5434a175ee34661a608af771a60c881f528a34"}, - {file = "readme_renderer-37.1.tar.gz", hash = "sha256:96768c069729f69176f514477e57f2f8cd543fbb2cd7bad372976249fa509a0c"}, + {file = "readme_renderer-37.0-py3-none-any.whl", hash = "sha256:9fa416704703e509eeb900696751c908ddeb2011319d93700d8f18baff887a69"}, + {file = "readme_renderer-37.0.tar.gz", hash = "sha256:07b7ea234e03e58f77cc222e206e6abb8f4c0435becce5104794ee591f9301c5"}, ] requests = [ {file = "requests-2.28.1-py3-none-any.whl", hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349"}, @@ -1703,7 +1689,7 @@ rich = [ {file = "rich-12.5.1-py3-none-any.whl", hash = "sha256:2eb4e6894cde1e017976d2975ac210ef515d7548bc595ba20e195fb9628acdeb"}, {file = "rich-12.5.1.tar.gz", hash = "sha256:63a5c5ce3673d3d5fbbf23cd87e11ab84b6b451436f1b7f19ec54b6bc36ed7ca"}, ] -SecretStorage = [ +secretstorage = [ {file = "SecretStorage-3.3.3-py3-none-any.whl", hash = "sha256:f356e6628222568e3af06f2eba8df495efa13b3b63081dafd4f7d9a7b7bc9f99"}, {file = "SecretStorage-3.3.3.tar.gz", hash = "sha256:2403533ef369eca6d2ba81718576c5e0f564d5cca1b58f73a8b23e7d4eeebd77"}, ] @@ -1711,10 +1697,6 @@ semantic-version = [ {file = "semantic_version-2.10.0-py2.py3-none-any.whl", hash = "sha256:de78a3b8e0feda74cabc54aab2da702113e33ac9d9eb9d2389bcf1f58b7d9177"}, {file = "semantic_version-2.10.0.tar.gz", hash = "sha256:bdabb6d336998cbb378d4b9db3a4b56a1e3235701dc05ea2690d9a997ed5041c"}, ] -setuptools = [ - {file = "setuptools-65.3.0-py3-none-any.whl", hash = "sha256:2e24e0bec025f035a2e72cdd1961119f557d78ad331bb00ff82efb2ab8da8e82"}, - {file = "setuptools-65.3.0.tar.gz", hash = "sha256:7732871f4f7fa58fb6bdcaeadb0161b2bd046c85905dbaa066bdcbcc81953b57"}, -] setuptools-rust = [ {file = "setuptools-rust-1.5.1.tar.gz", hash = "sha256:0e05e456645d59429cb1021370aede73c0760e9360bbfdaaefb5bced530eb9d7"}, {file = "setuptools_rust-1.5.1-py3-none-any.whl", hash = "sha256:306b236ff3aa5229180e58292610d0c2c51bb488191122d2fc559ae4caeb7d5e"}, @@ -1739,7 +1721,7 @@ twine = [ {file = "twine-4.0.1-py3-none-any.whl", hash = "sha256:42026c18e394eac3e06693ee52010baa5313e4811d5a11050e7d48436cf41b9e"}, {file = "twine-4.0.1.tar.gz", hash = "sha256:96b1cf12f7ae611a4a40b6ae8e9570215daff0611828f5fe1f37a16255ab24a0"}, ] -Twisted = [ +twisted = [ {file = "Twisted-22.4.0-py3-none-any.whl", hash = "sha256:f9f7a91f94932477a9fc3b169d57f54f96c6e74a23d78d9ce54039a7f48928a2"}, {file = "Twisted-22.4.0.tar.gz", hash = "sha256:a047990f57dfae1e0bd2b7df2526d4f16dcdc843774dc108b78c52f2a5f13680"}, ] @@ -1784,8 +1766,8 @@ typed-ast = [ {file = "typed_ast-1.5.4.tar.gz", hash = "sha256:39e21ceb7388e4bb37f4c679d72707ed46c2fbf2a5609b8b8ebc4b067d977df2"}, ] types-protobuf = [ - {file = "types-protobuf-3.20.3.tar.gz", hash = "sha256:aae6404a9c902970da33977d1bc44cebae4957a5ceeced650b9afafb36051bb2"}, - {file = "types_protobuf-3.20.3-py3-none-any.whl", hash = "sha256:7344c65ff8ff915e5e997e0ac16b1c0ad6ee7fca11df5a64f550aedb264fdb23"}, + {file = "types-protobuf-3.20.1.tar.gz", hash = "sha256:36e3426476e373da6f2bb8a81a1194478cd1f33813a4e254849146d28c450e00"}, + {file = "types_protobuf-3.20.1-py3-none-any.whl", hash = "sha256:b0bc0ffde2a339ee25c4b47e9dd515010153ad80c21d16fb57a2429987579801"}, ] typing-extensions = [ {file = "typing_extensions-4.3.0-py3-none-any.whl", hash = "sha256:25642c956049920a5aa49edcdd6ab1e06d7e5d467fc00e0506c44ac86fbfca02"}, diff --git a/pyproject.toml b/pyproject.toml index 280bc817b..122585f47 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -28,9 +28,9 @@ script = "build.py" grpcio = { version = "^1.48.0", optional = true } opentelemetry-api = { version = "^1.11.1", optional = true } opentelemetry-sdk = { version = "^1.11.1", optional = true } -protobuf = "~4.21" +protobuf = "^3.20.1" python = "^3.7" -types-protobuf = "~3.20" +types-protobuf = "^3.19.21" typing-extensions = "^4.2.0" [tool.poetry.dev-dependencies] @@ -38,8 +38,8 @@ black = "^22.3.0" cibuildwheel = "^2.11.0" grpcio-tools = "^1.48.0" isort = "^5.10.1" -mypy = "^0.971" -mypy-protobuf = "^3.3.0" +mypy = "^0.961" +mypy-protobuf = "^3.2.0" protoc-wheel-0 = "^21.1" psutil = "^5.9.3" pydantic = "^1.9.1" diff --git a/scripts/_proto/google/protobuf/descriptor.proto b/scripts/_proto/google/protobuf/descriptor.proto deleted file mode 100644 index 156e410ae..000000000 --- a/scripts/_proto/google/protobuf/descriptor.proto +++ /dev/null @@ -1,911 +0,0 @@ -// Protocol Buffers - Google's data interchange format -// Copyright 2008 Google Inc. All rights reserved. -// https://developers.google.com/protocol-buffers/ -// -// Redistribution and use in source and binary forms, with or without -// modification, are permitted provided that the following conditions are -// met: -// -// * Redistributions of source code must retain the above copyright -// notice, this list of conditions and the following disclaimer. -// * Redistributions in binary form must reproduce the above -// copyright notice, this list of conditions and the following disclaimer -// in the documentation and/or other materials provided with the -// distribution. -// * Neither the name of Google Inc. nor the names of its -// contributors may be used to endorse or promote products derived from -// this software without specific prior written permission. -// -// THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -// "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -// LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -// A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -// OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -// SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT -// LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, -// DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY -// THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT -// (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE -// OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -// Author: kenton@google.com (Kenton Varda) -// Based on original Protocol Buffers design by -// Sanjay Ghemawat, Jeff Dean, and others. -// -// The messages in this file describe the definitions found in .proto files. -// A valid .proto file can be translated directly to a FileDescriptorProto -// without any other information (e.g. without reading its imports). - - -syntax = "proto2"; - -package google.protobuf; - -option go_package = "google.golang.org/protobuf/types/descriptorpb"; -option java_package = "com.google.protobuf"; -option java_outer_classname = "DescriptorProtos"; -option csharp_namespace = "Google.Protobuf.Reflection"; -option objc_class_prefix = "GPB"; -option cc_enable_arenas = true; - -// descriptor.proto must be optimized for speed because reflection-based -// algorithms don't work during bootstrapping. -option optimize_for = SPEED; - -// The protocol compiler can output a FileDescriptorSet containing the .proto -// files it parses. -message FileDescriptorSet { - repeated FileDescriptorProto file = 1; -} - -// Describes a complete .proto file. -message FileDescriptorProto { - optional string name = 1; // file name, relative to root of source tree - optional string package = 2; // e.g. "foo", "foo.bar", etc. - - // Names of files imported by this file. - repeated string dependency = 3; - // Indexes of the public imported files in the dependency list above. - repeated int32 public_dependency = 10; - // Indexes of the weak imported files in the dependency list. - // For Google-internal migration only. Do not use. - repeated int32 weak_dependency = 11; - - // All top-level definitions in this file. - repeated DescriptorProto message_type = 4; - repeated EnumDescriptorProto enum_type = 5; - repeated ServiceDescriptorProto service = 6; - repeated FieldDescriptorProto extension = 7; - - optional FileOptions options = 8; - - // This field contains optional information about the original source code. - // You may safely remove this entire field without harming runtime - // functionality of the descriptors -- the information is needed only by - // development tools. - optional SourceCodeInfo source_code_info = 9; - - // The syntax of the proto file. - // The supported values are "proto2" and "proto3". - optional string syntax = 12; -} - -// Describes a message type. -message DescriptorProto { - optional string name = 1; - - repeated FieldDescriptorProto field = 2; - repeated FieldDescriptorProto extension = 6; - - repeated DescriptorProto nested_type = 3; - repeated EnumDescriptorProto enum_type = 4; - - message ExtensionRange { - optional int32 start = 1; // Inclusive. - optional int32 end = 2; // Exclusive. - - optional ExtensionRangeOptions options = 3; - } - repeated ExtensionRange extension_range = 5; - - repeated OneofDescriptorProto oneof_decl = 8; - - optional MessageOptions options = 7; - - // Range of reserved tag numbers. Reserved tag numbers may not be used by - // fields or extension ranges in the same message. Reserved ranges may - // not overlap. - message ReservedRange { - optional int32 start = 1; // Inclusive. - optional int32 end = 2; // Exclusive. - } - repeated ReservedRange reserved_range = 9; - // Reserved field names, which may not be used by fields in the same message. - // A given name may only be reserved once. - repeated string reserved_name = 10; -} - -message ExtensionRangeOptions { - // The parser stores options it doesn't recognize here. See above. - repeated UninterpretedOption uninterpreted_option = 999; - - - // Clients can define custom options in extensions of this message. See above. - extensions 1000 to max; -} - -// Describes a field within a message. -message FieldDescriptorProto { - enum Type { - // 0 is reserved for errors. - // Order is weird for historical reasons. - TYPE_DOUBLE = 1; - TYPE_FLOAT = 2; - // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT64 if - // negative values are likely. - TYPE_INT64 = 3; - TYPE_UINT64 = 4; - // Not ZigZag encoded. Negative numbers take 10 bytes. Use TYPE_SINT32 if - // negative values are likely. - TYPE_INT32 = 5; - TYPE_FIXED64 = 6; - TYPE_FIXED32 = 7; - TYPE_BOOL = 8; - TYPE_STRING = 9; - // Tag-delimited aggregate. - // Group type is deprecated and not supported in proto3. However, Proto3 - // implementations should still be able to parse the group wire format and - // treat group fields as unknown fields. - TYPE_GROUP = 10; - TYPE_MESSAGE = 11; // Length-delimited aggregate. - - // New in version 2. - TYPE_BYTES = 12; - TYPE_UINT32 = 13; - TYPE_ENUM = 14; - TYPE_SFIXED32 = 15; - TYPE_SFIXED64 = 16; - TYPE_SINT32 = 17; // Uses ZigZag encoding. - TYPE_SINT64 = 18; // Uses ZigZag encoding. - } - - enum Label { - // 0 is reserved for errors - LABEL_OPTIONAL = 1; - LABEL_REQUIRED = 2; - LABEL_REPEATED = 3; - } - - optional string name = 1; - optional int32 number = 3; - optional Label label = 4; - - // If type_name is set, this need not be set. If both this and type_name - // are set, this must be one of TYPE_ENUM, TYPE_MESSAGE or TYPE_GROUP. - optional Type type = 5; - - // For message and enum types, this is the name of the type. If the name - // starts with a '.', it is fully-qualified. Otherwise, C++-like scoping - // rules are used to find the type (i.e. first the nested types within this - // message are searched, then within the parent, on up to the root - // namespace). - optional string type_name = 6; - - // For extensions, this is the name of the type being extended. It is - // resolved in the same manner as type_name. - optional string extendee = 2; - - // For numeric types, contains the original text representation of the value. - // For booleans, "true" or "false". - // For strings, contains the default text contents (not escaped in any way). - // For bytes, contains the C escaped value. All bytes >= 128 are escaped. - // TODO(kenton): Base-64 encode? - optional string default_value = 7; - - // If set, gives the index of a oneof in the containing type's oneof_decl - // list. This field is a member of that oneof. - optional int32 oneof_index = 9; - - // JSON name of this field. The value is set by protocol compiler. If the - // user has set a "json_name" option on this field, that option's value - // will be used. Otherwise, it's deduced from the field's name by converting - // it to camelCase. - optional string json_name = 10; - - optional FieldOptions options = 8; - - // If true, this is a proto3 "optional". When a proto3 field is optional, it - // tracks presence regardless of field type. - // - // When proto3_optional is true, this field must be belong to a oneof to - // signal to old proto3 clients that presence is tracked for this field. This - // oneof is known as a "synthetic" oneof, and this field must be its sole - // member (each proto3 optional field gets its own synthetic oneof). Synthetic - // oneofs exist in the descriptor only, and do not generate any API. Synthetic - // oneofs must be ordered after all "real" oneofs. - // - // For message fields, proto3_optional doesn't create any semantic change, - // since non-repeated message fields always track presence. However it still - // indicates the semantic detail of whether the user wrote "optional" or not. - // This can be useful for round-tripping the .proto file. For consistency we - // give message fields a synthetic oneof also, even though it is not required - // to track presence. This is especially important because the parser can't - // tell if a field is a message or an enum, so it must always create a - // synthetic oneof. - // - // Proto2 optional fields do not set this flag, because they already indicate - // optional with `LABEL_OPTIONAL`. - optional bool proto3_optional = 17; -} - -// Describes a oneof. -message OneofDescriptorProto { - optional string name = 1; - optional OneofOptions options = 2; -} - -// Describes an enum type. -message EnumDescriptorProto { - optional string name = 1; - - repeated EnumValueDescriptorProto value = 2; - - optional EnumOptions options = 3; - - // Range of reserved numeric values. Reserved values may not be used by - // entries in the same enum. Reserved ranges may not overlap. - // - // Note that this is distinct from DescriptorProto.ReservedRange in that it - // is inclusive such that it can appropriately represent the entire int32 - // domain. - message EnumReservedRange { - optional int32 start = 1; // Inclusive. - optional int32 end = 2; // Inclusive. - } - - // Range of reserved numeric values. Reserved numeric values may not be used - // by enum values in the same enum declaration. Reserved ranges may not - // overlap. - repeated EnumReservedRange reserved_range = 4; - - // Reserved enum value names, which may not be reused. A given name may only - // be reserved once. - repeated string reserved_name = 5; -} - -// Describes a value within an enum. -message EnumValueDescriptorProto { - optional string name = 1; - optional int32 number = 2; - - optional EnumValueOptions options = 3; -} - -// Describes a service. -message ServiceDescriptorProto { - optional string name = 1; - repeated MethodDescriptorProto method = 2; - - optional ServiceOptions options = 3; -} - -// Describes a method of a service. -message MethodDescriptorProto { - optional string name = 1; - - // Input and output type names. These are resolved in the same way as - // FieldDescriptorProto.type_name, but must refer to a message type. - optional string input_type = 2; - optional string output_type = 3; - - optional MethodOptions options = 4; - - // Identifies if client streams multiple client messages - optional bool client_streaming = 5 [default = false]; - // Identifies if server streams multiple server messages - optional bool server_streaming = 6 [default = false]; -} - - -// =================================================================== -// Options - -// Each of the definitions above may have "options" attached. These are -// just annotations which may cause code to be generated slightly differently -// or may contain hints for code that manipulates protocol messages. -// -// Clients may define custom options as extensions of the *Options messages. -// These extensions may not yet be known at parsing time, so the parser cannot -// store the values in them. Instead it stores them in a field in the *Options -// message called uninterpreted_option. This field must have the same name -// across all *Options messages. We then use this field to populate the -// extensions when we build a descriptor, at which point all protos have been -// parsed and so all extensions are known. -// -// Extension numbers for custom options may be chosen as follows: -// * For options which will only be used within a single application or -// organization, or for experimental options, use field numbers 50000 -// through 99999. It is up to you to ensure that you do not use the -// same number for multiple options. -// * For options which will be published and used publicly by multiple -// independent entities, e-mail protobuf-global-extension-registry@google.com -// to reserve extension numbers. Simply provide your project name (e.g. -// Objective-C plugin) and your project website (if available) -- there's no -// need to explain how you intend to use them. Usually you only need one -// extension number. You can declare multiple options with only one extension -// number by putting them in a sub-message. See the Custom Options section of -// the docs for examples: -// https://developers.google.com/protocol-buffers/docs/proto#options -// If this turns out to be popular, a web service will be set up -// to automatically assign option numbers. - -message FileOptions { - - // Sets the Java package where classes generated from this .proto will be - // placed. By default, the proto package is used, but this is often - // inappropriate because proto packages do not normally start with backwards - // domain names. - optional string java_package = 1; - - - // Controls the name of the wrapper Java class generated for the .proto file. - // That class will always contain the .proto file's getDescriptor() method as - // well as any top-level extensions defined in the .proto file. - // If java_multiple_files is disabled, then all the other classes from the - // .proto file will be nested inside the single wrapper outer class. - optional string java_outer_classname = 8; - - // If enabled, then the Java code generator will generate a separate .java - // file for each top-level message, enum, and service defined in the .proto - // file. Thus, these types will *not* be nested inside the wrapper class - // named by java_outer_classname. However, the wrapper class will still be - // generated to contain the file's getDescriptor() method as well as any - // top-level extensions defined in the file. - optional bool java_multiple_files = 10 [default = false]; - - // This option does nothing. - optional bool java_generate_equals_and_hash = 20 [deprecated=true]; - - // If set true, then the Java2 code generator will generate code that - // throws an exception whenever an attempt is made to assign a non-UTF-8 - // byte sequence to a string field. - // Message reflection will do the same. - // However, an extension field still accepts non-UTF-8 byte sequences. - // This option has no effect on when used with the lite runtime. - optional bool java_string_check_utf8 = 27 [default = false]; - - - // Generated classes can be optimized for speed or code size. - enum OptimizeMode { - SPEED = 1; // Generate complete code for parsing, serialization, - // etc. - CODE_SIZE = 2; // Use ReflectionOps to implement these methods. - LITE_RUNTIME = 3; // Generate code using MessageLite and the lite runtime. - } - optional OptimizeMode optimize_for = 9 [default = SPEED]; - - // Sets the Go package where structs generated from this .proto will be - // placed. If omitted, the Go package will be derived from the following: - // - The basename of the package import path, if provided. - // - Otherwise, the package statement in the .proto file, if present. - // - Otherwise, the basename of the .proto file, without extension. - optional string go_package = 11; - - - - - // Should generic services be generated in each language? "Generic" services - // are not specific to any particular RPC system. They are generated by the - // main code generators in each language (without additional plugins). - // Generic services were the only kind of service generation supported by - // early versions of google.protobuf. - // - // Generic services are now considered deprecated in favor of using plugins - // that generate code specific to your particular RPC system. Therefore, - // these default to false. Old code which depends on generic services should - // explicitly set them to true. - optional bool cc_generic_services = 16 [default = false]; - optional bool java_generic_services = 17 [default = false]; - optional bool py_generic_services = 18 [default = false]; - optional bool php_generic_services = 42 [default = false]; - - // Is this file deprecated? - // Depending on the target platform, this can emit Deprecated annotations - // for everything in the file, or it will be completely ignored; in the very - // least, this is a formalization for deprecating files. - optional bool deprecated = 23 [default = false]; - - // Enables the use of arenas for the proto messages in this file. This applies - // only to generated classes for C++. - optional bool cc_enable_arenas = 31 [default = true]; - - - // Sets the objective c class prefix which is prepended to all objective c - // generated classes from this .proto. There is no default. - optional string objc_class_prefix = 36; - - // Namespace for generated classes; defaults to the package. - optional string csharp_namespace = 37; - - // By default Swift generators will take the proto package and CamelCase it - // replacing '.' with underscore and use that to prefix the types/symbols - // defined. When this options is provided, they will use this value instead - // to prefix the types/symbols defined. - optional string swift_prefix = 39; - - // Sets the php class prefix which is prepended to all php generated classes - // from this .proto. Default is empty. - optional string php_class_prefix = 40; - - // Use this option to change the namespace of php generated classes. Default - // is empty. When this option is empty, the package name will be used for - // determining the namespace. - optional string php_namespace = 41; - - // Use this option to change the namespace of php generated metadata classes. - // Default is empty. When this option is empty, the proto file name will be - // used for determining the namespace. - optional string php_metadata_namespace = 44; - - // Use this option to change the package of ruby generated classes. Default - // is empty. When this option is not set, the package name will be used for - // determining the ruby package. - optional string ruby_package = 45; - - - // The parser stores options it doesn't recognize here. - // See the documentation for the "Options" section above. - repeated UninterpretedOption uninterpreted_option = 999; - - // Clients can define custom options in extensions of this message. - // See the documentation for the "Options" section above. - extensions 1000 to max; - - reserved 38; -} - -message MessageOptions { - // Set true to use the old proto1 MessageSet wire format for extensions. - // This is provided for backwards-compatibility with the MessageSet wire - // format. You should not use this for any other reason: It's less - // efficient, has fewer features, and is more complicated. - // - // The message must be defined exactly as follows: - // message Foo { - // option message_set_wire_format = true; - // extensions 4 to max; - // } - // Note that the message cannot have any defined fields; MessageSets only - // have extensions. - // - // All extensions of your type must be singular messages; e.g. they cannot - // be int32s, enums, or repeated messages. - // - // Because this is an option, the above two restrictions are not enforced by - // the protocol compiler. - optional bool message_set_wire_format = 1 [default = false]; - - // Disables the generation of the standard "descriptor()" accessor, which can - // conflict with a field of the same name. This is meant to make migration - // from proto1 easier; new code should avoid fields named "descriptor". - optional bool no_standard_descriptor_accessor = 2 [default = false]; - - // Is this message deprecated? - // Depending on the target platform, this can emit Deprecated annotations - // for the message, or it will be completely ignored; in the very least, - // this is a formalization for deprecating messages. - optional bool deprecated = 3 [default = false]; - - reserved 4, 5, 6; - - // Whether the message is an automatically generated map entry type for the - // maps field. - // - // For maps fields: - // map map_field = 1; - // The parsed descriptor looks like: - // message MapFieldEntry { - // option map_entry = true; - // optional KeyType key = 1; - // optional ValueType value = 2; - // } - // repeated MapFieldEntry map_field = 1; - // - // Implementations may choose not to generate the map_entry=true message, but - // use a native map in the target language to hold the keys and values. - // The reflection APIs in such implementations still need to work as - // if the field is a repeated message field. - // - // NOTE: Do not set the option in .proto files. Always use the maps syntax - // instead. The option should only be implicitly set by the proto compiler - // parser. - optional bool map_entry = 7; - - reserved 8; // javalite_serializable - reserved 9; // javanano_as_lite - - - // The parser stores options it doesn't recognize here. See above. - repeated UninterpretedOption uninterpreted_option = 999; - - // Clients can define custom options in extensions of this message. See above. - extensions 1000 to max; -} - -message FieldOptions { - // The ctype option instructs the C++ code generator to use a different - // representation of the field than it normally would. See the specific - // options below. This option is not yet implemented in the open source - // release -- sorry, we'll try to include it in a future version! - optional CType ctype = 1 [default = STRING]; - enum CType { - // Default mode. - STRING = 0; - - CORD = 1; - - STRING_PIECE = 2; - } - // The packed option can be enabled for repeated primitive fields to enable - // a more efficient representation on the wire. Rather than repeatedly - // writing the tag and type for each element, the entire array is encoded as - // a single length-delimited blob. In proto3, only explicit setting it to - // false will avoid using packed encoding. - optional bool packed = 2; - - // The jstype option determines the JavaScript type used for values of the - // field. The option is permitted only for 64 bit integral and fixed types - // (int64, uint64, sint64, fixed64, sfixed64). A field with jstype JS_STRING - // is represented as JavaScript string, which avoids loss of precision that - // can happen when a large value is converted to a floating point JavaScript. - // Specifying JS_NUMBER for the jstype causes the generated JavaScript code to - // use the JavaScript "number" type. The behavior of the default option - // JS_NORMAL is implementation dependent. - // - // This option is an enum to permit additional types to be added, e.g. - // goog.math.Integer. - optional JSType jstype = 6 [default = JS_NORMAL]; - enum JSType { - // Use the default type. - JS_NORMAL = 0; - - // Use JavaScript strings. - JS_STRING = 1; - - // Use JavaScript numbers. - JS_NUMBER = 2; - } - - // Should this field be parsed lazily? Lazy applies only to message-type - // fields. It means that when the outer message is initially parsed, the - // inner message's contents will not be parsed but instead stored in encoded - // form. The inner message will actually be parsed when it is first accessed. - // - // This is only a hint. Implementations are free to choose whether to use - // eager or lazy parsing regardless of the value of this option. However, - // setting this option true suggests that the protocol author believes that - // using lazy parsing on this field is worth the additional bookkeeping - // overhead typically needed to implement it. - // - // This option does not affect the public interface of any generated code; - // all method signatures remain the same. Furthermore, thread-safety of the - // interface is not affected by this option; const methods remain safe to - // call from multiple threads concurrently, while non-const methods continue - // to require exclusive access. - // - // - // Note that implementations may choose not to check required fields within - // a lazy sub-message. That is, calling IsInitialized() on the outer message - // may return true even if the inner message has missing required fields. - // This is necessary because otherwise the inner message would have to be - // parsed in order to perform the check, defeating the purpose of lazy - // parsing. An implementation which chooses not to check required fields - // must be consistent about it. That is, for any particular sub-message, the - // implementation must either *always* check its required fields, or *never* - // check its required fields, regardless of whether or not the message has - // been parsed. - optional bool lazy = 5 [default = false]; - - // Is this field deprecated? - // Depending on the target platform, this can emit Deprecated annotations - // for accessors, or it will be completely ignored; in the very least, this - // is a formalization for deprecating fields. - optional bool deprecated = 3 [default = false]; - - // For Google-internal migration only. Do not use. - optional bool weak = 10 [default = false]; - - - // The parser stores options it doesn't recognize here. See above. - repeated UninterpretedOption uninterpreted_option = 999; - - // Clients can define custom options in extensions of this message. See above. - extensions 1000 to max; - - reserved 4; // removed jtype -} - -message OneofOptions { - // The parser stores options it doesn't recognize here. See above. - repeated UninterpretedOption uninterpreted_option = 999; - - // Clients can define custom options in extensions of this message. See above. - extensions 1000 to max; -} - -message EnumOptions { - - // Set this option to true to allow mapping different tag names to the same - // value. - optional bool allow_alias = 2; - - // Is this enum deprecated? - // Depending on the target platform, this can emit Deprecated annotations - // for the enum, or it will be completely ignored; in the very least, this - // is a formalization for deprecating enums. - optional bool deprecated = 3 [default = false]; - - reserved 5; // javanano_as_lite - - // The parser stores options it doesn't recognize here. See above. - repeated UninterpretedOption uninterpreted_option = 999; - - // Clients can define custom options in extensions of this message. See above. - extensions 1000 to max; -} - -message EnumValueOptions { - // Is this enum value deprecated? - // Depending on the target platform, this can emit Deprecated annotations - // for the enum value, or it will be completely ignored; in the very least, - // this is a formalization for deprecating enum values. - optional bool deprecated = 1 [default = false]; - - // The parser stores options it doesn't recognize here. See above. - repeated UninterpretedOption uninterpreted_option = 999; - - // Clients can define custom options in extensions of this message. See above. - extensions 1000 to max; -} - -message ServiceOptions { - - // Note: Field numbers 1 through 32 are reserved for Google's internal RPC - // framework. We apologize for hoarding these numbers to ourselves, but - // we were already using them long before we decided to release Protocol - // Buffers. - - // Is this service deprecated? - // Depending on the target platform, this can emit Deprecated annotations - // for the service, or it will be completely ignored; in the very least, - // this is a formalization for deprecating services. - optional bool deprecated = 33 [default = false]; - - // The parser stores options it doesn't recognize here. See above. - repeated UninterpretedOption uninterpreted_option = 999; - - // Clients can define custom options in extensions of this message. See above. - extensions 1000 to max; -} - -message MethodOptions { - - // Note: Field numbers 1 through 32 are reserved for Google's internal RPC - // framework. We apologize for hoarding these numbers to ourselves, but - // we were already using them long before we decided to release Protocol - // Buffers. - - // Is this method deprecated? - // Depending on the target platform, this can emit Deprecated annotations - // for the method, or it will be completely ignored; in the very least, - // this is a formalization for deprecating methods. - optional bool deprecated = 33 [default = false]; - - // Is this method side-effect-free (or safe in HTTP parlance), or idempotent, - // or neither? HTTP based RPC implementation may choose GET verb for safe - // methods, and PUT verb for idempotent methods instead of the default POST. - enum IdempotencyLevel { - IDEMPOTENCY_UNKNOWN = 0; - NO_SIDE_EFFECTS = 1; // implies idempotent - IDEMPOTENT = 2; // idempotent, but may have side effects - } - optional IdempotencyLevel idempotency_level = 34 - [default = IDEMPOTENCY_UNKNOWN]; - - // The parser stores options it doesn't recognize here. See above. - repeated UninterpretedOption uninterpreted_option = 999; - - // Clients can define custom options in extensions of this message. See above. - extensions 1000 to max; -} - - -// A message representing a option the parser does not recognize. This only -// appears in options protos created by the compiler::Parser class. -// DescriptorPool resolves these when building Descriptor objects. Therefore, -// options protos in descriptor objects (e.g. returned by Descriptor::options(), -// or produced by Descriptor::CopyTo()) will never have UninterpretedOptions -// in them. -message UninterpretedOption { - // The name of the uninterpreted option. Each string represents a segment in - // a dot-separated name. is_extension is true iff a segment represents an - // extension (denoted with parentheses in options specs in .proto files). - // E.g.,{ ["foo", false], ["bar.baz", true], ["qux", false] } represents - // "foo.(bar.baz).qux". - message NamePart { - required string name_part = 1; - required bool is_extension = 2; - } - repeated NamePart name = 2; - - // The value of the uninterpreted option, in whatever type the tokenizer - // identified it as during parsing. Exactly one of these should be set. - optional string identifier_value = 3; - optional uint64 positive_int_value = 4; - optional int64 negative_int_value = 5; - optional double double_value = 6; - optional bytes string_value = 7; - optional string aggregate_value = 8; -} - -// =================================================================== -// Optional source code info - -// Encapsulates information about the original source file from which a -// FileDescriptorProto was generated. -message SourceCodeInfo { - // A Location identifies a piece of source code in a .proto file which - // corresponds to a particular definition. This information is intended - // to be useful to IDEs, code indexers, documentation generators, and similar - // tools. - // - // For example, say we have a file like: - // message Foo { - // optional string foo = 1; - // } - // Let's look at just the field definition: - // optional string foo = 1; - // ^ ^^ ^^ ^ ^^^ - // a bc de f ghi - // We have the following locations: - // span path represents - // [a,i) [ 4, 0, 2, 0 ] The whole field definition. - // [a,b) [ 4, 0, 2, 0, 4 ] The label (optional). - // [c,d) [ 4, 0, 2, 0, 5 ] The type (string). - // [e,f) [ 4, 0, 2, 0, 1 ] The name (foo). - // [g,h) [ 4, 0, 2, 0, 3 ] The number (1). - // - // Notes: - // - A location may refer to a repeated field itself (i.e. not to any - // particular index within it). This is used whenever a set of elements are - // logically enclosed in a single code segment. For example, an entire - // extend block (possibly containing multiple extension definitions) will - // have an outer location whose path refers to the "extensions" repeated - // field without an index. - // - Multiple locations may have the same path. This happens when a single - // logical declaration is spread out across multiple places. The most - // obvious example is the "extend" block again -- there may be multiple - // extend blocks in the same scope, each of which will have the same path. - // - A location's span is not always a subset of its parent's span. For - // example, the "extendee" of an extension declaration appears at the - // beginning of the "extend" block and is shared by all extensions within - // the block. - // - Just because a location's span is a subset of some other location's span - // does not mean that it is a descendant. For example, a "group" defines - // both a type and a field in a single declaration. Thus, the locations - // corresponding to the type and field and their components will overlap. - // - Code which tries to interpret locations should probably be designed to - // ignore those that it doesn't understand, as more types of locations could - // be recorded in the future. - repeated Location location = 1; - message Location { - // Identifies which part of the FileDescriptorProto was defined at this - // location. - // - // Each element is a field number or an index. They form a path from - // the root FileDescriptorProto to the place where the definition. For - // example, this path: - // [ 4, 3, 2, 7, 1 ] - // refers to: - // file.message_type(3) // 4, 3 - // .field(7) // 2, 7 - // .name() // 1 - // This is because FileDescriptorProto.message_type has field number 4: - // repeated DescriptorProto message_type = 4; - // and DescriptorProto.field has field number 2: - // repeated FieldDescriptorProto field = 2; - // and FieldDescriptorProto.name has field number 1: - // optional string name = 1; - // - // Thus, the above path gives the location of a field name. If we removed - // the last element: - // [ 4, 3, 2, 7 ] - // this path refers to the whole field declaration (from the beginning - // of the label to the terminating semicolon). - repeated int32 path = 1 [packed = true]; - - // Always has exactly three or four elements: start line, start column, - // end line (optional, otherwise assumed same as start line), end column. - // These are packed into a single field for efficiency. Note that line - // and column numbers are zero-based -- typically you will want to add - // 1 to each before displaying to a user. - repeated int32 span = 2 [packed = true]; - - // If this SourceCodeInfo represents a complete declaration, these are any - // comments appearing before and after the declaration which appear to be - // attached to the declaration. - // - // A series of line comments appearing on consecutive lines, with no other - // tokens appearing on those lines, will be treated as a single comment. - // - // leading_detached_comments will keep paragraphs of comments that appear - // before (but not connected to) the current element. Each paragraph, - // separated by empty lines, will be one comment element in the repeated - // field. - // - // Only the comment content is provided; comment markers (e.g. //) are - // stripped out. For block comments, leading whitespace and an asterisk - // will be stripped from the beginning of each line other than the first. - // Newlines are included in the output. - // - // Examples: - // - // optional int32 foo = 1; // Comment attached to foo. - // // Comment attached to bar. - // optional int32 bar = 2; - // - // optional string baz = 3; - // // Comment attached to baz. - // // Another line attached to baz. - // - // // Comment attached to qux. - // // - // // Another line attached to qux. - // optional double qux = 4; - // - // // Detached comment for corge. This is not leading or trailing comments - // // to qux or corge because there are blank lines separating it from - // // both. - // - // // Detached comment for corge paragraph 2. - // - // optional string corge = 5; - // /* Block comment attached - // * to corge. Leading asterisks - // * will be removed. */ - // /* Block comment attached to - // * grault. */ - // optional int32 grault = 6; - // - // // ignored detached comments. - optional string leading_comments = 3; - optional string trailing_comments = 4; - repeated string leading_detached_comments = 6; - } -} - -// Describes the relationship between generated code and its original source -// file. A GeneratedCodeInfo message is associated with only one generated -// source file, but may contain references to different source .proto files. -message GeneratedCodeInfo { - // An Annotation connects some span of text in generated code to an element - // of its generating .proto file. - repeated Annotation annotation = 1; - message Annotation { - // Identifies the element in the original source .proto file. This field - // is formatted the same as SourceCodeInfo.Location.path. - repeated int32 path = 1 [packed = true]; - - // Identifies the filesystem path to the original source .proto. - optional string source_file = 2; - - // Identifies the starting offset in bytes in the generated code - // that relates to the identified object. - optional int32 begin = 3; - - // Identifies the ending offset in bytes in the generated code that - // relates to the identified offset. The end offset should be one past - // the last relevant byte (so the length of the text = end - begin). - optional int32 end = 4; - } -} diff --git a/scripts/gen_protos.py b/scripts/gen_protos.py index e30b472d0..eb676f5aa 100644 --- a/scripts/gen_protos.py +++ b/scripts/gen_protos.py @@ -14,9 +14,6 @@ core_proto_dir = proto_dir / "local" health_proto_dir = proto_dir / "grpc" testsrv_proto_dir = proto_dir / "testsrv_upstream" -# Needed for descriptor.proto which was removed as part of -# https://github.com/grpc/grpc/pull/30377 -additional_well_known_proto_dir = base_dir / "scripts" / "_proto" # Exclude testsrv dependencies protos proto_paths = ( @@ -43,7 +40,9 @@ partial(re.compile(r"temporal\.sdk\.core\.").sub, r"temporalio.bridge.proto."), ] -find_class_re = re.compile(r"\nclass ([^_\(\:]+)") +find_message_re = re.compile(r"_sym_db\.RegisterMessage\(([^\)\.]+)\)") +find_enum_re = re.compile(r"DESCRIPTOR\.enum_types_by_name\['([^']+)'\]") +find_class_re = re.compile(r"\nclass ([^\(\:]+)") find_def_re = re.compile(r"\ndef ([^\(\:]+)") @@ -63,12 +62,14 @@ def fix_generated_output(base_path: Path): with p.open(encoding="utf8") as f: content = f.read() if p.suffix == ".py": - # Defs in .py, classes in .pyi - imports[p.stem] += find_def_re.findall(content) for fix in py_fixes: content = fix(content) - else: + # Only use .py files to determine imports, not pyi ones + imports[p.stem] += find_message_re.findall(content) + imports[p.stem] += find_enum_re.findall(content) imports[p.stem] += find_class_re.findall(content) + imports[p.stem] += find_def_re.findall(content) + else: for fix in pyi_fixes: content = fix(content) with p.open("w") as f: @@ -125,7 +126,6 @@ def fix_generated_output(base_path: Path): f"--proto_path={core_proto_dir}", f"--proto_path={testsrv_proto_dir}", f"--proto_path={health_proto_dir}", - f"--proto_path={additional_well_known_proto_dir}", f"--python_out={temp_dir}", f"--grpc_python_out={temp_dir}", f"--mypy_out={temp_dir}", diff --git a/temporalio/api/batch/v1/message_pb2.py b/temporalio/api/batch/v1/message_pb2.py index 4910284c6..59eed8397 100644 --- a/temporalio/api/batch/v1/message_pb2.py +++ b/temporalio/api/batch/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -28,10 +29,59 @@ b'\n#temporal/api/batch/v1/message.proto\x12\x15temporal.api.batch.v1\x1a!dependencies/gogoproto/gogo.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$temporal/api/common/v1/message.proto\x1a+temporal/api/enums/v1/batch_operation.proto"\xcb\x01\n\x12\x42\x61tchOperationInfo\x12\x0e\n\x06job_id\x18\x01 \x01(\t\x12\x39\n\x05state\x18\x02 \x01(\x0e\x32*.temporal.api.enums.v1.BatchOperationState\x12\x34\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x34\n\nclose_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01"`\n\x19\x42\x61tchOperationTermination\x12\x31\n\x07\x64\x65tails\x18\x01 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x02 \x01(\t"\x99\x01\n\x14\x42\x61tchOperationSignal\x12\x0e\n\x06signal\x18\x01 \x01(\t\x12/\n\x05input\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12.\n\x06header\x18\x03 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12\x10\n\x08identity\x18\x04 \x01(\t".\n\x1a\x42\x61tchOperationCancellation\x12\x10\n\x08identity\x18\x01 \x01(\tB\x80\x01\n\x18io.temporal.api.batch.v1B\x0cMessageProtoP\x01Z!go.temporal.io/api/batch/v1;batch\xaa\x02\x15Temporal.Api.Batch.V1\xea\x02\x18Temporal::Api::Batch::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.batch.v1.message_pb2", globals() + +_BATCHOPERATIONINFO = DESCRIPTOR.message_types_by_name["BatchOperationInfo"] +_BATCHOPERATIONTERMINATION = DESCRIPTOR.message_types_by_name[ + "BatchOperationTermination" +] +_BATCHOPERATIONSIGNAL = DESCRIPTOR.message_types_by_name["BatchOperationSignal"] +_BATCHOPERATIONCANCELLATION = DESCRIPTOR.message_types_by_name[ + "BatchOperationCancellation" +] +BatchOperationInfo = _reflection.GeneratedProtocolMessageType( + "BatchOperationInfo", + (_message.Message,), + { + "DESCRIPTOR": _BATCHOPERATIONINFO, + "__module__": "temporal.api.batch.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationInfo) + }, +) +_sym_db.RegisterMessage(BatchOperationInfo) + +BatchOperationTermination = _reflection.GeneratedProtocolMessageType( + "BatchOperationTermination", + (_message.Message,), + { + "DESCRIPTOR": _BATCHOPERATIONTERMINATION, + "__module__": "temporal.api.batch.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationTermination) + }, +) +_sym_db.RegisterMessage(BatchOperationTermination) + +BatchOperationSignal = _reflection.GeneratedProtocolMessageType( + "BatchOperationSignal", + (_message.Message,), + { + "DESCRIPTOR": _BATCHOPERATIONSIGNAL, + "__module__": "temporal.api.batch.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationSignal) + }, +) +_sym_db.RegisterMessage(BatchOperationSignal) + +BatchOperationCancellation = _reflection.GeneratedProtocolMessageType( + "BatchOperationCancellation", + (_message.Message,), + { + "DESCRIPTOR": _BATCHOPERATIONCANCELLATION, + "__module__": "temporal.api.batch.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.batch.v1.BatchOperationCancellation) + }, ) +_sym_db.RegisterMessage(BatchOperationCancellation) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/cluster/v1/message_pb2.py b/temporalio/api/cluster/v1/message_pb2.py index 7c3fa8d3e..1da4a72e1 100644 --- a/temporalio/api/cluster/v1/message_pb2.py +++ b/temporalio/api/cluster/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -31,10 +32,105 @@ b'\n%temporal/api/cluster/v1/message.proto\x12\x17temporal.api.cluster.v1\x1a!dependencies/gogoproto/gogo.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a#temporal/api/enums/v1/cluster.proto\x1a"temporal/api/enums/v1/common.proto\x1a%temporal/api/version/v1/message.proto"\x86\x04\n\x0f\x43lusterMetadata\x12\x0f\n\x07\x63luster\x18\x01 \x01(\t\x12\x1b\n\x13history_shard_count\x18\x02 \x01(\x05\x12\x12\n\ncluster_id\x18\x03 \x01(\t\x12:\n\x0cversion_info\x18\x04 \x01(\x0b\x32$.temporal.api.version.v1.VersionInfo\x12\x64\n\x17index_search_attributes\x18\x05 \x03(\x0b\x32\x43.temporal.api.cluster.v1.ClusterMetadata.IndexSearchAttributesEntry\x12\x17\n\x0f\x63luster_address\x18\x06 \x01(\t\x12"\n\x1a\x66\x61ilover_version_increment\x18\x07 \x01(\x03\x12 \n\x18initial_failover_version\x18\x08 \x01(\x03\x12#\n\x1bis_global_namespace_enabled\x18\t \x01(\x08\x12\x1d\n\x15is_connection_enabled\x18\n \x01(\x08\x1al\n\x1aIndexSearchAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12=\n\x05value\x18\x02 \x01(\x0b\x32..temporal.api.cluster.v1.IndexSearchAttributes:\x02\x38\x01"\xed\x01\n\x15IndexSearchAttributes\x12l\n\x18\x63ustom_search_attributes\x18\x01 \x03(\x0b\x32J.temporal.api.cluster.v1.IndexSearchAttributes.CustomSearchAttributesEntry\x1a\x66\n\x1b\x43ustomSearchAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0e\x32\'.temporal.api.enums.v1.IndexedValueType:\x02\x38\x01"\x1c\n\x08HostInfo\x12\x10\n\x08identity\x18\x01 \x01(\t"b\n\x08RingInfo\x12\x0c\n\x04role\x18\x01 \x01(\t\x12\x14\n\x0cmember_count\x18\x02 \x01(\x05\x12\x32\n\x07members\x18\x03 \x03(\x0b\x32!.temporal.api.cluster.v1.HostInfo"\x96\x01\n\x0eMembershipInfo\x12\x37\n\x0c\x63urrent_host\x18\x01 \x01(\x0b\x32!.temporal.api.cluster.v1.HostInfo\x12\x19\n\x11reachable_members\x18\x02 \x03(\t\x12\x30\n\x05rings\x18\x03 \x03(\x0b\x32!.temporal.api.cluster.v1.RingInfo"\xb9\x02\n\rClusterMember\x12\x36\n\x04role\x18\x01 \x01(\x0e\x32(.temporal.api.enums.v1.ClusterMemberRole\x12\x0f\n\x07host_id\x18\x02 \x01(\t\x12\x13\n\x0brpc_address\x18\x03 \x01(\t\x12\x10\n\x08rpc_port\x18\x04 \x01(\x05\x12<\n\x12session_start_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12<\n\x12last_heartbit_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12<\n\x12record_expiry_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x42\x8a\x01\n\x1aio.temporal.api.cluster.v1B\x0cMessageProtoP\x01Z%go.temporal.io/api/cluster/v1;cluster\xaa\x02\x17Temporal.Api.Cluster.V1\xea\x02\x1aTemporal::Api::Cluster::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.cluster.v1.message_pb2", globals() + +_CLUSTERMETADATA = DESCRIPTOR.message_types_by_name["ClusterMetadata"] +_CLUSTERMETADATA_INDEXSEARCHATTRIBUTESENTRY = _CLUSTERMETADATA.nested_types_by_name[ + "IndexSearchAttributesEntry" +] +_INDEXSEARCHATTRIBUTES = DESCRIPTOR.message_types_by_name["IndexSearchAttributes"] +_INDEXSEARCHATTRIBUTES_CUSTOMSEARCHATTRIBUTESENTRY = ( + _INDEXSEARCHATTRIBUTES.nested_types_by_name["CustomSearchAttributesEntry"] +) +_HOSTINFO = DESCRIPTOR.message_types_by_name["HostInfo"] +_RINGINFO = DESCRIPTOR.message_types_by_name["RingInfo"] +_MEMBERSHIPINFO = DESCRIPTOR.message_types_by_name["MembershipInfo"] +_CLUSTERMEMBER = DESCRIPTOR.message_types_by_name["ClusterMember"] +ClusterMetadata = _reflection.GeneratedProtocolMessageType( + "ClusterMetadata", + (_message.Message,), + { + "IndexSearchAttributesEntry": _reflection.GeneratedProtocolMessageType( + "IndexSearchAttributesEntry", + (_message.Message,), + { + "DESCRIPTOR": _CLUSTERMETADATA_INDEXSEARCHATTRIBUTESENTRY, + "__module__": "temporal.api.cluster.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.cluster.v1.ClusterMetadata.IndexSearchAttributesEntry) + }, + ), + "DESCRIPTOR": _CLUSTERMETADATA, + "__module__": "temporal.api.cluster.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.cluster.v1.ClusterMetadata) + }, +) +_sym_db.RegisterMessage(ClusterMetadata) +_sym_db.RegisterMessage(ClusterMetadata.IndexSearchAttributesEntry) + +IndexSearchAttributes = _reflection.GeneratedProtocolMessageType( + "IndexSearchAttributes", + (_message.Message,), + { + "CustomSearchAttributesEntry": _reflection.GeneratedProtocolMessageType( + "CustomSearchAttributesEntry", + (_message.Message,), + { + "DESCRIPTOR": _INDEXSEARCHATTRIBUTES_CUSTOMSEARCHATTRIBUTESENTRY, + "__module__": "temporal.api.cluster.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.cluster.v1.IndexSearchAttributes.CustomSearchAttributesEntry) + }, + ), + "DESCRIPTOR": _INDEXSEARCHATTRIBUTES, + "__module__": "temporal.api.cluster.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.cluster.v1.IndexSearchAttributes) + }, ) +_sym_db.RegisterMessage(IndexSearchAttributes) +_sym_db.RegisterMessage(IndexSearchAttributes.CustomSearchAttributesEntry) + +HostInfo = _reflection.GeneratedProtocolMessageType( + "HostInfo", + (_message.Message,), + { + "DESCRIPTOR": _HOSTINFO, + "__module__": "temporal.api.cluster.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.cluster.v1.HostInfo) + }, +) +_sym_db.RegisterMessage(HostInfo) + +RingInfo = _reflection.GeneratedProtocolMessageType( + "RingInfo", + (_message.Message,), + { + "DESCRIPTOR": _RINGINFO, + "__module__": "temporal.api.cluster.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.cluster.v1.RingInfo) + }, +) +_sym_db.RegisterMessage(RingInfo) + +MembershipInfo = _reflection.GeneratedProtocolMessageType( + "MembershipInfo", + (_message.Message,), + { + "DESCRIPTOR": _MEMBERSHIPINFO, + "__module__": "temporal.api.cluster.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.cluster.v1.MembershipInfo) + }, +) +_sym_db.RegisterMessage(MembershipInfo) + +ClusterMember = _reflection.GeneratedProtocolMessageType( + "ClusterMember", + (_message.Message,), + { + "DESCRIPTOR": _CLUSTERMEMBER, + "__module__": "temporal.api.cluster.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.cluster.v1.ClusterMember) + }, +) +_sym_db.RegisterMessage(ClusterMember) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/command/v1/message_pb2.py b/temporalio/api/command/v1/message_pb2.py index f8d48c4fb..fb4e5c723 100644 --- a/temporalio/api/command/v1/message_pb2.py +++ b/temporalio/api/command/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -40,10 +41,244 @@ b'\n%temporal/api/command/v1/message.proto\x12\x17temporal.api.command.v1\x1a\x1egoogle/protobuf/duration.proto\x1a!dependencies/gogoproto/gogo.proto\x1a$temporal/api/enums/v1/workflow.proto\x1a(temporal/api/enums/v1/command_type.proto\x1a"temporal/api/enums/v1/update.proto\x1a$temporal/api/common/v1/message.proto\x1a%temporal/api/failure/v1/message.proto\x1a\'temporal/api/taskqueue/v1/message.proto"\xfb\x04\n%ScheduleActivityTaskCommandAttributes\x12\x13\n\x0b\x61\x63tivity_id\x18\x01 \x01(\t\x12;\n\ractivity_type\x18\x02 \x01(\x0b\x32$.temporal.api.common.v1.ActivityType\x12\x38\n\ntask_queue\x18\x04 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12.\n\x06header\x18\x05 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12/\n\x05input\x18\x06 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x42\n\x19schedule_to_close_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x42\n\x19schedule_to_start_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12?\n\x16start_to_close_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12:\n\x11heartbeat_timeout\x18\n \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x39\n\x0cretry_policy\x18\x0b \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x1f\n\x17request_eager_execution\x18\x0c \x01(\x08J\x04\x08\x03\x10\x04"H\n*RequestCancelActivityTaskCommandAttributes\x12\x1a\n\x12scheduled_event_id\x18\x01 \x01(\x03"o\n\x1bStartTimerCommandAttributes\x12\x10\n\x08timer_id\x18\x01 \x01(\t\x12>\n\x15start_to_fire_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01"^\n*CompleteWorkflowExecutionCommandAttributes\x12\x30\n\x06result\x18\x01 \x01(\x0b\x32 .temporal.api.common.v1.Payloads"[\n&FailWorkflowExecutionCommandAttributes\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure"0\n\x1c\x43\x61ncelTimerCommandAttributes\x12\x10\n\x08timer_id\x18\x01 \x01(\t"]\n(CancelWorkflowExecutionCommandAttributes\x12\x31\n\x07\x64\x65tails\x18\x01 \x01(\x0b\x32 .temporal.api.common.v1.Payloads"\xaf\x01\n7RequestCancelExternalWorkflowExecutionCommandAttributes\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x0e\n\x06run_id\x18\x03 \x01(\t\x12\x0f\n\x07\x63ontrol\x18\x04 \x01(\t\x12\x1b\n\x13\x63hild_workflow_only\x18\x05 \x01(\x08\x12\x0e\n\x06reason\x18\x06 \x01(\t"\xa7\x02\n0SignalExternalWorkflowExecutionCommandAttributes\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12<\n\texecution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x13\n\x0bsignal_name\x18\x03 \x01(\t\x12/\n\x05input\x18\x04 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x0f\n\x07\x63ontrol\x18\x05 \x01(\t\x12\x1b\n\x13\x63hild_workflow_only\x18\x06 \x01(\x08\x12.\n\x06header\x18\x07 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header"v\n/UpsertWorkflowSearchAttributesCommandAttributes\x12\x43\n\x11search_attributes\x18\x01 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes"`\n)ModifyWorkflowPropertiesCommandAttributes\x12\x33\n\rupserted_memo\x18\x01 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo"\xbf\x02\n\x1dRecordMarkerCommandAttributes\x12\x13\n\x0bmarker_name\x18\x01 \x01(\t\x12T\n\x07\x64\x65tails\x18\x02 \x03(\x0b\x32\x43.temporal.api.command.v1.RecordMarkerCommandAttributes.DetailsEntry\x12.\n\x06header\x18\x03 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12\x31\n\x07\x66\x61ilure\x18\x04 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x1aP\n\x0c\x44\x65tailsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads:\x02\x38\x01"\xc3\x06\n/ContinueAsNewWorkflowExecutionCommandAttributes\x12;\n\rworkflow_type\x18\x01 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x38\n\ntask_queue\x18\x02 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12/\n\x05input\x18\x03 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12=\n\x14workflow_run_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12>\n\x15workflow_task_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12?\n\x16\x62\x61\x63koff_start_interval\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x39\n\x0cretry_policy\x18\x07 \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12@\n\tinitiator\x18\x08 \x01(\x0e\x32-.temporal.api.enums.v1.ContinueAsNewInitiator\x12\x31\n\x07\x66\x61ilure\x18\t \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12@\n\x16last_completion_result\x18\n \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x15\n\rcron_schedule\x18\x0b \x01(\t\x12.\n\x06header\x18\x0c \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12*\n\x04memo\x18\r \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x0e \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes"\xdd\x06\n,StartChildWorkflowExecutionCommandAttributes\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12;\n\rworkflow_type\x18\x03 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x38\n\ntask_queue\x18\x04 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12/\n\x05input\x18\x05 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x43\n\x1aworkflow_execution_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12=\n\x14workflow_run_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12>\n\x15workflow_task_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x45\n\x13parent_close_policy\x18\t \x01(\x0e\x32(.temporal.api.enums.v1.ParentClosePolicy\x12\x0f\n\x07\x63ontrol\x18\n \x01(\t\x12N\n\x18workflow_id_reuse_policy\x18\x0b \x01(\x0e\x32,.temporal.api.enums.v1.WorkflowIdReusePolicy\x12\x39\n\x0cretry_policy\x18\x0c \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x15\n\rcron_schedule\x18\r \x01(\t\x12.\n\x06header\x18\x0e \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12*\n\x04memo\x18\x0f \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x10 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes":\n%AcceptWorkflowUpdateCommandAttributes\x12\x11\n\tupdate_id\x18\x01 \x01(\t"\x8a\x02\n\'CompleteWorkflowUpdateCommandAttributes\x12\x11\n\tupdate_id\x18\x01 \x01(\t\x12X\n\x15\x64urability_preference\x18\x02 \x01(\x0e\x32\x39.temporal.api.enums.v1.WorkflowUpdateDurabilityPreference\x12\x33\n\x07success\x18\x03 \x01(\x0b\x32 .temporal.api.common.v1.PayloadsH\x00\x12\x33\n\x07\x66\x61ilure\x18\x04 \x01(\x0b\x32 .temporal.api.failure.v1.FailureH\x00\x42\x08\n\x06result"\x8d\x10\n\x07\x43ommand\x12\x38\n\x0c\x63ommand_type\x18\x01 \x01(\x0e\x32".temporal.api.enums.v1.CommandType\x12s\n)schedule_activity_task_command_attributes\x18\x02 \x01(\x0b\x32>.temporal.api.command.v1.ScheduleActivityTaskCommandAttributesH\x00\x12^\n\x1estart_timer_command_attributes\x18\x03 \x01(\x0b\x32\x34.temporal.api.command.v1.StartTimerCommandAttributesH\x00\x12}\n.complete_workflow_execution_command_attributes\x18\x04 \x01(\x0b\x32\x43.temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributesH\x00\x12u\n*fail_workflow_execution_command_attributes\x18\x05 \x01(\x0b\x32?.temporal.api.command.v1.FailWorkflowExecutionCommandAttributesH\x00\x12~\n/request_cancel_activity_task_command_attributes\x18\x06 \x01(\x0b\x32\x43.temporal.api.command.v1.RequestCancelActivityTaskCommandAttributesH\x00\x12`\n\x1f\x63\x61ncel_timer_command_attributes\x18\x07 \x01(\x0b\x32\x35.temporal.api.command.v1.CancelTimerCommandAttributesH\x00\x12y\n,cancel_workflow_execution_command_attributes\x18\x08 \x01(\x0b\x32\x41.temporal.api.command.v1.CancelWorkflowExecutionCommandAttributesH\x00\x12\x99\x01\n=request_cancel_external_workflow_execution_command_attributes\x18\t \x01(\x0b\x32P.temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributesH\x00\x12\x62\n record_marker_command_attributes\x18\n \x01(\x0b\x32\x36.temporal.api.command.v1.RecordMarkerCommandAttributesH\x00\x12\x89\x01\n5continue_as_new_workflow_execution_command_attributes\x18\x0b \x01(\x0b\x32H.temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributesH\x00\x12\x82\x01\n1start_child_workflow_execution_command_attributes\x18\x0c \x01(\x0b\x32\x45.temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributesH\x00\x12\x8a\x01\n5signal_external_workflow_execution_command_attributes\x18\r \x01(\x0b\x32I.temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributesH\x00\x12\x88\x01\n4upsert_workflow_search_attributes_command_attributes\x18\x0e \x01(\x0b\x32H.temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributesH\x00\x12s\n)accept_workflow_update_command_attributes\x18\x0f \x01(\x0b\x32>.temporal.api.command.v1.AcceptWorkflowUpdateCommandAttributesH\x00\x12w\n+complete_workflow_update_command_attributes\x18\x10 \x01(\x0b\x32@.temporal.api.command.v1.CompleteWorkflowUpdateCommandAttributesH\x00\x12{\n-modify_workflow_properties_command_attributes\x18\x11 \x01(\x0b\x32\x42.temporal.api.command.v1.ModifyWorkflowPropertiesCommandAttributesH\x00\x42\x0c\n\nattributesB\x8a\x01\n\x1aio.temporal.api.command.v1B\x0cMessageProtoP\x01Z%go.temporal.io/api/command/v1;command\xaa\x02\x17Temporal.Api.Command.V1\xea\x02\x1aTemporal::Api::Command::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.command.v1.message_pb2", globals() + +_SCHEDULEACTIVITYTASKCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ScheduleActivityTaskCommandAttributes" +] +_REQUESTCANCELACTIVITYTASKCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "RequestCancelActivityTaskCommandAttributes" +] +_STARTTIMERCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "StartTimerCommandAttributes" +] +_COMPLETEWORKFLOWEXECUTIONCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "CompleteWorkflowExecutionCommandAttributes" +] +_FAILWORKFLOWEXECUTIONCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "FailWorkflowExecutionCommandAttributes" +] +_CANCELTIMERCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "CancelTimerCommandAttributes" +] +_CANCELWORKFLOWEXECUTIONCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "CancelWorkflowExecutionCommandAttributes" +] +_REQUESTCANCELEXTERNALWORKFLOWEXECUTIONCOMMANDATTRIBUTES = ( + DESCRIPTOR.message_types_by_name[ + "RequestCancelExternalWorkflowExecutionCommandAttributes" + ] +) +_SIGNALEXTERNALWORKFLOWEXECUTIONCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "SignalExternalWorkflowExecutionCommandAttributes" +] +_UPSERTWORKFLOWSEARCHATTRIBUTESCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "UpsertWorkflowSearchAttributesCommandAttributes" +] +_RECORDMARKERCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "RecordMarkerCommandAttributes" +] +_RECORDMARKERCOMMANDATTRIBUTES_DETAILSENTRY = ( + _RECORDMARKERCOMMANDATTRIBUTES.nested_types_by_name["DetailsEntry"] +) +_CONTINUEASNEWWORKFLOWEXECUTIONCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ContinueAsNewWorkflowExecutionCommandAttributes" +] +_STARTCHILDWORKFLOWEXECUTIONCOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "StartChildWorkflowExecutionCommandAttributes" +] +_ACCEPTWORKFLOWUPDATECOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "AcceptWorkflowUpdateCommandAttributes" +] +_COMPLETEWORKFLOWUPDATECOMMANDATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "CompleteWorkflowUpdateCommandAttributes" +] +_COMMAND = DESCRIPTOR.message_types_by_name["Command"] +ScheduleActivityTaskCommandAttributes = _reflection.GeneratedProtocolMessageType( + "ScheduleActivityTaskCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULEACTIVITYTASKCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.ScheduleActivityTaskCommandAttributes) + }, +) +_sym_db.RegisterMessage(ScheduleActivityTaskCommandAttributes) + +RequestCancelActivityTaskCommandAttributes = _reflection.GeneratedProtocolMessageType( + "RequestCancelActivityTaskCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTCANCELACTIVITYTASKCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.RequestCancelActivityTaskCommandAttributes) + }, +) +_sym_db.RegisterMessage(RequestCancelActivityTaskCommandAttributes) + +StartTimerCommandAttributes = _reflection.GeneratedProtocolMessageType( + "StartTimerCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _STARTTIMERCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.StartTimerCommandAttributes) + }, +) +_sym_db.RegisterMessage(StartTimerCommandAttributes) + +CompleteWorkflowExecutionCommandAttributes = _reflection.GeneratedProtocolMessageType( + "CompleteWorkflowExecutionCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _COMPLETEWORKFLOWEXECUTIONCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.CompleteWorkflowExecutionCommandAttributes) + }, +) +_sym_db.RegisterMessage(CompleteWorkflowExecutionCommandAttributes) + +FailWorkflowExecutionCommandAttributes = _reflection.GeneratedProtocolMessageType( + "FailWorkflowExecutionCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _FAILWORKFLOWEXECUTIONCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.FailWorkflowExecutionCommandAttributes) + }, +) +_sym_db.RegisterMessage(FailWorkflowExecutionCommandAttributes) + +CancelTimerCommandAttributes = _reflection.GeneratedProtocolMessageType( + "CancelTimerCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _CANCELTIMERCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.CancelTimerCommandAttributes) + }, +) +_sym_db.RegisterMessage(CancelTimerCommandAttributes) + +CancelWorkflowExecutionCommandAttributes = _reflection.GeneratedProtocolMessageType( + "CancelWorkflowExecutionCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _CANCELWORKFLOWEXECUTIONCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.CancelWorkflowExecutionCommandAttributes) + }, +) +_sym_db.RegisterMessage(CancelWorkflowExecutionCommandAttributes) + +RequestCancelExternalWorkflowExecutionCommandAttributes = _reflection.GeneratedProtocolMessageType( + "RequestCancelExternalWorkflowExecutionCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTCANCELEXTERNALWORKFLOWEXECUTIONCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.RequestCancelExternalWorkflowExecutionCommandAttributes) + }, ) +_sym_db.RegisterMessage(RequestCancelExternalWorkflowExecutionCommandAttributes) + +SignalExternalWorkflowExecutionCommandAttributes = _reflection.GeneratedProtocolMessageType( + "SignalExternalWorkflowExecutionCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _SIGNALEXTERNALWORKFLOWEXECUTIONCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.SignalExternalWorkflowExecutionCommandAttributes) + }, +) +_sym_db.RegisterMessage(SignalExternalWorkflowExecutionCommandAttributes) + +UpsertWorkflowSearchAttributesCommandAttributes = _reflection.GeneratedProtocolMessageType( + "UpsertWorkflowSearchAttributesCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _UPSERTWORKFLOWSEARCHATTRIBUTESCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.UpsertWorkflowSearchAttributesCommandAttributes) + }, +) +_sym_db.RegisterMessage(UpsertWorkflowSearchAttributesCommandAttributes) + +RecordMarkerCommandAttributes = _reflection.GeneratedProtocolMessageType( + "RecordMarkerCommandAttributes", + (_message.Message,), + { + "DetailsEntry": _reflection.GeneratedProtocolMessageType( + "DetailsEntry", + (_message.Message,), + { + "DESCRIPTOR": _RECORDMARKERCOMMANDATTRIBUTES_DETAILSENTRY, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.RecordMarkerCommandAttributes.DetailsEntry) + }, + ), + "DESCRIPTOR": _RECORDMARKERCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.RecordMarkerCommandAttributes) + }, +) +_sym_db.RegisterMessage(RecordMarkerCommandAttributes) +_sym_db.RegisterMessage(RecordMarkerCommandAttributes.DetailsEntry) + +ContinueAsNewWorkflowExecutionCommandAttributes = _reflection.GeneratedProtocolMessageType( + "ContinueAsNewWorkflowExecutionCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _CONTINUEASNEWWORKFLOWEXECUTIONCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.ContinueAsNewWorkflowExecutionCommandAttributes) + }, +) +_sym_db.RegisterMessage(ContinueAsNewWorkflowExecutionCommandAttributes) + +StartChildWorkflowExecutionCommandAttributes = _reflection.GeneratedProtocolMessageType( + "StartChildWorkflowExecutionCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTIONCOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.StartChildWorkflowExecutionCommandAttributes) + }, +) +_sym_db.RegisterMessage(StartChildWorkflowExecutionCommandAttributes) + +AcceptWorkflowUpdateCommandAttributes = _reflection.GeneratedProtocolMessageType( + "AcceptWorkflowUpdateCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _ACCEPTWORKFLOWUPDATECOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.AcceptWorkflowUpdateCommandAttributes) + }, +) +_sym_db.RegisterMessage(AcceptWorkflowUpdateCommandAttributes) + +CompleteWorkflowUpdateCommandAttributes = _reflection.GeneratedProtocolMessageType( + "CompleteWorkflowUpdateCommandAttributes", + (_message.Message,), + { + "DESCRIPTOR": _COMPLETEWORKFLOWUPDATECOMMANDATTRIBUTES, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.CompleteWorkflowUpdateCommandAttributes) + }, +) +_sym_db.RegisterMessage(CompleteWorkflowUpdateCommandAttributes) + +Command = _reflection.GeneratedProtocolMessageType( + "Command", + (_message.Message,), + { + "DESCRIPTOR": _COMMAND, + "__module__": "temporal.api.command.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.command.v1.Command) + }, +) +_sym_db.RegisterMessage(Command) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/common/v1/message_pb2.py b/temporalio/api/common/v1/message_pb2.py index f5d2e61c9..fd0b926ac 100644 --- a/temporalio/api/common/v1/message_pb2.py +++ b/temporalio/api/common/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -25,10 +26,173 @@ b'\n$temporal/api/common/v1/message.proto\x12\x16temporal.api.common.v1\x1a\x1egoogle/protobuf/duration.proto\x1a!dependencies/gogoproto/gogo.proto\x1a"temporal/api/enums/v1/common.proto"T\n\x08\x44\x61taBlob\x12:\n\rencoding_type\x18\x01 \x01(\x0e\x32#.temporal.api.enums.v1.EncodingType\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c"=\n\x08Payloads\x12\x31\n\x08payloads\x18\x01 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload"\x89\x01\n\x07Payload\x12?\n\x08metadata\x18\x01 \x03(\x0b\x32-.temporal.api.common.v1.Payload.MetadataEntry\x12\x0c\n\x04\x64\x61ta\x18\x02 \x01(\x0c\x1a/\n\rMetadataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\x0c:\x02\x38\x01"\xbe\x01\n\x10SearchAttributes\x12S\n\x0eindexed_fields\x18\x01 \x03(\x0b\x32;.temporal.api.common.v1.SearchAttributes.IndexedFieldsEntry\x1aU\n\x12IndexedFieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01"\x90\x01\n\x04Memo\x12\x38\n\x06\x66ields\x18\x01 \x03(\x0b\x32(.temporal.api.common.v1.Memo.FieldsEntry\x1aN\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01"\x94\x01\n\x06Header\x12:\n\x06\x66ields\x18\x01 \x03(\x0b\x32*.temporal.api.common.v1.Header.FieldsEntry\x1aN\n\x0b\x46ieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01"8\n\x11WorkflowExecution\x12\x13\n\x0bworkflow_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t"\x1c\n\x0cWorkflowType\x12\x0c\n\x04name\x18\x01 \x01(\t"\x1c\n\x0c\x41\x63tivityType\x12\x0c\n\x04name\x18\x01 \x01(\t"\xdd\x01\n\x0bRetryPolicy\x12\x39\n\x10initial_interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x1b\n\x13\x62\x61\x63koff_coefficient\x18\x02 \x01(\x01\x12\x39\n\x10maximum_interval\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x18\n\x10maximum_attempts\x18\x04 \x01(\x05\x12!\n\x19non_retryable_error_types\x18\x05 \x03(\tB\x85\x01\n\x19io.temporal.api.common.v1B\x0cMessageProtoP\x01Z#go.temporal.io/api/common/v1;common\xaa\x02\x16Temporal.Api.Common.V1\xea\x02\x19Temporal::Api::Common::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.common.v1.message_pb2", globals() + +_DATABLOB = DESCRIPTOR.message_types_by_name["DataBlob"] +_PAYLOADS = DESCRIPTOR.message_types_by_name["Payloads"] +_PAYLOAD = DESCRIPTOR.message_types_by_name["Payload"] +_PAYLOAD_METADATAENTRY = _PAYLOAD.nested_types_by_name["MetadataEntry"] +_SEARCHATTRIBUTES = DESCRIPTOR.message_types_by_name["SearchAttributes"] +_SEARCHATTRIBUTES_INDEXEDFIELDSENTRY = _SEARCHATTRIBUTES.nested_types_by_name[ + "IndexedFieldsEntry" +] +_MEMO = DESCRIPTOR.message_types_by_name["Memo"] +_MEMO_FIELDSENTRY = _MEMO.nested_types_by_name["FieldsEntry"] +_HEADER = DESCRIPTOR.message_types_by_name["Header"] +_HEADER_FIELDSENTRY = _HEADER.nested_types_by_name["FieldsEntry"] +_WORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name["WorkflowExecution"] +_WORKFLOWTYPE = DESCRIPTOR.message_types_by_name["WorkflowType"] +_ACTIVITYTYPE = DESCRIPTOR.message_types_by_name["ActivityType"] +_RETRYPOLICY = DESCRIPTOR.message_types_by_name["RetryPolicy"] +DataBlob = _reflection.GeneratedProtocolMessageType( + "DataBlob", + (_message.Message,), + { + "DESCRIPTOR": _DATABLOB, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.DataBlob) + }, +) +_sym_db.RegisterMessage(DataBlob) + +Payloads = _reflection.GeneratedProtocolMessageType( + "Payloads", + (_message.Message,), + { + "DESCRIPTOR": _PAYLOADS, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Payloads) + }, +) +_sym_db.RegisterMessage(Payloads) + +Payload = _reflection.GeneratedProtocolMessageType( + "Payload", + (_message.Message,), + { + "MetadataEntry": _reflection.GeneratedProtocolMessageType( + "MetadataEntry", + (_message.Message,), + { + "DESCRIPTOR": _PAYLOAD_METADATAENTRY, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Payload.MetadataEntry) + }, + ), + "DESCRIPTOR": _PAYLOAD, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Payload) + }, +) +_sym_db.RegisterMessage(Payload) +_sym_db.RegisterMessage(Payload.MetadataEntry) + +SearchAttributes = _reflection.GeneratedProtocolMessageType( + "SearchAttributes", + (_message.Message,), + { + "IndexedFieldsEntry": _reflection.GeneratedProtocolMessageType( + "IndexedFieldsEntry", + (_message.Message,), + { + "DESCRIPTOR": _SEARCHATTRIBUTES_INDEXEDFIELDSENTRY, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.SearchAttributes.IndexedFieldsEntry) + }, + ), + "DESCRIPTOR": _SEARCHATTRIBUTES, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.SearchAttributes) + }, +) +_sym_db.RegisterMessage(SearchAttributes) +_sym_db.RegisterMessage(SearchAttributes.IndexedFieldsEntry) + +Memo = _reflection.GeneratedProtocolMessageType( + "Memo", + (_message.Message,), + { + "FieldsEntry": _reflection.GeneratedProtocolMessageType( + "FieldsEntry", + (_message.Message,), + { + "DESCRIPTOR": _MEMO_FIELDSENTRY, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Memo.FieldsEntry) + }, + ), + "DESCRIPTOR": _MEMO, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Memo) + }, +) +_sym_db.RegisterMessage(Memo) +_sym_db.RegisterMessage(Memo.FieldsEntry) + +Header = _reflection.GeneratedProtocolMessageType( + "Header", + (_message.Message,), + { + "FieldsEntry": _reflection.GeneratedProtocolMessageType( + "FieldsEntry", + (_message.Message,), + { + "DESCRIPTOR": _HEADER_FIELDSENTRY, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Header.FieldsEntry) + }, + ), + "DESCRIPTOR": _HEADER, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.Header) + }, +) +_sym_db.RegisterMessage(Header) +_sym_db.RegisterMessage(Header.FieldsEntry) + +WorkflowExecution = _reflection.GeneratedProtocolMessageType( + "WorkflowExecution", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTION, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.WorkflowExecution) + }, +) +_sym_db.RegisterMessage(WorkflowExecution) + +WorkflowType = _reflection.GeneratedProtocolMessageType( + "WorkflowType", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWTYPE, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.WorkflowType) + }, ) +_sym_db.RegisterMessage(WorkflowType) + +ActivityType = _reflection.GeneratedProtocolMessageType( + "ActivityType", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTYPE, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.ActivityType) + }, +) +_sym_db.RegisterMessage(ActivityType) + +RetryPolicy = _reflection.GeneratedProtocolMessageType( + "RetryPolicy", + (_message.Message,), + { + "DESCRIPTOR": _RETRYPOLICY, + "__module__": "temporal.api.common.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.common.v1.RetryPolicy) + }, +) +_sym_db.RegisterMessage(RetryPolicy) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/dependencies/gogoproto/gogo_pb2.py b/temporalio/api/dependencies/gogoproto/gogo_pb2.py index a5cb0e0f6..493899a64 100644 --- a/temporalio/api/dependencies/gogoproto/gogo_pb2.py +++ b/temporalio/api/dependencies/gogoproto/gogo_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -18,10 +19,160 @@ b'\n!dependencies/gogoproto/gogo.proto\x12\tgogoproto\x1a google/protobuf/descriptor.proto:;\n\x13goproto_enum_prefix\x12\x1c.google.protobuf.EnumOptions\x18\xb1\xe4\x03 \x01(\x08:=\n\x15goproto_enum_stringer\x12\x1c.google.protobuf.EnumOptions\x18\xc5\xe4\x03 \x01(\x08:5\n\renum_stringer\x12\x1c.google.protobuf.EnumOptions\x18\xc6\xe4\x03 \x01(\x08:7\n\x0f\x65num_customname\x12\x1c.google.protobuf.EnumOptions\x18\xc7\xe4\x03 \x01(\t:0\n\x08\x65numdecl\x12\x1c.google.protobuf.EnumOptions\x18\xc8\xe4\x03 \x01(\x08:A\n\x14\x65numvalue_customname\x12!.google.protobuf.EnumValueOptions\x18\xd1\x83\x04 \x01(\t:;\n\x13goproto_getters_all\x12\x1c.google.protobuf.FileOptions\x18\x99\xec\x03 \x01(\x08:?\n\x17goproto_enum_prefix_all\x12\x1c.google.protobuf.FileOptions\x18\x9a\xec\x03 \x01(\x08:<\n\x14goproto_stringer_all\x12\x1c.google.protobuf.FileOptions\x18\x9b\xec\x03 \x01(\x08:9\n\x11verbose_equal_all\x12\x1c.google.protobuf.FileOptions\x18\x9c\xec\x03 \x01(\x08:0\n\x08\x66\x61\x63\x65_all\x12\x1c.google.protobuf.FileOptions\x18\x9d\xec\x03 \x01(\x08:4\n\x0cgostring_all\x12\x1c.google.protobuf.FileOptions\x18\x9e\xec\x03 \x01(\x08:4\n\x0cpopulate_all\x12\x1c.google.protobuf.FileOptions\x18\x9f\xec\x03 \x01(\x08:4\n\x0cstringer_all\x12\x1c.google.protobuf.FileOptions\x18\xa0\xec\x03 \x01(\x08:3\n\x0bonlyone_all\x12\x1c.google.protobuf.FileOptions\x18\xa1\xec\x03 \x01(\x08:1\n\tequal_all\x12\x1c.google.protobuf.FileOptions\x18\xa5\xec\x03 \x01(\x08:7\n\x0f\x64\x65scription_all\x12\x1c.google.protobuf.FileOptions\x18\xa6\xec\x03 \x01(\x08:3\n\x0btestgen_all\x12\x1c.google.protobuf.FileOptions\x18\xa7\xec\x03 \x01(\x08:4\n\x0c\x62\x65nchgen_all\x12\x1c.google.protobuf.FileOptions\x18\xa8\xec\x03 \x01(\x08:5\n\rmarshaler_all\x12\x1c.google.protobuf.FileOptions\x18\xa9\xec\x03 \x01(\x08:7\n\x0funmarshaler_all\x12\x1c.google.protobuf.FileOptions\x18\xaa\xec\x03 \x01(\x08:<\n\x14stable_marshaler_all\x12\x1c.google.protobuf.FileOptions\x18\xab\xec\x03 \x01(\x08:1\n\tsizer_all\x12\x1c.google.protobuf.FileOptions\x18\xac\xec\x03 \x01(\x08:A\n\x19goproto_enum_stringer_all\x12\x1c.google.protobuf.FileOptions\x18\xad\xec\x03 \x01(\x08:9\n\x11\x65num_stringer_all\x12\x1c.google.protobuf.FileOptions\x18\xae\xec\x03 \x01(\x08:<\n\x14unsafe_marshaler_all\x12\x1c.google.protobuf.FileOptions\x18\xaf\xec\x03 \x01(\x08:>\n\x16unsafe_unmarshaler_all\x12\x1c.google.protobuf.FileOptions\x18\xb0\xec\x03 \x01(\x08:B\n\x1agoproto_extensions_map_all\x12\x1c.google.protobuf.FileOptions\x18\xb1\xec\x03 \x01(\x08:@\n\x18goproto_unrecognized_all\x12\x1c.google.protobuf.FileOptions\x18\xb2\xec\x03 \x01(\x08:8\n\x10gogoproto_import\x12\x1c.google.protobuf.FileOptions\x18\xb3\xec\x03 \x01(\x08:6\n\x0eprotosizer_all\x12\x1c.google.protobuf.FileOptions\x18\xb4\xec\x03 \x01(\x08:3\n\x0b\x63ompare_all\x12\x1c.google.protobuf.FileOptions\x18\xb5\xec\x03 \x01(\x08:4\n\x0ctypedecl_all\x12\x1c.google.protobuf.FileOptions\x18\xb6\xec\x03 \x01(\x08:4\n\x0c\x65numdecl_all\x12\x1c.google.protobuf.FileOptions\x18\xb7\xec\x03 \x01(\x08:<\n\x14goproto_registration\x12\x1c.google.protobuf.FileOptions\x18\xb8\xec\x03 \x01(\x08:7\n\x0fmessagename_all\x12\x1c.google.protobuf.FileOptions\x18\xb9\xec\x03 \x01(\x08:=\n\x15goproto_sizecache_all\x12\x1c.google.protobuf.FileOptions\x18\xba\xec\x03 \x01(\x08:;\n\x13goproto_unkeyed_all\x12\x1c.google.protobuf.FileOptions\x18\xbb\xec\x03 \x01(\x08::\n\x0fgoproto_getters\x12\x1f.google.protobuf.MessageOptions\x18\x81\xf4\x03 \x01(\x08:;\n\x10goproto_stringer\x12\x1f.google.protobuf.MessageOptions\x18\x83\xf4\x03 \x01(\x08:8\n\rverbose_equal\x12\x1f.google.protobuf.MessageOptions\x18\x84\xf4\x03 \x01(\x08:/\n\x04\x66\x61\x63\x65\x12\x1f.google.protobuf.MessageOptions\x18\x85\xf4\x03 \x01(\x08:3\n\x08gostring\x12\x1f.google.protobuf.MessageOptions\x18\x86\xf4\x03 \x01(\x08:3\n\x08populate\x12\x1f.google.protobuf.MessageOptions\x18\x87\xf4\x03 \x01(\x08:3\n\x08stringer\x12\x1f.google.protobuf.MessageOptions\x18\xc0\x8b\x04 \x01(\x08:2\n\x07onlyone\x12\x1f.google.protobuf.MessageOptions\x18\x89\xf4\x03 \x01(\x08:0\n\x05\x65qual\x12\x1f.google.protobuf.MessageOptions\x18\x8d\xf4\x03 \x01(\x08:6\n\x0b\x64\x65scription\x12\x1f.google.protobuf.MessageOptions\x18\x8e\xf4\x03 \x01(\x08:2\n\x07testgen\x12\x1f.google.protobuf.MessageOptions\x18\x8f\xf4\x03 \x01(\x08:3\n\x08\x62\x65nchgen\x12\x1f.google.protobuf.MessageOptions\x18\x90\xf4\x03 \x01(\x08:4\n\tmarshaler\x12\x1f.google.protobuf.MessageOptions\x18\x91\xf4\x03 \x01(\x08:6\n\x0bunmarshaler\x12\x1f.google.protobuf.MessageOptions\x18\x92\xf4\x03 \x01(\x08:;\n\x10stable_marshaler\x12\x1f.google.protobuf.MessageOptions\x18\x93\xf4\x03 \x01(\x08:0\n\x05sizer\x12\x1f.google.protobuf.MessageOptions\x18\x94\xf4\x03 \x01(\x08:;\n\x10unsafe_marshaler\x12\x1f.google.protobuf.MessageOptions\x18\x97\xf4\x03 \x01(\x08:=\n\x12unsafe_unmarshaler\x12\x1f.google.protobuf.MessageOptions\x18\x98\xf4\x03 \x01(\x08:A\n\x16goproto_extensions_map\x12\x1f.google.protobuf.MessageOptions\x18\x99\xf4\x03 \x01(\x08:?\n\x14goproto_unrecognized\x12\x1f.google.protobuf.MessageOptions\x18\x9a\xf4\x03 \x01(\x08:5\n\nprotosizer\x12\x1f.google.protobuf.MessageOptions\x18\x9c\xf4\x03 \x01(\x08:2\n\x07\x63ompare\x12\x1f.google.protobuf.MessageOptions\x18\x9d\xf4\x03 \x01(\x08:3\n\x08typedecl\x12\x1f.google.protobuf.MessageOptions\x18\x9e\xf4\x03 \x01(\x08:6\n\x0bmessagename\x12\x1f.google.protobuf.MessageOptions\x18\xa1\xf4\x03 \x01(\x08:<\n\x11goproto_sizecache\x12\x1f.google.protobuf.MessageOptions\x18\xa2\xf4\x03 \x01(\x08::\n\x0fgoproto_unkeyed\x12\x1f.google.protobuf.MessageOptions\x18\xa3\xf4\x03 \x01(\x08:1\n\x08nullable\x12\x1d.google.protobuf.FieldOptions\x18\xe9\xfb\x03 \x01(\x08:.\n\x05\x65mbed\x12\x1d.google.protobuf.FieldOptions\x18\xea\xfb\x03 \x01(\x08:3\n\ncustomtype\x12\x1d.google.protobuf.FieldOptions\x18\xeb\xfb\x03 \x01(\t:3\n\ncustomname\x12\x1d.google.protobuf.FieldOptions\x18\xec\xfb\x03 \x01(\t:0\n\x07jsontag\x12\x1d.google.protobuf.FieldOptions\x18\xed\xfb\x03 \x01(\t:1\n\x08moretags\x12\x1d.google.protobuf.FieldOptions\x18\xee\xfb\x03 \x01(\t:1\n\x08\x63\x61sttype\x12\x1d.google.protobuf.FieldOptions\x18\xef\xfb\x03 \x01(\t:0\n\x07\x63\x61stkey\x12\x1d.google.protobuf.FieldOptions\x18\xf0\xfb\x03 \x01(\t:2\n\tcastvalue\x12\x1d.google.protobuf.FieldOptions\x18\xf1\xfb\x03 \x01(\t:0\n\x07stdtime\x12\x1d.google.protobuf.FieldOptions\x18\xf2\xfb\x03 \x01(\x08:4\n\x0bstdduration\x12\x1d.google.protobuf.FieldOptions\x18\xf3\xfb\x03 \x01(\x08:3\n\nwktpointer\x12\x1d.google.protobuf.FieldOptions\x18\xf4\xfb\x03 \x01(\x08\x42$Z"github.com/gogo/protobuf/gogoproto' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "dependencies.gogoproto.gogo_pb2", globals() -) + +GOPROTO_ENUM_PREFIX_FIELD_NUMBER = 62001 +goproto_enum_prefix = DESCRIPTOR.extensions_by_name["goproto_enum_prefix"] +GOPROTO_ENUM_STRINGER_FIELD_NUMBER = 62021 +goproto_enum_stringer = DESCRIPTOR.extensions_by_name["goproto_enum_stringer"] +ENUM_STRINGER_FIELD_NUMBER = 62022 +enum_stringer = DESCRIPTOR.extensions_by_name["enum_stringer"] +ENUM_CUSTOMNAME_FIELD_NUMBER = 62023 +enum_customname = DESCRIPTOR.extensions_by_name["enum_customname"] +ENUMDECL_FIELD_NUMBER = 62024 +enumdecl = DESCRIPTOR.extensions_by_name["enumdecl"] +ENUMVALUE_CUSTOMNAME_FIELD_NUMBER = 66001 +enumvalue_customname = DESCRIPTOR.extensions_by_name["enumvalue_customname"] +GOPROTO_GETTERS_ALL_FIELD_NUMBER = 63001 +goproto_getters_all = DESCRIPTOR.extensions_by_name["goproto_getters_all"] +GOPROTO_ENUM_PREFIX_ALL_FIELD_NUMBER = 63002 +goproto_enum_prefix_all = DESCRIPTOR.extensions_by_name["goproto_enum_prefix_all"] +GOPROTO_STRINGER_ALL_FIELD_NUMBER = 63003 +goproto_stringer_all = DESCRIPTOR.extensions_by_name["goproto_stringer_all"] +VERBOSE_EQUAL_ALL_FIELD_NUMBER = 63004 +verbose_equal_all = DESCRIPTOR.extensions_by_name["verbose_equal_all"] +FACE_ALL_FIELD_NUMBER = 63005 +face_all = DESCRIPTOR.extensions_by_name["face_all"] +GOSTRING_ALL_FIELD_NUMBER = 63006 +gostring_all = DESCRIPTOR.extensions_by_name["gostring_all"] +POPULATE_ALL_FIELD_NUMBER = 63007 +populate_all = DESCRIPTOR.extensions_by_name["populate_all"] +STRINGER_ALL_FIELD_NUMBER = 63008 +stringer_all = DESCRIPTOR.extensions_by_name["stringer_all"] +ONLYONE_ALL_FIELD_NUMBER = 63009 +onlyone_all = DESCRIPTOR.extensions_by_name["onlyone_all"] +EQUAL_ALL_FIELD_NUMBER = 63013 +equal_all = DESCRIPTOR.extensions_by_name["equal_all"] +DESCRIPTION_ALL_FIELD_NUMBER = 63014 +description_all = DESCRIPTOR.extensions_by_name["description_all"] +TESTGEN_ALL_FIELD_NUMBER = 63015 +testgen_all = DESCRIPTOR.extensions_by_name["testgen_all"] +BENCHGEN_ALL_FIELD_NUMBER = 63016 +benchgen_all = DESCRIPTOR.extensions_by_name["benchgen_all"] +MARSHALER_ALL_FIELD_NUMBER = 63017 +marshaler_all = DESCRIPTOR.extensions_by_name["marshaler_all"] +UNMARSHALER_ALL_FIELD_NUMBER = 63018 +unmarshaler_all = DESCRIPTOR.extensions_by_name["unmarshaler_all"] +STABLE_MARSHALER_ALL_FIELD_NUMBER = 63019 +stable_marshaler_all = DESCRIPTOR.extensions_by_name["stable_marshaler_all"] +SIZER_ALL_FIELD_NUMBER = 63020 +sizer_all = DESCRIPTOR.extensions_by_name["sizer_all"] +GOPROTO_ENUM_STRINGER_ALL_FIELD_NUMBER = 63021 +goproto_enum_stringer_all = DESCRIPTOR.extensions_by_name["goproto_enum_stringer_all"] +ENUM_STRINGER_ALL_FIELD_NUMBER = 63022 +enum_stringer_all = DESCRIPTOR.extensions_by_name["enum_stringer_all"] +UNSAFE_MARSHALER_ALL_FIELD_NUMBER = 63023 +unsafe_marshaler_all = DESCRIPTOR.extensions_by_name["unsafe_marshaler_all"] +UNSAFE_UNMARSHALER_ALL_FIELD_NUMBER = 63024 +unsafe_unmarshaler_all = DESCRIPTOR.extensions_by_name["unsafe_unmarshaler_all"] +GOPROTO_EXTENSIONS_MAP_ALL_FIELD_NUMBER = 63025 +goproto_extensions_map_all = DESCRIPTOR.extensions_by_name["goproto_extensions_map_all"] +GOPROTO_UNRECOGNIZED_ALL_FIELD_NUMBER = 63026 +goproto_unrecognized_all = DESCRIPTOR.extensions_by_name["goproto_unrecognized_all"] +GOGOPROTO_IMPORT_FIELD_NUMBER = 63027 +gogoproto_import = DESCRIPTOR.extensions_by_name["gogoproto_import"] +PROTOSIZER_ALL_FIELD_NUMBER = 63028 +protosizer_all = DESCRIPTOR.extensions_by_name["protosizer_all"] +COMPARE_ALL_FIELD_NUMBER = 63029 +compare_all = DESCRIPTOR.extensions_by_name["compare_all"] +TYPEDECL_ALL_FIELD_NUMBER = 63030 +typedecl_all = DESCRIPTOR.extensions_by_name["typedecl_all"] +ENUMDECL_ALL_FIELD_NUMBER = 63031 +enumdecl_all = DESCRIPTOR.extensions_by_name["enumdecl_all"] +GOPROTO_REGISTRATION_FIELD_NUMBER = 63032 +goproto_registration = DESCRIPTOR.extensions_by_name["goproto_registration"] +MESSAGENAME_ALL_FIELD_NUMBER = 63033 +messagename_all = DESCRIPTOR.extensions_by_name["messagename_all"] +GOPROTO_SIZECACHE_ALL_FIELD_NUMBER = 63034 +goproto_sizecache_all = DESCRIPTOR.extensions_by_name["goproto_sizecache_all"] +GOPROTO_UNKEYED_ALL_FIELD_NUMBER = 63035 +goproto_unkeyed_all = DESCRIPTOR.extensions_by_name["goproto_unkeyed_all"] +GOPROTO_GETTERS_FIELD_NUMBER = 64001 +goproto_getters = DESCRIPTOR.extensions_by_name["goproto_getters"] +GOPROTO_STRINGER_FIELD_NUMBER = 64003 +goproto_stringer = DESCRIPTOR.extensions_by_name["goproto_stringer"] +VERBOSE_EQUAL_FIELD_NUMBER = 64004 +verbose_equal = DESCRIPTOR.extensions_by_name["verbose_equal"] +FACE_FIELD_NUMBER = 64005 +face = DESCRIPTOR.extensions_by_name["face"] +GOSTRING_FIELD_NUMBER = 64006 +gostring = DESCRIPTOR.extensions_by_name["gostring"] +POPULATE_FIELD_NUMBER = 64007 +populate = DESCRIPTOR.extensions_by_name["populate"] +STRINGER_FIELD_NUMBER = 67008 +stringer = DESCRIPTOR.extensions_by_name["stringer"] +ONLYONE_FIELD_NUMBER = 64009 +onlyone = DESCRIPTOR.extensions_by_name["onlyone"] +EQUAL_FIELD_NUMBER = 64013 +equal = DESCRIPTOR.extensions_by_name["equal"] +DESCRIPTION_FIELD_NUMBER = 64014 +description = DESCRIPTOR.extensions_by_name["description"] +TESTGEN_FIELD_NUMBER = 64015 +testgen = DESCRIPTOR.extensions_by_name["testgen"] +BENCHGEN_FIELD_NUMBER = 64016 +benchgen = DESCRIPTOR.extensions_by_name["benchgen"] +MARSHALER_FIELD_NUMBER = 64017 +marshaler = DESCRIPTOR.extensions_by_name["marshaler"] +UNMARSHALER_FIELD_NUMBER = 64018 +unmarshaler = DESCRIPTOR.extensions_by_name["unmarshaler"] +STABLE_MARSHALER_FIELD_NUMBER = 64019 +stable_marshaler = DESCRIPTOR.extensions_by_name["stable_marshaler"] +SIZER_FIELD_NUMBER = 64020 +sizer = DESCRIPTOR.extensions_by_name["sizer"] +UNSAFE_MARSHALER_FIELD_NUMBER = 64023 +unsafe_marshaler = DESCRIPTOR.extensions_by_name["unsafe_marshaler"] +UNSAFE_UNMARSHALER_FIELD_NUMBER = 64024 +unsafe_unmarshaler = DESCRIPTOR.extensions_by_name["unsafe_unmarshaler"] +GOPROTO_EXTENSIONS_MAP_FIELD_NUMBER = 64025 +goproto_extensions_map = DESCRIPTOR.extensions_by_name["goproto_extensions_map"] +GOPROTO_UNRECOGNIZED_FIELD_NUMBER = 64026 +goproto_unrecognized = DESCRIPTOR.extensions_by_name["goproto_unrecognized"] +PROTOSIZER_FIELD_NUMBER = 64028 +protosizer = DESCRIPTOR.extensions_by_name["protosizer"] +COMPARE_FIELD_NUMBER = 64029 +compare = DESCRIPTOR.extensions_by_name["compare"] +TYPEDECL_FIELD_NUMBER = 64030 +typedecl = DESCRIPTOR.extensions_by_name["typedecl"] +MESSAGENAME_FIELD_NUMBER = 64033 +messagename = DESCRIPTOR.extensions_by_name["messagename"] +GOPROTO_SIZECACHE_FIELD_NUMBER = 64034 +goproto_sizecache = DESCRIPTOR.extensions_by_name["goproto_sizecache"] +GOPROTO_UNKEYED_FIELD_NUMBER = 64035 +goproto_unkeyed = DESCRIPTOR.extensions_by_name["goproto_unkeyed"] +NULLABLE_FIELD_NUMBER = 65001 +nullable = DESCRIPTOR.extensions_by_name["nullable"] +EMBED_FIELD_NUMBER = 65002 +embed = DESCRIPTOR.extensions_by_name["embed"] +CUSTOMTYPE_FIELD_NUMBER = 65003 +customtype = DESCRIPTOR.extensions_by_name["customtype"] +CUSTOMNAME_FIELD_NUMBER = 65004 +customname = DESCRIPTOR.extensions_by_name["customname"] +JSONTAG_FIELD_NUMBER = 65005 +jsontag = DESCRIPTOR.extensions_by_name["jsontag"] +MORETAGS_FIELD_NUMBER = 65006 +moretags = DESCRIPTOR.extensions_by_name["moretags"] +CASTTYPE_FIELD_NUMBER = 65007 +casttype = DESCRIPTOR.extensions_by_name["casttype"] +CASTKEY_FIELD_NUMBER = 65008 +castkey = DESCRIPTOR.extensions_by_name["castkey"] +CASTVALUE_FIELD_NUMBER = 65009 +castvalue = DESCRIPTOR.extensions_by_name["castvalue"] +STDTIME_FIELD_NUMBER = 65010 +stdtime = DESCRIPTOR.extensions_by_name["stdtime"] +STDDURATION_FIELD_NUMBER = 65011 +stdduration = DESCRIPTOR.extensions_by_name["stdduration"] +WKTPOINTER_FIELD_NUMBER = 65012 +wktpointer = DESCRIPTOR.extensions_by_name["wktpointer"] + if _descriptor._USE_C_DESCRIPTORS == False: google_dot_protobuf_dot_descriptor__pb2.EnumOptions.RegisterExtension( goproto_enum_prefix diff --git a/temporalio/api/enums/v1/batch_operation_pb2.py b/temporalio/api/enums/v1/batch_operation_pb2.py index 4897eb148..52e692f7f 100644 --- a/temporalio/api/enums/v1/batch_operation_pb2.py +++ b/temporalio/api/enums/v1/batch_operation_pb2.py @@ -4,8 +4,10 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder +from google.protobuf.internal import enum_type_wrapper # @@protoc_insertion_point(imports) @@ -16,10 +18,20 @@ b'\n+temporal/api/enums/v1/batch_operation.proto\x12\x15temporal.api.enums.v1*\xa0\x01\n\x12\x42\x61tchOperationType\x12$\n BATCH_OPERATION_TYPE_UNSPECIFIED\x10\x00\x12"\n\x1e\x42\x41TCH_OPERATION_TYPE_TERMINATE\x10\x01\x12\x1f\n\x1b\x42\x41TCH_OPERATION_TYPE_CANCEL\x10\x02\x12\x1f\n\x1b\x42\x41TCH_OPERATION_TYPE_SIGNAL\x10\x03*\xa6\x01\n\x13\x42\x61tchOperationState\x12%\n!BATCH_OPERATION_STATE_UNSPECIFIED\x10\x00\x12!\n\x1d\x42\x41TCH_OPERATION_STATE_RUNNING\x10\x01\x12#\n\x1f\x42\x41TCH_OPERATION_STATE_COMPLETED\x10\x02\x12 \n\x1c\x42\x41TCH_OPERATION_STATE_FAILED\x10\x03\x42\x87\x01\n\x18io.temporal.api.enums.v1B\x13\x42\x61tchOperationProtoP\x01Z!go.temporal.io/api/enums/v1;enums\xaa\x02\x15Temporal.Api.Enums.V1\xea\x02\x18Temporal::Api::Enums::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.enums.v1.batch_operation_pb2", globals() -) +_BATCHOPERATIONTYPE = DESCRIPTOR.enum_types_by_name["BatchOperationType"] +BatchOperationType = enum_type_wrapper.EnumTypeWrapper(_BATCHOPERATIONTYPE) +_BATCHOPERATIONSTATE = DESCRIPTOR.enum_types_by_name["BatchOperationState"] +BatchOperationState = enum_type_wrapper.EnumTypeWrapper(_BATCHOPERATIONSTATE) +BATCH_OPERATION_TYPE_UNSPECIFIED = 0 +BATCH_OPERATION_TYPE_TERMINATE = 1 +BATCH_OPERATION_TYPE_CANCEL = 2 +BATCH_OPERATION_TYPE_SIGNAL = 3 +BATCH_OPERATION_STATE_UNSPECIFIED = 0 +BATCH_OPERATION_STATE_RUNNING = 1 +BATCH_OPERATION_STATE_COMPLETED = 2 +BATCH_OPERATION_STATE_FAILED = 3 + + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/enums/v1/cluster_pb2.py b/temporalio/api/enums/v1/cluster_pb2.py new file mode 100644 index 000000000..37388cb1a --- /dev/null +++ b/temporalio/api/enums/v1/cluster_pb2.py @@ -0,0 +1,36 @@ +# -*- coding: utf-8 -*- +# Generated by the protocol buffer compiler. DO NOT EDIT! +# source: temporal/api/enums/v1/cluster.proto +"""Generated protocol buffer code.""" +from google.protobuf import descriptor as _descriptor +from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection +from google.protobuf import symbol_database as _symbol_database +from google.protobuf.internal import enum_type_wrapper + +# @@protoc_insertion_point(imports) + +_sym_db = _symbol_database.Default() + + +DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( + b"\n#temporal/api/enums/v1/cluster.proto\x12\x15temporal.api.enums.v1*\xbd\x01\n\x11\x43lusterMemberRole\x12#\n\x1f\x43LUSTER_MEMBER_ROLE_UNSPECIFIED\x10\x00\x12 \n\x1c\x43LUSTER_MEMBER_ROLE_FRONTEND\x10\x01\x12\x1f\n\x1b\x43LUSTER_MEMBER_ROLE_HISTORY\x10\x02\x12 \n\x1c\x43LUSTER_MEMBER_ROLE_MATCHING\x10\x03\x12\x1e\n\x1a\x43LUSTER_MEMBER_ROLE_WORKER\x10\x04\x42\x80\x01\n\x18io.temporal.api.enums.v1B\x0c\x43lusterProtoP\x01Z!go.temporal.io/api/enums/v1;enums\xaa\x02\x15Temporal.Api.Enums.V1\xea\x02\x18Temporal::Api::Enums::V1b\x06proto3" +) + +_CLUSTERMEMBERROLE = DESCRIPTOR.enum_types_by_name["ClusterMemberRole"] +ClusterMemberRole = enum_type_wrapper.EnumTypeWrapper(_CLUSTERMEMBERROLE) +CLUSTER_MEMBER_ROLE_UNSPECIFIED = 0 +CLUSTER_MEMBER_ROLE_FRONTEND = 1 +CLUSTER_MEMBER_ROLE_HISTORY = 2 +CLUSTER_MEMBER_ROLE_MATCHING = 3 +CLUSTER_MEMBER_ROLE_WORKER = 4 + + +if _descriptor._USE_C_DESCRIPTORS == False: + + DESCRIPTOR._options = None + DESCRIPTOR._serialized_options = b"\n\030io.temporal.api.enums.v1B\014ClusterProtoP\001Z!go.temporal.io/api/enums/v1;enums\252\002\025Temporal.Api.Enums.V1\352\002\030Temporal::Api::Enums::V1" + _CLUSTERMEMBERROLE._serialized_start = 63 + _CLUSTERMEMBERROLE._serialized_end = 252 +# @@protoc_insertion_point(module_scope) diff --git a/temporalio/api/enums/v1/command_type_pb2.py b/temporalio/api/enums/v1/command_type_pb2.py index e84f6756e..6ef466f0b 100644 --- a/temporalio/api/enums/v1/command_type_pb2.py +++ b/temporalio/api/enums/v1/command_type_pb2.py @@ -4,8 +4,10 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder +from google.protobuf.internal import enum_type_wrapper # @@protoc_insertion_point(imports) @@ -16,10 +18,26 @@ b"\n(temporal/api/enums/v1/command_type.proto\x12\x15temporal.api.enums.v1*\xf1\x05\n\x0b\x43ommandType\x12\x1c\n\x18\x43OMMAND_TYPE_UNSPECIFIED\x10\x00\x12'\n#COMMAND_TYPE_SCHEDULE_ACTIVITY_TASK\x10\x01\x12-\n)COMMAND_TYPE_REQUEST_CANCEL_ACTIVITY_TASK\x10\x02\x12\x1c\n\x18\x43OMMAND_TYPE_START_TIMER\x10\x03\x12,\n(COMMAND_TYPE_COMPLETE_WORKFLOW_EXECUTION\x10\x04\x12(\n$COMMAND_TYPE_FAIL_WORKFLOW_EXECUTION\x10\x05\x12\x1d\n\x19\x43OMMAND_TYPE_CANCEL_TIMER\x10\x06\x12*\n&COMMAND_TYPE_CANCEL_WORKFLOW_EXECUTION\x10\x07\x12;\n7COMMAND_TYPE_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION\x10\x08\x12\x1e\n\x1a\x43OMMAND_TYPE_RECORD_MARKER\x10\t\x12\x33\n/COMMAND_TYPE_CONTINUE_AS_NEW_WORKFLOW_EXECUTION\x10\n\x12/\n+COMMAND_TYPE_START_CHILD_WORKFLOW_EXECUTION\x10\x0b\x12\x33\n/COMMAND_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION\x10\x0c\x12\x32\n.COMMAND_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES\x10\r\x12'\n#COMMAND_TYPE_ACCEPT_WORKFLOW_UPDATE\x10\x0e\x12)\n%COMMAND_TYPE_COMPLETE_WORKFLOW_UPDATE\x10\x0f\x12+\n'COMMAND_TYPE_MODIFY_WORKFLOW_PROPERTIES\x10\x10\x42\x84\x01\n\x18io.temporal.api.enums.v1B\x10\x43ommandTypeProtoP\x01Z!go.temporal.io/api/enums/v1;enums\xaa\x02\x15Temporal.Api.Enums.V1\xea\x02\x18Temporal::Api::Enums::V1b\x06proto3" ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.enums.v1.command_type_pb2", globals() -) +_COMMANDTYPE = DESCRIPTOR.enum_types_by_name["CommandType"] +CommandType = enum_type_wrapper.EnumTypeWrapper(_COMMANDTYPE) +COMMAND_TYPE_UNSPECIFIED = 0 +COMMAND_TYPE_SCHEDULE_ACTIVITY_TASK = 1 +COMMAND_TYPE_REQUEST_CANCEL_ACTIVITY_TASK = 2 +COMMAND_TYPE_START_TIMER = 3 +COMMAND_TYPE_COMPLETE_WORKFLOW_EXECUTION = 4 +COMMAND_TYPE_FAIL_WORKFLOW_EXECUTION = 5 +COMMAND_TYPE_CANCEL_TIMER = 6 +COMMAND_TYPE_CANCEL_WORKFLOW_EXECUTION = 7 +COMMAND_TYPE_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION = 8 +COMMAND_TYPE_RECORD_MARKER = 9 +COMMAND_TYPE_CONTINUE_AS_NEW_WORKFLOW_EXECUTION = 10 +COMMAND_TYPE_START_CHILD_WORKFLOW_EXECUTION = 11 +COMMAND_TYPE_SIGNAL_EXTERNAL_WORKFLOW_EXECUTION = 12 +COMMAND_TYPE_UPSERT_WORKFLOW_SEARCH_ATTRIBUTES = 13 +COMMAND_TYPE_ACCEPT_WORKFLOW_UPDATE = 14 +COMMAND_TYPE_COMPLETE_WORKFLOW_UPDATE = 15 + + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/enums/v1/common_pb2.py b/temporalio/api/enums/v1/common_pb2.py index 72078015e..77a671b32 100644 --- a/temporalio/api/enums/v1/common_pb2.py +++ b/temporalio/api/enums/v1/common_pb2.py @@ -4,8 +4,10 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder +from google.protobuf.internal import enum_type_wrapper # @@protoc_insertion_point(imports) @@ -16,10 +18,28 @@ b'\n"temporal/api/enums/v1/common.proto\x12\x15temporal.api.enums.v1*_\n\x0c\x45ncodingType\x12\x1d\n\x19\x45NCODING_TYPE_UNSPECIFIED\x10\x00\x12\x18\n\x14\x45NCODING_TYPE_PROTO3\x10\x01\x12\x16\n\x12\x45NCODING_TYPE_JSON\x10\x02*\xec\x01\n\x10IndexedValueType\x12"\n\x1eINDEXED_VALUE_TYPE_UNSPECIFIED\x10\x00\x12\x1b\n\x17INDEXED_VALUE_TYPE_TEXT\x10\x01\x12\x1e\n\x1aINDEXED_VALUE_TYPE_KEYWORD\x10\x02\x12\x1a\n\x16INDEXED_VALUE_TYPE_INT\x10\x03\x12\x1d\n\x19INDEXED_VALUE_TYPE_DOUBLE\x10\x04\x12\x1b\n\x17INDEXED_VALUE_TYPE_BOOL\x10\x05\x12\x1f\n\x1bINDEXED_VALUE_TYPE_DATETIME\x10\x06*^\n\x08Severity\x12\x18\n\x14SEVERITY_UNSPECIFIED\x10\x00\x12\x11\n\rSEVERITY_HIGH\x10\x01\x12\x13\n\x0fSEVERITY_MEDIUM\x10\x02\x12\x10\n\x0cSEVERITY_LOW\x10\x03\x42\x7f\n\x18io.temporal.api.enums.v1B\x0b\x43ommonProtoP\x01Z!go.temporal.io/api/enums/v1;enums\xaa\x02\x15Temporal.Api.Enums.V1\xea\x02\x18Temporal::Api::Enums::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.enums.v1.common_pb2", globals() -) +_ENCODINGTYPE = DESCRIPTOR.enum_types_by_name["EncodingType"] +EncodingType = enum_type_wrapper.EnumTypeWrapper(_ENCODINGTYPE) +_INDEXEDVALUETYPE = DESCRIPTOR.enum_types_by_name["IndexedValueType"] +IndexedValueType = enum_type_wrapper.EnumTypeWrapper(_INDEXEDVALUETYPE) +_SEVERITY = DESCRIPTOR.enum_types_by_name["Severity"] +Severity = enum_type_wrapper.EnumTypeWrapper(_SEVERITY) +ENCODING_TYPE_UNSPECIFIED = 0 +ENCODING_TYPE_PROTO3 = 1 +ENCODING_TYPE_JSON = 2 +INDEXED_VALUE_TYPE_UNSPECIFIED = 0 +INDEXED_VALUE_TYPE_TEXT = 1 +INDEXED_VALUE_TYPE_KEYWORD = 2 +INDEXED_VALUE_TYPE_INT = 3 +INDEXED_VALUE_TYPE_DOUBLE = 4 +INDEXED_VALUE_TYPE_BOOL = 5 +INDEXED_VALUE_TYPE_DATETIME = 6 +SEVERITY_UNSPECIFIED = 0 +SEVERITY_HIGH = 1 +SEVERITY_MEDIUM = 2 +SEVERITY_LOW = 3 + + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/enums/v1/event_type_pb2.py b/temporalio/api/enums/v1/event_type_pb2.py index 65c8bf936..357181f66 100644 --- a/temporalio/api/enums/v1/event_type_pb2.py +++ b/temporalio/api/enums/v1/event_type_pb2.py @@ -4,8 +4,10 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder +from google.protobuf.internal import enum_type_wrapper # @@protoc_insertion_point(imports) @@ -16,10 +18,56 @@ b'\n&temporal/api/enums/v1/event_type.proto\x12\x15temporal.api.enums.v1*\xf1\x10\n\tEventType\x12\x1a\n\x16\x45VENT_TYPE_UNSPECIFIED\x10\x00\x12)\n%EVENT_TYPE_WORKFLOW_EXECUTION_STARTED\x10\x01\x12+\n\'EVENT_TYPE_WORKFLOW_EXECUTION_COMPLETED\x10\x02\x12(\n$EVENT_TYPE_WORKFLOW_EXECUTION_FAILED\x10\x03\x12+\n\'EVENT_TYPE_WORKFLOW_EXECUTION_TIMED_OUT\x10\x04\x12&\n"EVENT_TYPE_WORKFLOW_TASK_SCHEDULED\x10\x05\x12$\n EVENT_TYPE_WORKFLOW_TASK_STARTED\x10\x06\x12&\n"EVENT_TYPE_WORKFLOW_TASK_COMPLETED\x10\x07\x12&\n"EVENT_TYPE_WORKFLOW_TASK_TIMED_OUT\x10\x08\x12#\n\x1f\x45VENT_TYPE_WORKFLOW_TASK_FAILED\x10\t\x12&\n"EVENT_TYPE_ACTIVITY_TASK_SCHEDULED\x10\n\x12$\n EVENT_TYPE_ACTIVITY_TASK_STARTED\x10\x0b\x12&\n"EVENT_TYPE_ACTIVITY_TASK_COMPLETED\x10\x0c\x12#\n\x1f\x45VENT_TYPE_ACTIVITY_TASK_FAILED\x10\r\x12&\n"EVENT_TYPE_ACTIVITY_TASK_TIMED_OUT\x10\x0e\x12-\n)EVENT_TYPE_ACTIVITY_TASK_CANCEL_REQUESTED\x10\x0f\x12%\n!EVENT_TYPE_ACTIVITY_TASK_CANCELED\x10\x10\x12\x1c\n\x18\x45VENT_TYPE_TIMER_STARTED\x10\x11\x12\x1a\n\x16\x45VENT_TYPE_TIMER_FIRED\x10\x12\x12\x1d\n\x19\x45VENT_TYPE_TIMER_CANCELED\x10\x13\x12\x32\n.EVENT_TYPE_WORKFLOW_EXECUTION_CANCEL_REQUESTED\x10\x14\x12*\n&EVENT_TYPE_WORKFLOW_EXECUTION_CANCELED\x10\x15\x12\x43\n?EVENT_TYPE_REQUEST_CANCEL_EXTERNAL_WORKFLOW_EXECUTION_INITIATED\x10\x16\x12@\n\n\x17WorkflowExecutionFilter\x12\x13\n\x0bworkflow_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t""\n\x12WorkflowTypeFilter\x12\x0c\n\x04name\x18\x01 \x01(\t"\x81\x01\n\x0fStartTimeFilter\x12\x37\n\rearliest_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x35\n\x0blatest_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01"N\n\x0cStatusFilter\x12>\n\x06status\x18\x01 \x01(\x0e\x32..temporal.api.enums.v1.WorkflowExecutionStatusB\x85\x01\n\x19io.temporal.api.filter.v1B\x0cMessageProtoP\x01Z#go.temporal.io/api/filter/v1;filter\xaa\x02\x16Temporal.Api.Filter.V1\xea\x02\x19Temporal::Api::Filter::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.filter.v1.message_pb2", globals() + +_WORKFLOWEXECUTIONFILTER = DESCRIPTOR.message_types_by_name["WorkflowExecutionFilter"] +_WORKFLOWTYPEFILTER = DESCRIPTOR.message_types_by_name["WorkflowTypeFilter"] +_STARTTIMEFILTER = DESCRIPTOR.message_types_by_name["StartTimeFilter"] +_STATUSFILTER = DESCRIPTOR.message_types_by_name["StatusFilter"] +WorkflowExecutionFilter = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionFilter", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONFILTER, + "__module__": "temporal.api.filter.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.filter.v1.WorkflowExecutionFilter) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionFilter) + +WorkflowTypeFilter = _reflection.GeneratedProtocolMessageType( + "WorkflowTypeFilter", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWTYPEFILTER, + "__module__": "temporal.api.filter.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.filter.v1.WorkflowTypeFilter) + }, +) +_sym_db.RegisterMessage(WorkflowTypeFilter) + +StartTimeFilter = _reflection.GeneratedProtocolMessageType( + "StartTimeFilter", + (_message.Message,), + { + "DESCRIPTOR": _STARTTIMEFILTER, + "__module__": "temporal.api.filter.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.filter.v1.StartTimeFilter) + }, +) +_sym_db.RegisterMessage(StartTimeFilter) + +StatusFilter = _reflection.GeneratedProtocolMessageType( + "StatusFilter", + (_message.Message,), + { + "DESCRIPTOR": _STATUSFILTER, + "__module__": "temporal.api.filter.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.filter.v1.StatusFilter) + }, ) +_sym_db.RegisterMessage(StatusFilter) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/history/v1/message_pb2.py b/temporalio/api/history/v1/message_pb2.py index 13316c325..50397b470 100644 --- a/temporalio/api/history/v1/message_pb2.py +++ b/temporalio/api/history/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -47,10 +48,684 @@ b'\n%temporal/api/history/v1/message.proto\x12\x17temporal.api.history.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!dependencies/gogoproto/gogo.proto\x1a&temporal/api/enums/v1/event_type.proto\x1a(temporal/api/enums/v1/failed_cause.proto\x1a$temporal/api/enums/v1/workflow.proto\x1a$temporal/api/common/v1/message.proto\x1a%temporal/api/failure/v1/message.proto\x1a\'temporal/api/taskqueue/v1/message.proto\x1a$temporal/api/update/v1/message.proto\x1a&temporal/api/workflow/v1/message.proto"\x90\x0b\n\'WorkflowExecutionStartedEventAttributes\x12;\n\rworkflow_type\x18\x01 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12!\n\x19parent_workflow_namespace\x18\x02 \x01(\t\x12$\n\x1cparent_workflow_namespace_id\x18\x1b \x01(\t\x12L\n\x19parent_workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12!\n\x19parent_initiated_event_id\x18\x04 \x01(\x03\x12\x38\n\ntask_queue\x18\x05 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12/\n\x05input\x18\x06 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x43\n\x1aworkflow_execution_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12=\n\x14workflow_run_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12>\n\x15workflow_task_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12"\n\x1a\x63ontinued_execution_run_id\x18\n \x01(\t\x12@\n\tinitiator\x18\x0b \x01(\x0e\x32-.temporal.api.enums.v1.ContinueAsNewInitiator\x12;\n\x11\x63ontinued_failure\x18\x0c \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12@\n\x16last_completion_result\x18\r \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12!\n\x19original_execution_run_id\x18\x0e \x01(\t\x12\x10\n\x08identity\x18\x0f \x01(\t\x12\x1e\n\x16\x66irst_execution_run_id\x18\x10 \x01(\t\x12\x39\n\x0cretry_policy\x18\x11 \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x0f\n\x07\x61ttempt\x18\x12 \x01(\x05\x12L\n"workflow_execution_expiration_time\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x15\n\rcron_schedule\x18\x14 \x01(\t\x12\x44\n\x1b\x66irst_workflow_task_backoff\x18\x15 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12*\n\x04memo\x18\x16 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x17 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes\x12\x45\n\x16prev_auto_reset_points\x18\x18 \x01(\x0b\x32%.temporal.api.workflow.v1.ResetPoints\x12.\n\x06header\x18\x19 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12&\n\x1eparent_initiated_event_version\x18\x1a \x01(\x03"\xa5\x01\n)WorkflowExecutionCompletedEventAttributes\x12\x30\n\x06result\x18\x01 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12(\n workflow_task_completed_event_id\x18\x02 \x01(\x03\x12\x1c\n\x14new_execution_run_id\x18\x03 \x01(\t"\xdb\x01\n&WorkflowExecutionFailedEventAttributes\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12\x36\n\x0bretry_state\x18\x02 \x01(\x0e\x32!.temporal.api.enums.v1.RetryState\x12(\n workflow_task_completed_event_id\x18\x03 \x01(\x03\x12\x1c\n\x14new_execution_run_id\x18\x04 \x01(\t"\x80\x01\n(WorkflowExecutionTimedOutEventAttributes\x12\x36\n\x0bretry_state\x18\x01 \x01(\x0e\x32!.temporal.api.enums.v1.RetryState\x12\x1c\n\x14new_execution_run_id\x18\x02 \x01(\t"\xb8\x06\n.WorkflowExecutionContinuedAsNewEventAttributes\x12\x1c\n\x14new_execution_run_id\x18\x01 \x01(\t\x12;\n\rworkflow_type\x18\x02 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x38\n\ntask_queue\x18\x03 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12/\n\x05input\x18\x04 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12=\n\x14workflow_run_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12>\n\x15workflow_task_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12(\n workflow_task_completed_event_id\x18\x07 \x01(\x03\x12?\n\x16\x62\x61\x63koff_start_interval\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12@\n\tinitiator\x18\t \x01(\x0e\x32-.temporal.api.enums.v1.ContinueAsNewInitiator\x12\x31\n\x07\x66\x61ilure\x18\n \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12@\n\x16last_completion_result\x18\x0b \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12.\n\x06header\x18\x0c \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12*\n\x04memo\x18\r \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x0e \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes"\xb2\x01\n$WorkflowTaskScheduledEventAttributes\x12\x38\n\ntask_queue\x18\x01 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12?\n\x16start_to_close_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x0f\n\x07\x61ttempt\x18\x03 \x01(\x05"\xa3\x01\n"WorkflowTaskStartedEventAttributes\x12\x1a\n\x12scheduled_event_id\x18\x01 \x01(\x03\x12\x10\n\x08identity\x18\x02 \x01(\t\x12\x12\n\nrequest_id\x18\x03 \x01(\t\x12\x1f\n\x17suggest_continue_as_new\x18\x04 \x01(\x08\x12\x1a\n\x12history_size_bytes\x18\x05 \x01(\x03"\xcb\x01\n$WorkflowTaskCompletedEventAttributes\x12\x1a\n\x12scheduled_event_id\x18\x01 \x01(\x03\x12\x18\n\x10started_event_id\x18\x02 \x01(\x03\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x17\n\x0f\x62inary_checksum\x18\x04 \x01(\t\x12\x42\n\x14worker_versioning_id\x18\x05 \x01(\x0b\x32$.temporal.api.taskqueue.v1.VersionId"\x95\x01\n#WorkflowTaskTimedOutEventAttributes\x12\x1a\n\x12scheduled_event_id\x18\x01 \x01(\x03\x12\x18\n\x10started_event_id\x18\x02 \x01(\x03\x12\x38\n\x0ctimeout_type\x18\x03 \x01(\x0e\x32".temporal.api.enums.v1.TimeoutType"\xbb\x02\n!WorkflowTaskFailedEventAttributes\x12\x1a\n\x12scheduled_event_id\x18\x01 \x01(\x03\x12\x18\n\x10started_event_id\x18\x02 \x01(\x03\x12=\n\x05\x63\x61use\x18\x03 \x01(\x0e\x32..temporal.api.enums.v1.WorkflowTaskFailedCause\x12\x31\n\x07\x66\x61ilure\x18\x04 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12\x10\n\x08identity\x18\x05 \x01(\t\x12\x13\n\x0b\x62\x61se_run_id\x18\x06 \x01(\t\x12\x12\n\nnew_run_id\x18\x07 \x01(\t\x12\x1a\n\x12\x66ork_event_version\x18\x08 \x01(\x03\x12\x17\n\x0f\x62inary_checksum\x18\t \x01(\t"\x83\x05\n$ActivityTaskScheduledEventAttributes\x12\x13\n\x0b\x61\x63tivity_id\x18\x01 \x01(\t\x12;\n\ractivity_type\x18\x02 \x01(\x0b\x32$.temporal.api.common.v1.ActivityType\x12\x38\n\ntask_queue\x18\x04 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12.\n\x06header\x18\x05 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12/\n\x05input\x18\x06 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x42\n\x19schedule_to_close_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x42\n\x19schedule_to_start_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12?\n\x16start_to_close_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12:\n\x11heartbeat_timeout\x18\n \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12(\n workflow_task_completed_event_id\x18\x0b \x01(\x03\x12\x39\n\x0cretry_policy\x18\x0c \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicyJ\x04\x08\x03\x10\x04"\xaf\x01\n"ActivityTaskStartedEventAttributes\x12\x1a\n\x12scheduled_event_id\x18\x01 \x01(\x03\x12\x10\n\x08identity\x18\x02 \x01(\t\x12\x12\n\nrequest_id\x18\x03 \x01(\t\x12\x0f\n\x07\x61ttempt\x18\x04 \x01(\x05\x12\x36\n\x0clast_failure\x18\x05 \x01(\x0b\x32 .temporal.api.failure.v1.Failure"\xa0\x01\n$ActivityTaskCompletedEventAttributes\x12\x30\n\x06result\x18\x01 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x1a\n\x12scheduled_event_id\x18\x02 \x01(\x03\x12\x18\n\x10started_event_id\x18\x03 \x01(\x03\x12\x10\n\x08identity\x18\x04 \x01(\t"\xd6\x01\n!ActivityTaskFailedEventAttributes\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12\x1a\n\x12scheduled_event_id\x18\x02 \x01(\x03\x12\x18\n\x10started_event_id\x18\x03 \x01(\x03\x12\x10\n\x08identity\x18\x04 \x01(\t\x12\x36\n\x0bretry_state\x18\x05 \x01(\x0e\x32!.temporal.api.enums.v1.RetryState"\xc6\x01\n#ActivityTaskTimedOutEventAttributes\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12\x1a\n\x12scheduled_event_id\x18\x02 \x01(\x03\x12\x18\n\x10started_event_id\x18\x03 \x01(\x03\x12\x36\n\x0bretry_state\x18\x04 \x01(\x0e\x32!.temporal.api.enums.v1.RetryState"r\n*ActivityTaskCancelRequestedEventAttributes\x12\x1a\n\x12scheduled_event_id\x18\x01 \x01(\x03\x12(\n workflow_task_completed_event_id\x18\x02 \x01(\x03"\xca\x01\n#ActivityTaskCanceledEventAttributes\x12\x31\n\x07\x64\x65tails\x18\x01 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12(\n latest_cancel_requested_event_id\x18\x02 \x01(\x03\x12\x1a\n\x12scheduled_event_id\x18\x03 \x01(\x03\x12\x18\n\x10started_event_id\x18\x04 \x01(\x03\x12\x10\n\x08identity\x18\x05 \x01(\t"\x99\x01\n\x1bTimerStartedEventAttributes\x12\x10\n\x08timer_id\x18\x01 \x01(\t\x12>\n\x15start_to_fire_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12(\n workflow_task_completed_event_id\x18\x03 \x01(\x03"G\n\x19TimerFiredEventAttributes\x12\x10\n\x08timer_id\x18\x01 \x01(\t\x12\x18\n\x10started_event_id\x18\x02 \x01(\x03"\x86\x01\n\x1cTimerCanceledEventAttributes\x12\x10\n\x08timer_id\x18\x01 \x01(\t\x12\x18\n\x10started_event_id\x18\x02 \x01(\x03\x12(\n workflow_task_completed_event_id\x18\x03 \x01(\x03\x12\x10\n\x08identity\x18\x04 \x01(\t"\xc7\x01\n/WorkflowExecutionCancelRequestedEventAttributes\x12\r\n\x05\x63\x61use\x18\x01 \x01(\t\x12#\n\x1b\x65xternal_initiated_event_id\x18\x02 \x01(\x03\x12N\n\x1b\x65xternal_workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x10\n\x08identity\x18\x04 \x01(\t"\x87\x01\n(WorkflowExecutionCanceledEventAttributes\x12(\n workflow_task_completed_event_id\x18\x01 \x01(\x03\x12\x31\n\x07\x64\x65tails\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads"\xe9\x02\n\x1dMarkerRecordedEventAttributes\x12\x13\n\x0bmarker_name\x18\x01 \x01(\t\x12T\n\x07\x64\x65tails\x18\x02 \x03(\x0b\x32\x43.temporal.api.history.v1.MarkerRecordedEventAttributes.DetailsEntry\x12(\n workflow_task_completed_event_id\x18\x03 \x01(\x03\x12.\n\x06header\x18\x04 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12\x31\n\x07\x66\x61ilure\x18\x05 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x1aP\n\x0c\x44\x65tailsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads:\x02\x38\x01"\xb2\x01\n(WorkflowExecutionSignaledEventAttributes\x12\x13\n\x0bsignal_name\x18\x01 \x01(\t\x12/\n\x05input\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x03 \x01(\t\x12.\n\x06header\x18\x04 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header"\x81\x01\n*WorkflowExecutionTerminatedEventAttributes\x12\x0e\n\x06reason\x18\x01 \x01(\t\x12\x31\n\x07\x64\x65tails\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x03 \x01(\t"\x98\x02\n>RequestCancelExternalWorkflowExecutionInitiatedEventAttributes\x12(\n workflow_task_completed_event_id\x18\x01 \x01(\x03\x12\x11\n\tnamespace\x18\x02 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x07 \x01(\t\x12\x45\n\x12workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x0f\n\x07\x63ontrol\x18\x04 \x01(\t\x12\x1b\n\x13\x63hild_workflow_only\x18\x05 \x01(\x08\x12\x0e\n\x06reason\x18\x06 \x01(\t"\xd6\x02\n;RequestCancelExternalWorkflowExecutionFailedEventAttributes\x12P\n\x05\x63\x61use\x18\x01 \x01(\x0e\x32\x41.temporal.api.enums.v1.CancelExternalWorkflowExecutionFailedCause\x12(\n workflow_task_completed_event_id\x18\x02 \x01(\x03\x12\x11\n\tnamespace\x18\x03 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x07 \x01(\t\x12\x45\n\x12workflow_execution\x18\x04 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x1a\n\x12initiated_event_id\x18\x05 \x01(\x03\x12\x0f\n\x07\x63ontrol\x18\x06 \x01(\t"\xc5\x01\n7ExternalWorkflowExecutionCancelRequestedEventAttributes\x12\x1a\n\x12initiated_event_id\x18\x01 \x01(\x03\x12\x11\n\tnamespace\x18\x02 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x04 \x01(\t\x12\x45\n\x12workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution"\xf7\x02\n7SignalExternalWorkflowExecutionInitiatedEventAttributes\x12(\n workflow_task_completed_event_id\x18\x01 \x01(\x03\x12\x11\n\tnamespace\x18\x02 \x01(\t\x12\x14\n\x0cnamespace_id\x18\t \x01(\t\x12\x45\n\x12workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x13\n\x0bsignal_name\x18\x04 \x01(\t\x12/\n\x05input\x18\x05 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x0f\n\x07\x63ontrol\x18\x06 \x01(\t\x12\x1b\n\x13\x63hild_workflow_only\x18\x07 \x01(\x08\x12.\n\x06header\x18\x08 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header"\xcf\x02\n4SignalExternalWorkflowExecutionFailedEventAttributes\x12P\n\x05\x63\x61use\x18\x01 \x01(\x0e\x32\x41.temporal.api.enums.v1.SignalExternalWorkflowExecutionFailedCause\x12(\n workflow_task_completed_event_id\x18\x02 \x01(\x03\x12\x11\n\tnamespace\x18\x03 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x07 \x01(\t\x12\x45\n\x12workflow_execution\x18\x04 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x1a\n\x12initiated_event_id\x18\x05 \x01(\x03\x12\x0f\n\x07\x63ontrol\x18\x06 \x01(\t"\xcf\x01\n0ExternalWorkflowExecutionSignaledEventAttributes\x12\x1a\n\x12initiated_event_id\x18\x01 \x01(\x03\x12\x11\n\tnamespace\x18\x02 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x05 \x01(\t\x12\x45\n\x12workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x0f\n\x07\x63ontrol\x18\x04 \x01(\t"\x9e\x01\n-UpsertWorkflowSearchAttributesEventAttributes\x12(\n workflow_task_completed_event_id\x18\x01 \x01(\x03\x12\x43\n\x11search_attributes\x18\x02 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes"\x8a\x01\n)WorkflowPropertiesModifiedEventAttributes\x12(\n workflow_task_completed_event_id\x18\x01 \x01(\x03\x12\x33\n\rupserted_memo\x18\x02 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo"\xa4\x07\n3StartChildWorkflowExecutionInitiatedEventAttributes\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x12 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12;\n\rworkflow_type\x18\x03 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x38\n\ntask_queue\x18\x04 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12/\n\x05input\x18\x05 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x43\n\x1aworkflow_execution_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12=\n\x14workflow_run_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12>\n\x15workflow_task_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x45\n\x13parent_close_policy\x18\t \x01(\x0e\x32(.temporal.api.enums.v1.ParentClosePolicy\x12\x0f\n\x07\x63ontrol\x18\n \x01(\t\x12(\n workflow_task_completed_event_id\x18\x0b \x01(\x03\x12N\n\x18workflow_id_reuse_policy\x18\x0c \x01(\x0e\x32,.temporal.api.enums.v1.WorkflowIdReusePolicy\x12\x39\n\x0cretry_policy\x18\r \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x15\n\rcron_schedule\x18\x0e \x01(\t\x12.\n\x06header\x18\x0f \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12*\n\x04memo\x18\x10 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x11 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes"\xd2\x02\n0StartChildWorkflowExecutionFailedEventAttributes\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x08 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12;\n\rworkflow_type\x18\x03 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12L\n\x05\x63\x61use\x18\x04 \x01(\x0e\x32=.temporal.api.enums.v1.StartChildWorkflowExecutionFailedCause\x12\x0f\n\x07\x63ontrol\x18\x05 \x01(\t\x12\x1a\n\x12initiated_event_id\x18\x06 \x01(\x03\x12(\n workflow_task_completed_event_id\x18\x07 \x01(\x03"\xa7\x02\n,ChildWorkflowExecutionStartedEventAttributes\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x06 \x01(\t\x12\x1a\n\x12initiated_event_id\x18\x02 \x01(\x03\x12\x45\n\x12workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12;\n\rworkflow_type\x18\x04 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12.\n\x06header\x18\x05 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header"\xc5\x02\n.ChildWorkflowExecutionCompletedEventAttributes\x12\x30\n\x06result\x18\x01 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x11\n\tnamespace\x18\x02 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x07 \x01(\t\x12\x45\n\x12workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12;\n\rworkflow_type\x18\x04 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x1a\n\x12initiated_event_id\x18\x05 \x01(\x03\x12\x18\n\x10started_event_id\x18\x06 \x01(\x03"\xfb\x02\n+ChildWorkflowExecutionFailedEventAttributes\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12\x11\n\tnamespace\x18\x02 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x08 \x01(\t\x12\x45\n\x12workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12;\n\rworkflow_type\x18\x04 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x1a\n\x12initiated_event_id\x18\x05 \x01(\x03\x12\x18\n\x10started_event_id\x18\x06 \x01(\x03\x12\x36\n\x0bretry_state\x18\x07 \x01(\x0e\x32!.temporal.api.enums.v1.RetryState"\xc5\x02\n-ChildWorkflowExecutionCanceledEventAttributes\x12\x31\n\x07\x64\x65tails\x18\x01 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x11\n\tnamespace\x18\x02 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x07 \x01(\t\x12\x45\n\x12workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12;\n\rworkflow_type\x18\x04 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x1a\n\x12initiated_event_id\x18\x05 \x01(\x03\x12\x18\n\x10started_event_id\x18\x06 \x01(\x03"\xca\x02\n-ChildWorkflowExecutionTimedOutEventAttributes\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x07 \x01(\t\x12\x45\n\x12workflow_execution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12;\n\rworkflow_type\x18\x03 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x1a\n\x12initiated_event_id\x18\x04 \x01(\x03\x12\x18\n\x10started_event_id\x18\x05 \x01(\x03\x12\x36\n\x0bretry_state\x18\x06 \x01(\x0e\x32!.temporal.api.enums.v1.RetryState"\x94\x02\n/ChildWorkflowExecutionTerminatedEventAttributes\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x14\n\x0cnamespace_id\x18\x06 \x01(\t\x12\x45\n\x12workflow_execution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12;\n\rworkflow_type\x18\x03 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x1a\n\x12initiated_event_id\x18\x04 \x01(\x03\x12\x18\n\x10started_event_id\x18\x05 \x01(\x03"\xb7\x01\n&WorkflowUpdateRequestedEventAttributes\x12.\n\x06header\x18\x01 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x11\n\tupdate_id\x18\x03 \x01(\t\x12\x36\n\x06update\x18\x04 \x01(\x0b\x32&.temporal.api.update.v1.WorkflowUpdate"j\n%WorkflowUpdateAcceptedEventAttributes\x12.\n\x06header\x18\x01 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12\x11\n\tupdate_id\x18\x02 \x01(\t"\xe6\x01\n&WorkflowUpdateCompletedEventAttributes\x12\x35\n\rsystem_header\x18\x01 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12\x11\n\tupdate_id\x18\x03 \x01(\t\x12\x33\n\x07success\x18\x04 \x01(\x0b\x32 .temporal.api.common.v1.PayloadsH\x00\x12\x33\n\x07\x66\x61ilure\x18\x05 \x01(\x0b\x32 .temporal.api.failure.v1.FailureH\x00\x42\x08\n\x06result"\xd2\x02\n3WorkflowPropertiesModifiedExternallyEventAttributes\x12\x16\n\x0enew_task_queue\x18\x01 \x01(\t\x12\x42\n\x19new_workflow_task_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x41\n\x18new_workflow_run_timeout\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12G\n\x1enew_workflow_execution_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x33\n\rupserted_memo\x18\x05 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo"\x90\x01\n3ActivityPropertiesModifiedExternallyEventAttributes\x12\x1a\n\x12scheduled_event_id\x18\x01 \x01(\x03\x12=\n\x10new_retry_policy\x18\x02 \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy"\xab/\n\x0cHistoryEvent\x12\x10\n\x08\x65vent_id\x18\x01 \x01(\x03\x12\x34\n\nevent_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x34\n\nevent_type\x18\x03 \x01(\x0e\x32 .temporal.api.enums.v1.EventType\x12\x0f\n\x07version\x18\x04 \x01(\x03\x12\x0f\n\x07task_id\x18\x05 \x01(\x03\x12\x1a\n\x11worker_may_ignore\x18\xac\x02 \x01(\x08\x12w\n+workflow_execution_started_event_attributes\x18\x06 \x01(\x0b\x32@.temporal.api.history.v1.WorkflowExecutionStartedEventAttributesH\x00\x12{\n-workflow_execution_completed_event_attributes\x18\x07 \x01(\x0b\x32\x42.temporal.api.history.v1.WorkflowExecutionCompletedEventAttributesH\x00\x12u\n*workflow_execution_failed_event_attributes\x18\x08 \x01(\x0b\x32?.temporal.api.history.v1.WorkflowExecutionFailedEventAttributesH\x00\x12z\n-workflow_execution_timed_out_event_attributes\x18\t \x01(\x0b\x32\x41.temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributesH\x00\x12q\n(workflow_task_scheduled_event_attributes\x18\n \x01(\x0b\x32=.temporal.api.history.v1.WorkflowTaskScheduledEventAttributesH\x00\x12m\n&workflow_task_started_event_attributes\x18\x0b \x01(\x0b\x32;.temporal.api.history.v1.WorkflowTaskStartedEventAttributesH\x00\x12q\n(workflow_task_completed_event_attributes\x18\x0c \x01(\x0b\x32=.temporal.api.history.v1.WorkflowTaskCompletedEventAttributesH\x00\x12p\n(workflow_task_timed_out_event_attributes\x18\r \x01(\x0b\x32<.temporal.api.history.v1.WorkflowTaskTimedOutEventAttributesH\x00\x12k\n%workflow_task_failed_event_attributes\x18\x0e \x01(\x0b\x32:.temporal.api.history.v1.WorkflowTaskFailedEventAttributesH\x00\x12q\n(activity_task_scheduled_event_attributes\x18\x0f \x01(\x0b\x32=.temporal.api.history.v1.ActivityTaskScheduledEventAttributesH\x00\x12m\n&activity_task_started_event_attributes\x18\x10 \x01(\x0b\x32;.temporal.api.history.v1.ActivityTaskStartedEventAttributesH\x00\x12q\n(activity_task_completed_event_attributes\x18\x11 \x01(\x0b\x32=.temporal.api.history.v1.ActivityTaskCompletedEventAttributesH\x00\x12k\n%activity_task_failed_event_attributes\x18\x12 \x01(\x0b\x32:.temporal.api.history.v1.ActivityTaskFailedEventAttributesH\x00\x12p\n(activity_task_timed_out_event_attributes\x18\x13 \x01(\x0b\x32<.temporal.api.history.v1.ActivityTaskTimedOutEventAttributesH\x00\x12^\n\x1etimer_started_event_attributes\x18\x14 \x01(\x0b\x32\x34.temporal.api.history.v1.TimerStartedEventAttributesH\x00\x12Z\n\x1ctimer_fired_event_attributes\x18\x15 \x01(\x0b\x32\x32.temporal.api.history.v1.TimerFiredEventAttributesH\x00\x12~\n/activity_task_cancel_requested_event_attributes\x18\x16 \x01(\x0b\x32\x43.temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributesH\x00\x12o\n\'activity_task_canceled_event_attributes\x18\x17 \x01(\x0b\x32<.temporal.api.history.v1.ActivityTaskCanceledEventAttributesH\x00\x12`\n\x1ftimer_canceled_event_attributes\x18\x18 \x01(\x0b\x32\x35.temporal.api.history.v1.TimerCanceledEventAttributesH\x00\x12\x62\n marker_recorded_event_attributes\x18\x19 \x01(\x0b\x32\x36.temporal.api.history.v1.MarkerRecordedEventAttributesH\x00\x12y\n,workflow_execution_signaled_event_attributes\x18\x1a \x01(\x0b\x32\x41.temporal.api.history.v1.WorkflowExecutionSignaledEventAttributesH\x00\x12}\n.workflow_execution_terminated_event_attributes\x18\x1b \x01(\x0b\x32\x43.temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributesH\x00\x12\x88\x01\n4workflow_execution_cancel_requested_event_attributes\x18\x1c \x01(\x0b\x32H.temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributesH\x00\x12y\n,workflow_execution_canceled_event_attributes\x18\x1d \x01(\x0b\x32\x41.temporal.api.history.v1.WorkflowExecutionCanceledEventAttributesH\x00\x12\xa8\x01\nErequest_cancel_external_workflow_execution_initiated_event_attributes\x18\x1e \x01(\x0b\x32W.temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributesH\x00\x12\xa2\x01\nBrequest_cancel_external_workflow_execution_failed_event_attributes\x18\x1f \x01(\x0b\x32T.temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributesH\x00\x12\x99\x01\n=external_workflow_execution_cancel_requested_event_attributes\x18 \x01(\x0b\x32P.temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributesH\x00\x12\x87\x01\n4workflow_execution_continued_as_new_event_attributes\x18! \x01(\x0b\x32G.temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributesH\x00\x12\x91\x01\n9start_child_workflow_execution_initiated_event_attributes\x18" \x01(\x0b\x32L.temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributesH\x00\x12\x8b\x01\n6start_child_workflow_execution_failed_event_attributes\x18# \x01(\x0b\x32I.temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributesH\x00\x12\x82\x01\n1child_workflow_execution_started_event_attributes\x18$ \x01(\x0b\x32\x45.temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributesH\x00\x12\x86\x01\n3child_workflow_execution_completed_event_attributes\x18% \x01(\x0b\x32G.temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributesH\x00\x12\x80\x01\n0child_workflow_execution_failed_event_attributes\x18& \x01(\x0b\x32\x44.temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributesH\x00\x12\x84\x01\n2child_workflow_execution_canceled_event_attributes\x18\' \x01(\x0b\x32\x46.temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributesH\x00\x12\x85\x01\n3child_workflow_execution_timed_out_event_attributes\x18( \x01(\x0b\x32\x46.temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributesH\x00\x12\x88\x01\n4child_workflow_execution_terminated_event_attributes\x18) \x01(\x0b\x32H.temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributesH\x00\x12\x99\x01\n=signal_external_workflow_execution_initiated_event_attributes\x18* \x01(\x0b\x32P.temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributesH\x00\x12\x93\x01\n:signal_external_workflow_execution_failed_event_attributes\x18+ \x01(\x0b\x32M.temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributesH\x00\x12\x8a\x01\n5external_workflow_execution_signaled_event_attributes\x18, \x01(\x0b\x32I.temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributesH\x00\x12\x84\x01\n2upsert_workflow_search_attributes_event_attributes\x18- \x01(\x0b\x32\x46.temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributesH\x00\x12u\n*workflow_update_requested_event_attributes\x18. \x01(\x0b\x32?.temporal.api.history.v1.WorkflowUpdateRequestedEventAttributesH\x00\x12s\n)workflow_update_accepted_event_attributes\x18/ \x01(\x0b\x32>.temporal.api.history.v1.WorkflowUpdateAcceptedEventAttributesH\x00\x12u\n*workflow_update_completed_event_attributes\x18\x30 \x01(\x0b\x32?.temporal.api.history.v1.WorkflowUpdateCompletedEventAttributesH\x00\x12\x90\x01\n8workflow_properties_modified_externally_event_attributes\x18\x31 \x01(\x0b\x32L.temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributesH\x00\x12\x90\x01\n8activity_properties_modified_externally_event_attributes\x18\x32 \x01(\x0b\x32L.temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributesH\x00\x12{\n-workflow_properties_modified_event_attributes\x18\x33 \x01(\x0b\x32\x42.temporal.api.history.v1.WorkflowPropertiesModifiedEventAttributesH\x00\x42\x0c\n\nattributes"@\n\x07History\x12\x35\n\x06\x65vents\x18\x01 \x03(\x0b\x32%.temporal.api.history.v1.HistoryEventB\x8a\x01\n\x1aio.temporal.api.history.v1B\x0cMessageProtoP\x01Z%go.temporal.io/api/history/v1;history\xaa\x02\x17Temporal.Api.History.V1\xea\x02\x1aTemporal::Api::History::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.history.v1.message_pb2", globals() + +_WORKFLOWEXECUTIONSTARTEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowExecutionStartedEventAttributes" +] +_WORKFLOWEXECUTIONCOMPLETEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowExecutionCompletedEventAttributes" +] +_WORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowExecutionFailedEventAttributes" +] +_WORKFLOWEXECUTIONTIMEDOUTEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowExecutionTimedOutEventAttributes" +] +_WORKFLOWEXECUTIONCONTINUEDASNEWEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowExecutionContinuedAsNewEventAttributes" +] +_WORKFLOWTASKSCHEDULEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowTaskScheduledEventAttributes" +] +_WORKFLOWTASKSTARTEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowTaskStartedEventAttributes" +] +_WORKFLOWTASKCOMPLETEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowTaskCompletedEventAttributes" +] +_WORKFLOWTASKTIMEDOUTEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowTaskTimedOutEventAttributes" +] +_WORKFLOWTASKFAILEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowTaskFailedEventAttributes" +] +_ACTIVITYTASKSCHEDULEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ActivityTaskScheduledEventAttributes" +] +_ACTIVITYTASKSTARTEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ActivityTaskStartedEventAttributes" +] +_ACTIVITYTASKCOMPLETEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ActivityTaskCompletedEventAttributes" +] +_ACTIVITYTASKFAILEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ActivityTaskFailedEventAttributes" +] +_ACTIVITYTASKTIMEDOUTEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ActivityTaskTimedOutEventAttributes" +] +_ACTIVITYTASKCANCELREQUESTEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ActivityTaskCancelRequestedEventAttributes" +] +_ACTIVITYTASKCANCELEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ActivityTaskCanceledEventAttributes" +] +_TIMERSTARTEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "TimerStartedEventAttributes" +] +_TIMERFIREDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "TimerFiredEventAttributes" +] +_TIMERCANCELEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "TimerCanceledEventAttributes" +] +_WORKFLOWEXECUTIONCANCELREQUESTEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowExecutionCancelRequestedEventAttributes" +] +_WORKFLOWEXECUTIONCANCELEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowExecutionCanceledEventAttributes" +] +_MARKERRECORDEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "MarkerRecordedEventAttributes" +] +_MARKERRECORDEDEVENTATTRIBUTES_DETAILSENTRY = ( + _MARKERRECORDEDEVENTATTRIBUTES.nested_types_by_name["DetailsEntry"] +) +_WORKFLOWEXECUTIONSIGNALEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowExecutionSignaledEventAttributes" +] +_WORKFLOWEXECUTIONTERMINATEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowExecutionTerminatedEventAttributes" +] +_REQUESTCANCELEXTERNALWORKFLOWEXECUTIONINITIATEDEVENTATTRIBUTES = ( + DESCRIPTOR.message_types_by_name[ + "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes" + ] +) +_REQUESTCANCELEXTERNALWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES = ( + DESCRIPTOR.message_types_by_name[ + "RequestCancelExternalWorkflowExecutionFailedEventAttributes" + ] +) +_EXTERNALWORKFLOWEXECUTIONCANCELREQUESTEDEVENTATTRIBUTES = ( + DESCRIPTOR.message_types_by_name[ + "ExternalWorkflowExecutionCancelRequestedEventAttributes" + ] +) +_SIGNALEXTERNALWORKFLOWEXECUTIONINITIATEDEVENTATTRIBUTES = ( + DESCRIPTOR.message_types_by_name[ + "SignalExternalWorkflowExecutionInitiatedEventAttributes" + ] +) +_SIGNALEXTERNALWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES = ( + DESCRIPTOR.message_types_by_name[ + "SignalExternalWorkflowExecutionFailedEventAttributes" + ] +) +_EXTERNALWORKFLOWEXECUTIONSIGNALEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ExternalWorkflowExecutionSignaledEventAttributes" +] +_UPSERTWORKFLOWSEARCHATTRIBUTESEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "UpsertWorkflowSearchAttributesEventAttributes" +] +_STARTCHILDWORKFLOWEXECUTIONINITIATEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "StartChildWorkflowExecutionInitiatedEventAttributes" +] +_STARTCHILDWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "StartChildWorkflowExecutionFailedEventAttributes" +] +_CHILDWORKFLOWEXECUTIONSTARTEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ChildWorkflowExecutionStartedEventAttributes" +] +_CHILDWORKFLOWEXECUTIONCOMPLETEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ChildWorkflowExecutionCompletedEventAttributes" +] +_CHILDWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ChildWorkflowExecutionFailedEventAttributes" +] +_CHILDWORKFLOWEXECUTIONCANCELEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ChildWorkflowExecutionCanceledEventAttributes" +] +_CHILDWORKFLOWEXECUTIONTIMEDOUTEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ChildWorkflowExecutionTimedOutEventAttributes" +] +_CHILDWORKFLOWEXECUTIONTERMINATEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ChildWorkflowExecutionTerminatedEventAttributes" +] +_WORKFLOWUPDATEREQUESTEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowUpdateRequestedEventAttributes" +] +_WORKFLOWUPDATEACCEPTEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowUpdateAcceptedEventAttributes" +] +_WORKFLOWUPDATECOMPLETEDEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowUpdateCompletedEventAttributes" +] +_WORKFLOWPROPERTIESMODIFIEDEXTERNALLYEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "WorkflowPropertiesModifiedExternallyEventAttributes" +] +_ACTIVITYPROPERTIESMODIFIEDEXTERNALLYEVENTATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "ActivityPropertiesModifiedExternallyEventAttributes" +] +_HISTORYEVENT = DESCRIPTOR.message_types_by_name["HistoryEvent"] +_HISTORY = DESCRIPTOR.message_types_by_name["History"] +WorkflowExecutionStartedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionStartedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONSTARTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionStartedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionStartedEventAttributes) + +WorkflowExecutionCompletedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionCompletedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONCOMPLETEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionCompletedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionCompletedEventAttributes) + +WorkflowExecutionFailedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionFailedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionFailedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionFailedEventAttributes) + +WorkflowExecutionTimedOutEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionTimedOutEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONTIMEDOUTEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionTimedOutEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionTimedOutEventAttributes) + +WorkflowExecutionContinuedAsNewEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionContinuedAsNewEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONCONTINUEDASNEWEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionContinuedAsNewEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionContinuedAsNewEventAttributes) + +WorkflowTaskScheduledEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowTaskScheduledEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWTASKSCHEDULEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskScheduledEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowTaskScheduledEventAttributes) + +WorkflowTaskStartedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowTaskStartedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWTASKSTARTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskStartedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowTaskStartedEventAttributes) + +WorkflowTaskCompletedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowTaskCompletedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWTASKCOMPLETEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskCompletedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowTaskCompletedEventAttributes) + +WorkflowTaskTimedOutEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowTaskTimedOutEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWTASKTIMEDOUTEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskTimedOutEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowTaskTimedOutEventAttributes) + +WorkflowTaskFailedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowTaskFailedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWTASKFAILEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowTaskFailedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowTaskFailedEventAttributes) + +ActivityTaskScheduledEventAttributes = _reflection.GeneratedProtocolMessageType( + "ActivityTaskScheduledEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTASKSCHEDULEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskScheduledEventAttributes) + }, +) +_sym_db.RegisterMessage(ActivityTaskScheduledEventAttributes) + +ActivityTaskStartedEventAttributes = _reflection.GeneratedProtocolMessageType( + "ActivityTaskStartedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTASKSTARTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskStartedEventAttributes) + }, +) +_sym_db.RegisterMessage(ActivityTaskStartedEventAttributes) + +ActivityTaskCompletedEventAttributes = _reflection.GeneratedProtocolMessageType( + "ActivityTaskCompletedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTASKCOMPLETEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskCompletedEventAttributes) + }, +) +_sym_db.RegisterMessage(ActivityTaskCompletedEventAttributes) + +ActivityTaskFailedEventAttributes = _reflection.GeneratedProtocolMessageType( + "ActivityTaskFailedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTASKFAILEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskFailedEventAttributes) + }, +) +_sym_db.RegisterMessage(ActivityTaskFailedEventAttributes) + +ActivityTaskTimedOutEventAttributes = _reflection.GeneratedProtocolMessageType( + "ActivityTaskTimedOutEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTASKTIMEDOUTEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskTimedOutEventAttributes) + }, +) +_sym_db.RegisterMessage(ActivityTaskTimedOutEventAttributes) + +ActivityTaskCancelRequestedEventAttributes = _reflection.GeneratedProtocolMessageType( + "ActivityTaskCancelRequestedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTASKCANCELREQUESTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskCancelRequestedEventAttributes) + }, +) +_sym_db.RegisterMessage(ActivityTaskCancelRequestedEventAttributes) + +ActivityTaskCanceledEventAttributes = _reflection.GeneratedProtocolMessageType( + "ActivityTaskCanceledEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTASKCANCELEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityTaskCanceledEventAttributes) + }, +) +_sym_db.RegisterMessage(ActivityTaskCanceledEventAttributes) + +TimerStartedEventAttributes = _reflection.GeneratedProtocolMessageType( + "TimerStartedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _TIMERSTARTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.TimerStartedEventAttributes) + }, +) +_sym_db.RegisterMessage(TimerStartedEventAttributes) + +TimerFiredEventAttributes = _reflection.GeneratedProtocolMessageType( + "TimerFiredEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _TIMERFIREDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.TimerFiredEventAttributes) + }, +) +_sym_db.RegisterMessage(TimerFiredEventAttributes) + +TimerCanceledEventAttributes = _reflection.GeneratedProtocolMessageType( + "TimerCanceledEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _TIMERCANCELEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.TimerCanceledEventAttributes) + }, +) +_sym_db.RegisterMessage(TimerCanceledEventAttributes) + +WorkflowExecutionCancelRequestedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionCancelRequestedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONCANCELREQUESTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionCancelRequestedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionCancelRequestedEventAttributes) + +WorkflowExecutionCanceledEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionCanceledEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONCANCELEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionCanceledEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionCanceledEventAttributes) + +MarkerRecordedEventAttributes = _reflection.GeneratedProtocolMessageType( + "MarkerRecordedEventAttributes", + (_message.Message,), + { + "DetailsEntry": _reflection.GeneratedProtocolMessageType( + "DetailsEntry", + (_message.Message,), + { + "DESCRIPTOR": _MARKERRECORDEDEVENTATTRIBUTES_DETAILSENTRY, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.MarkerRecordedEventAttributes.DetailsEntry) + }, + ), + "DESCRIPTOR": _MARKERRECORDEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.MarkerRecordedEventAttributes) + }, +) +_sym_db.RegisterMessage(MarkerRecordedEventAttributes) +_sym_db.RegisterMessage(MarkerRecordedEventAttributes.DetailsEntry) + +WorkflowExecutionSignaledEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionSignaledEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONSIGNALEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionSignaledEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionSignaledEventAttributes) + +WorkflowExecutionTerminatedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionTerminatedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONTERMINATEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowExecutionTerminatedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionTerminatedEventAttributes) + +RequestCancelExternalWorkflowExecutionInitiatedEventAttributes = _reflection.GeneratedProtocolMessageType( + "RequestCancelExternalWorkflowExecutionInitiatedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTCANCELEXTERNALWORKFLOWEXECUTIONINITIATEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) + }, +) +_sym_db.RegisterMessage(RequestCancelExternalWorkflowExecutionInitiatedEventAttributes) + +RequestCancelExternalWorkflowExecutionFailedEventAttributes = _reflection.GeneratedProtocolMessageType( + "RequestCancelExternalWorkflowExecutionFailedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTCANCELEXTERNALWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.RequestCancelExternalWorkflowExecutionFailedEventAttributes) + }, +) +_sym_db.RegisterMessage(RequestCancelExternalWorkflowExecutionFailedEventAttributes) + +ExternalWorkflowExecutionCancelRequestedEventAttributes = _reflection.GeneratedProtocolMessageType( + "ExternalWorkflowExecutionCancelRequestedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _EXTERNALWORKFLOWEXECUTIONCANCELREQUESTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ExternalWorkflowExecutionCancelRequestedEventAttributes) + }, +) +_sym_db.RegisterMessage(ExternalWorkflowExecutionCancelRequestedEventAttributes) + +SignalExternalWorkflowExecutionInitiatedEventAttributes = _reflection.GeneratedProtocolMessageType( + "SignalExternalWorkflowExecutionInitiatedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _SIGNALEXTERNALWORKFLOWEXECUTIONINITIATEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.SignalExternalWorkflowExecutionInitiatedEventAttributes) + }, +) +_sym_db.RegisterMessage(SignalExternalWorkflowExecutionInitiatedEventAttributes) + +SignalExternalWorkflowExecutionFailedEventAttributes = _reflection.GeneratedProtocolMessageType( + "SignalExternalWorkflowExecutionFailedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _SIGNALEXTERNALWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.SignalExternalWorkflowExecutionFailedEventAttributes) + }, +) +_sym_db.RegisterMessage(SignalExternalWorkflowExecutionFailedEventAttributes) + +ExternalWorkflowExecutionSignaledEventAttributes = _reflection.GeneratedProtocolMessageType( + "ExternalWorkflowExecutionSignaledEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _EXTERNALWORKFLOWEXECUTIONSIGNALEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ExternalWorkflowExecutionSignaledEventAttributes) + }, +) +_sym_db.RegisterMessage(ExternalWorkflowExecutionSignaledEventAttributes) + +UpsertWorkflowSearchAttributesEventAttributes = _reflection.GeneratedProtocolMessageType( + "UpsertWorkflowSearchAttributesEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _UPSERTWORKFLOWSEARCHATTRIBUTESEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.UpsertWorkflowSearchAttributesEventAttributes) + }, +) +_sym_db.RegisterMessage(UpsertWorkflowSearchAttributesEventAttributes) + +StartChildWorkflowExecutionInitiatedEventAttributes = _reflection.GeneratedProtocolMessageType( + "StartChildWorkflowExecutionInitiatedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTIONINITIATEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.StartChildWorkflowExecutionInitiatedEventAttributes) + }, +) +_sym_db.RegisterMessage(StartChildWorkflowExecutionInitiatedEventAttributes) + +StartChildWorkflowExecutionFailedEventAttributes = _reflection.GeneratedProtocolMessageType( + "StartChildWorkflowExecutionFailedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.StartChildWorkflowExecutionFailedEventAttributes) + }, +) +_sym_db.RegisterMessage(StartChildWorkflowExecutionFailedEventAttributes) + +ChildWorkflowExecutionStartedEventAttributes = _reflection.GeneratedProtocolMessageType( + "ChildWorkflowExecutionStartedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONSTARTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionStartedEventAttributes) + }, ) +_sym_db.RegisterMessage(ChildWorkflowExecutionStartedEventAttributes) + +ChildWorkflowExecutionCompletedEventAttributes = _reflection.GeneratedProtocolMessageType( + "ChildWorkflowExecutionCompletedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONCOMPLETEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionCompletedEventAttributes) + }, +) +_sym_db.RegisterMessage(ChildWorkflowExecutionCompletedEventAttributes) + +ChildWorkflowExecutionFailedEventAttributes = _reflection.GeneratedProtocolMessageType( + "ChildWorkflowExecutionFailedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONFAILEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionFailedEventAttributes) + }, +) +_sym_db.RegisterMessage(ChildWorkflowExecutionFailedEventAttributes) + +ChildWorkflowExecutionCanceledEventAttributes = _reflection.GeneratedProtocolMessageType( + "ChildWorkflowExecutionCanceledEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONCANCELEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionCanceledEventAttributes) + }, +) +_sym_db.RegisterMessage(ChildWorkflowExecutionCanceledEventAttributes) + +ChildWorkflowExecutionTimedOutEventAttributes = _reflection.GeneratedProtocolMessageType( + "ChildWorkflowExecutionTimedOutEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONTIMEDOUTEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionTimedOutEventAttributes) + }, +) +_sym_db.RegisterMessage(ChildWorkflowExecutionTimedOutEventAttributes) + +ChildWorkflowExecutionTerminatedEventAttributes = _reflection.GeneratedProtocolMessageType( + "ChildWorkflowExecutionTerminatedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _CHILDWORKFLOWEXECUTIONTERMINATEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ChildWorkflowExecutionTerminatedEventAttributes) + }, +) +_sym_db.RegisterMessage(ChildWorkflowExecutionTerminatedEventAttributes) + +WorkflowUpdateRequestedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowUpdateRequestedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWUPDATEREQUESTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowUpdateRequestedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowUpdateRequestedEventAttributes) + +WorkflowUpdateAcceptedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowUpdateAcceptedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWUPDATEACCEPTEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowUpdateAcceptedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowUpdateAcceptedEventAttributes) + +WorkflowUpdateCompletedEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowUpdateCompletedEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWUPDATECOMPLETEDEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowUpdateCompletedEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowUpdateCompletedEventAttributes) + +WorkflowPropertiesModifiedExternallyEventAttributes = _reflection.GeneratedProtocolMessageType( + "WorkflowPropertiesModifiedExternallyEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWPROPERTIESMODIFIEDEXTERNALLYEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.WorkflowPropertiesModifiedExternallyEventAttributes) + }, +) +_sym_db.RegisterMessage(WorkflowPropertiesModifiedExternallyEventAttributes) + +ActivityPropertiesModifiedExternallyEventAttributes = _reflection.GeneratedProtocolMessageType( + "ActivityPropertiesModifiedExternallyEventAttributes", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYPROPERTIESMODIFIEDEXTERNALLYEVENTATTRIBUTES, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.ActivityPropertiesModifiedExternallyEventAttributes) + }, +) +_sym_db.RegisterMessage(ActivityPropertiesModifiedExternallyEventAttributes) + +HistoryEvent = _reflection.GeneratedProtocolMessageType( + "HistoryEvent", + (_message.Message,), + { + "DESCRIPTOR": _HISTORYEVENT, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.HistoryEvent) + }, +) +_sym_db.RegisterMessage(HistoryEvent) + +History = _reflection.GeneratedProtocolMessageType( + "History", + (_message.Message,), + { + "DESCRIPTOR": _HISTORY, + "__module__": "temporal.api.history.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.history.v1.History) + }, +) +_sym_db.RegisterMessage(History) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/namespace/v1/message_pb2.py b/temporalio/api/namespace/v1/message_pb2.py index 43a4356fd..7ea9ffae6 100644 --- a/temporalio/api/namespace/v1/message_pb2.py +++ b/temporalio/api/namespace/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -26,10 +27,112 @@ b'\n\'temporal/api/namespace/v1/message.proto\x12\x19temporal.api.namespace.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!dependencies/gogoproto/gogo.proto\x1a%temporal/api/enums/v1/namespace.proto"\x94\x02\n\rNamespaceInfo\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x34\n\x05state\x18\x02 \x01(\x0e\x32%.temporal.api.enums.v1.NamespaceState\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12\x13\n\x0bowner_email\x18\x04 \x01(\t\x12@\n\x04\x64\x61ta\x18\x05 \x03(\x0b\x32\x32.temporal.api.namespace.v1.NamespaceInfo.DataEntry\x12\n\n\x02id\x18\x06 \x01(\t\x12\x1a\n\x12supports_schedules\x18\x64 \x01(\x08\x1a+\n\tDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01"\xe8\x02\n\x0fNamespaceConfig\x12I\n workflow_execution_retention_ttl\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12<\n\x0c\x62\x61\x64_binaries\x18\x02 \x01(\x0b\x32&.temporal.api.namespace.v1.BadBinaries\x12\x44\n\x16history_archival_state\x18\x03 \x01(\x0e\x32$.temporal.api.enums.v1.ArchivalState\x12\x1c\n\x14history_archival_uri\x18\x04 \x01(\t\x12G\n\x19visibility_archival_state\x18\x05 \x01(\x0e\x32$.temporal.api.enums.v1.ArchivalState\x12\x1f\n\x17visibility_archival_uri\x18\x06 \x01(\t"\xb0\x01\n\x0b\x42\x61\x64\x42inaries\x12\x46\n\x08\x62inaries\x18\x01 \x03(\x0b\x32\x34.temporal.api.namespace.v1.BadBinaries.BinariesEntry\x1aY\n\rBinariesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x37\n\x05value\x18\x02 \x01(\x0b\x32(.temporal.api.namespace.v1.BadBinaryInfo:\x02\x38\x01"h\n\rBadBinaryInfo\x12\x0e\n\x06reason\x18\x01 \x01(\t\x12\x10\n\x08operator\x18\x02 \x01(\t\x12\x35\n\x0b\x63reate_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01"\xea\x01\n\x13UpdateNamespaceInfo\x12\x13\n\x0b\x64\x65scription\x18\x01 \x01(\t\x12\x13\n\x0bowner_email\x18\x02 \x01(\t\x12\x46\n\x04\x64\x61ta\x18\x03 \x03(\x0b\x32\x38.temporal.api.namespace.v1.UpdateNamespaceInfo.DataEntry\x12\x34\n\x05state\x18\x04 \x01(\x0e\x32%.temporal.api.enums.v1.NamespaceState\x1a+\n\tDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01"*\n\x0fNamespaceFilter\x12\x17\n\x0finclude_deleted\x18\x01 \x01(\x08\x42\x94\x01\n\x1cio.temporal.api.namespace.v1B\x0cMessageProtoP\x01Z)go.temporal.io/api/namespace/v1;namespace\xaa\x02\x19Temporal.Api.Namespace.V1\xea\x02\x1cTemporal::Api::Namespace::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.namespace.v1.message_pb2", globals() + +_NAMESPACEINFO = DESCRIPTOR.message_types_by_name["NamespaceInfo"] +_NAMESPACEINFO_DATAENTRY = _NAMESPACEINFO.nested_types_by_name["DataEntry"] +_NAMESPACECONFIG = DESCRIPTOR.message_types_by_name["NamespaceConfig"] +_BADBINARIES = DESCRIPTOR.message_types_by_name["BadBinaries"] +_BADBINARIES_BINARIESENTRY = _BADBINARIES.nested_types_by_name["BinariesEntry"] +_BADBINARYINFO = DESCRIPTOR.message_types_by_name["BadBinaryInfo"] +_UPDATENAMESPACEINFO = DESCRIPTOR.message_types_by_name["UpdateNamespaceInfo"] +_UPDATENAMESPACEINFO_DATAENTRY = _UPDATENAMESPACEINFO.nested_types_by_name["DataEntry"] +_NAMESPACEFILTER = DESCRIPTOR.message_types_by_name["NamespaceFilter"] +NamespaceInfo = _reflection.GeneratedProtocolMessageType( + "NamespaceInfo", + (_message.Message,), + { + "DataEntry": _reflection.GeneratedProtocolMessageType( + "DataEntry", + (_message.Message,), + { + "DESCRIPTOR": _NAMESPACEINFO_DATAENTRY, + "__module__": "temporal.api.namespace.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceInfo.DataEntry) + }, + ), + "DESCRIPTOR": _NAMESPACEINFO, + "__module__": "temporal.api.namespace.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceInfo) + }, +) +_sym_db.RegisterMessage(NamespaceInfo) +_sym_db.RegisterMessage(NamespaceInfo.DataEntry) + +NamespaceConfig = _reflection.GeneratedProtocolMessageType( + "NamespaceConfig", + (_message.Message,), + { + "DESCRIPTOR": _NAMESPACECONFIG, + "__module__": "temporal.api.namespace.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceConfig) + }, +) +_sym_db.RegisterMessage(NamespaceConfig) + +BadBinaries = _reflection.GeneratedProtocolMessageType( + "BadBinaries", + (_message.Message,), + { + "BinariesEntry": _reflection.GeneratedProtocolMessageType( + "BinariesEntry", + (_message.Message,), + { + "DESCRIPTOR": _BADBINARIES_BINARIESENTRY, + "__module__": "temporal.api.namespace.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.BadBinaries.BinariesEntry) + }, + ), + "DESCRIPTOR": _BADBINARIES, + "__module__": "temporal.api.namespace.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.BadBinaries) + }, +) +_sym_db.RegisterMessage(BadBinaries) +_sym_db.RegisterMessage(BadBinaries.BinariesEntry) + +BadBinaryInfo = _reflection.GeneratedProtocolMessageType( + "BadBinaryInfo", + (_message.Message,), + { + "DESCRIPTOR": _BADBINARYINFO, + "__module__": "temporal.api.namespace.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.BadBinaryInfo) + }, +) +_sym_db.RegisterMessage(BadBinaryInfo) + +UpdateNamespaceInfo = _reflection.GeneratedProtocolMessageType( + "UpdateNamespaceInfo", + (_message.Message,), + { + "DataEntry": _reflection.GeneratedProtocolMessageType( + "DataEntry", + (_message.Message,), + { + "DESCRIPTOR": _UPDATENAMESPACEINFO_DATAENTRY, + "__module__": "temporal.api.namespace.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.UpdateNamespaceInfo.DataEntry) + }, + ), + "DESCRIPTOR": _UPDATENAMESPACEINFO, + "__module__": "temporal.api.namespace.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.UpdateNamespaceInfo) + }, ) +_sym_db.RegisterMessage(UpdateNamespaceInfo) +_sym_db.RegisterMessage(UpdateNamespaceInfo.DataEntry) + +NamespaceFilter = _reflection.GeneratedProtocolMessageType( + "NamespaceFilter", + (_message.Message,), + { + "DESCRIPTOR": _NAMESPACEFILTER, + "__module__": "temporal.api.namespace.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.namespace.v1.NamespaceFilter) + }, +) +_sym_db.RegisterMessage(NamespaceFilter) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/operatorservice/v1/__init__.py b/temporalio/api/operatorservice/v1/__init__.py index cf5d08c95..0d6f369e4 100644 --- a/temporalio/api/operatorservice/v1/__init__.py +++ b/temporalio/api/operatorservice/v1/__init__.py @@ -38,6 +38,7 @@ try: import grpc + from .service_pb2_grpc import OperatorService # type: ignore from .service_pb2_grpc import ( OperatorServiceServicer, OperatorServiceStub, @@ -46,6 +47,7 @@ __all__.extend( [ + "OperatorService", "OperatorServiceServicer", "OperatorServiceStub", "add_OperatorServiceServicer_to_server", diff --git a/temporalio/api/operatorservice/v1/request_response_pb2.py b/temporalio/api/operatorservice/v1/request_response_pb2.py index 804999bea..6b445faf9 100644 --- a/temporalio/api/operatorservice/v1/request_response_pb2.py +++ b/temporalio/api/operatorservice/v1/request_response_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -20,10 +21,340 @@ b'\n6temporal/api/operatorservice/v1/request_response.proto\x12\x1ftemporal.api.operatorservice.v1\x1a"temporal/api/enums/v1/common.proto"\xec\x01\n\x1a\x41\x64\x64SearchAttributesRequest\x12l\n\x11search_attributes\x18\x01 \x03(\x0b\x32Q.temporal.api.operatorservice.v1.AddSearchAttributesRequest.SearchAttributesEntry\x1a`\n\x15SearchAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0e\x32\'.temporal.api.enums.v1.IndexedValueType:\x02\x38\x01"\x1d\n\x1b\x41\x64\x64SearchAttributesResponse":\n\x1dRemoveSearchAttributesRequest\x12\x19\n\x11search_attributes\x18\x01 \x03(\t" \n\x1eRemoveSearchAttributesResponse"\x1d\n\x1bListSearchAttributesRequest"\xe2\x04\n\x1cListSearchAttributesResponse\x12n\n\x11\x63ustom_attributes\x18\x01 \x03(\x0b\x32S.temporal.api.operatorservice.v1.ListSearchAttributesResponse.CustomAttributesEntry\x12n\n\x11system_attributes\x18\x02 \x03(\x0b\x32S.temporal.api.operatorservice.v1.ListSearchAttributesResponse.SystemAttributesEntry\x12h\n\x0estorage_schema\x18\x03 \x03(\x0b\x32P.temporal.api.operatorservice.v1.ListSearchAttributesResponse.StorageSchemaEntry\x1a`\n\x15\x43ustomAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0e\x32\'.temporal.api.enums.v1.IndexedValueType:\x02\x38\x01\x1a`\n\x15SystemAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0e\x32\'.temporal.api.enums.v1.IndexedValueType:\x02\x38\x01\x1a\x34\n\x12StorageSchemaEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01"+\n\x16\x44\x65leteNamespaceRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t"4\n\x17\x44\x65leteNamespaceResponse\x12\x19\n\x11\x64\x65leted_namespace\x18\x01 \x01(\t"e\n\x1f\x41\x64\x64OrUpdateRemoteClusterRequest\x12\x18\n\x10\x66rontend_address\x18\x01 \x01(\t\x12(\n enable_remote_cluster_connection\x18\x02 \x01(\x08""\n AddOrUpdateRemoteClusterResponse"2\n\x1aRemoveRemoteClusterRequest\x12\x14\n\x0c\x63luster_name\x18\x01 \x01(\t"\x1d\n\x1bRemoveRemoteClusterResponse"A\n\x13ListClustersRequest\x12\x11\n\tpage_size\x18\x01 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c"s\n\x14ListClustersResponse\x12\x42\n\x08\x63lusters\x18\x01 \x03(\x0b\x32\x30.temporal.api.operatorservice.v1.ClusterMetadata\x12\x17\n\x0fnext_page_token\x18\x04 \x01(\x0c"\xaa\x01\n\x0f\x43lusterMetadata\x12\x14\n\x0c\x63luster_name\x18\x01 \x01(\t\x12\x12\n\ncluster_id\x18\x02 \x01(\t\x12\x0f\n\x07\x61\x64\x64ress\x18\x03 \x01(\t\x12 \n\x18initial_failover_version\x18\x04 \x01(\x03\x12\x1b\n\x13history_shard_count\x18\x05 \x01(\x05\x12\x1d\n\x15is_connection_enabled\x18\x06 \x01(\x08\x42\xba\x01\n"io.temporal.api.operatorservice.v1B\x14RequestResponseProtoP\x01Z5go.temporal.io/api/operatorservice/v1;operatorservice\xaa\x02\x1fTemporal.Api.OperatorService.V1\xea\x02"Temporal::Api::OperatorService::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.operatorservice.v1.request_response_pb2", globals() + +_ADDSEARCHATTRIBUTESREQUEST = DESCRIPTOR.message_types_by_name[ + "AddSearchAttributesRequest" +] +_ADDSEARCHATTRIBUTESREQUEST_SEARCHATTRIBUTESENTRY = ( + _ADDSEARCHATTRIBUTESREQUEST.nested_types_by_name["SearchAttributesEntry"] +) +_ADDSEARCHATTRIBUTESRESPONSE = DESCRIPTOR.message_types_by_name[ + "AddSearchAttributesResponse" +] +_REMOVESEARCHATTRIBUTESREQUEST = DESCRIPTOR.message_types_by_name[ + "RemoveSearchAttributesRequest" +] +_REMOVESEARCHATTRIBUTESRESPONSE = DESCRIPTOR.message_types_by_name[ + "RemoveSearchAttributesResponse" +] +_LISTSEARCHATTRIBUTESREQUEST = DESCRIPTOR.message_types_by_name[ + "ListSearchAttributesRequest" +] +_LISTSEARCHATTRIBUTESRESPONSE = DESCRIPTOR.message_types_by_name[ + "ListSearchAttributesResponse" +] +_LISTSEARCHATTRIBUTESRESPONSE_CUSTOMATTRIBUTESENTRY = ( + _LISTSEARCHATTRIBUTESRESPONSE.nested_types_by_name["CustomAttributesEntry"] +) +_LISTSEARCHATTRIBUTESRESPONSE_SYSTEMATTRIBUTESENTRY = ( + _LISTSEARCHATTRIBUTESRESPONSE.nested_types_by_name["SystemAttributesEntry"] +) +_LISTSEARCHATTRIBUTESRESPONSE_STORAGESCHEMAENTRY = ( + _LISTSEARCHATTRIBUTESRESPONSE.nested_types_by_name["StorageSchemaEntry"] +) +_DELETENAMESPACEREQUEST = DESCRIPTOR.message_types_by_name["DeleteNamespaceRequest"] +_DELETENAMESPACERESPONSE = DESCRIPTOR.message_types_by_name["DeleteNamespaceResponse"] +_DELETEWORKFLOWEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name[ + "DeleteWorkflowExecutionRequest" +] +_DELETEWORKFLOWEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "DeleteWorkflowExecutionResponse" +] +_ADDORUPDATEREMOTECLUSTERREQUEST = DESCRIPTOR.message_types_by_name[ + "AddOrUpdateRemoteClusterRequest" +] +_ADDORUPDATEREMOTECLUSTERRESPONSE = DESCRIPTOR.message_types_by_name[ + "AddOrUpdateRemoteClusterResponse" +] +_REMOVEREMOTECLUSTERREQUEST = DESCRIPTOR.message_types_by_name[ + "RemoveRemoteClusterRequest" +] +_REMOVEREMOTECLUSTERRESPONSE = DESCRIPTOR.message_types_by_name[ + "RemoveRemoteClusterResponse" +] +_DESCRIBECLUSTERREQUEST = DESCRIPTOR.message_types_by_name["DescribeClusterRequest"] +_DESCRIBECLUSTERRESPONSE = DESCRIPTOR.message_types_by_name["DescribeClusterResponse"] +_DESCRIBECLUSTERRESPONSE_SUPPORTEDCLIENTSENTRY = ( + _DESCRIBECLUSTERRESPONSE.nested_types_by_name["SupportedClientsEntry"] +) +_LISTCLUSTERSREQUEST = DESCRIPTOR.message_types_by_name["ListClustersRequest"] +_LISTCLUSTERSRESPONSE = DESCRIPTOR.message_types_by_name["ListClustersResponse"] +_LISTCLUSTERMEMBERSREQUEST = DESCRIPTOR.message_types_by_name[ + "ListClusterMembersRequest" +] +_LISTCLUSTERMEMBERSRESPONSE = DESCRIPTOR.message_types_by_name[ + "ListClusterMembersResponse" +] +AddSearchAttributesRequest = _reflection.GeneratedProtocolMessageType( + "AddSearchAttributesRequest", + (_message.Message,), + { + "SearchAttributesEntry": _reflection.GeneratedProtocolMessageType( + "SearchAttributesEntry", + (_message.Message,), + { + "DESCRIPTOR": _ADDSEARCHATTRIBUTESREQUEST_SEARCHATTRIBUTESENTRY, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddSearchAttributesRequest.SearchAttributesEntry) + }, + ), + "DESCRIPTOR": _ADDSEARCHATTRIBUTESREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddSearchAttributesRequest) + }, +) +_sym_db.RegisterMessage(AddSearchAttributesRequest) +_sym_db.RegisterMessage(AddSearchAttributesRequest.SearchAttributesEntry) + +AddSearchAttributesResponse = _reflection.GeneratedProtocolMessageType( + "AddSearchAttributesResponse", + (_message.Message,), + { + "DESCRIPTOR": _ADDSEARCHATTRIBUTESRESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddSearchAttributesResponse) + }, +) +_sym_db.RegisterMessage(AddSearchAttributesResponse) + +RemoveSearchAttributesRequest = _reflection.GeneratedProtocolMessageType( + "RemoveSearchAttributesRequest", + (_message.Message,), + { + "DESCRIPTOR": _REMOVESEARCHATTRIBUTESREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.RemoveSearchAttributesRequest) + }, +) +_sym_db.RegisterMessage(RemoveSearchAttributesRequest) + +RemoveSearchAttributesResponse = _reflection.GeneratedProtocolMessageType( + "RemoveSearchAttributesResponse", + (_message.Message,), + { + "DESCRIPTOR": _REMOVESEARCHATTRIBUTESRESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.RemoveSearchAttributesResponse) + }, ) +_sym_db.RegisterMessage(RemoveSearchAttributesResponse) + +ListSearchAttributesRequest = _reflection.GeneratedProtocolMessageType( + "ListSearchAttributesRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTSEARCHATTRIBUTESREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesRequest) + }, +) +_sym_db.RegisterMessage(ListSearchAttributesRequest) + +ListSearchAttributesResponse = _reflection.GeneratedProtocolMessageType( + "ListSearchAttributesResponse", + (_message.Message,), + { + "CustomAttributesEntry": _reflection.GeneratedProtocolMessageType( + "CustomAttributesEntry", + (_message.Message,), + { + "DESCRIPTOR": _LISTSEARCHATTRIBUTESRESPONSE_CUSTOMATTRIBUTESENTRY, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesResponse.CustomAttributesEntry) + }, + ), + "SystemAttributesEntry": _reflection.GeneratedProtocolMessageType( + "SystemAttributesEntry", + (_message.Message,), + { + "DESCRIPTOR": _LISTSEARCHATTRIBUTESRESPONSE_SYSTEMATTRIBUTESENTRY, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesResponse.SystemAttributesEntry) + }, + ), + "StorageSchemaEntry": _reflection.GeneratedProtocolMessageType( + "StorageSchemaEntry", + (_message.Message,), + { + "DESCRIPTOR": _LISTSEARCHATTRIBUTESRESPONSE_STORAGESCHEMAENTRY, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesResponse.StorageSchemaEntry) + }, + ), + "DESCRIPTOR": _LISTSEARCHATTRIBUTESRESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListSearchAttributesResponse) + }, +) +_sym_db.RegisterMessage(ListSearchAttributesResponse) +_sym_db.RegisterMessage(ListSearchAttributesResponse.CustomAttributesEntry) +_sym_db.RegisterMessage(ListSearchAttributesResponse.SystemAttributesEntry) +_sym_db.RegisterMessage(ListSearchAttributesResponse.StorageSchemaEntry) + +DeleteNamespaceRequest = _reflection.GeneratedProtocolMessageType( + "DeleteNamespaceRequest", + (_message.Message,), + { + "DESCRIPTOR": _DELETENAMESPACEREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DeleteNamespaceRequest) + }, +) +_sym_db.RegisterMessage(DeleteNamespaceRequest) + +DeleteNamespaceResponse = _reflection.GeneratedProtocolMessageType( + "DeleteNamespaceResponse", + (_message.Message,), + { + "DESCRIPTOR": _DELETENAMESPACERESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DeleteNamespaceResponse) + }, +) +_sym_db.RegisterMessage(DeleteNamespaceResponse) + +DeleteWorkflowExecutionRequest = _reflection.GeneratedProtocolMessageType( + "DeleteWorkflowExecutionRequest", + (_message.Message,), + { + "DESCRIPTOR": _DELETEWORKFLOWEXECUTIONREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DeleteWorkflowExecutionRequest) + }, +) +_sym_db.RegisterMessage(DeleteWorkflowExecutionRequest) + +DeleteWorkflowExecutionResponse = _reflection.GeneratedProtocolMessageType( + "DeleteWorkflowExecutionResponse", + (_message.Message,), + { + "DESCRIPTOR": _DELETEWORKFLOWEXECUTIONRESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DeleteWorkflowExecutionResponse) + }, +) +_sym_db.RegisterMessage(DeleteWorkflowExecutionResponse) + +AddOrUpdateRemoteClusterRequest = _reflection.GeneratedProtocolMessageType( + "AddOrUpdateRemoteClusterRequest", + (_message.Message,), + { + "DESCRIPTOR": _ADDORUPDATEREMOTECLUSTERREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddOrUpdateRemoteClusterRequest) + }, +) +_sym_db.RegisterMessage(AddOrUpdateRemoteClusterRequest) + +AddOrUpdateRemoteClusterResponse = _reflection.GeneratedProtocolMessageType( + "AddOrUpdateRemoteClusterResponse", + (_message.Message,), + { + "DESCRIPTOR": _ADDORUPDATEREMOTECLUSTERRESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.AddOrUpdateRemoteClusterResponse) + }, +) +_sym_db.RegisterMessage(AddOrUpdateRemoteClusterResponse) + +RemoveRemoteClusterRequest = _reflection.GeneratedProtocolMessageType( + "RemoveRemoteClusterRequest", + (_message.Message,), + { + "DESCRIPTOR": _REMOVEREMOTECLUSTERREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.RemoveRemoteClusterRequest) + }, +) +_sym_db.RegisterMessage(RemoveRemoteClusterRequest) + +RemoveRemoteClusterResponse = _reflection.GeneratedProtocolMessageType( + "RemoveRemoteClusterResponse", + (_message.Message,), + { + "DESCRIPTOR": _REMOVEREMOTECLUSTERRESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.RemoveRemoteClusterResponse) + }, +) +_sym_db.RegisterMessage(RemoveRemoteClusterResponse) + +DescribeClusterRequest = _reflection.GeneratedProtocolMessageType( + "DescribeClusterRequest", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBECLUSTERREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DescribeClusterRequest) + }, +) +_sym_db.RegisterMessage(DescribeClusterRequest) + +DescribeClusterResponse = _reflection.GeneratedProtocolMessageType( + "DescribeClusterResponse", + (_message.Message,), + { + "SupportedClientsEntry": _reflection.GeneratedProtocolMessageType( + "SupportedClientsEntry", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBECLUSTERRESPONSE_SUPPORTEDCLIENTSENTRY, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DescribeClusterResponse.SupportedClientsEntry) + }, + ), + "DESCRIPTOR": _DESCRIBECLUSTERRESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.DescribeClusterResponse) + }, +) +_sym_db.RegisterMessage(DescribeClusterResponse) +_sym_db.RegisterMessage(DescribeClusterResponse.SupportedClientsEntry) + +ListClustersRequest = _reflection.GeneratedProtocolMessageType( + "ListClustersRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTCLUSTERSREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListClustersRequest) + }, +) +_sym_db.RegisterMessage(ListClustersRequest) + +ListClustersResponse = _reflection.GeneratedProtocolMessageType( + "ListClustersResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTCLUSTERSRESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListClustersResponse) + }, +) +_sym_db.RegisterMessage(ListClustersResponse) + +ListClusterMembersRequest = _reflection.GeneratedProtocolMessageType( + "ListClusterMembersRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTCLUSTERMEMBERSREQUEST, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListClusterMembersRequest) + }, +) +_sym_db.RegisterMessage(ListClusterMembersRequest) + +ListClusterMembersResponse = _reflection.GeneratedProtocolMessageType( + "ListClusterMembersResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTCLUSTERMEMBERSRESPONSE, + "__module__": "temporal.api.operatorservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.operatorservice.v1.ListClusterMembersResponse) + }, +) +_sym_db.RegisterMessage(ListClusterMembersResponse) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/operatorservice/v1/service_pb2.py b/temporalio/api/operatorservice/v1/service_pb2.py index 8034b18d9..289c80111 100644 --- a/temporalio/api/operatorservice/v1/service_pb2.py +++ b/temporalio/api/operatorservice/v1/service_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -20,10 +21,8 @@ b'\n-temporal/api/operatorservice/v1/service.proto\x12\x1ftemporal.api.operatorservice.v1\x1a\x36temporal/api/operatorservice/v1/request_response.proto2\x9d\x08\n\x0fOperatorService\x12\x92\x01\n\x13\x41\x64\x64SearchAttributes\x12;.temporal.api.operatorservice.v1.AddSearchAttributesRequest\x1a<.temporal.api.operatorservice.v1.AddSearchAttributesResponse"\x00\x12\x9b\x01\n\x16RemoveSearchAttributes\x12>.temporal.api.operatorservice.v1.RemoveSearchAttributesRequest\x1a?.temporal.api.operatorservice.v1.RemoveSearchAttributesResponse"\x00\x12\x95\x01\n\x14ListSearchAttributes\x12<.temporal.api.operatorservice.v1.ListSearchAttributesRequest\x1a=.temporal.api.operatorservice.v1.ListSearchAttributesResponse"\x00\x12\x86\x01\n\x0f\x44\x65leteNamespace\x12\x37.temporal.api.operatorservice.v1.DeleteNamespaceRequest\x1a\x38.temporal.api.operatorservice.v1.DeleteNamespaceResponse"\x00\x12\xa1\x01\n\x18\x41\x64\x64OrUpdateRemoteCluster\x12@.temporal.api.operatorservice.v1.AddOrUpdateRemoteClusterRequest\x1a\x41.temporal.api.operatorservice.v1.AddOrUpdateRemoteClusterResponse"\x00\x12\x92\x01\n\x13RemoveRemoteCluster\x12;.temporal.api.operatorservice.v1.RemoveRemoteClusterRequest\x1a<.temporal.api.operatorservice.v1.RemoveRemoteClusterResponse"\x00\x12}\n\x0cListClusters\x12\x34.temporal.api.operatorservice.v1.ListClustersRequest\x1a\x35.temporal.api.operatorservice.v1.ListClustersResponse"\x00\x42\xb2\x01\n"io.temporal.api.operatorservice.v1B\x0cServiceProtoP\x01Z5go.temporal.io/api/operatorservice/v1;operatorservice\xaa\x02\x1fTemporal.Api.OperatorService.V1\xea\x02"Temporal::Api::OperatorService::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.operatorservice.v1.service_pb2", globals() -) + +_OPERATORSERVICE = DESCRIPTOR.services_by_name["OperatorService"] if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/query/v1/message_pb2.py b/temporalio/api/query/v1/message_pb2.py index 54f3c4826..0a6f9a473 100644 --- a/temporalio/api/query/v1/message_pb2.py +++ b/temporalio/api/query/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -26,10 +27,43 @@ b'\n#temporal/api/query/v1/message.proto\x12\x15temporal.api.query.v1\x1a!temporal/api/enums/v1/query.proto\x1a$temporal/api/enums/v1/workflow.proto\x1a$temporal/api/common/v1/message.proto"\x89\x01\n\rWorkflowQuery\x12\x12\n\nquery_type\x18\x01 \x01(\t\x12\x34\n\nquery_args\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12.\n\x06header\x18\x03 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header"\x9b\x01\n\x13WorkflowQueryResult\x12;\n\x0bresult_type\x18\x01 \x01(\x0e\x32&.temporal.api.enums.v1.QueryResultType\x12\x30\n\x06\x61nswer\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x15\n\rerror_message\x18\x03 \x01(\t"O\n\rQueryRejected\x12>\n\x06status\x18\x01 \x01(\x0e\x32..temporal.api.enums.v1.WorkflowExecutionStatusB\x80\x01\n\x18io.temporal.api.query.v1B\x0cMessageProtoP\x01Z!go.temporal.io/api/query/v1;query\xaa\x02\x15Temporal.Api.Query.V1\xea\x02\x18Temporal::Api::Query::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.query.v1.message_pb2", globals() + +_WORKFLOWQUERY = DESCRIPTOR.message_types_by_name["WorkflowQuery"] +_WORKFLOWQUERYRESULT = DESCRIPTOR.message_types_by_name["WorkflowQueryResult"] +_QUERYREJECTED = DESCRIPTOR.message_types_by_name["QueryRejected"] +WorkflowQuery = _reflection.GeneratedProtocolMessageType( + "WorkflowQuery", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWQUERY, + "__module__": "temporal.api.query.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.query.v1.WorkflowQuery) + }, +) +_sym_db.RegisterMessage(WorkflowQuery) + +WorkflowQueryResult = _reflection.GeneratedProtocolMessageType( + "WorkflowQueryResult", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWQUERYRESULT, + "__module__": "temporal.api.query.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.query.v1.WorkflowQueryResult) + }, ) +_sym_db.RegisterMessage(WorkflowQueryResult) + +QueryRejected = _reflection.GeneratedProtocolMessageType( + "QueryRejected", + (_message.Message,), + { + "DESCRIPTOR": _QUERYREJECTED, + "__module__": "temporal.api.query.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.query.v1.QueryRejected) + }, +) +_sym_db.RegisterMessage(QueryRejected) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/replication/v1/message_pb2.py b/temporalio/api/replication/v1/message_pb2.py index 781739a5f..90bb8770a 100644 --- a/temporalio/api/replication/v1/message_pb2.py +++ b/temporalio/api/replication/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -25,10 +26,45 @@ b'\n)temporal/api/replication/v1/message.proto\x12\x1btemporal.api.replication.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!dependencies/gogoproto/gogo.proto\x1a%temporal/api/enums/v1/namespace.proto"0\n\x18\x43lusterReplicationConfig\x12\x14\n\x0c\x63luster_name\x18\x01 \x01(\t"\xba\x01\n\x1aNamespaceReplicationConfig\x12\x1b\n\x13\x61\x63tive_cluster_name\x18\x01 \x01(\t\x12G\n\x08\x63lusters\x18\x02 \x03(\x0b\x32\x35.temporal.api.replication.v1.ClusterReplicationConfig\x12\x36\n\x05state\x18\x03 \x01(\x0e\x32\'.temporal.api.enums.v1.ReplicationState"c\n\x0e\x46\x61iloverStatus\x12\x37\n\rfailover_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x18\n\x10\x66\x61ilover_version\x18\x02 \x01(\x03\x42\x9e\x01\n\x1eio.temporal.api.replication.v1B\x0cMessageProtoP\x01Z-go.temporal.io/api/replication/v1;replication\xaa\x02\x1bTemporal.Api.Replication.V1\xea\x02\x1eTemporal::Api::Replication::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.replication.v1.message_pb2", globals() + +_CLUSTERREPLICATIONCONFIG = DESCRIPTOR.message_types_by_name["ClusterReplicationConfig"] +_NAMESPACEREPLICATIONCONFIG = DESCRIPTOR.message_types_by_name[ + "NamespaceReplicationConfig" +] +_FAILOVERSTATUS = DESCRIPTOR.message_types_by_name["FailoverStatus"] +ClusterReplicationConfig = _reflection.GeneratedProtocolMessageType( + "ClusterReplicationConfig", + (_message.Message,), + { + "DESCRIPTOR": _CLUSTERREPLICATIONCONFIG, + "__module__": "temporal.api.replication.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.replication.v1.ClusterReplicationConfig) + }, +) +_sym_db.RegisterMessage(ClusterReplicationConfig) + +NamespaceReplicationConfig = _reflection.GeneratedProtocolMessageType( + "NamespaceReplicationConfig", + (_message.Message,), + { + "DESCRIPTOR": _NAMESPACEREPLICATIONCONFIG, + "__module__": "temporal.api.replication.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.replication.v1.NamespaceReplicationConfig) + }, ) +_sym_db.RegisterMessage(NamespaceReplicationConfig) + +FailoverStatus = _reflection.GeneratedProtocolMessageType( + "FailoverStatus", + (_message.Message,), + { + "DESCRIPTOR": _FAILOVERSTATUS, + "__module__": "temporal.api.replication.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.replication.v1.FailoverStatus) + }, +) +_sym_db.RegisterMessage(FailoverStatus) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/schedule/v1/message_pb2.py b/temporalio/api/schedule/v1/message_pb2.py index cab2286b7..dc1837ee7 100644 --- a/temporalio/api/schedule/v1/message_pb2.py +++ b/temporalio/api/schedule/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -32,10 +33,177 @@ b'\n&temporal/api/schedule/v1/message.proto\x12\x18temporal.api.schedule.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!dependencies/gogoproto/gogo.proto\x1a$temporal/api/common/v1/message.proto\x1a$temporal/api/enums/v1/schedule.proto\x1a&temporal/api/workflow/v1/message.proto"\x95\x01\n\x0c\x43\x61lendarSpec\x12\x0e\n\x06second\x18\x01 \x01(\t\x12\x0e\n\x06minute\x18\x02 \x01(\t\x12\x0c\n\x04hour\x18\x03 \x01(\t\x12\x14\n\x0c\x64\x61y_of_month\x18\x04 \x01(\t\x12\r\n\x05month\x18\x05 \x01(\t\x12\x0c\n\x04year\x18\x06 \x01(\t\x12\x13\n\x0b\x64\x61y_of_week\x18\x07 \x01(\t\x12\x0f\n\x07\x63omment\x18\x08 \x01(\t"1\n\x05Range\x12\r\n\x05start\x18\x01 \x01(\x05\x12\x0b\n\x03\x65nd\x18\x02 \x01(\x05\x12\x0c\n\x04step\x18\x03 \x01(\x05"\x86\x03\n\x16StructuredCalendarSpec\x12/\n\x06second\x18\x01 \x03(\x0b\x32\x1f.temporal.api.schedule.v1.Range\x12/\n\x06minute\x18\x02 \x03(\x0b\x32\x1f.temporal.api.schedule.v1.Range\x12-\n\x04hour\x18\x03 \x03(\x0b\x32\x1f.temporal.api.schedule.v1.Range\x12\x35\n\x0c\x64\x61y_of_month\x18\x04 \x03(\x0b\x32\x1f.temporal.api.schedule.v1.Range\x12.\n\x05month\x18\x05 \x03(\x0b\x32\x1f.temporal.api.schedule.v1.Range\x12-\n\x04year\x18\x06 \x03(\x0b\x32\x1f.temporal.api.schedule.v1.Range\x12\x34\n\x0b\x64\x61y_of_week\x18\x07 \x03(\x0b\x32\x1f.temporal.api.schedule.v1.Range\x12\x0f\n\x07\x63omment\x18\x08 \x01(\t"q\n\x0cIntervalSpec\x12\x31\n\x08interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12.\n\x05phase\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01"\xcc\x04\n\x0cScheduleSpec\x12M\n\x13structured_calendar\x18\x07 \x03(\x0b\x32\x30.temporal.api.schedule.v1.StructuredCalendarSpec\x12\x13\n\x0b\x63ron_string\x18\x08 \x03(\t\x12\x38\n\x08\x63\x61lendar\x18\x01 \x03(\x0b\x32&.temporal.api.schedule.v1.CalendarSpec\x12\x38\n\x08interval\x18\x02 \x03(\x0b\x32&.temporal.api.schedule.v1.IntervalSpec\x12\x44\n\x10\x65xclude_calendar\x18\x03 \x03(\x0b\x32&.temporal.api.schedule.v1.CalendarSpecB\x02\x18\x01\x12U\n\x1b\x65xclude_structured_calendar\x18\t \x03(\x0b\x32\x30.temporal.api.schedule.v1.StructuredCalendarSpec\x12\x34\n\nstart_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x32\n\x08\x65nd_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12/\n\x06jitter\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x15\n\rtimezone_name\x18\n \x01(\t\x12\x15\n\rtimezone_data\x18\x0b \x01(\x0c"\xab\x01\n\x10SchedulePolicies\x12\x44\n\x0eoverlap_policy\x18\x01 \x01(\x0e\x32,.temporal.api.enums.v1.ScheduleOverlapPolicy\x12\x37\n\x0e\x63\x61tchup_window\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x18\n\x10pause_on_failure\x18\x03 \x01(\x08"h\n\x0eScheduleAction\x12L\n\x0estart_workflow\x18\x01 \x01(\x0b\x32\x32.temporal.api.workflow.v1.NewWorkflowExecutionInfoH\x00\x42\x08\n\x06\x61\x63tion"\xd0\x01\n\x14ScheduleActionResult\x12\x37\n\rschedule_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x35\n\x0b\x61\x63tual_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12H\n\x15start_workflow_result\x18\x0b \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution"b\n\rScheduleState\x12\r\n\x05notes\x18\x01 \x01(\t\x12\x0e\n\x06paused\x18\x02 \x01(\x08\x12\x17\n\x0flimited_actions\x18\x03 \x01(\x08\x12\x19\n\x11remaining_actions\x18\x04 \x01(\x03"a\n\x19TriggerImmediatelyRequest\x12\x44\n\x0eoverlap_policy\x18\x01 \x01(\x0e\x32,.temporal.api.enums.v1.ScheduleOverlapPolicy"\xc1\x01\n\x0f\x42\x61\x63kfillRequest\x12\x34\n\nstart_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x32\n\x08\x65nd_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x44\n\x0eoverlap_policy\x18\x03 \x01(\x0e\x32,.temporal.api.enums.v1.ScheduleOverlapPolicy"\xc6\x01\n\rSchedulePatch\x12P\n\x13trigger_immediately\x18\x01 \x01(\x0b\x32\x33.temporal.api.schedule.v1.TriggerImmediatelyRequest\x12\x43\n\x10\x62\x61\x63kfill_request\x18\x02 \x03(\x0b\x32).temporal.api.schedule.v1.BackfillRequest\x12\r\n\x05pause\x18\x03 \x01(\t\x12\x0f\n\x07unpause\x18\x04 \x01(\t"\xbb\x03\n\x0cScheduleInfo\x12\x14\n\x0c\x61\x63tion_count\x18\x01 \x01(\x03\x12\x1d\n\x15missed_catchup_window\x18\x02 \x01(\x03\x12\x17\n\x0foverlap_skipped\x18\x03 \x01(\x03\x12\x44\n\x11running_workflows\x18\t \x03(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x46\n\x0erecent_actions\x18\x04 \x03(\x0b\x32..temporal.api.schedule.v1.ScheduleActionResult\x12=\n\x13\x66uture_action_times\x18\x05 \x03(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x35\n\x0b\x63reate_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x35\n\x0bupdate_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12"\n\x16invalid_schedule_error\x18\x08 \x01(\tB\x02\x18\x01"\xf0\x01\n\x08Schedule\x12\x34\n\x04spec\x18\x01 \x01(\x0b\x32&.temporal.api.schedule.v1.ScheduleSpec\x12\x38\n\x06\x61\x63tion\x18\x02 \x01(\x0b\x32(.temporal.api.schedule.v1.ScheduleAction\x12<\n\x08policies\x18\x03 \x01(\x0b\x32*.temporal.api.schedule.v1.SchedulePolicies\x12\x36\n\x05state\x18\x04 \x01(\x0b\x32\'.temporal.api.schedule.v1.ScheduleState"\xab\x02\n\x10ScheduleListInfo\x12\x34\n\x04spec\x18\x01 \x01(\x0b\x32&.temporal.api.schedule.v1.ScheduleSpec\x12;\n\rworkflow_type\x18\x02 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\r\n\x05notes\x18\x03 \x01(\t\x12\x0e\n\x06paused\x18\x04 \x01(\x08\x12\x46\n\x0erecent_actions\x18\x05 \x03(\x0b\x32..temporal.api.schedule.v1.ScheduleActionResult\x12=\n\x13\x66uture_action_times\x18\x06 \x03(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01"\xd3\x01\n\x11ScheduleListEntry\x12\x13\n\x0bschedule_id\x18\x01 \x01(\t\x12*\n\x04memo\x18\x02 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x03 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes\x12\x38\n\x04info\x18\x04 \x01(\x0b\x32*.temporal.api.schedule.v1.ScheduleListInfoB\x8f\x01\n\x1bio.temporal.api.schedule.v1B\x0cMessageProtoP\x01Z\'go.temporal.io/api/schedule/v1;schedule\xaa\x02\x18Temporal.Api.Schedule.V1\xea\x02\x1bTemporal::Api::Schedule::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.schedule.v1.message_pb2", globals() + +_CALENDARSPEC = DESCRIPTOR.message_types_by_name["CalendarSpec"] +_INTERVALSPEC = DESCRIPTOR.message_types_by_name["IntervalSpec"] +_SCHEDULESPEC = DESCRIPTOR.message_types_by_name["ScheduleSpec"] +_SCHEDULEPOLICIES = DESCRIPTOR.message_types_by_name["SchedulePolicies"] +_SCHEDULEACTION = DESCRIPTOR.message_types_by_name["ScheduleAction"] +_SCHEDULEACTIONRESULT = DESCRIPTOR.message_types_by_name["ScheduleActionResult"] +_SCHEDULESTATE = DESCRIPTOR.message_types_by_name["ScheduleState"] +_TRIGGERIMMEDIATELYREQUEST = DESCRIPTOR.message_types_by_name[ + "TriggerImmediatelyRequest" +] +_BACKFILLREQUEST = DESCRIPTOR.message_types_by_name["BackfillRequest"] +_SCHEDULEPATCH = DESCRIPTOR.message_types_by_name["SchedulePatch"] +_SCHEDULEINFO = DESCRIPTOR.message_types_by_name["ScheduleInfo"] +_SCHEDULE = DESCRIPTOR.message_types_by_name["Schedule"] +_SCHEDULELISTINFO = DESCRIPTOR.message_types_by_name["ScheduleListInfo"] +_SCHEDULELISTENTRY = DESCRIPTOR.message_types_by_name["ScheduleListEntry"] +CalendarSpec = _reflection.GeneratedProtocolMessageType( + "CalendarSpec", + (_message.Message,), + { + "DESCRIPTOR": _CALENDARSPEC, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.CalendarSpec) + }, +) +_sym_db.RegisterMessage(CalendarSpec) + +IntervalSpec = _reflection.GeneratedProtocolMessageType( + "IntervalSpec", + (_message.Message,), + { + "DESCRIPTOR": _INTERVALSPEC, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.IntervalSpec) + }, +) +_sym_db.RegisterMessage(IntervalSpec) + +ScheduleSpec = _reflection.GeneratedProtocolMessageType( + "ScheduleSpec", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULESPEC, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleSpec) + }, +) +_sym_db.RegisterMessage(ScheduleSpec) + +SchedulePolicies = _reflection.GeneratedProtocolMessageType( + "SchedulePolicies", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULEPOLICIES, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.SchedulePolicies) + }, +) +_sym_db.RegisterMessage(SchedulePolicies) + +ScheduleAction = _reflection.GeneratedProtocolMessageType( + "ScheduleAction", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULEACTION, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleAction) + }, +) +_sym_db.RegisterMessage(ScheduleAction) + +ScheduleActionResult = _reflection.GeneratedProtocolMessageType( + "ScheduleActionResult", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULEACTIONRESULT, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleActionResult) + }, +) +_sym_db.RegisterMessage(ScheduleActionResult) + +ScheduleState = _reflection.GeneratedProtocolMessageType( + "ScheduleState", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULESTATE, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleState) + }, +) +_sym_db.RegisterMessage(ScheduleState) + +TriggerImmediatelyRequest = _reflection.GeneratedProtocolMessageType( + "TriggerImmediatelyRequest", + (_message.Message,), + { + "DESCRIPTOR": _TRIGGERIMMEDIATELYREQUEST, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.TriggerImmediatelyRequest) + }, +) +_sym_db.RegisterMessage(TriggerImmediatelyRequest) + +BackfillRequest = _reflection.GeneratedProtocolMessageType( + "BackfillRequest", + (_message.Message,), + { + "DESCRIPTOR": _BACKFILLREQUEST, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.BackfillRequest) + }, +) +_sym_db.RegisterMessage(BackfillRequest) + +SchedulePatch = _reflection.GeneratedProtocolMessageType( + "SchedulePatch", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULEPATCH, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.SchedulePatch) + }, +) +_sym_db.RegisterMessage(SchedulePatch) + +ScheduleInfo = _reflection.GeneratedProtocolMessageType( + "ScheduleInfo", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULEINFO, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleInfo) + }, ) +_sym_db.RegisterMessage(ScheduleInfo) + +Schedule = _reflection.GeneratedProtocolMessageType( + "Schedule", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULE, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.Schedule) + }, +) +_sym_db.RegisterMessage(Schedule) + +ScheduleListInfo = _reflection.GeneratedProtocolMessageType( + "ScheduleListInfo", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULELISTINFO, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleListInfo) + }, +) +_sym_db.RegisterMessage(ScheduleListInfo) + +ScheduleListEntry = _reflection.GeneratedProtocolMessageType( + "ScheduleListEntry", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULELISTENTRY, + "__module__": "temporal.api.schedule.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.schedule.v1.ScheduleListEntry) + }, +) +_sym_db.RegisterMessage(ScheduleListEntry) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/taskqueue/v1/message_pb2.py b/temporalio/api/taskqueue/v1/message_pb2.py index 6bc607e23..95410908b 100644 --- a/temporalio/api/taskqueue/v1/message_pb2.py +++ b/temporalio/api/taskqueue/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -27,10 +28,119 @@ b'\n\'temporal/api/taskqueue/v1/message.proto\x12\x19temporal.api.taskqueue.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a!dependencies/gogoproto/gogo.proto\x1a&temporal/api/enums/v1/task_queue.proto"M\n\tTaskQueue\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x32\n\x04kind\x18\x02 \x01(\x0e\x32$.temporal.api.enums.v1.TaskQueueKind"O\n\x11TaskQueueMetadata\x12:\n\x14max_tasks_per_second\x18\x01 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue"\xac\x01\n\x0fTaskQueueStatus\x12\x1a\n\x12\x62\x61\x63klog_count_hint\x18\x01 \x01(\x03\x12\x12\n\nread_level\x18\x02 \x01(\x03\x12\x11\n\tack_level\x18\x03 \x01(\x03\x12\x17\n\x0frate_per_second\x18\x04 \x01(\x01\x12=\n\rtask_id_block\x18\x05 \x01(\x0b\x32&.temporal.api.taskqueue.v1.TaskIdBlock"/\n\x0bTaskIdBlock\x12\x10\n\x08start_id\x18\x01 \x01(\x03\x12\x0e\n\x06\x65nd_id\x18\x02 \x01(\x03"B\n\x1aTaskQueuePartitionMetadata\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x17\n\x0fowner_host_name\x18\x02 \x01(\t"\xb7\x01\n\nPollerInfo\x12:\n\x10last_access_time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x10\n\x08identity\x18\x02 \x01(\t\x12\x17\n\x0frate_per_second\x18\x03 \x01(\x01\x12\x42\n\x14worker_versioning_id\x18\x04 \x01(\x0b\x32$.temporal.api.taskqueue.v1.VersionId"\xa0\x01\n\x19StickyExecutionAttributes\x12?\n\x11worker_task_queue\x18\x01 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12\x42\n\x19schedule_to_start_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01"\xd6\x01\n\rVersionIdNode\x12\x35\n\x07version\x18\x01 \x01(\x0b\x32$.temporal.api.taskqueue.v1.VersionId\x12\x45\n\x13previous_compatible\x18\x02 \x01(\x0b\x32(.temporal.api.taskqueue.v1.VersionIdNode\x12G\n\x15previous_incompatible\x18\x03 \x01(\x0b\x32(.temporal.api.taskqueue.v1.VersionIdNode"$\n\tVersionId\x12\x17\n\x0fworker_build_id\x18\x01 \x01(\tB\x94\x01\n\x1cio.temporal.api.taskqueue.v1B\x0cMessageProtoP\x01Z)go.temporal.io/api/taskqueue/v1;taskqueue\xaa\x02\x19Temporal.Api.TaskQueue.V1\xea\x02\x1cTemporal::Api::TaskQueue::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.taskqueue.v1.message_pb2", globals() + +_TASKQUEUE = DESCRIPTOR.message_types_by_name["TaskQueue"] +_TASKQUEUEMETADATA = DESCRIPTOR.message_types_by_name["TaskQueueMetadata"] +_TASKQUEUESTATUS = DESCRIPTOR.message_types_by_name["TaskQueueStatus"] +_TASKIDBLOCK = DESCRIPTOR.message_types_by_name["TaskIdBlock"] +_TASKQUEUEPARTITIONMETADATA = DESCRIPTOR.message_types_by_name[ + "TaskQueuePartitionMetadata" +] +_POLLERINFO = DESCRIPTOR.message_types_by_name["PollerInfo"] +_STICKYEXECUTIONATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "StickyExecutionAttributes" +] +_VERSIONIDNODE = DESCRIPTOR.message_types_by_name["VersionIdNode"] +_VERSIONID = DESCRIPTOR.message_types_by_name["VersionId"] +TaskQueue = _reflection.GeneratedProtocolMessageType( + "TaskQueue", + (_message.Message,), + { + "DESCRIPTOR": _TASKQUEUE, + "__module__": "temporal.api.taskqueue.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueue) + }, +) +_sym_db.RegisterMessage(TaskQueue) + +TaskQueueMetadata = _reflection.GeneratedProtocolMessageType( + "TaskQueueMetadata", + (_message.Message,), + { + "DESCRIPTOR": _TASKQUEUEMETADATA, + "__module__": "temporal.api.taskqueue.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueMetadata) + }, +) +_sym_db.RegisterMessage(TaskQueueMetadata) + +TaskQueueStatus = _reflection.GeneratedProtocolMessageType( + "TaskQueueStatus", + (_message.Message,), + { + "DESCRIPTOR": _TASKQUEUESTATUS, + "__module__": "temporal.api.taskqueue.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueueStatus) + }, +) +_sym_db.RegisterMessage(TaskQueueStatus) + +TaskIdBlock = _reflection.GeneratedProtocolMessageType( + "TaskIdBlock", + (_message.Message,), + { + "DESCRIPTOR": _TASKIDBLOCK, + "__module__": "temporal.api.taskqueue.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskIdBlock) + }, +) +_sym_db.RegisterMessage(TaskIdBlock) + +TaskQueuePartitionMetadata = _reflection.GeneratedProtocolMessageType( + "TaskQueuePartitionMetadata", + (_message.Message,), + { + "DESCRIPTOR": _TASKQUEUEPARTITIONMETADATA, + "__module__": "temporal.api.taskqueue.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.TaskQueuePartitionMetadata) + }, ) +_sym_db.RegisterMessage(TaskQueuePartitionMetadata) + +PollerInfo = _reflection.GeneratedProtocolMessageType( + "PollerInfo", + (_message.Message,), + { + "DESCRIPTOR": _POLLERINFO, + "__module__": "temporal.api.taskqueue.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.PollerInfo) + }, +) +_sym_db.RegisterMessage(PollerInfo) + +StickyExecutionAttributes = _reflection.GeneratedProtocolMessageType( + "StickyExecutionAttributes", + (_message.Message,), + { + "DESCRIPTOR": _STICKYEXECUTIONATTRIBUTES, + "__module__": "temporal.api.taskqueue.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.StickyExecutionAttributes) + }, +) +_sym_db.RegisterMessage(StickyExecutionAttributes) + +VersionIdNode = _reflection.GeneratedProtocolMessageType( + "VersionIdNode", + (_message.Message,), + { + "DESCRIPTOR": _VERSIONIDNODE, + "__module__": "temporal.api.taskqueue.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.VersionIdNode) + }, +) +_sym_db.RegisterMessage(VersionIdNode) + +VersionId = _reflection.GeneratedProtocolMessageType( + "VersionId", + (_message.Message,), + { + "DESCRIPTOR": _VERSIONID, + "__module__": "temporal.api.taskqueue.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.taskqueue.v1.VersionId) + }, +) +_sym_db.RegisterMessage(VersionId) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/testservice/v1/__init__.py b/temporalio/api/testservice/v1/__init__.py index 8539030d3..c995a30f7 100644 --- a/temporalio/api/testservice/v1/__init__.py +++ b/temporalio/api/testservice/v1/__init__.py @@ -24,6 +24,7 @@ try: import grpc + from .service_pb2_grpc import TestService # type: ignore from .service_pb2_grpc import ( TestServiceServicer, TestServiceStub, @@ -31,7 +32,12 @@ ) __all__.extend( - ["TestServiceServicer", "TestServiceStub", "add_TestServiceServicer_to_server"] + [ + "TestService", + "TestServiceServicer", + "TestServiceStub", + "add_TestServiceServicer_to_server", + ] ) except ImportError: pass diff --git a/temporalio/api/testservice/v1/request_response_pb2.py b/temporalio/api/testservice/v1/request_response_pb2.py index 47fab1909..d527364f5 100644 --- a/temporalio/api/testservice/v1/request_response_pb2.py +++ b/temporalio/api/testservice/v1/request_response_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -23,10 +24,107 @@ b'\n2temporal/api/testservice/v1/request_response.proto\x12\x1btemporal.api.testservice.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!dependencies/gogoproto/gogo.proto"\x19\n\x17LockTimeSkippingRequest"\x1a\n\x18LockTimeSkippingResponse"\x1b\n\x19UnlockTimeSkippingRequest"\x1c\n\x1aUnlockTimeSkippingResponse"H\n\x11SleepUntilRequest\x12\x33\n\ttimestamp\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01"A\n\x0cSleepRequest\x12\x31\n\x08\x64uration\x18\x01 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01"\x0f\n\rSleepResponse"H\n\x16GetCurrentTimeResponse\x12.\n\x04time\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x42\xa6\x01\n\x1eio.temporal.api.testservice.v1B\x14RequestResponseProtoP\x01Z-go.temporal.io/api/testservice/v1;testservice\xaa\x02\x1bTemporal.Api.TestService.V1\xea\x02\x1eTemporal::Api::TestService::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.testservice.v1.request_response_pb2", globals() + +_LOCKTIMESKIPPINGREQUEST = DESCRIPTOR.message_types_by_name["LockTimeSkippingRequest"] +_LOCKTIMESKIPPINGRESPONSE = DESCRIPTOR.message_types_by_name["LockTimeSkippingResponse"] +_UNLOCKTIMESKIPPINGREQUEST = DESCRIPTOR.message_types_by_name[ + "UnlockTimeSkippingRequest" +] +_UNLOCKTIMESKIPPINGRESPONSE = DESCRIPTOR.message_types_by_name[ + "UnlockTimeSkippingResponse" +] +_SLEEPUNTILREQUEST = DESCRIPTOR.message_types_by_name["SleepUntilRequest"] +_SLEEPREQUEST = DESCRIPTOR.message_types_by_name["SleepRequest"] +_SLEEPRESPONSE = DESCRIPTOR.message_types_by_name["SleepResponse"] +_GETCURRENTTIMERESPONSE = DESCRIPTOR.message_types_by_name["GetCurrentTimeResponse"] +LockTimeSkippingRequest = _reflection.GeneratedProtocolMessageType( + "LockTimeSkippingRequest", + (_message.Message,), + { + "DESCRIPTOR": _LOCKTIMESKIPPINGREQUEST, + "__module__": "temporal.api.testservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.LockTimeSkippingRequest) + }, +) +_sym_db.RegisterMessage(LockTimeSkippingRequest) + +LockTimeSkippingResponse = _reflection.GeneratedProtocolMessageType( + "LockTimeSkippingResponse", + (_message.Message,), + { + "DESCRIPTOR": _LOCKTIMESKIPPINGRESPONSE, + "__module__": "temporal.api.testservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.LockTimeSkippingResponse) + }, +) +_sym_db.RegisterMessage(LockTimeSkippingResponse) + +UnlockTimeSkippingRequest = _reflection.GeneratedProtocolMessageType( + "UnlockTimeSkippingRequest", + (_message.Message,), + { + "DESCRIPTOR": _UNLOCKTIMESKIPPINGREQUEST, + "__module__": "temporal.api.testservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.UnlockTimeSkippingRequest) + }, +) +_sym_db.RegisterMessage(UnlockTimeSkippingRequest) + +UnlockTimeSkippingResponse = _reflection.GeneratedProtocolMessageType( + "UnlockTimeSkippingResponse", + (_message.Message,), + { + "DESCRIPTOR": _UNLOCKTIMESKIPPINGRESPONSE, + "__module__": "temporal.api.testservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.UnlockTimeSkippingResponse) + }, +) +_sym_db.RegisterMessage(UnlockTimeSkippingResponse) + +SleepUntilRequest = _reflection.GeneratedProtocolMessageType( + "SleepUntilRequest", + (_message.Message,), + { + "DESCRIPTOR": _SLEEPUNTILREQUEST, + "__module__": "temporal.api.testservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.SleepUntilRequest) + }, +) +_sym_db.RegisterMessage(SleepUntilRequest) + +SleepRequest = _reflection.GeneratedProtocolMessageType( + "SleepRequest", + (_message.Message,), + { + "DESCRIPTOR": _SLEEPREQUEST, + "__module__": "temporal.api.testservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.SleepRequest) + }, +) +_sym_db.RegisterMessage(SleepRequest) + +SleepResponse = _reflection.GeneratedProtocolMessageType( + "SleepResponse", + (_message.Message,), + { + "DESCRIPTOR": _SLEEPRESPONSE, + "__module__": "temporal.api.testservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.SleepResponse) + }, +) +_sym_db.RegisterMessage(SleepResponse) + +GetCurrentTimeResponse = _reflection.GeneratedProtocolMessageType( + "GetCurrentTimeResponse", + (_message.Message,), + { + "DESCRIPTOR": _GETCURRENTTIMERESPONSE, + "__module__": "temporal.api.testservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.testservice.v1.GetCurrentTimeResponse) + }, ) +_sym_db.RegisterMessage(GetCurrentTimeResponse) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/testservice/v1/service_pb2.py b/temporalio/api/testservice/v1/service_pb2.py index 40e8dba33..e77cceea7 100644 --- a/temporalio/api/testservice/v1/service_pb2.py +++ b/temporalio/api/testservice/v1/service_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -22,10 +23,8 @@ b'\n)temporal/api/testservice/v1/service.proto\x12\x1btemporal.api.testservice.v1\x1a\x32temporal/api/testservice/v1/request_response.proto\x1a\x1bgoogle/protobuf/empty.proto2\xc2\x05\n\x0bTestService\x12\x81\x01\n\x10LockTimeSkipping\x12\x34.temporal.api.testservice.v1.LockTimeSkippingRequest\x1a\x35.temporal.api.testservice.v1.LockTimeSkippingResponse"\x00\x12\x87\x01\n\x12UnlockTimeSkipping\x12\x36.temporal.api.testservice.v1.UnlockTimeSkippingRequest\x1a\x37.temporal.api.testservice.v1.UnlockTimeSkippingResponse"\x00\x12`\n\x05Sleep\x12).temporal.api.testservice.v1.SleepRequest\x1a*.temporal.api.testservice.v1.SleepResponse"\x00\x12j\n\nSleepUntil\x12..temporal.api.testservice.v1.SleepUntilRequest\x1a*.temporal.api.testservice.v1.SleepResponse"\x00\x12v\n\x1bUnlockTimeSkippingWithSleep\x12).temporal.api.testservice.v1.SleepRequest\x1a*.temporal.api.testservice.v1.SleepResponse"\x00\x12_\n\x0eGetCurrentTime\x12\x16.google.protobuf.Empty\x1a\x33.temporal.api.testservice.v1.GetCurrentTimeResponse"\x00\x42\x9e\x01\n\x1eio.temporal.api.testservice.v1B\x0cServiceProtoP\x01Z-go.temporal.io/api/testservice/v1;testservice\xaa\x02\x1bTemporal.Api.TestService.V1\xea\x02\x1eTemporal::Api::TestService::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.testservice.v1.service_pb2", globals() -) + +_TESTSERVICE = DESCRIPTOR.services_by_name["TestService"] if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/update/v1/message_pb2.py b/temporalio/api/update/v1/message_pb2.py index 204ce9b14..39e48af5f 100644 --- a/temporalio/api/update/v1/message_pb2.py +++ b/temporalio/api/update/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -20,10 +21,19 @@ b'\n$temporal/api/update/v1/message.proto\x12\x16temporal.api.update.v1\x1a$temporal/api/common/v1/message.proto"~\n\x0eWorkflowUpdate\x12.\n\x06header\x18\x01 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12\x0c\n\x04name\x18\x02 \x01(\t\x12.\n\x04\x61rgs\x18\x03 \x01(\x0b\x32 .temporal.api.common.v1.PayloadsB\x85\x01\n\x19io.temporal.api.update.v1B\x0cMessageProtoP\x01Z#go.temporal.io/api/update/v1;update\xaa\x02\x16Temporal.Api.Update.V1\xea\x02\x19Temporal::Api::Update::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.update.v1.message_pb2", globals() + +_WORKFLOWUPDATE = DESCRIPTOR.message_types_by_name["WorkflowUpdate"] +WorkflowUpdate = _reflection.GeneratedProtocolMessageType( + "WorkflowUpdate", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWUPDATE, + "__module__": "temporal.api.update.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.update.v1.WorkflowUpdate) + }, ) +_sym_db.RegisterMessage(WorkflowUpdate) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/version/v1/message_pb2.py b/temporalio/api/version/v1/message_pb2.py index 65269e0da..917925e9f 100644 --- a/temporalio/api/version/v1/message_pb2.py +++ b/temporalio/api/version/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -25,10 +26,43 @@ b'\n%temporal/api/version/v1/message.proto\x12\x17temporal.api.version.v1\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!dependencies/gogoproto/gogo.proto\x1a"temporal/api/enums/v1/common.proto"e\n\x0bReleaseInfo\x12\x0f\n\x07version\x18\x01 \x01(\t\x12\x36\n\x0crelease_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\r\n\x05notes\x18\x03 \x01(\t"K\n\x05\x41lert\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x31\n\x08severity\x18\x02 \x01(\x0e\x32\x1f.temporal.api.enums.v1.Severity"\x81\x02\n\x0bVersionInfo\x12\x35\n\x07\x63urrent\x18\x01 \x01(\x0b\x32$.temporal.api.version.v1.ReleaseInfo\x12\x39\n\x0brecommended\x18\x02 \x01(\x0b\x32$.temporal.api.version.v1.ReleaseInfo\x12\x14\n\x0cinstructions\x18\x03 \x01(\t\x12.\n\x06\x61lerts\x18\x04 \x03(\x0b\x32\x1e.temporal.api.version.v1.Alert\x12:\n\x10last_update_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x42\x8a\x01\n\x1aio.temporal.api.version.v1B\x0cMessageProtoP\x01Z%go.temporal.io/api/version/v1;version\xaa\x02\x17Temporal.Api.Version.V1\xea\x02\x1aTemporal::Api::Version::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.version.v1.message_pb2", globals() + +_RELEASEINFO = DESCRIPTOR.message_types_by_name["ReleaseInfo"] +_ALERT = DESCRIPTOR.message_types_by_name["Alert"] +_VERSIONINFO = DESCRIPTOR.message_types_by_name["VersionInfo"] +ReleaseInfo = _reflection.GeneratedProtocolMessageType( + "ReleaseInfo", + (_message.Message,), + { + "DESCRIPTOR": _RELEASEINFO, + "__module__": "temporal.api.version.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.version.v1.ReleaseInfo) + }, +) +_sym_db.RegisterMessage(ReleaseInfo) + +Alert = _reflection.GeneratedProtocolMessageType( + "Alert", + (_message.Message,), + { + "DESCRIPTOR": _ALERT, + "__module__": "temporal.api.version.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.version.v1.Alert) + }, ) +_sym_db.RegisterMessage(Alert) + +VersionInfo = _reflection.GeneratedProtocolMessageType( + "VersionInfo", + (_message.Message,), + { + "DESCRIPTOR": _VERSIONINFO, + "__module__": "temporal.api.version.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.version.v1.VersionInfo) + }, +) +_sym_db.RegisterMessage(VersionInfo) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/workflow/v1/message_pb2.py b/temporalio/api/workflow/v1/message_pb2.py index 603a5476d..df9bb8b34 100644 --- a/temporalio/api/workflow/v1/message_pb2.py +++ b/temporalio/api/workflow/v1/message_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -35,10 +36,105 @@ b'\n&temporal/api/workflow/v1/message.proto\x12\x18temporal.api.workflow.v1\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!dependencies/gogoproto/gogo.proto\x1a$temporal/api/enums/v1/workflow.proto\x1a$temporal/api/common/v1/message.proto\x1a%temporal/api/failure/v1/message.proto\x1a\'temporal/api/taskqueue/v1/message.proto"\xec\x05\n\x15WorkflowExecutionInfo\x12<\n\texecution\x18\x01 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x32\n\x04type\x18\x02 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x34\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x34\n\nclose_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12>\n\x06status\x18\x05 \x01(\x0e\x32..temporal.api.enums.v1.WorkflowExecutionStatus\x12\x16\n\x0ehistory_length\x18\x06 \x01(\x03\x12\x1b\n\x13parent_namespace_id\x18\x07 \x01(\t\x12\x43\n\x10parent_execution\x18\x08 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x38\n\x0e\x65xecution_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12*\n\x04memo\x18\n \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x0b \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes\x12@\n\x11\x61uto_reset_points\x18\x0c \x01(\x0b\x32%.temporal.api.workflow.v1.ResetPoints\x12\x12\n\ntask_queue\x18\r \x01(\t\x12\x1e\n\x16state_transition_count\x18\x0e \x01(\x03\x12\x1a\n\x12history_size_bytes\x18\x0f \x01(\x03"\x9f\x02\n\x17WorkflowExecutionConfig\x12\x38\n\ntask_queue\x18\x01 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12\x43\n\x1aworkflow_execution_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12=\n\x14workflow_run_timeout\x18\x03 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x46\n\x1d\x64\x65\x66\x61ult_workflow_task_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01"\xd2\x04\n\x13PendingActivityInfo\x12\x13\n\x0b\x61\x63tivity_id\x18\x01 \x01(\t\x12;\n\ractivity_type\x18\x02 \x01(\x0b\x32$.temporal.api.common.v1.ActivityType\x12:\n\x05state\x18\x03 \x01(\x0e\x32+.temporal.api.enums.v1.PendingActivityState\x12;\n\x11heartbeat_details\x18\x04 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12=\n\x13last_heartbeat_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12;\n\x11last_started_time\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x0f\n\x07\x61ttempt\x18\x07 \x01(\x05\x12\x18\n\x10maximum_attempts\x18\x08 \x01(\x05\x12\x38\n\x0escheduled_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x39\n\x0f\x65xpiration_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x36\n\x0clast_failure\x18\x0b \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12\x1c\n\x14last_worker_identity\x18\x0c \x01(\t"\xb9\x01\n\x19PendingChildExecutionInfo\x12\x13\n\x0bworkflow_id\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12\x1a\n\x12workflow_type_name\x18\x03 \x01(\t\x12\x14\n\x0cinitiated_id\x18\x04 \x01(\x03\x12\x45\n\x13parent_close_policy\x18\x05 \x01(\x0e\x32(.temporal.api.enums.v1.ParentClosePolicy"\x9f\x02\n\x17PendingWorkflowTaskInfo\x12>\n\x05state\x18\x01 \x01(\x0e\x32/.temporal.api.enums.v1.PendingWorkflowTaskState\x12\x38\n\x0escheduled_time\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x41\n\x17original_scheduled_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x36\n\x0cstarted_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x0f\n\x07\x61ttempt\x18\x05 \x01(\x05"G\n\x0bResetPoints\x12\x38\n\x06points\x18\x01 \x03(\x0b\x32(.temporal.api.workflow.v1.ResetPointInfo"\xe5\x01\n\x0eResetPointInfo\x12\x17\n\x0f\x62inary_checksum\x18\x01 \x01(\t\x12\x0e\n\x06run_id\x18\x02 \x01(\t\x12(\n first_workflow_task_completed_id\x18\x03 \x01(\x03\x12\x35\n\x0b\x63reate_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x35\n\x0b\x65xpire_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x12\n\nresettable\x18\x06 \x01(\x08"\xde\x05\n\x18NewWorkflowExecutionInfo\x12\x13\n\x0bworkflow_id\x18\x01 \x01(\t\x12;\n\rworkflow_type\x18\x02 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x38\n\ntask_queue\x18\x03 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12/\n\x05input\x18\x04 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x43\n\x1aworkflow_execution_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12=\n\x14workflow_run_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12>\n\x15workflow_task_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12N\n\x18workflow_id_reuse_policy\x18\x08 \x01(\x0e\x32,.temporal.api.enums.v1.WorkflowIdReusePolicy\x12\x39\n\x0cretry_policy\x18\t \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x15\n\rcron_schedule\x18\n \x01(\t\x12*\n\x04memo\x18\x0b \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x0c \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes\x12.\n\x06header\x18\r \x01(\x0b\x32\x1e.temporal.api.common.v1.HeaderB\x8f\x01\n\x1bio.temporal.api.workflow.v1B\x0cMessageProtoP\x01Z\'go.temporal.io/api/workflow/v1;workflow\xaa\x02\x18Temporal.Api.Workflow.V1\xea\x02\x1bTemporal::Api::Workflow::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.workflow.v1.message_pb2", globals() + +_WORKFLOWEXECUTIONINFO = DESCRIPTOR.message_types_by_name["WorkflowExecutionInfo"] +_WORKFLOWEXECUTIONCONFIG = DESCRIPTOR.message_types_by_name["WorkflowExecutionConfig"] +_PENDINGACTIVITYINFO = DESCRIPTOR.message_types_by_name["PendingActivityInfo"] +_PENDINGCHILDEXECUTIONINFO = DESCRIPTOR.message_types_by_name[ + "PendingChildExecutionInfo" +] +_PENDINGWORKFLOWTASKINFO = DESCRIPTOR.message_types_by_name["PendingWorkflowTaskInfo"] +_RESETPOINTS = DESCRIPTOR.message_types_by_name["ResetPoints"] +_RESETPOINTINFO = DESCRIPTOR.message_types_by_name["ResetPointInfo"] +_NEWWORKFLOWEXECUTIONINFO = DESCRIPTOR.message_types_by_name["NewWorkflowExecutionInfo"] +WorkflowExecutionInfo = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionInfo", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONINFO, + "__module__": "temporal.api.workflow.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.WorkflowExecutionInfo) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionInfo) + +WorkflowExecutionConfig = _reflection.GeneratedProtocolMessageType( + "WorkflowExecutionConfig", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWEXECUTIONCONFIG, + "__module__": "temporal.api.workflow.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.WorkflowExecutionConfig) + }, +) +_sym_db.RegisterMessage(WorkflowExecutionConfig) + +PendingActivityInfo = _reflection.GeneratedProtocolMessageType( + "PendingActivityInfo", + (_message.Message,), + { + "DESCRIPTOR": _PENDINGACTIVITYINFO, + "__module__": "temporal.api.workflow.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingActivityInfo) + }, +) +_sym_db.RegisterMessage(PendingActivityInfo) + +PendingChildExecutionInfo = _reflection.GeneratedProtocolMessageType( + "PendingChildExecutionInfo", + (_message.Message,), + { + "DESCRIPTOR": _PENDINGCHILDEXECUTIONINFO, + "__module__": "temporal.api.workflow.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingChildExecutionInfo) + }, +) +_sym_db.RegisterMessage(PendingChildExecutionInfo) + +PendingWorkflowTaskInfo = _reflection.GeneratedProtocolMessageType( + "PendingWorkflowTaskInfo", + (_message.Message,), + { + "DESCRIPTOR": _PENDINGWORKFLOWTASKINFO, + "__module__": "temporal.api.workflow.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.PendingWorkflowTaskInfo) + }, +) +_sym_db.RegisterMessage(PendingWorkflowTaskInfo) + +ResetPoints = _reflection.GeneratedProtocolMessageType( + "ResetPoints", + (_message.Message,), + { + "DESCRIPTOR": _RESETPOINTS, + "__module__": "temporal.api.workflow.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.ResetPoints) + }, +) +_sym_db.RegisterMessage(ResetPoints) + +ResetPointInfo = _reflection.GeneratedProtocolMessageType( + "ResetPointInfo", + (_message.Message,), + { + "DESCRIPTOR": _RESETPOINTINFO, + "__module__": "temporal.api.workflow.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.ResetPointInfo) + }, +) +_sym_db.RegisterMessage(ResetPointInfo) + +NewWorkflowExecutionInfo = _reflection.GeneratedProtocolMessageType( + "NewWorkflowExecutionInfo", + (_message.Message,), + { + "DESCRIPTOR": _NEWWORKFLOWEXECUTIONINFO, + "__module__": "temporal.api.workflow.v1.message_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflow.v1.NewWorkflowExecutionInfo) + }, ) +_sym_db.RegisterMessage(NewWorkflowExecutionInfo) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/workflowservice/v1/__init__.py b/temporalio/api/workflowservice/v1/__init__.py index 4beec4db9..1d02a1310 100644 --- a/temporalio/api/workflowservice/v1/__init__.py +++ b/temporalio/api/workflowservice/v1/__init__.py @@ -228,6 +228,7 @@ try: import grpc + from .service_pb2_grpc import WorkflowService # type: ignore from .service_pb2_grpc import ( WorkflowServiceServicer, WorkflowServiceStub, @@ -236,6 +237,7 @@ __all__.extend( [ + "WorkflowService", "WorkflowServiceServicer", "WorkflowServiceStub", "add_WorkflowServiceServicer_to_server", diff --git a/temporalio/api/workflowservice/v1/request_response_pb2.py b/temporalio/api/workflowservice/v1/request_response_pb2.py index c075da7d1..2c723797e 100644 --- a/temporalio/api/workflowservice/v1/request_response_pb2.py +++ b/temporalio/api/workflowservice/v1/request_response_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -92,10 +93,1543 @@ b'\n6temporal/api/workflowservice/v1/request_response.proto\x12\x1ftemporal.api.workflowservice.v1\x1a+temporal/api/enums/v1/batch_operation.proto\x1a$temporal/api/enums/v1/workflow.proto\x1a%temporal/api/enums/v1/namespace.proto\x1a(temporal/api/enums/v1/failed_cause.proto\x1a"temporal/api/enums/v1/common.proto\x1a!temporal/api/enums/v1/query.proto\x1a!temporal/api/enums/v1/reset.proto\x1a&temporal/api/enums/v1/task_queue.proto\x1a"temporal/api/enums/v1/update.proto\x1a$temporal/api/common/v1/message.proto\x1a%temporal/api/history/v1/message.proto\x1a&temporal/api/workflow/v1/message.proto\x1a%temporal/api/command/v1/message.proto\x1a%temporal/api/failure/v1/message.proto\x1a$temporal/api/filter/v1/message.proto\x1a\'temporal/api/namespace/v1/message.proto\x1a#temporal/api/query/v1/message.proto\x1a)temporal/api/replication/v1/message.proto\x1a&temporal/api/schedule/v1/message.proto\x1a\'temporal/api/taskqueue/v1/message.proto\x1a$temporal/api/update/v1/message.proto\x1a%temporal/api/version/v1/message.proto\x1a#temporal/api/batch/v1/message.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a!dependencies/gogoproto/gogo.proto"\x8e\x05\n\x18RegisterNamespaceRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x13\n\x0bowner_email\x18\x03 \x01(\t\x12L\n#workflow_execution_retention_period\x18\x04 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12G\n\x08\x63lusters\x18\x05 \x03(\x0b\x32\x35.temporal.api.replication.v1.ClusterReplicationConfig\x12\x1b\n\x13\x61\x63tive_cluster_name\x18\x06 \x01(\t\x12Q\n\x04\x64\x61ta\x18\x07 \x03(\x0b\x32\x43.temporal.api.workflowservice.v1.RegisterNamespaceRequest.DataEntry\x12\x16\n\x0esecurity_token\x18\x08 \x01(\t\x12\x1b\n\x13is_global_namespace\x18\t \x01(\x08\x12\x44\n\x16history_archival_state\x18\n \x01(\x0e\x32$.temporal.api.enums.v1.ArchivalState\x12\x1c\n\x14history_archival_uri\x18\x0b \x01(\t\x12G\n\x19visibility_archival_state\x18\x0c \x01(\x0e\x32$.temporal.api.enums.v1.ArchivalState\x12\x1f\n\x17visibility_archival_uri\x18\r \x01(\t\x1a+\n\tDataEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01"\x1b\n\x19RegisterNamespaceResponse"\x89\x01\n\x15ListNamespacesRequest\x12\x11\n\tpage_size\x18\x01 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c\x12\x44\n\x10namespace_filter\x18\x03 \x01(\x0b\x32*.temporal.api.namespace.v1.NamespaceFilter"\x81\x01\n\x16ListNamespacesResponse\x12N\n\nnamespaces\x18\x01 \x03(\x0b\x32:.temporal.api.workflowservice.v1.DescribeNamespaceResponse\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c"9\n\x18\x44\x65scribeNamespaceRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x01(\t"\xec\x02\n\x19\x44\x65scribeNamespaceResponse\x12@\n\x0enamespace_info\x18\x01 \x01(\x0b\x32(.temporal.api.namespace.v1.NamespaceInfo\x12:\n\x06\x63onfig\x18\x02 \x01(\x0b\x32*.temporal.api.namespace.v1.NamespaceConfig\x12S\n\x12replication_config\x18\x03 \x01(\x0b\x32\x37.temporal.api.replication.v1.NamespaceReplicationConfig\x12\x18\n\x10\x66\x61ilover_version\x18\x04 \x01(\x03\x12\x1b\n\x13is_global_namespace\x18\x05 \x01(\x08\x12\x45\n\x10\x66\x61ilover_history\x18\x06 \x03(\x0b\x32+.temporal.api.replication.v1.FailoverStatus"\xcf\x02\n\x16UpdateNamespaceRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x43\n\x0bupdate_info\x18\x02 \x01(\x0b\x32..temporal.api.namespace.v1.UpdateNamespaceInfo\x12:\n\x06\x63onfig\x18\x03 \x01(\x0b\x32*.temporal.api.namespace.v1.NamespaceConfig\x12S\n\x12replication_config\x18\x04 \x01(\x0b\x32\x37.temporal.api.replication.v1.NamespaceReplicationConfig\x12\x16\n\x0esecurity_token\x18\x05 \x01(\t\x12\x19\n\x11\x64\x65lete_bad_binary\x18\x06 \x01(\t\x12\x19\n\x11promote_namespace\x18\x07 \x01(\x08"\xa3\x02\n\x17UpdateNamespaceResponse\x12@\n\x0enamespace_info\x18\x01 \x01(\x0b\x32(.temporal.api.namespace.v1.NamespaceInfo\x12:\n\x06\x63onfig\x18\x02 \x01(\x0b\x32*.temporal.api.namespace.v1.NamespaceConfig\x12S\n\x12replication_config\x18\x03 \x01(\x0b\x32\x37.temporal.api.replication.v1.NamespaceReplicationConfig\x12\x18\n\x10\x66\x61ilover_version\x18\x04 \x01(\x03\x12\x1b\n\x13is_global_namespace\x18\x05 \x01(\x08"F\n\x19\x44\x65precateNamespaceRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x16\n\x0esecurity_token\x18\x02 \x01(\t"\x1c\n\x1a\x44\x65precateNamespaceResponse"\x9c\x06\n\x1dStartWorkflowExecutionRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12;\n\rworkflow_type\x18\x03 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x38\n\ntask_queue\x18\x04 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12/\n\x05input\x18\x05 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x43\n\x1aworkflow_execution_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12=\n\x14workflow_run_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12>\n\x15workflow_task_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x10\n\x08identity\x18\t \x01(\t\x12\x12\n\nrequest_id\x18\n \x01(\t\x12N\n\x18workflow_id_reuse_policy\x18\x0b \x01(\x0e\x32,.temporal.api.enums.v1.WorkflowIdReusePolicy\x12\x39\n\x0cretry_policy\x18\x0c \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x15\n\rcron_schedule\x18\r \x01(\t\x12*\n\x04memo\x18\x0e \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x0f \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes\x12.\n\x06header\x18\x10 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header"0\n\x1eStartWorkflowExecutionResponse\x12\x0e\n\x06run_id\x18\x01 \x01(\t"\xaa\x02\n"GetWorkflowExecutionHistoryRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12<\n\texecution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x19\n\x11maximum_page_size\x18\x03 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x04 \x01(\x0c\x12\x16\n\x0ewait_new_event\x18\x05 \x01(\x08\x12P\n\x19history_event_filter_type\x18\x06 \x01(\x0e\x32-.temporal.api.enums.v1.HistoryEventFilterType\x12\x15\n\rskip_archival\x18\x07 \x01(\x08"\xba\x01\n#GetWorkflowExecutionHistoryResponse\x12\x31\n\x07history\x18\x01 \x01(\x0b\x32 .temporal.api.history.v1.History\x12\x35\n\x0braw_history\x18\x02 \x03(\x0b\x32 .temporal.api.common.v1.DataBlob\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c\x12\x10\n\x08\x61rchived\x18\x04 \x01(\x08"\xb0\x01\n)GetWorkflowExecutionHistoryReverseRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12<\n\texecution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x19\n\x11maximum_page_size\x18\x03 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x04 \x01(\x0c"x\n*GetWorkflowExecutionHistoryReverseResponse\x12\x31\n\x07history\x18\x01 \x01(\x0b\x32 .temporal.api.history.v1.History\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c"\xda\x01\n\x1cPollWorkflowTaskQueueRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x38\n\ntask_queue\x18\x02 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x17\n\x0f\x62inary_checksum\x18\x04 \x01(\t\x12\x42\n\x14worker_versioning_id\x18\x05 \x01(\x0b\x32$.temporal.api.taskqueue.v1.VersionId"\x95\x06\n\x1dPollWorkflowTaskQueueResponse\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12\x45\n\x12workflow_execution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12;\n\rworkflow_type\x18\x03 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12!\n\x19previous_started_event_id\x18\x04 \x01(\x03\x12\x18\n\x10started_event_id\x18\x05 \x01(\x03\x12\x0f\n\x07\x61ttempt\x18\x06 \x01(\x05\x12\x1a\n\x12\x62\x61\x63klog_count_hint\x18\x07 \x01(\x03\x12\x31\n\x07history\x18\x08 \x01(\x0b\x32 .temporal.api.history.v1.History\x12\x17\n\x0fnext_page_token\x18\t \x01(\x0c\x12\x33\n\x05query\x18\n \x01(\x0b\x32$.temporal.api.query.v1.WorkflowQuery\x12K\n\x1dworkflow_execution_task_queue\x18\x0b \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12\x38\n\x0escheduled_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x36\n\x0cstarted_time\x18\r \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\\\n\x07queries\x18\x0e \x03(\x0b\x32K.temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse.QueriesEntry\x1aT\n\x0cQueriesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\x05value\x18\x02 \x01(\x0b\x32$.temporal.api.query.v1.WorkflowQuery:\x02\x38\x01"\xda\x04\n#RespondWorkflowTaskCompletedRequest\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12\x32\n\x08\x63ommands\x18\x02 \x03(\x0b\x32 .temporal.api.command.v1.Command\x12\x10\n\x08identity\x18\x03 \x01(\t\x12O\n\x11sticky_attributes\x18\x04 \x01(\x0b\x32\x34.temporal.api.taskqueue.v1.StickyExecutionAttributes\x12 \n\x18return_new_workflow_task\x18\x05 \x01(\x08\x12&\n\x1e\x66orce_create_new_workflow_task\x18\x06 \x01(\x08\x12\x17\n\x0f\x62inary_checksum\x18\x07 \x01(\t\x12m\n\rquery_results\x18\x08 \x03(\x0b\x32V.temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedRequest.QueryResultsEntry\x12\x11\n\tnamespace\x18\t \x01(\t\x12\x42\n\x14worker_versioning_id\x18\n \x01(\x0b\x32$.temporal.api.taskqueue.v1.VersionId\x1a_\n\x11QueryResultsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x39\n\x05value\x18\x02 \x01(\x0b\x32*.temporal.api.query.v1.WorkflowQueryResult:\x02\x38\x01"\xd5\x01\n$RespondWorkflowTaskCompletedResponse\x12U\n\rworkflow_task\x18\x01 \x01(\x0b\x32>.temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse\x12V\n\x0e\x61\x63tivity_tasks\x18\x02 \x03(\x0b\x32>.temporal.api.workflowservice.v1.PollActivityTaskQueueResponse"\xe6\x01\n RespondWorkflowTaskFailedRequest\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12=\n\x05\x63\x61use\x18\x02 \x01(\x0e\x32..temporal.api.enums.v1.WorkflowTaskFailedCause\x12\x31\n\x07\x66\x61ilure\x18\x03 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12\x10\n\x08identity\x18\x04 \x01(\t\x12\x17\n\x0f\x62inary_checksum\x18\x05 \x01(\t\x12\x11\n\tnamespace\x18\x06 \x01(\t"#\n!RespondWorkflowTaskFailedResponse"\x8c\x02\n\x1cPollActivityTaskQueueRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x38\n\ntask_queue\x18\x02 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12\x10\n\x08identity\x18\x03 \x01(\t\x12I\n\x13task_queue_metadata\x18\x04 \x01(\x0b\x32,.temporal.api.taskqueue.v1.TaskQueueMetadata\x12\x42\n\x14worker_versioning_id\x18\x05 \x01(\x0b\x32$.temporal.api.taskqueue.v1.VersionId"\x8c\x07\n\x1dPollActivityTaskQueueResponse\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12\x1a\n\x12workflow_namespace\x18\x02 \x01(\t\x12;\n\rworkflow_type\x18\x03 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x45\n\x12workflow_execution\x18\x04 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12;\n\ractivity_type\x18\x05 \x01(\x0b\x32$.temporal.api.common.v1.ActivityType\x12\x13\n\x0b\x61\x63tivity_id\x18\x06 \x01(\t\x12.\n\x06header\x18\x07 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header\x12/\n\x05input\x18\x08 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12;\n\x11heartbeat_details\x18\t \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x38\n\x0escheduled_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12H\n\x1e\x63urrent_attempt_scheduled_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x36\n\x0cstarted_time\x18\x0c \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x0f\n\x07\x61ttempt\x18\r \x01(\x05\x12\x42\n\x19schedule_to_close_timeout\x18\x0e \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12?\n\x16start_to_close_timeout\x18\x0f \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12:\n\x11heartbeat_timeout\x18\x10 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x39\n\x0cretry_policy\x18\x11 \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy"\x90\x01\n"RecordActivityTaskHeartbeatRequest\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12\x31\n\x07\x64\x65tails\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x11\n\tnamespace\x18\x04 \x01(\t"?\n#RecordActivityTaskHeartbeatResponse\x12\x18\n\x10\x63\x61ncel_requested\x18\x01 \x01(\x08"\xba\x01\n&RecordActivityTaskHeartbeatByIdRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x0e\n\x06run_id\x18\x03 \x01(\t\x12\x13\n\x0b\x61\x63tivity_id\x18\x04 \x01(\t\x12\x31\n\x07\x64\x65tails\x18\x05 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x06 \x01(\t"C\n\'RecordActivityTaskHeartbeatByIdResponse\x12\x18\n\x10\x63\x61ncel_requested\x18\x01 \x01(\x08"\x90\x01\n#RespondActivityTaskCompletedRequest\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12\x30\n\x06result\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x11\n\tnamespace\x18\x04 \x01(\t"&\n$RespondActivityTaskCompletedResponse"\xba\x01\n\'RespondActivityTaskCompletedByIdRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x0e\n\x06run_id\x18\x03 \x01(\t\x12\x13\n\x0b\x61\x63tivity_id\x18\x04 \x01(\t\x12\x30\n\x06result\x18\x05 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x06 \x01(\t"*\n(RespondActivityTaskCompletedByIdResponse"\xd0\x01\n RespondActivityTaskFailedRequest\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12\x31\n\x07\x66\x61ilure\x18\x02 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x11\n\tnamespace\x18\x04 \x01(\t\x12@\n\x16last_heartbeat_details\x18\x05 \x01(\x0b\x32 .temporal.api.common.v1.Payloads"W\n!RespondActivityTaskFailedResponse\x12\x32\n\x08\x66\x61ilures\x18\x01 \x03(\x0b\x32 .temporal.api.failure.v1.Failure"\xfa\x01\n$RespondActivityTaskFailedByIdRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x0e\n\x06run_id\x18\x03 \x01(\t\x12\x13\n\x0b\x61\x63tivity_id\x18\x04 \x01(\t\x12\x31\n\x07\x66\x61ilure\x18\x05 \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12\x10\n\x08identity\x18\x06 \x01(\t\x12@\n\x16last_heartbeat_details\x18\x07 \x01(\x0b\x32 .temporal.api.common.v1.Payloads"[\n%RespondActivityTaskFailedByIdResponse\x12\x32\n\x08\x66\x61ilures\x18\x01 \x03(\x0b\x32 .temporal.api.failure.v1.Failure"\x90\x01\n"RespondActivityTaskCanceledRequest\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12\x31\n\x07\x64\x65tails\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x11\n\tnamespace\x18\x04 \x01(\t"%\n#RespondActivityTaskCanceledResponse"\xba\x01\n&RespondActivityTaskCanceledByIdRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x0e\n\x06run_id\x18\x03 \x01(\t\x12\x13\n\x0b\x61\x63tivity_id\x18\x04 \x01(\t\x12\x31\n\x07\x64\x65tails\x18\x05 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x06 \x01(\t")\n\'RespondActivityTaskCanceledByIdResponse"\xd7\x01\n%RequestCancelWorkflowExecutionRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x45\n\x12workflow_execution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x10\n\x08identity\x18\x03 \x01(\t\x12\x12\n\nrequest_id\x18\x04 \x01(\t\x12\x1e\n\x16\x66irst_execution_run_id\x18\x05 \x01(\t\x12\x0e\n\x06reason\x18\x06 \x01(\t"(\n&RequestCancelWorkflowExecutionResponse"\xa7\x02\n\x1eSignalWorkflowExecutionRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x45\n\x12workflow_execution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x13\n\x0bsignal_name\x18\x03 \x01(\t\x12/\n\x05input\x18\x04 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x05 \x01(\t\x12\x12\n\nrequest_id\x18\x06 \x01(\t\x12\x0f\n\x07\x63ontrol\x18\x07 \x01(\t\x12.\n\x06header\x18\x08 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header"!\n\x1fSignalWorkflowExecutionResponse"\x84\x07\n\'SignalWithStartWorkflowExecutionRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12;\n\rworkflow_type\x18\x03 \x01(\x0b\x32$.temporal.api.common.v1.WorkflowType\x12\x38\n\ntask_queue\x18\x04 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12/\n\x05input\x18\x05 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x43\n\x1aworkflow_execution_timeout\x18\x06 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12=\n\x14workflow_run_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12>\n\x15workflow_task_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.DurationB\x04\x98\xdf\x1f\x01\x12\x10\n\x08identity\x18\t \x01(\t\x12\x12\n\nrequest_id\x18\n \x01(\t\x12N\n\x18workflow_id_reuse_policy\x18\x0b \x01(\x0e\x32,.temporal.api.enums.v1.WorkflowIdReusePolicy\x12\x13\n\x0bsignal_name\x18\x0c \x01(\t\x12\x36\n\x0csignal_input\x18\r \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x0f\n\x07\x63ontrol\x18\x0e \x01(\t\x12\x39\n\x0cretry_policy\x18\x0f \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x15\n\rcron_schedule\x18\x10 \x01(\t\x12*\n\x04memo\x18\x11 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x12 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes\x12.\n\x06header\x18\x13 \x01(\x0b\x32\x1e.temporal.api.common.v1.Header":\n(SignalWithStartWorkflowExecutionResponse\x12\x0e\n\x06run_id\x18\x01 \x01(\t"\x89\x02\n\x1dResetWorkflowExecutionRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x45\n\x12workflow_execution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x0e\n\x06reason\x18\x03 \x01(\t\x12%\n\x1dworkflow_task_finish_event_id\x18\x04 \x01(\x03\x12\x12\n\nrequest_id\x18\x05 \x01(\t\x12\x43\n\x12reset_reapply_type\x18\x06 \x01(\x0e\x32\'.temporal.api.enums.v1.ResetReapplyType"0\n\x1eResetWorkflowExecutionResponse\x12\x0e\n\x06run_id\x18\x01 \x01(\t"\xf2\x01\n!TerminateWorkflowExecutionRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x45\n\x12workflow_execution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x0e\n\x06reason\x18\x03 \x01(\t\x12\x31\n\x07\x64\x65tails\x18\x04 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x10\n\x08identity\x18\x05 \x01(\t\x12\x1e\n\x16\x66irst_execution_run_id\x18\x06 \x01(\t"$\n"TerminateWorkflowExecutionResponse"z\n\x1e\x44\x65leteWorkflowExecutionRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x45\n\x12workflow_execution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution"!\n\x1f\x44\x65leteWorkflowExecutionResponse"\xc9\x02\n!ListOpenWorkflowExecutionsRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x19\n\x11maximum_page_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c\x12\x42\n\x11start_time_filter\x18\x04 \x01(\x0b\x32\'.temporal.api.filter.v1.StartTimeFilter\x12K\n\x10\x65xecution_filter\x18\x05 \x01(\x0b\x32/.temporal.api.filter.v1.WorkflowExecutionFilterH\x00\x12\x41\n\x0btype_filter\x18\x06 \x01(\x0b\x32*.temporal.api.filter.v1.WorkflowTypeFilterH\x00\x42\t\n\x07\x66ilters"\x82\x01\n"ListOpenWorkflowExecutionsResponse\x12\x43\n\nexecutions\x18\x01 \x03(\x0b\x32/.temporal.api.workflow.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c"\x8a\x03\n#ListClosedWorkflowExecutionsRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x19\n\x11maximum_page_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c\x12\x42\n\x11start_time_filter\x18\x04 \x01(\x0b\x32\'.temporal.api.filter.v1.StartTimeFilter\x12K\n\x10\x65xecution_filter\x18\x05 \x01(\x0b\x32/.temporal.api.filter.v1.WorkflowExecutionFilterH\x00\x12\x41\n\x0btype_filter\x18\x06 \x01(\x0b\x32*.temporal.api.filter.v1.WorkflowTypeFilterH\x00\x12=\n\rstatus_filter\x18\x07 \x01(\x0b\x32$.temporal.api.filter.v1.StatusFilterH\x00\x42\t\n\x07\x66ilters"\x84\x01\n$ListClosedWorkflowExecutionsResponse\x12\x43\n\nexecutions\x18\x01 \x03(\x0b\x32/.temporal.api.workflow.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c"m\n\x1dListWorkflowExecutionsRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c\x12\r\n\x05query\x18\x04 \x01(\t"~\n\x1eListWorkflowExecutionsResponse\x12\x43\n\nexecutions\x18\x01 \x03(\x0b\x32/.temporal.api.workflow.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c"u\n%ListArchivedWorkflowExecutionsRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c\x12\r\n\x05query\x18\x04 \x01(\t"\x86\x01\n&ListArchivedWorkflowExecutionsResponse\x12\x43\n\nexecutions\x18\x01 \x03(\x0b\x32/.temporal.api.workflow.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c"m\n\x1dScanWorkflowExecutionsRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c\x12\r\n\x05query\x18\x04 \x01(\t"~\n\x1eScanWorkflowExecutionsResponse\x12\x43\n\nexecutions\x18\x01 \x03(\x0b\x32/.temporal.api.workflow.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c"B\n\x1e\x43ountWorkflowExecutionsRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\r\n\x05query\x18\x02 \x01(\t"0\n\x1f\x43ountWorkflowExecutionsResponse\x12\r\n\x05\x63ount\x18\x01 \x01(\x03"\x1c\n\x1aGetSearchAttributesRequest"\xc9\x01\n\x1bGetSearchAttributesResponse\x12T\n\x04keys\x18\x01 \x03(\x0b\x32\x46.temporal.api.workflowservice.v1.GetSearchAttributesResponse.KeysEntry\x1aT\n\tKeysEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x36\n\x05value\x18\x02 \x01(\x0e\x32\'.temporal.api.enums.v1.IndexedValueType:\x02\x38\x01"\xde\x01\n RespondQueryTaskCompletedRequest\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12>\n\x0e\x63ompleted_type\x18\x02 \x01(\x0e\x32&.temporal.api.enums.v1.QueryResultType\x12\x36\n\x0cquery_result\x18\x03 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x15\n\rerror_message\x18\x04 \x01(\t\x12\x11\n\tnamespace\x18\x06 \x01(\tJ\x04\x08\x05\x10\x06"#\n!RespondQueryTaskCompletedResponse"n\n\x1bResetStickyTaskQueueRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12<\n\texecution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution"\x1e\n\x1cResetStickyTaskQueueResponse"\xe9\x01\n\x14QueryWorkflowRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12<\n\texecution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x33\n\x05query\x18\x03 \x01(\x0b\x32$.temporal.api.query.v1.WorkflowQuery\x12K\n\x16query_reject_condition\x18\x04 \x01(\x0e\x32+.temporal.api.enums.v1.QueryRejectCondition"\x8d\x01\n\x15QueryWorkflowResponse\x12\x36\n\x0cquery_result\x18\x01 \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12<\n\x0equery_rejected\x18\x02 \x01(\x0b\x32$.temporal.api.query.v1.QueryRejected"s\n DescribeWorkflowExecutionRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12<\n\texecution\x18\x02 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution"\xae\x03\n!DescribeWorkflowExecutionResponse\x12K\n\x10\x65xecution_config\x18\x01 \x01(\x0b\x32\x31.temporal.api.workflow.v1.WorkflowExecutionConfig\x12P\n\x17workflow_execution_info\x18\x02 \x01(\x0b\x32/.temporal.api.workflow.v1.WorkflowExecutionInfo\x12I\n\x12pending_activities\x18\x03 \x03(\x0b\x32-.temporal.api.workflow.v1.PendingActivityInfo\x12M\n\x10pending_children\x18\x04 \x03(\x0b\x32\x33.temporal.api.workflow.v1.PendingChildExecutionInfo\x12P\n\x15pending_workflow_task\x18\x05 \x01(\x0b\x32\x31.temporal.api.workflow.v1.PendingWorkflowTaskInfo"\xc9\x01\n\x18\x44\x65scribeTaskQueueRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x38\n\ntask_queue\x18\x02 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue\x12=\n\x0ftask_queue_type\x18\x03 \x01(\x0e\x32$.temporal.api.enums.v1.TaskQueueType\x12!\n\x19include_task_queue_status\x18\x04 \x01(\x08"\x9a\x01\n\x19\x44\x65scribeTaskQueueResponse\x12\x36\n\x07pollers\x18\x01 \x03(\x0b\x32%.temporal.api.taskqueue.v1.PollerInfo\x12\x45\n\x11task_queue_status\x18\x02 \x01(\x0b\x32*.temporal.api.taskqueue.v1.TaskQueueStatus"\x17\n\x15GetClusterInfoRequest"\x8b\x03\n\x16GetClusterInfoResponse\x12h\n\x11supported_clients\x18\x01 \x03(\x0b\x32M.temporal.api.workflowservice.v1.GetClusterInfoResponse.SupportedClientsEntry\x12\x16\n\x0eserver_version\x18\x02 \x01(\t\x12\x12\n\ncluster_id\x18\x03 \x01(\t\x12:\n\x0cversion_info\x18\x04 \x01(\x0b\x32$.temporal.api.version.v1.VersionInfo\x12\x14\n\x0c\x63luster_name\x18\x05 \x01(\t\x12\x1b\n\x13history_shard_count\x18\x06 \x01(\x05\x12\x19\n\x11persistence_store\x18\x07 \x01(\t\x12\x18\n\x10visibility_store\x18\x08 \x01(\t\x1a\x37\n\x15SupportedClientsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01"\x16\n\x14GetSystemInfoRequest"\x88\x03\n\x15GetSystemInfoResponse\x12\x16\n\x0eserver_version\x18\x01 \x01(\t\x12Y\n\x0c\x63\x61pabilities\x18\x02 \x01(\x0b\x32\x43.temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities\x1a\xfb\x01\n\x0c\x43\x61pabilities\x12\x1f\n\x17signal_and_query_header\x18\x01 \x01(\x08\x12&\n\x1einternal_error_differentiation\x18\x02 \x01(\x08\x12*\n"activity_failure_include_heartbeat\x18\x03 \x01(\x08\x12\x1a\n\x12supports_schedules\x18\x04 \x01(\x08\x12"\n\x1a\x65ncoded_failure_attributes\x18\x05 \x01(\x08\x12!\n\x19\x62uild_id_based_versioning\x18\x06 \x01(\x08\x12\x13\n\x0bupsert_memo\x18\x07 \x01(\x08"m\n\x1eListTaskQueuePartitionsRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x38\n\ntask_queue\x18\x02 \x01(\x0b\x32$.temporal.api.taskqueue.v1.TaskQueue"\xdf\x01\n\x1fListTaskQueuePartitionsResponse\x12]\n\x1e\x61\x63tivity_task_queue_partitions\x18\x01 \x03(\x0b\x32\x35.temporal.api.taskqueue.v1.TaskQueuePartitionMetadata\x12]\n\x1eworkflow_task_queue_partitions\x18\x02 \x03(\x0b\x32\x35.temporal.api.taskqueue.v1.TaskQueuePartitionMetadata"\xcc\x02\n\x15\x43reateScheduleRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bschedule_id\x18\x02 \x01(\t\x12\x34\n\x08schedule\x18\x03 \x01(\x0b\x32".temporal.api.schedule.v1.Schedule\x12>\n\rinitial_patch\x18\x04 \x01(\x0b\x32\'.temporal.api.schedule.v1.SchedulePatch\x12\x10\n\x08identity\x18\x05 \x01(\t\x12\x12\n\nrequest_id\x18\x06 \x01(\t\x12*\n\x04memo\x18\x07 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x08 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes"0\n\x16\x43reateScheduleResponse\x12\x16\n\x0e\x63onflict_token\x18\x01 \x01(\x0c"A\n\x17\x44\x65scribeScheduleRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bschedule_id\x18\x02 \x01(\t"\x8f\x02\n\x18\x44\x65scribeScheduleResponse\x12\x34\n\x08schedule\x18\x01 \x01(\x0b\x32".temporal.api.schedule.v1.Schedule\x12\x34\n\x04info\x18\x02 \x01(\x0b\x32&.temporal.api.schedule.v1.ScheduleInfo\x12*\n\x04memo\x18\x03 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x04 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes\x12\x16\n\x0e\x63onflict_token\x18\x05 \x01(\x0c"\xb3\x01\n\x15UpdateScheduleRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bschedule_id\x18\x02 \x01(\t\x12\x34\n\x08schedule\x18\x03 \x01(\x0b\x32".temporal.api.schedule.v1.Schedule\x12\x16\n\x0e\x63onflict_token\x18\x04 \x01(\x0c\x12\x10\n\x08identity\x18\x05 \x01(\t\x12\x12\n\nrequest_id\x18\x06 \x01(\t"\x18\n\x16UpdateScheduleResponse"\x9c\x01\n\x14PatchScheduleRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bschedule_id\x18\x02 \x01(\t\x12\x36\n\x05patch\x18\x03 \x01(\x0b\x32\'.temporal.api.schedule.v1.SchedulePatch\x12\x10\n\x08identity\x18\x04 \x01(\t\x12\x12\n\nrequest_id\x18\x05 \x01(\t"\x17\n\x15PatchScheduleResponse"\xb4\x01\n ListScheduleMatchingTimesRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bschedule_id\x18\x02 \x01(\t\x12\x34\n\nstart_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x32\n\x08\x65nd_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01"Y\n!ListScheduleMatchingTimesResponse\x12\x34\n\nstart_time\x18\x01 \x03(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01"Q\n\x15\x44\x65leteScheduleRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bschedule_id\x18\x02 \x01(\t\x12\x10\n\x08identity\x18\x03 \x01(\t"\x18\n\x16\x44\x65leteScheduleResponse"]\n\x14ListSchedulesRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x19\n\x11maximum_page_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c"p\n\x15ListSchedulesResponse\x12>\n\tschedules\x18\x01 \x03(\x0b\x32+.temporal.api.schedule.v1.ScheduleListEntry\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c"\xe0\x01\n"UpdateWorkerBuildIdOrderingRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x12\n\ntask_queue\x18\x02 \x01(\t\x12\x38\n\nversion_id\x18\x03 \x01(\x0b\x32$.temporal.api.taskqueue.v1.VersionId\x12\x41\n\x13previous_compatible\x18\x04 \x01(\x0b\x32$.temporal.api.taskqueue.v1.VersionId\x12\x16\n\x0e\x62\x65\x63ome_default\x18\x05 \x01(\x08"%\n#UpdateWorkerBuildIdOrderingResponse"[\n\x1fGetWorkerBuildIdOrderingRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x12\n\ntask_queue\x18\x02 \x01(\t\x12\x11\n\tmax_depth\x18\x03 \x01(\x05"\xaa\x01\n GetWorkerBuildIdOrderingResponse\x12\x41\n\x0f\x63urrent_default\x18\x01 \x01(\x0b\x32(.temporal.api.taskqueue.v1.VersionIdNode\x12\x43\n\x11\x63ompatible_leaves\x18\x02 \x03(\x0b\x32(.temporal.api.taskqueue.v1.VersionIdNode"\xb2\x02\n\x15UpdateWorkflowRequest\x12\x12\n\nrequest_id\x18\x01 \x01(\t\x12S\n\x13result_access_style\x18\x02 \x01(\x0e\x32\x36.temporal.api.enums.v1.WorkflowUpdateResultAccessStyle\x12\x11\n\tnamespace\x18\x03 \x01(\t\x12\x45\n\x12workflow_execution\x18\x04 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x1e\n\x16\x66irst_execution_run_id\x18\x05 \x01(\t\x12\x36\n\x06update\x18\x06 \x01(\x0b\x32&.temporal.api.update.v1.WorkflowUpdate"\xa2\x01\n\x16UpdateWorkflowResponse\x12\x14\n\x0cupdate_token\x18\x01 \x01(\x0c\x12\x33\n\x07success\x18\x02 \x01(\x0b\x32 .temporal.api.common.v1.PayloadsH\x00\x12\x33\n\x07\x66\x61ilure\x18\x03 \x01(\x0b\x32 .temporal.api.failure.v1.FailureH\x00\x42\x08\n\x06result"\xe7\x02\n\x1aStartBatchOperationRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x18\n\x10visibility_query\x18\x02 \x01(\t\x12\x0e\n\x06job_id\x18\x03 \x01(\t\x12\x0e\n\x06reason\x18\x04 \x01(\t\x12Q\n\x15termination_operation\x18\n \x01(\x0b\x32\x30.temporal.api.batch.v1.BatchOperationTerminationH\x00\x12G\n\x10signal_operation\x18\x0b \x01(\x0b\x32+.temporal.api.batch.v1.BatchOperationSignalH\x00\x12S\n\x16\x63\x61ncellation_operation\x18\x0c \x01(\x0b\x32\x31.temporal.api.batch.v1.BatchOperationCancellationH\x00\x42\x0b\n\toperation"\x1d\n\x1bStartBatchOperationResponse"`\n\x19StopBatchOperationRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12\x0e\n\x06reason\x18\x03 \x01(\t\x12\x10\n\x08identity\x18\x04 \x01(\t"\x1c\n\x1aStopBatchOperationResponse"B\n\x1d\x44\x65scribeBatchOperationRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x0e\n\x06job_id\x18\x02 \x01(\t"\x9e\x03\n\x1e\x44\x65scribeBatchOperationResponse\x12\x41\n\x0eoperation_type\x18\x01 \x01(\x0e\x32).temporal.api.enums.v1.BatchOperationType\x12\x0e\n\x06job_id\x18\x02 \x01(\t\x12\x39\n\x05state\x18\x03 \x01(\x0e\x32*.temporal.api.enums.v1.BatchOperationState\x12\x34\n\nstart_time\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x34\n\nclose_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.TimestampB\x04\x90\xdf\x1f\x01\x12\x1d\n\x15total_operation_count\x18\x06 \x01(\x03\x12 \n\x18\x63omplete_operation_count\x18\x07 \x01(\x03\x12\x1f\n\x17\x66\x61ilure_operation_count\x18\x08 \x01(\x03\x12\x10\n\x08identity\x18\t \x01(\t\x12\x0e\n\x06reason\x18\n \x01(\t"[\n\x1aListBatchOperationsRequest\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c"y\n\x1bListBatchOperationsResponse\x12\x41\n\x0eoperation_info\x18\x01 \x03(\x0b\x32).temporal.api.batch.v1.BatchOperationInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c\x42\xba\x01\n"io.temporal.api.workflowservice.v1B\x14RequestResponseProtoP\x01Z5go.temporal.io/api/workflowservice/v1;workflowservice\xaa\x02\x1fTemporal.Api.WorkflowService.V1\xea\x02"Temporal::Api::WorkflowService::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.workflowservice.v1.request_response_pb2", globals() + +_REGISTERNAMESPACEREQUEST = DESCRIPTOR.message_types_by_name["RegisterNamespaceRequest"] +_REGISTERNAMESPACEREQUEST_DATAENTRY = _REGISTERNAMESPACEREQUEST.nested_types_by_name[ + "DataEntry" +] +_REGISTERNAMESPACERESPONSE = DESCRIPTOR.message_types_by_name[ + "RegisterNamespaceResponse" +] +_LISTNAMESPACESREQUEST = DESCRIPTOR.message_types_by_name["ListNamespacesRequest"] +_LISTNAMESPACESRESPONSE = DESCRIPTOR.message_types_by_name["ListNamespacesResponse"] +_DESCRIBENAMESPACEREQUEST = DESCRIPTOR.message_types_by_name["DescribeNamespaceRequest"] +_DESCRIBENAMESPACERESPONSE = DESCRIPTOR.message_types_by_name[ + "DescribeNamespaceResponse" +] +_UPDATENAMESPACEREQUEST = DESCRIPTOR.message_types_by_name["UpdateNamespaceRequest"] +_UPDATENAMESPACERESPONSE = DESCRIPTOR.message_types_by_name["UpdateNamespaceResponse"] +_DEPRECATENAMESPACEREQUEST = DESCRIPTOR.message_types_by_name[ + "DeprecateNamespaceRequest" +] +_DEPRECATENAMESPACERESPONSE = DESCRIPTOR.message_types_by_name[ + "DeprecateNamespaceResponse" +] +_STARTWORKFLOWEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name[ + "StartWorkflowExecutionRequest" +] +_STARTWORKFLOWEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "StartWorkflowExecutionResponse" +] +_GETWORKFLOWEXECUTIONHISTORYREQUEST = DESCRIPTOR.message_types_by_name[ + "GetWorkflowExecutionHistoryRequest" +] +_GETWORKFLOWEXECUTIONHISTORYRESPONSE = DESCRIPTOR.message_types_by_name[ + "GetWorkflowExecutionHistoryResponse" +] +_GETWORKFLOWEXECUTIONHISTORYREVERSEREQUEST = DESCRIPTOR.message_types_by_name[ + "GetWorkflowExecutionHistoryReverseRequest" +] +_GETWORKFLOWEXECUTIONHISTORYREVERSERESPONSE = DESCRIPTOR.message_types_by_name[ + "GetWorkflowExecutionHistoryReverseResponse" +] +_POLLWORKFLOWTASKQUEUEREQUEST = DESCRIPTOR.message_types_by_name[ + "PollWorkflowTaskQueueRequest" +] +_POLLWORKFLOWTASKQUEUERESPONSE = DESCRIPTOR.message_types_by_name[ + "PollWorkflowTaskQueueResponse" +] +_POLLWORKFLOWTASKQUEUERESPONSE_QUERIESENTRY = ( + _POLLWORKFLOWTASKQUEUERESPONSE.nested_types_by_name["QueriesEntry"] +) +_RESPONDWORKFLOWTASKCOMPLETEDREQUEST = DESCRIPTOR.message_types_by_name[ + "RespondWorkflowTaskCompletedRequest" +] +_RESPONDWORKFLOWTASKCOMPLETEDREQUEST_QUERYRESULTSENTRY = ( + _RESPONDWORKFLOWTASKCOMPLETEDREQUEST.nested_types_by_name["QueryResultsEntry"] +) +_RESPONDWORKFLOWTASKCOMPLETEDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RespondWorkflowTaskCompletedResponse" +] +_RESPONDWORKFLOWTASKFAILEDREQUEST = DESCRIPTOR.message_types_by_name[ + "RespondWorkflowTaskFailedRequest" +] +_RESPONDWORKFLOWTASKFAILEDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RespondWorkflowTaskFailedResponse" +] +_POLLACTIVITYTASKQUEUEREQUEST = DESCRIPTOR.message_types_by_name[ + "PollActivityTaskQueueRequest" +] +_POLLACTIVITYTASKQUEUERESPONSE = DESCRIPTOR.message_types_by_name[ + "PollActivityTaskQueueResponse" +] +_RECORDACTIVITYTASKHEARTBEATREQUEST = DESCRIPTOR.message_types_by_name[ + "RecordActivityTaskHeartbeatRequest" +] +_RECORDACTIVITYTASKHEARTBEATRESPONSE = DESCRIPTOR.message_types_by_name[ + "RecordActivityTaskHeartbeatResponse" +] +_RECORDACTIVITYTASKHEARTBEATBYIDREQUEST = DESCRIPTOR.message_types_by_name[ + "RecordActivityTaskHeartbeatByIdRequest" +] +_RECORDACTIVITYTASKHEARTBEATBYIDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RecordActivityTaskHeartbeatByIdResponse" +] +_RESPONDACTIVITYTASKCOMPLETEDREQUEST = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskCompletedRequest" +] +_RESPONDACTIVITYTASKCOMPLETEDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskCompletedResponse" +] +_RESPONDACTIVITYTASKCOMPLETEDBYIDREQUEST = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskCompletedByIdRequest" +] +_RESPONDACTIVITYTASKCOMPLETEDBYIDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskCompletedByIdResponse" +] +_RESPONDACTIVITYTASKFAILEDREQUEST = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskFailedRequest" +] +_RESPONDACTIVITYTASKFAILEDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskFailedResponse" +] +_RESPONDACTIVITYTASKFAILEDBYIDREQUEST = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskFailedByIdRequest" +] +_RESPONDACTIVITYTASKFAILEDBYIDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskFailedByIdResponse" +] +_RESPONDACTIVITYTASKCANCELEDREQUEST = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskCanceledRequest" +] +_RESPONDACTIVITYTASKCANCELEDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskCanceledResponse" +] +_RESPONDACTIVITYTASKCANCELEDBYIDREQUEST = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskCanceledByIdRequest" +] +_RESPONDACTIVITYTASKCANCELEDBYIDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RespondActivityTaskCanceledByIdResponse" +] +_REQUESTCANCELWORKFLOWEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name[ + "RequestCancelWorkflowExecutionRequest" +] +_REQUESTCANCELWORKFLOWEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "RequestCancelWorkflowExecutionResponse" +] +_SIGNALWORKFLOWEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name[ + "SignalWorkflowExecutionRequest" +] +_SIGNALWORKFLOWEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "SignalWorkflowExecutionResponse" +] +_SIGNALWITHSTARTWORKFLOWEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name[ + "SignalWithStartWorkflowExecutionRequest" +] +_SIGNALWITHSTARTWORKFLOWEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "SignalWithStartWorkflowExecutionResponse" +] +_RESETWORKFLOWEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name[ + "ResetWorkflowExecutionRequest" +] +_RESETWORKFLOWEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "ResetWorkflowExecutionResponse" +] +_TERMINATEWORKFLOWEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name[ + "TerminateWorkflowExecutionRequest" +] +_TERMINATEWORKFLOWEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "TerminateWorkflowExecutionResponse" +] +_LISTOPENWORKFLOWEXECUTIONSREQUEST = DESCRIPTOR.message_types_by_name[ + "ListOpenWorkflowExecutionsRequest" +] +_LISTOPENWORKFLOWEXECUTIONSRESPONSE = DESCRIPTOR.message_types_by_name[ + "ListOpenWorkflowExecutionsResponse" +] +_LISTCLOSEDWORKFLOWEXECUTIONSREQUEST = DESCRIPTOR.message_types_by_name[ + "ListClosedWorkflowExecutionsRequest" +] +_LISTCLOSEDWORKFLOWEXECUTIONSRESPONSE = DESCRIPTOR.message_types_by_name[ + "ListClosedWorkflowExecutionsResponse" +] +_LISTWORKFLOWEXECUTIONSREQUEST = DESCRIPTOR.message_types_by_name[ + "ListWorkflowExecutionsRequest" +] +_LISTWORKFLOWEXECUTIONSRESPONSE = DESCRIPTOR.message_types_by_name[ + "ListWorkflowExecutionsResponse" +] +_LISTARCHIVEDWORKFLOWEXECUTIONSREQUEST = DESCRIPTOR.message_types_by_name[ + "ListArchivedWorkflowExecutionsRequest" +] +_LISTARCHIVEDWORKFLOWEXECUTIONSRESPONSE = DESCRIPTOR.message_types_by_name[ + "ListArchivedWorkflowExecutionsResponse" +] +_SCANWORKFLOWEXECUTIONSREQUEST = DESCRIPTOR.message_types_by_name[ + "ScanWorkflowExecutionsRequest" +] +_SCANWORKFLOWEXECUTIONSRESPONSE = DESCRIPTOR.message_types_by_name[ + "ScanWorkflowExecutionsResponse" +] +_COUNTWORKFLOWEXECUTIONSREQUEST = DESCRIPTOR.message_types_by_name[ + "CountWorkflowExecutionsRequest" +] +_COUNTWORKFLOWEXECUTIONSRESPONSE = DESCRIPTOR.message_types_by_name[ + "CountWorkflowExecutionsResponse" +] +_GETSEARCHATTRIBUTESREQUEST = DESCRIPTOR.message_types_by_name[ + "GetSearchAttributesRequest" +] +_GETSEARCHATTRIBUTESRESPONSE = DESCRIPTOR.message_types_by_name[ + "GetSearchAttributesResponse" +] +_GETSEARCHATTRIBUTESRESPONSE_KEYSENTRY = ( + _GETSEARCHATTRIBUTESRESPONSE.nested_types_by_name["KeysEntry"] +) +_RESPONDQUERYTASKCOMPLETEDREQUEST = DESCRIPTOR.message_types_by_name[ + "RespondQueryTaskCompletedRequest" +] +_RESPONDQUERYTASKCOMPLETEDRESPONSE = DESCRIPTOR.message_types_by_name[ + "RespondQueryTaskCompletedResponse" +] +_RESETSTICKYTASKQUEUEREQUEST = DESCRIPTOR.message_types_by_name[ + "ResetStickyTaskQueueRequest" +] +_RESETSTICKYTASKQUEUERESPONSE = DESCRIPTOR.message_types_by_name[ + "ResetStickyTaskQueueResponse" +] +_QUERYWORKFLOWREQUEST = DESCRIPTOR.message_types_by_name["QueryWorkflowRequest"] +_QUERYWORKFLOWRESPONSE = DESCRIPTOR.message_types_by_name["QueryWorkflowResponse"] +_DESCRIBEWORKFLOWEXECUTIONREQUEST = DESCRIPTOR.message_types_by_name[ + "DescribeWorkflowExecutionRequest" +] +_DESCRIBEWORKFLOWEXECUTIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "DescribeWorkflowExecutionResponse" +] +_DESCRIBETASKQUEUEREQUEST = DESCRIPTOR.message_types_by_name["DescribeTaskQueueRequest"] +_DESCRIBETASKQUEUERESPONSE = DESCRIPTOR.message_types_by_name[ + "DescribeTaskQueueResponse" +] +_GETCLUSTERINFOREQUEST = DESCRIPTOR.message_types_by_name["GetClusterInfoRequest"] +_GETCLUSTERINFORESPONSE = DESCRIPTOR.message_types_by_name["GetClusterInfoResponse"] +_GETCLUSTERINFORESPONSE_SUPPORTEDCLIENTSENTRY = ( + _GETCLUSTERINFORESPONSE.nested_types_by_name["SupportedClientsEntry"] +) +_GETSYSTEMINFOREQUEST = DESCRIPTOR.message_types_by_name["GetSystemInfoRequest"] +_GETSYSTEMINFORESPONSE = DESCRIPTOR.message_types_by_name["GetSystemInfoResponse"] +_GETSYSTEMINFORESPONSE_CAPABILITIES = _GETSYSTEMINFORESPONSE.nested_types_by_name[ + "Capabilities" +] +_LISTTASKQUEUEPARTITIONSREQUEST = DESCRIPTOR.message_types_by_name[ + "ListTaskQueuePartitionsRequest" +] +_LISTTASKQUEUEPARTITIONSRESPONSE = DESCRIPTOR.message_types_by_name[ + "ListTaskQueuePartitionsResponse" +] +_CREATESCHEDULEREQUEST = DESCRIPTOR.message_types_by_name["CreateScheduleRequest"] +_CREATESCHEDULERESPONSE = DESCRIPTOR.message_types_by_name["CreateScheduleResponse"] +_DESCRIBESCHEDULEREQUEST = DESCRIPTOR.message_types_by_name["DescribeScheduleRequest"] +_DESCRIBESCHEDULERESPONSE = DESCRIPTOR.message_types_by_name["DescribeScheduleResponse"] +_UPDATESCHEDULEREQUEST = DESCRIPTOR.message_types_by_name["UpdateScheduleRequest"] +_UPDATESCHEDULERESPONSE = DESCRIPTOR.message_types_by_name["UpdateScheduleResponse"] +_PATCHSCHEDULEREQUEST = DESCRIPTOR.message_types_by_name["PatchScheduleRequest"] +_PATCHSCHEDULERESPONSE = DESCRIPTOR.message_types_by_name["PatchScheduleResponse"] +_LISTSCHEDULEMATCHINGTIMESREQUEST = DESCRIPTOR.message_types_by_name[ + "ListScheduleMatchingTimesRequest" +] +_LISTSCHEDULEMATCHINGTIMESRESPONSE = DESCRIPTOR.message_types_by_name[ + "ListScheduleMatchingTimesResponse" +] +_DELETESCHEDULEREQUEST = DESCRIPTOR.message_types_by_name["DeleteScheduleRequest"] +_DELETESCHEDULERESPONSE = DESCRIPTOR.message_types_by_name["DeleteScheduleResponse"] +_LISTSCHEDULESREQUEST = DESCRIPTOR.message_types_by_name["ListSchedulesRequest"] +_LISTSCHEDULESRESPONSE = DESCRIPTOR.message_types_by_name["ListSchedulesResponse"] +_UPDATEWORKERBUILDIDORDERINGREQUEST = DESCRIPTOR.message_types_by_name[ + "UpdateWorkerBuildIdOrderingRequest" +] +_UPDATEWORKERBUILDIDORDERINGRESPONSE = DESCRIPTOR.message_types_by_name[ + "UpdateWorkerBuildIdOrderingResponse" +] +_GETWORKERBUILDIDORDERINGREQUEST = DESCRIPTOR.message_types_by_name[ + "GetWorkerBuildIdOrderingRequest" +] +_GETWORKERBUILDIDORDERINGRESPONSE = DESCRIPTOR.message_types_by_name[ + "GetWorkerBuildIdOrderingResponse" +] +_UPDATEWORKFLOWREQUEST = DESCRIPTOR.message_types_by_name["UpdateWorkflowRequest"] +_UPDATEWORKFLOWRESPONSE = DESCRIPTOR.message_types_by_name["UpdateWorkflowResponse"] +_STARTBATCHOPERATIONREQUEST = DESCRIPTOR.message_types_by_name[ + "StartBatchOperationRequest" +] +_STARTBATCHOPERATIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "StartBatchOperationResponse" +] +_STOPBATCHOPERATIONREQUEST = DESCRIPTOR.message_types_by_name[ + "StopBatchOperationRequest" +] +_STOPBATCHOPERATIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "StopBatchOperationResponse" +] +_DESCRIBEBATCHOPERATIONREQUEST = DESCRIPTOR.message_types_by_name[ + "DescribeBatchOperationRequest" +] +_DESCRIBEBATCHOPERATIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "DescribeBatchOperationResponse" +] +_LISTBATCHOPERATIONSREQUEST = DESCRIPTOR.message_types_by_name[ + "ListBatchOperationsRequest" +] +_LISTBATCHOPERATIONSRESPONSE = DESCRIPTOR.message_types_by_name[ + "ListBatchOperationsResponse" +] +RegisterNamespaceRequest = _reflection.GeneratedProtocolMessageType( + "RegisterNamespaceRequest", + (_message.Message,), + { + "DataEntry": _reflection.GeneratedProtocolMessageType( + "DataEntry", + (_message.Message,), + { + "DESCRIPTOR": _REGISTERNAMESPACEREQUEST_DATAENTRY, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RegisterNamespaceRequest.DataEntry) + }, + ), + "DESCRIPTOR": _REGISTERNAMESPACEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RegisterNamespaceRequest) + }, +) +_sym_db.RegisterMessage(RegisterNamespaceRequest) +_sym_db.RegisterMessage(RegisterNamespaceRequest.DataEntry) + +RegisterNamespaceResponse = _reflection.GeneratedProtocolMessageType( + "RegisterNamespaceResponse", + (_message.Message,), + { + "DESCRIPTOR": _REGISTERNAMESPACERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RegisterNamespaceResponse) + }, +) +_sym_db.RegisterMessage(RegisterNamespaceResponse) + +ListNamespacesRequest = _reflection.GeneratedProtocolMessageType( + "ListNamespacesRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTNAMESPACESREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListNamespacesRequest) + }, +) +_sym_db.RegisterMessage(ListNamespacesRequest) + +ListNamespacesResponse = _reflection.GeneratedProtocolMessageType( + "ListNamespacesResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTNAMESPACESRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListNamespacesResponse) + }, +) +_sym_db.RegisterMessage(ListNamespacesResponse) + +DescribeNamespaceRequest = _reflection.GeneratedProtocolMessageType( + "DescribeNamespaceRequest", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBENAMESPACEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeNamespaceRequest) + }, +) +_sym_db.RegisterMessage(DescribeNamespaceRequest) + +DescribeNamespaceResponse = _reflection.GeneratedProtocolMessageType( + "DescribeNamespaceResponse", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBENAMESPACERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeNamespaceResponse) + }, +) +_sym_db.RegisterMessage(DescribeNamespaceResponse) + +UpdateNamespaceRequest = _reflection.GeneratedProtocolMessageType( + "UpdateNamespaceRequest", + (_message.Message,), + { + "DESCRIPTOR": _UPDATENAMESPACEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateNamespaceRequest) + }, +) +_sym_db.RegisterMessage(UpdateNamespaceRequest) + +UpdateNamespaceResponse = _reflection.GeneratedProtocolMessageType( + "UpdateNamespaceResponse", + (_message.Message,), + { + "DESCRIPTOR": _UPDATENAMESPACERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateNamespaceResponse) + }, +) +_sym_db.RegisterMessage(UpdateNamespaceResponse) + +DeprecateNamespaceRequest = _reflection.GeneratedProtocolMessageType( + "DeprecateNamespaceRequest", + (_message.Message,), + { + "DESCRIPTOR": _DEPRECATENAMESPACEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeprecateNamespaceRequest) + }, +) +_sym_db.RegisterMessage(DeprecateNamespaceRequest) + +DeprecateNamespaceResponse = _reflection.GeneratedProtocolMessageType( + "DeprecateNamespaceResponse", + (_message.Message,), + { + "DESCRIPTOR": _DEPRECATENAMESPACERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeprecateNamespaceResponse) + }, +) +_sym_db.RegisterMessage(DeprecateNamespaceResponse) + +StartWorkflowExecutionRequest = _reflection.GeneratedProtocolMessageType( + "StartWorkflowExecutionRequest", + (_message.Message,), + { + "DESCRIPTOR": _STARTWORKFLOWEXECUTIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StartWorkflowExecutionRequest) + }, +) +_sym_db.RegisterMessage(StartWorkflowExecutionRequest) + +StartWorkflowExecutionResponse = _reflection.GeneratedProtocolMessageType( + "StartWorkflowExecutionResponse", + (_message.Message,), + { + "DESCRIPTOR": _STARTWORKFLOWEXECUTIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StartWorkflowExecutionResponse) + }, +) +_sym_db.RegisterMessage(StartWorkflowExecutionResponse) + +GetWorkflowExecutionHistoryRequest = _reflection.GeneratedProtocolMessageType( + "GetWorkflowExecutionHistoryRequest", + (_message.Message,), + { + "DESCRIPTOR": _GETWORKFLOWEXECUTIONHISTORYREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryRequest) + }, +) +_sym_db.RegisterMessage(GetWorkflowExecutionHistoryRequest) + +GetWorkflowExecutionHistoryResponse = _reflection.GeneratedProtocolMessageType( + "GetWorkflowExecutionHistoryResponse", + (_message.Message,), + { + "DESCRIPTOR": _GETWORKFLOWEXECUTIONHISTORYRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryResponse) + }, +) +_sym_db.RegisterMessage(GetWorkflowExecutionHistoryResponse) + +GetWorkflowExecutionHistoryReverseRequest = _reflection.GeneratedProtocolMessageType( + "GetWorkflowExecutionHistoryReverseRequest", + (_message.Message,), + { + "DESCRIPTOR": _GETWORKFLOWEXECUTIONHISTORYREVERSEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryReverseRequest) + }, +) +_sym_db.RegisterMessage(GetWorkflowExecutionHistoryReverseRequest) + +GetWorkflowExecutionHistoryReverseResponse = _reflection.GeneratedProtocolMessageType( + "GetWorkflowExecutionHistoryReverseResponse", + (_message.Message,), + { + "DESCRIPTOR": _GETWORKFLOWEXECUTIONHISTORYREVERSERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryReverseResponse) + }, +) +_sym_db.RegisterMessage(GetWorkflowExecutionHistoryReverseResponse) + +PollWorkflowTaskQueueRequest = _reflection.GeneratedProtocolMessageType( + "PollWorkflowTaskQueueRequest", + (_message.Message,), + { + "DESCRIPTOR": _POLLWORKFLOWTASKQUEUEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest) + }, +) +_sym_db.RegisterMessage(PollWorkflowTaskQueueRequest) + +PollWorkflowTaskQueueResponse = _reflection.GeneratedProtocolMessageType( + "PollWorkflowTaskQueueResponse", + (_message.Message,), + { + "QueriesEntry": _reflection.GeneratedProtocolMessageType( + "QueriesEntry", + (_message.Message,), + { + "DESCRIPTOR": _POLLWORKFLOWTASKQUEUERESPONSE_QUERIESENTRY, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse.QueriesEntry) + }, + ), + "DESCRIPTOR": _POLLWORKFLOWTASKQUEUERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse) + }, +) +_sym_db.RegisterMessage(PollWorkflowTaskQueueResponse) +_sym_db.RegisterMessage(PollWorkflowTaskQueueResponse.QueriesEntry) + +RespondWorkflowTaskCompletedRequest = _reflection.GeneratedProtocolMessageType( + "RespondWorkflowTaskCompletedRequest", + (_message.Message,), + { + "QueryResultsEntry": _reflection.GeneratedProtocolMessageType( + "QueryResultsEntry", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDWORKFLOWTASKCOMPLETEDREQUEST_QUERYRESULTSENTRY, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedRequest.QueryResultsEntry) + }, + ), + "DESCRIPTOR": _RESPONDWORKFLOWTASKCOMPLETEDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedRequest) + }, +) +_sym_db.RegisterMessage(RespondWorkflowTaskCompletedRequest) +_sym_db.RegisterMessage(RespondWorkflowTaskCompletedRequest.QueryResultsEntry) + +RespondWorkflowTaskCompletedResponse = _reflection.GeneratedProtocolMessageType( + "RespondWorkflowTaskCompletedResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDWORKFLOWTASKCOMPLETEDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedResponse) + }, +) +_sym_db.RegisterMessage(RespondWorkflowTaskCompletedResponse) + +RespondWorkflowTaskFailedRequest = _reflection.GeneratedProtocolMessageType( + "RespondWorkflowTaskFailedRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDWORKFLOWTASKFAILEDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskFailedRequest) + }, +) +_sym_db.RegisterMessage(RespondWorkflowTaskFailedRequest) + +RespondWorkflowTaskFailedResponse = _reflection.GeneratedProtocolMessageType( + "RespondWorkflowTaskFailedResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDWORKFLOWTASKFAILEDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondWorkflowTaskFailedResponse) + }, +) +_sym_db.RegisterMessage(RespondWorkflowTaskFailedResponse) + +PollActivityTaskQueueRequest = _reflection.GeneratedProtocolMessageType( + "PollActivityTaskQueueRequest", + (_message.Message,), + { + "DESCRIPTOR": _POLLACTIVITYTASKQUEUEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollActivityTaskQueueRequest) + }, +) +_sym_db.RegisterMessage(PollActivityTaskQueueRequest) + +PollActivityTaskQueueResponse = _reflection.GeneratedProtocolMessageType( + "PollActivityTaskQueueResponse", + (_message.Message,), + { + "DESCRIPTOR": _POLLACTIVITYTASKQUEUERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PollActivityTaskQueueResponse) + }, +) +_sym_db.RegisterMessage(PollActivityTaskQueueResponse) + +RecordActivityTaskHeartbeatRequest = _reflection.GeneratedProtocolMessageType( + "RecordActivityTaskHeartbeatRequest", + (_message.Message,), + { + "DESCRIPTOR": _RECORDACTIVITYTASKHEARTBEATREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatRequest) + }, +) +_sym_db.RegisterMessage(RecordActivityTaskHeartbeatRequest) + +RecordActivityTaskHeartbeatResponse = _reflection.GeneratedProtocolMessageType( + "RecordActivityTaskHeartbeatResponse", + (_message.Message,), + { + "DESCRIPTOR": _RECORDACTIVITYTASKHEARTBEATRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatResponse) + }, +) +_sym_db.RegisterMessage(RecordActivityTaskHeartbeatResponse) + +RecordActivityTaskHeartbeatByIdRequest = _reflection.GeneratedProtocolMessageType( + "RecordActivityTaskHeartbeatByIdRequest", + (_message.Message,), + { + "DESCRIPTOR": _RECORDACTIVITYTASKHEARTBEATBYIDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatByIdRequest) + }, +) +_sym_db.RegisterMessage(RecordActivityTaskHeartbeatByIdRequest) + +RecordActivityTaskHeartbeatByIdResponse = _reflection.GeneratedProtocolMessageType( + "RecordActivityTaskHeartbeatByIdResponse", + (_message.Message,), + { + "DESCRIPTOR": _RECORDACTIVITYTASKHEARTBEATBYIDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatByIdResponse) + }, +) +_sym_db.RegisterMessage(RecordActivityTaskHeartbeatByIdResponse) + +RespondActivityTaskCompletedRequest = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskCompletedRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKCOMPLETEDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCompletedRequest) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskCompletedRequest) + +RespondActivityTaskCompletedResponse = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskCompletedResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKCOMPLETEDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCompletedResponse) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskCompletedResponse) + +RespondActivityTaskCompletedByIdRequest = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskCompletedByIdRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKCOMPLETEDBYIDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCompletedByIdRequest) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskCompletedByIdRequest) + +RespondActivityTaskCompletedByIdResponse = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskCompletedByIdResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKCOMPLETEDBYIDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCompletedByIdResponse) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskCompletedByIdResponse) + +RespondActivityTaskFailedRequest = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskFailedRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKFAILEDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskFailedRequest) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskFailedRequest) + +RespondActivityTaskFailedResponse = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskFailedResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKFAILEDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskFailedResponse) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskFailedResponse) + +RespondActivityTaskFailedByIdRequest = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskFailedByIdRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKFAILEDBYIDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskFailedByIdRequest) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskFailedByIdRequest) + +RespondActivityTaskFailedByIdResponse = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskFailedByIdResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKFAILEDBYIDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskFailedByIdResponse) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskFailedByIdResponse) + +RespondActivityTaskCanceledRequest = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskCanceledRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKCANCELEDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCanceledRequest) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskCanceledRequest) + +RespondActivityTaskCanceledResponse = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskCanceledResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKCANCELEDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCanceledResponse) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskCanceledResponse) + +RespondActivityTaskCanceledByIdRequest = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskCanceledByIdRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKCANCELEDBYIDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCanceledByIdRequest) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskCanceledByIdRequest) + +RespondActivityTaskCanceledByIdResponse = _reflection.GeneratedProtocolMessageType( + "RespondActivityTaskCanceledByIdResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDACTIVITYTASKCANCELEDBYIDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondActivityTaskCanceledByIdResponse) + }, +) +_sym_db.RegisterMessage(RespondActivityTaskCanceledByIdResponse) + +RequestCancelWorkflowExecutionRequest = _reflection.GeneratedProtocolMessageType( + "RequestCancelWorkflowExecutionRequest", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTCANCELWORKFLOWEXECUTIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionRequest) + }, +) +_sym_db.RegisterMessage(RequestCancelWorkflowExecutionRequest) + +RequestCancelWorkflowExecutionResponse = _reflection.GeneratedProtocolMessageType( + "RequestCancelWorkflowExecutionResponse", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTCANCELWORKFLOWEXECUTIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionResponse) + }, +) +_sym_db.RegisterMessage(RequestCancelWorkflowExecutionResponse) + +SignalWorkflowExecutionRequest = _reflection.GeneratedProtocolMessageType( + "SignalWorkflowExecutionRequest", + (_message.Message,), + { + "DESCRIPTOR": _SIGNALWORKFLOWEXECUTIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest) + }, +) +_sym_db.RegisterMessage(SignalWorkflowExecutionRequest) + +SignalWorkflowExecutionResponse = _reflection.GeneratedProtocolMessageType( + "SignalWorkflowExecutionResponse", + (_message.Message,), + { + "DESCRIPTOR": _SIGNALWORKFLOWEXECUTIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SignalWorkflowExecutionResponse) + }, +) +_sym_db.RegisterMessage(SignalWorkflowExecutionResponse) + +SignalWithStartWorkflowExecutionRequest = _reflection.GeneratedProtocolMessageType( + "SignalWithStartWorkflowExecutionRequest", + (_message.Message,), + { + "DESCRIPTOR": _SIGNALWITHSTARTWORKFLOWEXECUTIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionRequest) + }, +) +_sym_db.RegisterMessage(SignalWithStartWorkflowExecutionRequest) + +SignalWithStartWorkflowExecutionResponse = _reflection.GeneratedProtocolMessageType( + "SignalWithStartWorkflowExecutionResponse", + (_message.Message,), + { + "DESCRIPTOR": _SIGNALWITHSTARTWORKFLOWEXECUTIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionResponse) + }, +) +_sym_db.RegisterMessage(SignalWithStartWorkflowExecutionResponse) + +ResetWorkflowExecutionRequest = _reflection.GeneratedProtocolMessageType( + "ResetWorkflowExecutionRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESETWORKFLOWEXECUTIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetWorkflowExecutionRequest) + }, +) +_sym_db.RegisterMessage(ResetWorkflowExecutionRequest) + +ResetWorkflowExecutionResponse = _reflection.GeneratedProtocolMessageType( + "ResetWorkflowExecutionResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESETWORKFLOWEXECUTIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetWorkflowExecutionResponse) + }, +) +_sym_db.RegisterMessage(ResetWorkflowExecutionResponse) + +TerminateWorkflowExecutionRequest = _reflection.GeneratedProtocolMessageType( + "TerminateWorkflowExecutionRequest", + (_message.Message,), + { + "DESCRIPTOR": _TERMINATEWORKFLOWEXECUTIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.TerminateWorkflowExecutionRequest) + }, +) +_sym_db.RegisterMessage(TerminateWorkflowExecutionRequest) + +TerminateWorkflowExecutionResponse = _reflection.GeneratedProtocolMessageType( + "TerminateWorkflowExecutionResponse", + (_message.Message,), + { + "DESCRIPTOR": _TERMINATEWORKFLOWEXECUTIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.TerminateWorkflowExecutionResponse) + }, +) +_sym_db.RegisterMessage(TerminateWorkflowExecutionResponse) + +ListOpenWorkflowExecutionsRequest = _reflection.GeneratedProtocolMessageType( + "ListOpenWorkflowExecutionsRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTOPENWORKFLOWEXECUTIONSREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsRequest) + }, +) +_sym_db.RegisterMessage(ListOpenWorkflowExecutionsRequest) + +ListOpenWorkflowExecutionsResponse = _reflection.GeneratedProtocolMessageType( + "ListOpenWorkflowExecutionsResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTOPENWORKFLOWEXECUTIONSRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsResponse) + }, +) +_sym_db.RegisterMessage(ListOpenWorkflowExecutionsResponse) + +ListClosedWorkflowExecutionsRequest = _reflection.GeneratedProtocolMessageType( + "ListClosedWorkflowExecutionsRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTCLOSEDWORKFLOWEXECUTIONSREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListClosedWorkflowExecutionsRequest) + }, +) +_sym_db.RegisterMessage(ListClosedWorkflowExecutionsRequest) + +ListClosedWorkflowExecutionsResponse = _reflection.GeneratedProtocolMessageType( + "ListClosedWorkflowExecutionsResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTCLOSEDWORKFLOWEXECUTIONSRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListClosedWorkflowExecutionsResponse) + }, +) +_sym_db.RegisterMessage(ListClosedWorkflowExecutionsResponse) + +ListWorkflowExecutionsRequest = _reflection.GeneratedProtocolMessageType( + "ListWorkflowExecutionsRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTWORKFLOWEXECUTIONSREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkflowExecutionsRequest) + }, +) +_sym_db.RegisterMessage(ListWorkflowExecutionsRequest) + +ListWorkflowExecutionsResponse = _reflection.GeneratedProtocolMessageType( + "ListWorkflowExecutionsResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTWORKFLOWEXECUTIONSRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListWorkflowExecutionsResponse) + }, +) +_sym_db.RegisterMessage(ListWorkflowExecutionsResponse) + +ListArchivedWorkflowExecutionsRequest = _reflection.GeneratedProtocolMessageType( + "ListArchivedWorkflowExecutionsRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTARCHIVEDWORKFLOWEXECUTIONSREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListArchivedWorkflowExecutionsRequest) + }, +) +_sym_db.RegisterMessage(ListArchivedWorkflowExecutionsRequest) + +ListArchivedWorkflowExecutionsResponse = _reflection.GeneratedProtocolMessageType( + "ListArchivedWorkflowExecutionsResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTARCHIVEDWORKFLOWEXECUTIONSRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListArchivedWorkflowExecutionsResponse) + }, +) +_sym_db.RegisterMessage(ListArchivedWorkflowExecutionsResponse) + +ScanWorkflowExecutionsRequest = _reflection.GeneratedProtocolMessageType( + "ScanWorkflowExecutionsRequest", + (_message.Message,), + { + "DESCRIPTOR": _SCANWORKFLOWEXECUTIONSREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ScanWorkflowExecutionsRequest) + }, +) +_sym_db.RegisterMessage(ScanWorkflowExecutionsRequest) + +ScanWorkflowExecutionsResponse = _reflection.GeneratedProtocolMessageType( + "ScanWorkflowExecutionsResponse", + (_message.Message,), + { + "DESCRIPTOR": _SCANWORKFLOWEXECUTIONSRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ScanWorkflowExecutionsResponse) + }, +) +_sym_db.RegisterMessage(ScanWorkflowExecutionsResponse) + +CountWorkflowExecutionsRequest = _reflection.GeneratedProtocolMessageType( + "CountWorkflowExecutionsRequest", + (_message.Message,), + { + "DESCRIPTOR": _COUNTWORKFLOWEXECUTIONSREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CountWorkflowExecutionsRequest) + }, +) +_sym_db.RegisterMessage(CountWorkflowExecutionsRequest) + +CountWorkflowExecutionsResponse = _reflection.GeneratedProtocolMessageType( + "CountWorkflowExecutionsResponse", + (_message.Message,), + { + "DESCRIPTOR": _COUNTWORKFLOWEXECUTIONSRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CountWorkflowExecutionsResponse) + }, +) +_sym_db.RegisterMessage(CountWorkflowExecutionsResponse) + +GetSearchAttributesRequest = _reflection.GeneratedProtocolMessageType( + "GetSearchAttributesRequest", + (_message.Message,), + { + "DESCRIPTOR": _GETSEARCHATTRIBUTESREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSearchAttributesRequest) + }, +) +_sym_db.RegisterMessage(GetSearchAttributesRequest) + +GetSearchAttributesResponse = _reflection.GeneratedProtocolMessageType( + "GetSearchAttributesResponse", + (_message.Message,), + { + "KeysEntry": _reflection.GeneratedProtocolMessageType( + "KeysEntry", + (_message.Message,), + { + "DESCRIPTOR": _GETSEARCHATTRIBUTESRESPONSE_KEYSENTRY, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSearchAttributesResponse.KeysEntry) + }, + ), + "DESCRIPTOR": _GETSEARCHATTRIBUTESRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSearchAttributesResponse) + }, +) +_sym_db.RegisterMessage(GetSearchAttributesResponse) +_sym_db.RegisterMessage(GetSearchAttributesResponse.KeysEntry) + +RespondQueryTaskCompletedRequest = _reflection.GeneratedProtocolMessageType( + "RespondQueryTaskCompletedRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDQUERYTASKCOMPLETEDREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondQueryTaskCompletedRequest) + }, +) +_sym_db.RegisterMessage(RespondQueryTaskCompletedRequest) + +RespondQueryTaskCompletedResponse = _reflection.GeneratedProtocolMessageType( + "RespondQueryTaskCompletedResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESPONDQUERYTASKCOMPLETEDRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.RespondQueryTaskCompletedResponse) + }, +) +_sym_db.RegisterMessage(RespondQueryTaskCompletedResponse) + +ResetStickyTaskQueueRequest = _reflection.GeneratedProtocolMessageType( + "ResetStickyTaskQueueRequest", + (_message.Message,), + { + "DESCRIPTOR": _RESETSTICKYTASKQUEUEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetStickyTaskQueueRequest) + }, +) +_sym_db.RegisterMessage(ResetStickyTaskQueueRequest) + +ResetStickyTaskQueueResponse = _reflection.GeneratedProtocolMessageType( + "ResetStickyTaskQueueResponse", + (_message.Message,), + { + "DESCRIPTOR": _RESETSTICKYTASKQUEUERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ResetStickyTaskQueueResponse) + }, +) +_sym_db.RegisterMessage(ResetStickyTaskQueueResponse) + +QueryWorkflowRequest = _reflection.GeneratedProtocolMessageType( + "QueryWorkflowRequest", + (_message.Message,), + { + "DESCRIPTOR": _QUERYWORKFLOWREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.QueryWorkflowRequest) + }, +) +_sym_db.RegisterMessage(QueryWorkflowRequest) + +QueryWorkflowResponse = _reflection.GeneratedProtocolMessageType( + "QueryWorkflowResponse", + (_message.Message,), + { + "DESCRIPTOR": _QUERYWORKFLOWRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.QueryWorkflowResponse) + }, +) +_sym_db.RegisterMessage(QueryWorkflowResponse) + +DescribeWorkflowExecutionRequest = _reflection.GeneratedProtocolMessageType( + "DescribeWorkflowExecutionRequest", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBEWORKFLOWEXECUTIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkflowExecutionRequest) + }, +) +_sym_db.RegisterMessage(DescribeWorkflowExecutionRequest) + +DescribeWorkflowExecutionResponse = _reflection.GeneratedProtocolMessageType( + "DescribeWorkflowExecutionResponse", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBEWORKFLOWEXECUTIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse) + }, +) +_sym_db.RegisterMessage(DescribeWorkflowExecutionResponse) + +DescribeTaskQueueRequest = _reflection.GeneratedProtocolMessageType( + "DescribeTaskQueueRequest", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBETASKQUEUEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeTaskQueueRequest) + }, +) +_sym_db.RegisterMessage(DescribeTaskQueueRequest) + +DescribeTaskQueueResponse = _reflection.GeneratedProtocolMessageType( + "DescribeTaskQueueResponse", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBETASKQUEUERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeTaskQueueResponse) + }, +) +_sym_db.RegisterMessage(DescribeTaskQueueResponse) + +GetClusterInfoRequest = _reflection.GeneratedProtocolMessageType( + "GetClusterInfoRequest", + (_message.Message,), + { + "DESCRIPTOR": _GETCLUSTERINFOREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetClusterInfoRequest) + }, +) +_sym_db.RegisterMessage(GetClusterInfoRequest) + +GetClusterInfoResponse = _reflection.GeneratedProtocolMessageType( + "GetClusterInfoResponse", + (_message.Message,), + { + "SupportedClientsEntry": _reflection.GeneratedProtocolMessageType( + "SupportedClientsEntry", + (_message.Message,), + { + "DESCRIPTOR": _GETCLUSTERINFORESPONSE_SUPPORTEDCLIENTSENTRY, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetClusterInfoResponse.SupportedClientsEntry) + }, + ), + "DESCRIPTOR": _GETCLUSTERINFORESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetClusterInfoResponse) + }, +) +_sym_db.RegisterMessage(GetClusterInfoResponse) +_sym_db.RegisterMessage(GetClusterInfoResponse.SupportedClientsEntry) + +GetSystemInfoRequest = _reflection.GeneratedProtocolMessageType( + "GetSystemInfoRequest", + (_message.Message,), + { + "DESCRIPTOR": _GETSYSTEMINFOREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSystemInfoRequest) + }, +) +_sym_db.RegisterMessage(GetSystemInfoRequest) + +GetSystemInfoResponse = _reflection.GeneratedProtocolMessageType( + "GetSystemInfoResponse", + (_message.Message,), + { + "Capabilities": _reflection.GeneratedProtocolMessageType( + "Capabilities", + (_message.Message,), + { + "DESCRIPTOR": _GETSYSTEMINFORESPONSE_CAPABILITIES, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSystemInfoResponse.Capabilities) + }, + ), + "DESCRIPTOR": _GETSYSTEMINFORESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetSystemInfoResponse) + }, +) +_sym_db.RegisterMessage(GetSystemInfoResponse) +_sym_db.RegisterMessage(GetSystemInfoResponse.Capabilities) + +ListTaskQueuePartitionsRequest = _reflection.GeneratedProtocolMessageType( + "ListTaskQueuePartitionsRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTTASKQUEUEPARTITIONSREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListTaskQueuePartitionsRequest) + }, +) +_sym_db.RegisterMessage(ListTaskQueuePartitionsRequest) + +ListTaskQueuePartitionsResponse = _reflection.GeneratedProtocolMessageType( + "ListTaskQueuePartitionsResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTTASKQUEUEPARTITIONSRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListTaskQueuePartitionsResponse) + }, +) +_sym_db.RegisterMessage(ListTaskQueuePartitionsResponse) + +CreateScheduleRequest = _reflection.GeneratedProtocolMessageType( + "CreateScheduleRequest", + (_message.Message,), + { + "DESCRIPTOR": _CREATESCHEDULEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CreateScheduleRequest) + }, ) +_sym_db.RegisterMessage(CreateScheduleRequest) + +CreateScheduleResponse = _reflection.GeneratedProtocolMessageType( + "CreateScheduleResponse", + (_message.Message,), + { + "DESCRIPTOR": _CREATESCHEDULERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.CreateScheduleResponse) + }, +) +_sym_db.RegisterMessage(CreateScheduleResponse) + +DescribeScheduleRequest = _reflection.GeneratedProtocolMessageType( + "DescribeScheduleRequest", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBESCHEDULEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeScheduleRequest) + }, +) +_sym_db.RegisterMessage(DescribeScheduleRequest) + +DescribeScheduleResponse = _reflection.GeneratedProtocolMessageType( + "DescribeScheduleResponse", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBESCHEDULERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeScheduleResponse) + }, +) +_sym_db.RegisterMessage(DescribeScheduleResponse) + +UpdateScheduleRequest = _reflection.GeneratedProtocolMessageType( + "UpdateScheduleRequest", + (_message.Message,), + { + "DESCRIPTOR": _UPDATESCHEDULEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateScheduleRequest) + }, +) +_sym_db.RegisterMessage(UpdateScheduleRequest) + +UpdateScheduleResponse = _reflection.GeneratedProtocolMessageType( + "UpdateScheduleResponse", + (_message.Message,), + { + "DESCRIPTOR": _UPDATESCHEDULERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateScheduleResponse) + }, +) +_sym_db.RegisterMessage(UpdateScheduleResponse) + +PatchScheduleRequest = _reflection.GeneratedProtocolMessageType( + "PatchScheduleRequest", + (_message.Message,), + { + "DESCRIPTOR": _PATCHSCHEDULEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PatchScheduleRequest) + }, +) +_sym_db.RegisterMessage(PatchScheduleRequest) + +PatchScheduleResponse = _reflection.GeneratedProtocolMessageType( + "PatchScheduleResponse", + (_message.Message,), + { + "DESCRIPTOR": _PATCHSCHEDULERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.PatchScheduleResponse) + }, +) +_sym_db.RegisterMessage(PatchScheduleResponse) + +ListScheduleMatchingTimesRequest = _reflection.GeneratedProtocolMessageType( + "ListScheduleMatchingTimesRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTSCHEDULEMATCHINGTIMESREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListScheduleMatchingTimesRequest) + }, +) +_sym_db.RegisterMessage(ListScheduleMatchingTimesRequest) + +ListScheduleMatchingTimesResponse = _reflection.GeneratedProtocolMessageType( + "ListScheduleMatchingTimesResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTSCHEDULEMATCHINGTIMESRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListScheduleMatchingTimesResponse) + }, +) +_sym_db.RegisterMessage(ListScheduleMatchingTimesResponse) + +DeleteScheduleRequest = _reflection.GeneratedProtocolMessageType( + "DeleteScheduleRequest", + (_message.Message,), + { + "DESCRIPTOR": _DELETESCHEDULEREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteScheduleRequest) + }, +) +_sym_db.RegisterMessage(DeleteScheduleRequest) + +DeleteScheduleResponse = _reflection.GeneratedProtocolMessageType( + "DeleteScheduleResponse", + (_message.Message,), + { + "DESCRIPTOR": _DELETESCHEDULERESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DeleteScheduleResponse) + }, +) +_sym_db.RegisterMessage(DeleteScheduleResponse) + +ListSchedulesRequest = _reflection.GeneratedProtocolMessageType( + "ListSchedulesRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTSCHEDULESREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListSchedulesRequest) + }, +) +_sym_db.RegisterMessage(ListSchedulesRequest) + +ListSchedulesResponse = _reflection.GeneratedProtocolMessageType( + "ListSchedulesResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTSCHEDULESRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListSchedulesResponse) + }, +) +_sym_db.RegisterMessage(ListSchedulesResponse) + +UpdateWorkerBuildIdOrderingRequest = _reflection.GeneratedProtocolMessageType( + "UpdateWorkerBuildIdOrderingRequest", + (_message.Message,), + { + "DESCRIPTOR": _UPDATEWORKERBUILDIDORDERINGREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerBuildIdOrderingRequest) + }, +) +_sym_db.RegisterMessage(UpdateWorkerBuildIdOrderingRequest) + +UpdateWorkerBuildIdOrderingResponse = _reflection.GeneratedProtocolMessageType( + "UpdateWorkerBuildIdOrderingResponse", + (_message.Message,), + { + "DESCRIPTOR": _UPDATEWORKERBUILDIDORDERINGRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkerBuildIdOrderingResponse) + }, +) +_sym_db.RegisterMessage(UpdateWorkerBuildIdOrderingResponse) + +GetWorkerBuildIdOrderingRequest = _reflection.GeneratedProtocolMessageType( + "GetWorkerBuildIdOrderingRequest", + (_message.Message,), + { + "DESCRIPTOR": _GETWORKERBUILDIDORDERINGREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkerBuildIdOrderingRequest) + }, +) +_sym_db.RegisterMessage(GetWorkerBuildIdOrderingRequest) + +GetWorkerBuildIdOrderingResponse = _reflection.GeneratedProtocolMessageType( + "GetWorkerBuildIdOrderingResponse", + (_message.Message,), + { + "DESCRIPTOR": _GETWORKERBUILDIDORDERINGRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.GetWorkerBuildIdOrderingResponse) + }, +) +_sym_db.RegisterMessage(GetWorkerBuildIdOrderingResponse) + +UpdateWorkflowRequest = _reflection.GeneratedProtocolMessageType( + "UpdateWorkflowRequest", + (_message.Message,), + { + "DESCRIPTOR": _UPDATEWORKFLOWREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkflowRequest) + }, +) +_sym_db.RegisterMessage(UpdateWorkflowRequest) + +UpdateWorkflowResponse = _reflection.GeneratedProtocolMessageType( + "UpdateWorkflowResponse", + (_message.Message,), + { + "DESCRIPTOR": _UPDATEWORKFLOWRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.UpdateWorkflowResponse) + }, +) +_sym_db.RegisterMessage(UpdateWorkflowResponse) + +StartBatchOperationRequest = _reflection.GeneratedProtocolMessageType( + "StartBatchOperationRequest", + (_message.Message,), + { + "DESCRIPTOR": _STARTBATCHOPERATIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StartBatchOperationRequest) + }, +) +_sym_db.RegisterMessage(StartBatchOperationRequest) + +StartBatchOperationResponse = _reflection.GeneratedProtocolMessageType( + "StartBatchOperationResponse", + (_message.Message,), + { + "DESCRIPTOR": _STARTBATCHOPERATIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StartBatchOperationResponse) + }, +) +_sym_db.RegisterMessage(StartBatchOperationResponse) + +StopBatchOperationRequest = _reflection.GeneratedProtocolMessageType( + "StopBatchOperationRequest", + (_message.Message,), + { + "DESCRIPTOR": _STOPBATCHOPERATIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StopBatchOperationRequest) + }, +) +_sym_db.RegisterMessage(StopBatchOperationRequest) + +StopBatchOperationResponse = _reflection.GeneratedProtocolMessageType( + "StopBatchOperationResponse", + (_message.Message,), + { + "DESCRIPTOR": _STOPBATCHOPERATIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.StopBatchOperationResponse) + }, +) +_sym_db.RegisterMessage(StopBatchOperationResponse) + +DescribeBatchOperationRequest = _reflection.GeneratedProtocolMessageType( + "DescribeBatchOperationRequest", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBEBATCHOPERATIONREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeBatchOperationRequest) + }, +) +_sym_db.RegisterMessage(DescribeBatchOperationRequest) + +DescribeBatchOperationResponse = _reflection.GeneratedProtocolMessageType( + "DescribeBatchOperationResponse", + (_message.Message,), + { + "DESCRIPTOR": _DESCRIBEBATCHOPERATIONRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.DescribeBatchOperationResponse) + }, +) +_sym_db.RegisterMessage(DescribeBatchOperationResponse) + +ListBatchOperationsRequest = _reflection.GeneratedProtocolMessageType( + "ListBatchOperationsRequest", + (_message.Message,), + { + "DESCRIPTOR": _LISTBATCHOPERATIONSREQUEST, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListBatchOperationsRequest) + }, +) +_sym_db.RegisterMessage(ListBatchOperationsRequest) + +ListBatchOperationsResponse = _reflection.GeneratedProtocolMessageType( + "ListBatchOperationsResponse", + (_message.Message,), + { + "DESCRIPTOR": _LISTBATCHOPERATIONSRESPONSE, + "__module__": "temporal.api.workflowservice.v1.request_response_pb2" + # @@protoc_insertion_point(class_scope:temporal.api.workflowservice.v1.ListBatchOperationsResponse) + }, +) +_sym_db.RegisterMessage(ListBatchOperationsResponse) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/api/workflowservice/v1/service_pb2.py b/temporalio/api/workflowservice/v1/service_pb2.py index 6534ba0c6..89fdd398b 100644 --- a/temporalio/api/workflowservice/v1/service_pb2.py +++ b/temporalio/api/workflowservice/v1/service_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -20,10 +21,8 @@ b'\n-temporal/api/workflowservice/v1/service.proto\x12\x1ftemporal.api.workflowservice.v1\x1a\x36temporal/api/workflowservice/v1/request_response.proto2\x98\x44\n\x0fWorkflowService\x12\x8c\x01\n\x11RegisterNamespace\x12\x39.temporal.api.workflowservice.v1.RegisterNamespaceRequest\x1a:.temporal.api.workflowservice.v1.RegisterNamespaceResponse"\x00\x12\x8c\x01\n\x11\x44\x65scribeNamespace\x12\x39.temporal.api.workflowservice.v1.DescribeNamespaceRequest\x1a:.temporal.api.workflowservice.v1.DescribeNamespaceResponse"\x00\x12\x83\x01\n\x0eListNamespaces\x12\x36.temporal.api.workflowservice.v1.ListNamespacesRequest\x1a\x37.temporal.api.workflowservice.v1.ListNamespacesResponse"\x00\x12\x86\x01\n\x0fUpdateNamespace\x12\x37.temporal.api.workflowservice.v1.UpdateNamespaceRequest\x1a\x38.temporal.api.workflowservice.v1.UpdateNamespaceResponse"\x00\x12\x8f\x01\n\x12\x44\x65precateNamespace\x12:.temporal.api.workflowservice.v1.DeprecateNamespaceRequest\x1a;.temporal.api.workflowservice.v1.DeprecateNamespaceResponse"\x00\x12\x9b\x01\n\x16StartWorkflowExecution\x12>.temporal.api.workflowservice.v1.StartWorkflowExecutionRequest\x1a?.temporal.api.workflowservice.v1.StartWorkflowExecutionResponse"\x00\x12\xaa\x01\n\x1bGetWorkflowExecutionHistory\x12\x43.temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryRequest\x1a\x44.temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryResponse"\x00\x12\xbf\x01\n"GetWorkflowExecutionHistoryReverse\x12J.temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryReverseRequest\x1aK.temporal.api.workflowservice.v1.GetWorkflowExecutionHistoryReverseResponse"\x00\x12\x98\x01\n\x15PollWorkflowTaskQueue\x12=.temporal.api.workflowservice.v1.PollWorkflowTaskQueueRequest\x1a>.temporal.api.workflowservice.v1.PollWorkflowTaskQueueResponse"\x00\x12\xad\x01\n\x1cRespondWorkflowTaskCompleted\x12\x44.temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedRequest\x1a\x45.temporal.api.workflowservice.v1.RespondWorkflowTaskCompletedResponse"\x00\x12\xa4\x01\n\x19RespondWorkflowTaskFailed\x12\x41.temporal.api.workflowservice.v1.RespondWorkflowTaskFailedRequest\x1a\x42.temporal.api.workflowservice.v1.RespondWorkflowTaskFailedResponse"\x00\x12\x98\x01\n\x15PollActivityTaskQueue\x12=.temporal.api.workflowservice.v1.PollActivityTaskQueueRequest\x1a>.temporal.api.workflowservice.v1.PollActivityTaskQueueResponse"\x00\x12\xaa\x01\n\x1bRecordActivityTaskHeartbeat\x12\x43.temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatRequest\x1a\x44.temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatResponse"\x00\x12\xb6\x01\n\x1fRecordActivityTaskHeartbeatById\x12G.temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatByIdRequest\x1aH.temporal.api.workflowservice.v1.RecordActivityTaskHeartbeatByIdResponse"\x00\x12\xad\x01\n\x1cRespondActivityTaskCompleted\x12\x44.temporal.api.workflowservice.v1.RespondActivityTaskCompletedRequest\x1a\x45.temporal.api.workflowservice.v1.RespondActivityTaskCompletedResponse"\x00\x12\xb9\x01\n RespondActivityTaskCompletedById\x12H.temporal.api.workflowservice.v1.RespondActivityTaskCompletedByIdRequest\x1aI.temporal.api.workflowservice.v1.RespondActivityTaskCompletedByIdResponse"\x00\x12\xa4\x01\n\x19RespondActivityTaskFailed\x12\x41.temporal.api.workflowservice.v1.RespondActivityTaskFailedRequest\x1a\x42.temporal.api.workflowservice.v1.RespondActivityTaskFailedResponse"\x00\x12\xb0\x01\n\x1dRespondActivityTaskFailedById\x12\x45.temporal.api.workflowservice.v1.RespondActivityTaskFailedByIdRequest\x1a\x46.temporal.api.workflowservice.v1.RespondActivityTaskFailedByIdResponse"\x00\x12\xaa\x01\n\x1bRespondActivityTaskCanceled\x12\x43.temporal.api.workflowservice.v1.RespondActivityTaskCanceledRequest\x1a\x44.temporal.api.workflowservice.v1.RespondActivityTaskCanceledResponse"\x00\x12\xb6\x01\n\x1fRespondActivityTaskCanceledById\x12G.temporal.api.workflowservice.v1.RespondActivityTaskCanceledByIdRequest\x1aH.temporal.api.workflowservice.v1.RespondActivityTaskCanceledByIdResponse"\x00\x12\xb3\x01\n\x1eRequestCancelWorkflowExecution\x12\x46.temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionRequest\x1aG.temporal.api.workflowservice.v1.RequestCancelWorkflowExecutionResponse"\x00\x12\x9e\x01\n\x17SignalWorkflowExecution\x12?.temporal.api.workflowservice.v1.SignalWorkflowExecutionRequest\x1a@.temporal.api.workflowservice.v1.SignalWorkflowExecutionResponse"\x00\x12\xb9\x01\n SignalWithStartWorkflowExecution\x12H.temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionRequest\x1aI.temporal.api.workflowservice.v1.SignalWithStartWorkflowExecutionResponse"\x00\x12\x9b\x01\n\x16ResetWorkflowExecution\x12>.temporal.api.workflowservice.v1.ResetWorkflowExecutionRequest\x1a?.temporal.api.workflowservice.v1.ResetWorkflowExecutionResponse"\x00\x12\xa7\x01\n\x1aTerminateWorkflowExecution\x12\x42.temporal.api.workflowservice.v1.TerminateWorkflowExecutionRequest\x1a\x43.temporal.api.workflowservice.v1.TerminateWorkflowExecutionResponse"\x00\x12\x9e\x01\n\x17\x44\x65leteWorkflowExecution\x12?.temporal.api.workflowservice.v1.DeleteWorkflowExecutionRequest\x1a@.temporal.api.workflowservice.v1.DeleteWorkflowExecutionResponse"\x00\x12\xa7\x01\n\x1aListOpenWorkflowExecutions\x12\x42.temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsRequest\x1a\x43.temporal.api.workflowservice.v1.ListOpenWorkflowExecutionsResponse"\x00\x12\xad\x01\n\x1cListClosedWorkflowExecutions\x12\x44.temporal.api.workflowservice.v1.ListClosedWorkflowExecutionsRequest\x1a\x45.temporal.api.workflowservice.v1.ListClosedWorkflowExecutionsResponse"\x00\x12\x9b\x01\n\x16ListWorkflowExecutions\x12>.temporal.api.workflowservice.v1.ListWorkflowExecutionsRequest\x1a?.temporal.api.workflowservice.v1.ListWorkflowExecutionsResponse"\x00\x12\xb3\x01\n\x1eListArchivedWorkflowExecutions\x12\x46.temporal.api.workflowservice.v1.ListArchivedWorkflowExecutionsRequest\x1aG.temporal.api.workflowservice.v1.ListArchivedWorkflowExecutionsResponse"\x00\x12\x9b\x01\n\x16ScanWorkflowExecutions\x12>.temporal.api.workflowservice.v1.ScanWorkflowExecutionsRequest\x1a?.temporal.api.workflowservice.v1.ScanWorkflowExecutionsResponse"\x00\x12\x9e\x01\n\x17\x43ountWorkflowExecutions\x12?.temporal.api.workflowservice.v1.CountWorkflowExecutionsRequest\x1a@.temporal.api.workflowservice.v1.CountWorkflowExecutionsResponse"\x00\x12\x92\x01\n\x13GetSearchAttributes\x12;.temporal.api.workflowservice.v1.GetSearchAttributesRequest\x1a<.temporal.api.workflowservice.v1.GetSearchAttributesResponse"\x00\x12\xa4\x01\n\x19RespondQueryTaskCompleted\x12\x41.temporal.api.workflowservice.v1.RespondQueryTaskCompletedRequest\x1a\x42.temporal.api.workflowservice.v1.RespondQueryTaskCompletedResponse"\x00\x12\x95\x01\n\x14ResetStickyTaskQueue\x12<.temporal.api.workflowservice.v1.ResetStickyTaskQueueRequest\x1a=.temporal.api.workflowservice.v1.ResetStickyTaskQueueResponse"\x00\x12\x80\x01\n\rQueryWorkflow\x12\x35.temporal.api.workflowservice.v1.QueryWorkflowRequest\x1a\x36.temporal.api.workflowservice.v1.QueryWorkflowResponse"\x00\x12\xa4\x01\n\x19\x44\x65scribeWorkflowExecution\x12\x41.temporal.api.workflowservice.v1.DescribeWorkflowExecutionRequest\x1a\x42.temporal.api.workflowservice.v1.DescribeWorkflowExecutionResponse"\x00\x12\x8c\x01\n\x11\x44\x65scribeTaskQueue\x12\x39.temporal.api.workflowservice.v1.DescribeTaskQueueRequest\x1a:.temporal.api.workflowservice.v1.DescribeTaskQueueResponse"\x00\x12\x83\x01\n\x0eGetClusterInfo\x12\x36.temporal.api.workflowservice.v1.GetClusterInfoRequest\x1a\x37.temporal.api.workflowservice.v1.GetClusterInfoResponse"\x00\x12\x80\x01\n\rGetSystemInfo\x12\x35.temporal.api.workflowservice.v1.GetSystemInfoRequest\x1a\x36.temporal.api.workflowservice.v1.GetSystemInfoResponse"\x00\x12\x9e\x01\n\x17ListTaskQueuePartitions\x12?.temporal.api.workflowservice.v1.ListTaskQueuePartitionsRequest\x1a@.temporal.api.workflowservice.v1.ListTaskQueuePartitionsResponse"\x00\x12\x83\x01\n\x0e\x43reateSchedule\x12\x36.temporal.api.workflowservice.v1.CreateScheduleRequest\x1a\x37.temporal.api.workflowservice.v1.CreateScheduleResponse"\x00\x12\x89\x01\n\x10\x44\x65scribeSchedule\x12\x38.temporal.api.workflowservice.v1.DescribeScheduleRequest\x1a\x39.temporal.api.workflowservice.v1.DescribeScheduleResponse"\x00\x12\x83\x01\n\x0eUpdateSchedule\x12\x36.temporal.api.workflowservice.v1.UpdateScheduleRequest\x1a\x37.temporal.api.workflowservice.v1.UpdateScheduleResponse"\x00\x12\x80\x01\n\rPatchSchedule\x12\x35.temporal.api.workflowservice.v1.PatchScheduleRequest\x1a\x36.temporal.api.workflowservice.v1.PatchScheduleResponse"\x00\x12\xa4\x01\n\x19ListScheduleMatchingTimes\x12\x41.temporal.api.workflowservice.v1.ListScheduleMatchingTimesRequest\x1a\x42.temporal.api.workflowservice.v1.ListScheduleMatchingTimesResponse"\x00\x12\x83\x01\n\x0e\x44\x65leteSchedule\x12\x36.temporal.api.workflowservice.v1.DeleteScheduleRequest\x1a\x37.temporal.api.workflowservice.v1.DeleteScheduleResponse"\x00\x12\x80\x01\n\rListSchedules\x12\x35.temporal.api.workflowservice.v1.ListSchedulesRequest\x1a\x36.temporal.api.workflowservice.v1.ListSchedulesResponse"\x00\x12\xaa\x01\n\x1bUpdateWorkerBuildIdOrdering\x12\x43.temporal.api.workflowservice.v1.UpdateWorkerBuildIdOrderingRequest\x1a\x44.temporal.api.workflowservice.v1.UpdateWorkerBuildIdOrderingResponse"\x00\x12\xa1\x01\n\x18GetWorkerBuildIdOrdering\x12@.temporal.api.workflowservice.v1.GetWorkerBuildIdOrderingRequest\x1a\x41.temporal.api.workflowservice.v1.GetWorkerBuildIdOrderingResponse"\x00\x12\x83\x01\n\x0eUpdateWorkflow\x12\x36.temporal.api.workflowservice.v1.UpdateWorkflowRequest\x1a\x37.temporal.api.workflowservice.v1.UpdateWorkflowResponse"\x00\x12\x92\x01\n\x13StartBatchOperation\x12;.temporal.api.workflowservice.v1.StartBatchOperationRequest\x1a<.temporal.api.workflowservice.v1.StartBatchOperationResponse"\x00\x12\x8f\x01\n\x12StopBatchOperation\x12:.temporal.api.workflowservice.v1.StopBatchOperationRequest\x1a;.temporal.api.workflowservice.v1.StopBatchOperationResponse"\x00\x12\x9b\x01\n\x16\x44\x65scribeBatchOperation\x12>.temporal.api.workflowservice.v1.DescribeBatchOperationRequest\x1a?.temporal.api.workflowservice.v1.DescribeBatchOperationResponse"\x00\x12\x92\x01\n\x13ListBatchOperations\x12;.temporal.api.workflowservice.v1.ListBatchOperationsRequest\x1a<.temporal.api.workflowservice.v1.ListBatchOperationsResponse"\x00\x42\xb2\x01\n"io.temporal.api.workflowservice.v1B\x0cServiceProtoP\x01Z5go.temporal.io/api/workflowservice/v1;workflowservice\xaa\x02\x1fTemporal.Api.WorkflowService.V1\xea\x02"Temporal::Api::WorkflowService::V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.api.workflowservice.v1.service_pb2", globals() -) + +_WORKFLOWSERVICE = DESCRIPTOR.services_by_name["WorkflowService"] if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/activity_result/activity_result_pb2.py b/temporalio/bridge/proto/activity_result/activity_result_pb2.py index f860f09ab..645abf8b2 100644 --- a/temporalio/bridge/proto/activity_result/activity_result_pb2.py +++ b/temporalio/bridge/proto/activity_result/activity_result_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -26,10 +27,91 @@ b'\n7temporal/sdk/core/activity_result/activity_result.proto\x12\x17\x63oresdk.activity_result\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$temporal/api/common/v1/message.proto\x1a%temporal/api/failure/v1/message.proto"\x95\x02\n\x17\x41\x63tivityExecutionResult\x12\x35\n\tcompleted\x18\x01 \x01(\x0b\x32 .coresdk.activity_result.SuccessH\x00\x12\x32\n\x06\x66\x61iled\x18\x02 \x01(\x0b\x32 .coresdk.activity_result.FailureH\x00\x12:\n\tcancelled\x18\x03 \x01(\x0b\x32%.coresdk.activity_result.CancellationH\x00\x12I\n\x13will_complete_async\x18\x04 \x01(\x0b\x32*.coresdk.activity_result.WillCompleteAsyncH\x00\x42\x08\n\x06status"\xfc\x01\n\x12\x41\x63tivityResolution\x12\x35\n\tcompleted\x18\x01 \x01(\x0b\x32 .coresdk.activity_result.SuccessH\x00\x12\x32\n\x06\x66\x61iled\x18\x02 \x01(\x0b\x32 .coresdk.activity_result.FailureH\x00\x12:\n\tcancelled\x18\x03 \x01(\x0b\x32%.coresdk.activity_result.CancellationH\x00\x12\x35\n\x07\x62\x61\x63koff\x18\x04 \x01(\x0b\x32".coresdk.activity_result.DoBackoffH\x00\x42\x08\n\x06status":\n\x07Success\x12/\n\x06result\x18\x01 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload"<\n\x07\x46\x61ilure\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure"A\n\x0c\x43\x61ncellation\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure"\x13\n\x11WillCompleteAsync"\x8d\x01\n\tDoBackoff\x12\x0f\n\x07\x61ttempt\x18\x01 \x01(\r\x12\x33\n\x10\x62\x61\x63koff_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\x12:\n\x16original_schedule_time\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestampb\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.sdk.core.activity_result.activity_result_pb2", globals() + +_ACTIVITYEXECUTIONRESULT = DESCRIPTOR.message_types_by_name["ActivityExecutionResult"] +_ACTIVITYRESOLUTION = DESCRIPTOR.message_types_by_name["ActivityResolution"] +_SUCCESS = DESCRIPTOR.message_types_by_name["Success"] +_FAILURE = DESCRIPTOR.message_types_by_name["Failure"] +_CANCELLATION = DESCRIPTOR.message_types_by_name["Cancellation"] +_WILLCOMPLETEASYNC = DESCRIPTOR.message_types_by_name["WillCompleteAsync"] +_DOBACKOFF = DESCRIPTOR.message_types_by_name["DoBackoff"] +ActivityExecutionResult = _reflection.GeneratedProtocolMessageType( + "ActivityExecutionResult", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYEXECUTIONRESULT, + "__module__": "temporal.sdk.core.activity_result.activity_result_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_result.ActivityExecutionResult) + }, +) +_sym_db.RegisterMessage(ActivityExecutionResult) + +ActivityResolution = _reflection.GeneratedProtocolMessageType( + "ActivityResolution", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYRESOLUTION, + "__module__": "temporal.sdk.core.activity_result.activity_result_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_result.ActivityResolution) + }, +) +_sym_db.RegisterMessage(ActivityResolution) + +Success = _reflection.GeneratedProtocolMessageType( + "Success", + (_message.Message,), + { + "DESCRIPTOR": _SUCCESS, + "__module__": "temporal.sdk.core.activity_result.activity_result_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_result.Success) + }, +) +_sym_db.RegisterMessage(Success) + +Failure = _reflection.GeneratedProtocolMessageType( + "Failure", + (_message.Message,), + { + "DESCRIPTOR": _FAILURE, + "__module__": "temporal.sdk.core.activity_result.activity_result_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_result.Failure) + }, ) +_sym_db.RegisterMessage(Failure) + +Cancellation = _reflection.GeneratedProtocolMessageType( + "Cancellation", + (_message.Message,), + { + "DESCRIPTOR": _CANCELLATION, + "__module__": "temporal.sdk.core.activity_result.activity_result_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_result.Cancellation) + }, +) +_sym_db.RegisterMessage(Cancellation) + +WillCompleteAsync = _reflection.GeneratedProtocolMessageType( + "WillCompleteAsync", + (_message.Message,), + { + "DESCRIPTOR": _WILLCOMPLETEASYNC, + "__module__": "temporal.sdk.core.activity_result.activity_result_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_result.WillCompleteAsync) + }, +) +_sym_db.RegisterMessage(WillCompleteAsync) + +DoBackoff = _reflection.GeneratedProtocolMessageType( + "DoBackoff", + (_message.Message,), + { + "DESCRIPTOR": _DOBACKOFF, + "__module__": "temporal.sdk.core.activity_result.activity_result_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_result.DoBackoff) + }, +) +_sym_db.RegisterMessage(DoBackoff) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/activity_task/activity_task_pb2.py b/temporalio/bridge/proto/activity_task/activity_task_pb2.py index bb669ccb7..94abcb216 100644 --- a/temporalio/bridge/proto/activity_task/activity_task_pb2.py +++ b/temporalio/bridge/proto/activity_task/activity_task_pb2.py @@ -4,8 +4,10 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder +from google.protobuf.internal import enum_type_wrapper # @@protoc_insertion_point(imports) @@ -26,10 +28,60 @@ b'\n3temporal/sdk/core/activity_task/activity_task.proto\x12\x15\x63oresdk.activity_task\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$temporal/api/common/v1/message.proto\x1a%temporal/sdk/core/common/common.proto"\x8d\x01\n\x0c\x41\x63tivityTask\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12-\n\x05start\x18\x03 \x01(\x0b\x32\x1c.coresdk.activity_task.StartH\x00\x12/\n\x06\x63\x61ncel\x18\x04 \x01(\x0b\x32\x1d.coresdk.activity_task.CancelH\x00\x42\t\n\x07variant"\xed\x06\n\x05Start\x12\x1a\n\x12workflow_namespace\x18\x01 \x01(\t\x12\x15\n\rworkflow_type\x18\x02 \x01(\t\x12\x45\n\x12workflow_execution\x18\x03 \x01(\x0b\x32).temporal.api.common.v1.WorkflowExecution\x12\x13\n\x0b\x61\x63tivity_id\x18\x04 \x01(\t\x12\x15\n\ractivity_type\x18\x05 \x01(\t\x12\x45\n\rheader_fields\x18\x06 \x03(\x0b\x32..coresdk.activity_task.Start.HeaderFieldsEntry\x12.\n\x05input\x18\x07 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12:\n\x11heartbeat_details\x18\x08 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12\x32\n\x0escheduled_time\x18\t \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x42\n\x1e\x63urrent_attempt_scheduled_time\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x30\n\x0cstarted_time\x18\x0b \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0f\n\x07\x61ttempt\x18\x0c \x01(\r\x12<\n\x19schedule_to_close_timeout\x18\r \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x39\n\x16start_to_close_timeout\x18\x0e \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x34\n\x11heartbeat_timeout\x18\x0f \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x39\n\x0cretry_policy\x18\x10 \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x10\n\x08is_local\x18\x11 \x01(\x08\x1aT\n\x11HeaderFieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01"E\n\x06\x43\x61ncel\x12;\n\x06reason\x18\x01 \x01(\x0e\x32+.coresdk.activity_task.ActivityCancelReason*C\n\x14\x41\x63tivityCancelReason\x12\r\n\tNOT_FOUND\x10\x00\x12\r\n\tCANCELLED\x10\x01\x12\r\n\tTIMED_OUT\x10\x02\x62\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.sdk.core.activity_task.activity_task_pb2", globals() +_ACTIVITYCANCELREASON = DESCRIPTOR.enum_types_by_name["ActivityCancelReason"] +ActivityCancelReason = enum_type_wrapper.EnumTypeWrapper(_ACTIVITYCANCELREASON) +NOT_FOUND = 0 +CANCELLED = 1 +TIMED_OUT = 2 + + +_ACTIVITYTASK = DESCRIPTOR.message_types_by_name["ActivityTask"] +_START = DESCRIPTOR.message_types_by_name["Start"] +_START_HEADERFIELDSENTRY = _START.nested_types_by_name["HeaderFieldsEntry"] +_CANCEL = DESCRIPTOR.message_types_by_name["Cancel"] +ActivityTask = _reflection.GeneratedProtocolMessageType( + "ActivityTask", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTASK, + "__module__": "temporal.sdk.core.activity_task.activity_task_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_task.ActivityTask) + }, +) +_sym_db.RegisterMessage(ActivityTask) + +Start = _reflection.GeneratedProtocolMessageType( + "Start", + (_message.Message,), + { + "HeaderFieldsEntry": _reflection.GeneratedProtocolMessageType( + "HeaderFieldsEntry", + (_message.Message,), + { + "DESCRIPTOR": _START_HEADERFIELDSENTRY, + "__module__": "temporal.sdk.core.activity_task.activity_task_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_task.Start.HeaderFieldsEntry) + }, + ), + "DESCRIPTOR": _START, + "__module__": "temporal.sdk.core.activity_task.activity_task_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_task.Start) + }, ) +_sym_db.RegisterMessage(Start) +_sym_db.RegisterMessage(Start.HeaderFieldsEntry) + +Cancel = _reflection.GeneratedProtocolMessageType( + "Cancel", + (_message.Message,), + { + "DESCRIPTOR": _CANCEL, + "__module__": "temporal.sdk.core.activity_task.activity_task_pb2" + # @@protoc_insertion_point(class_scope:coresdk.activity_task.Cancel) + }, +) +_sym_db.RegisterMessage(Cancel) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/bridge/bridge_pb2.py b/temporalio/bridge/proto/bridge/bridge_pb2.py index e599d9a49..2ca495bef 100644 --- a/temporalio/bridge/proto/bridge/bridge_pb2.py +++ b/temporalio/bridge/proto/bridge/bridge_pb2.py @@ -4,8 +4,10 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder +from google.protobuf.internal import enum_type_wrapper # @@protoc_insertion_point(imports) @@ -33,10 +35,504 @@ b'\n%temporal/sdk/core/bridge/bridge.proto\x12\x0e\x63oresdk.bridge\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/wrappers.proto\x1a&temporal/sdk/core/core_interface.proto\x1a\x33temporal/sdk/core/activity_task/activity_task.proto\x1a?temporal/sdk/core/workflow_activation/workflow_activation.proto\x1a?temporal/sdk/core/workflow_completion/workflow_completion.proto"\x99\x06\n\x14InitTelemetryRequest\x12\x16\n\x0etracing_filter\x18\x01 \x01(\t\x12L\n\x07\x63onsole\x18\x02 \x01(\x0b\x32\x39.coresdk.bridge.InitTelemetryRequest.ConsoleLoggerOptionsH\x00\x12L\n\x07\x66orward\x18\x03 \x01(\x0b\x32\x39.coresdk.bridge.InitTelemetryRequest.ForwardLoggerOptionsH\x00\x12Q\n\x0cotel_tracing\x18\x04 \x01(\x0b\x32\x39.coresdk.bridge.InitTelemetryRequest.OtelCollectorOptionsH\x01\x12Q\n\x0cotel_metrics\x18\x05 \x01(\x0b\x32\x39.coresdk.bridge.InitTelemetryRequest.OtelCollectorOptionsH\x02\x12L\n\nprometheus\x18\x06 \x01(\x0b\x32\x36.coresdk.bridge.InitTelemetryRequest.PrometheusOptionsH\x02\x1a\x16\n\x14\x43onsoleLoggerOptions\x1a?\n\x14\x46orwardLoggerOptions\x12\'\n\x05level\x18\x01 \x01(\x0e\x32\x18.coresdk.bridge.LogLevel\x1a\xac\x01\n\x14OtelCollectorOptions\x12\x0b\n\x03url\x18\x01 \x01(\t\x12W\n\x07headers\x18\x02 \x03(\x0b\x32\x46.coresdk.bridge.InitTelemetryRequest.OtelCollectorOptions.HeadersEntry\x1a.\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x30\n\x11PrometheusOptions\x12\x1b\n\x13\x65xport_bind_address\x18\x01 \x01(\tB\t\n\x07loggingB\t\n\x07tracingB\t\n\x07metrics"\xbc\x05\n\x13\x43reateClientRequest\x12\x12\n\ntarget_url\x18\x01 \x01(\t\x12\x11\n\tnamespace\x18\x02 \x01(\t\x12\x13\n\x0b\x63lient_name\x18\x03 \x01(\t\x12\x16\n\x0e\x63lient_version\x18\x04 \x01(\t\x12\x10\n\x08identity\x18\x06 \x01(\t\x12\x41\n\ntls_config\x18\x08 \x01(\x0b\x32-.coresdk.bridge.CreateClientRequest.TlsConfig\x12\x45\n\x0cretry_config\x18\t \x01(\x0b\x32/.coresdk.bridge.CreateClientRequest.RetryConfig\x1ai\n\tTlsConfig\x12\x1b\n\x13server_root_ca_cert\x18\x01 \x01(\x0c\x12\x0e\n\x06\x64omain\x18\x02 \x01(\t\x12\x13\n\x0b\x63lient_cert\x18\x03 \x01(\x0c\x12\x1a\n\x12\x63lient_private_key\x18\x04 \x01(\x0c\x1a\xc9\x02\n\x0bRetryConfig\x12\x33\n\x10initial_interval\x18\x01 \x01(\x0b\x32\x19.google.protobuf.Duration\x12:\n\x14randomization_factor\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12\x30\n\nmultiplier\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.DoubleValue\x12/\n\x0cmax_interval\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x33\n\x10max_elapsed_time\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x31\n\x0bmax_retries\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value"[\n\x0cInitResponse\x12\x31\n\x05\x65rror\x18\x01 \x01(\x0b\x32".coresdk.bridge.InitResponse.Error\x1a\x18\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t"\xee\x05\n\x13\x43reateWorkerRequest\x12\x12\n\ntask_queue\x18\x01 \x01(\t\x12:\n\x14max_cached_workflows\x18\x02 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x44\n\x1emax_outstanding_workflow_tasks\x18\x03 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12@\n\x1amax_outstanding_activities\x18\x04 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x46\n max_outstanding_local_activities\x18\x05 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12>\n\x18max_concurrent_wft_polls\x18\x06 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x43\n\x1enonsticky_to_sticky_poll_ratio\x18\x07 \x01(\x0b\x32\x1b.google.protobuf.FloatValue\x12=\n\x17max_concurrent_at_polls\x18\x08 \x01(\x0b\x32\x1c.google.protobuf.UInt32Value\x12\x1c\n\x14no_remote_activities\x18\t \x01(\x08\x12I\n&sticky_queue_schedule_to_start_timeout\x18\n \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x42\n\x1fmax_heartbeat_throttle_interval\x18\x0b \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x46\n#default_heartbeat_throttle_interval\x18\x0c \x01(\x0b\x32\x19.google.protobuf.Duration"o\n\x16RegisterWorkerResponse\x12;\n\x05\x65rror\x18\x01 \x01(\x0b\x32,.coresdk.bridge.RegisterWorkerResponse.Error\x1a\x18\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t"\x1f\n\x1dPollWorkflowActivationRequest"\xe6\x01\n\x1ePollWorkflowActivationResponse\x12\x45\n\nactivation\x18\x01 \x01(\x0b\x32/.coresdk.workflow_activation.WorkflowActivationH\x00\x12\x45\n\x05\x65rror\x18\x02 \x01(\x0b\x32\x34.coresdk.bridge.PollWorkflowActivationResponse.ErrorH\x00\x1a*\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x10\n\x08shutdown\x18\x02 \x01(\x08\x42\n\n\x08response"\x19\n\x17PollActivityTaskRequest"\xc8\x01\n\x18PollActivityTaskResponse\x12\x33\n\x04task\x18\x01 \x01(\x0b\x32#.coresdk.activity_task.ActivityTaskH\x00\x12?\n\x05\x65rror\x18\x02 \x01(\x0b\x32..coresdk.bridge.PollActivityTaskResponse.ErrorH\x00\x1a*\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t\x12\x10\n\x08shutdown\x18\x02 \x01(\x08\x42\n\n\x08response"r\n!CompleteWorkflowActivationRequest\x12M\n\ncompletion\x18\x01 \x01(\x0b\x32\x39.coresdk.workflow_completion.WorkflowActivationCompletion"\x87\x01\n"CompleteWorkflowActivationResponse\x12G\n\x05\x65rror\x18\x01 \x01(\x0b\x32\x38.coresdk.bridge.CompleteWorkflowActivationResponse.Error\x1a\x18\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t"R\n\x1b\x43ompleteActivityTaskRequest\x12\x33\n\ncompletion\x18\x01 \x01(\x0b\x32\x1f.coresdk.ActivityTaskCompletion"{\n\x1c\x43ompleteActivityTaskResponse\x12\x41\n\x05\x65rror\x18\x01 \x01(\x0b\x32\x32.coresdk.bridge.CompleteActivityTaskResponse.Error\x1a\x18\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t"O\n\x1eRecordActivityHeartbeatRequest\x12-\n\theartbeat\x18\x01 \x01(\x0b\x32\x1a.coresdk.ActivityHeartbeat"\x81\x01\n\x1fRecordActivityHeartbeatResponse\x12\x44\n\x05\x65rror\x18\x01 \x01(\x0b\x32\x35.coresdk.bridge.RecordActivityHeartbeatResponse.Error\x1a\x18\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t"0\n\x1eRequestWorkflowEvictionRequest\x12\x0e\n\x06run_id\x18\x01 \x01(\t"\x81\x01\n\x1fRequestWorkflowEvictionResponse\x12\x44\n\x05\x65rror\x18\x01 \x01(\x0b\x32\x35.coresdk.bridge.RequestWorkflowEvictionResponse.Error\x1a\x18\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t"\x17\n\x15ShutdownWorkerRequest"o\n\x16ShutdownWorkerResponse\x12;\n\x05\x65rror\x18\x01 \x01(\x0b\x32,.coresdk.bridge.ShutdownWorkerResponse.Error\x1a\x18\n\x05\x45rror\x12\x0f\n\x07message\x18\x01 \x01(\t"\x1a\n\x18\x46\x65tchBufferedLogsRequest"\xd5\x01\n\x19\x46\x65tchBufferedLogsResponse\x12\x43\n\x07\x65ntries\x18\x01 \x03(\x0b\x32\x32.coresdk.bridge.FetchBufferedLogsResponse.LogEntry\x1as\n\x08LogEntry\x12\x0f\n\x07message\x18\x01 \x01(\t\x12-\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\'\n\x05level\x18\x03 \x01(\x0e\x32\x18.coresdk.bridge.LogLevel*c\n\x08LogLevel\x12\x19\n\x15LOG_LEVEL_UNSPECIFIED\x10\x00\x12\x07\n\x03OFF\x10\x01\x12\t\n\x05\x45RROR\x10\x02\x12\x08\n\x04WARN\x10\x03\x12\x08\n\x04INFO\x10\x04\x12\t\n\x05\x44\x45\x42UG\x10\x05\x12\t\n\x05TRACE\x10\x06\x62\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.sdk.core.bridge.bridge_pb2", globals() +_LOGLEVEL = DESCRIPTOR.enum_types_by_name["LogLevel"] +LogLevel = enum_type_wrapper.EnumTypeWrapper(_LOGLEVEL) +LOG_LEVEL_UNSPECIFIED = 0 +OFF = 1 +ERROR = 2 +WARN = 3 +INFO = 4 +DEBUG = 5 +TRACE = 6 + + +_INITTELEMETRYREQUEST = DESCRIPTOR.message_types_by_name["InitTelemetryRequest"] +_INITTELEMETRYREQUEST_CONSOLELOGGEROPTIONS = _INITTELEMETRYREQUEST.nested_types_by_name[ + "ConsoleLoggerOptions" +] +_INITTELEMETRYREQUEST_FORWARDLOGGEROPTIONS = _INITTELEMETRYREQUEST.nested_types_by_name[ + "ForwardLoggerOptions" +] +_INITTELEMETRYREQUEST_OTELCOLLECTOROPTIONS = _INITTELEMETRYREQUEST.nested_types_by_name[ + "OtelCollectorOptions" +] +_INITTELEMETRYREQUEST_OTELCOLLECTOROPTIONS_HEADERSENTRY = ( + _INITTELEMETRYREQUEST_OTELCOLLECTOROPTIONS.nested_types_by_name["HeadersEntry"] +) +_INITTELEMETRYREQUEST_PROMETHEUSOPTIONS = _INITTELEMETRYREQUEST.nested_types_by_name[ + "PrometheusOptions" +] +_CREATECLIENTREQUEST = DESCRIPTOR.message_types_by_name["CreateClientRequest"] +_CREATECLIENTREQUEST_TLSCONFIG = _CREATECLIENTREQUEST.nested_types_by_name["TlsConfig"] +_CREATECLIENTREQUEST_RETRYCONFIG = _CREATECLIENTREQUEST.nested_types_by_name[ + "RetryConfig" +] +_INITRESPONSE = DESCRIPTOR.message_types_by_name["InitResponse"] +_INITRESPONSE_ERROR = _INITRESPONSE.nested_types_by_name["Error"] +_CREATEWORKERREQUEST = DESCRIPTOR.message_types_by_name["CreateWorkerRequest"] +_REGISTERWORKERRESPONSE = DESCRIPTOR.message_types_by_name["RegisterWorkerResponse"] +_REGISTERWORKERRESPONSE_ERROR = _REGISTERWORKERRESPONSE.nested_types_by_name["Error"] +_POLLWORKFLOWACTIVATIONREQUEST = DESCRIPTOR.message_types_by_name[ + "PollWorkflowActivationRequest" +] +_POLLWORKFLOWACTIVATIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "PollWorkflowActivationResponse" +] +_POLLWORKFLOWACTIVATIONRESPONSE_ERROR = ( + _POLLWORKFLOWACTIVATIONRESPONSE.nested_types_by_name["Error"] +) +_POLLACTIVITYTASKREQUEST = DESCRIPTOR.message_types_by_name["PollActivityTaskRequest"] +_POLLACTIVITYTASKRESPONSE = DESCRIPTOR.message_types_by_name["PollActivityTaskResponse"] +_POLLACTIVITYTASKRESPONSE_ERROR = _POLLACTIVITYTASKRESPONSE.nested_types_by_name[ + "Error" +] +_COMPLETEWORKFLOWACTIVATIONREQUEST = DESCRIPTOR.message_types_by_name[ + "CompleteWorkflowActivationRequest" +] +_COMPLETEWORKFLOWACTIVATIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "CompleteWorkflowActivationResponse" +] +_COMPLETEWORKFLOWACTIVATIONRESPONSE_ERROR = ( + _COMPLETEWORKFLOWACTIVATIONRESPONSE.nested_types_by_name["Error"] +) +_COMPLETEACTIVITYTASKREQUEST = DESCRIPTOR.message_types_by_name[ + "CompleteActivityTaskRequest" +] +_COMPLETEACTIVITYTASKRESPONSE = DESCRIPTOR.message_types_by_name[ + "CompleteActivityTaskResponse" +] +_COMPLETEACTIVITYTASKRESPONSE_ERROR = ( + _COMPLETEACTIVITYTASKRESPONSE.nested_types_by_name["Error"] +) +_RECORDACTIVITYHEARTBEATREQUEST = DESCRIPTOR.message_types_by_name[ + "RecordActivityHeartbeatRequest" +] +_RECORDACTIVITYHEARTBEATRESPONSE = DESCRIPTOR.message_types_by_name[ + "RecordActivityHeartbeatResponse" +] +_RECORDACTIVITYHEARTBEATRESPONSE_ERROR = ( + _RECORDACTIVITYHEARTBEATRESPONSE.nested_types_by_name["Error"] +) +_REQUESTWORKFLOWEVICTIONREQUEST = DESCRIPTOR.message_types_by_name[ + "RequestWorkflowEvictionRequest" +] +_REQUESTWORKFLOWEVICTIONRESPONSE = DESCRIPTOR.message_types_by_name[ + "RequestWorkflowEvictionResponse" +] +_REQUESTWORKFLOWEVICTIONRESPONSE_ERROR = ( + _REQUESTWORKFLOWEVICTIONRESPONSE.nested_types_by_name["Error"] ) +_SHUTDOWNWORKERREQUEST = DESCRIPTOR.message_types_by_name["ShutdownWorkerRequest"] +_SHUTDOWNWORKERRESPONSE = DESCRIPTOR.message_types_by_name["ShutdownWorkerResponse"] +_SHUTDOWNWORKERRESPONSE_ERROR = _SHUTDOWNWORKERRESPONSE.nested_types_by_name["Error"] +_FETCHBUFFEREDLOGSREQUEST = DESCRIPTOR.message_types_by_name["FetchBufferedLogsRequest"] +_FETCHBUFFEREDLOGSRESPONSE = DESCRIPTOR.message_types_by_name[ + "FetchBufferedLogsResponse" +] +_FETCHBUFFEREDLOGSRESPONSE_LOGENTRY = _FETCHBUFFEREDLOGSRESPONSE.nested_types_by_name[ + "LogEntry" +] +InitTelemetryRequest = _reflection.GeneratedProtocolMessageType( + "InitTelemetryRequest", + (_message.Message,), + { + "ConsoleLoggerOptions": _reflection.GeneratedProtocolMessageType( + "ConsoleLoggerOptions", + (_message.Message,), + { + "DESCRIPTOR": _INITTELEMETRYREQUEST_CONSOLELOGGEROPTIONS, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.InitTelemetryRequest.ConsoleLoggerOptions) + }, + ), + "ForwardLoggerOptions": _reflection.GeneratedProtocolMessageType( + "ForwardLoggerOptions", + (_message.Message,), + { + "DESCRIPTOR": _INITTELEMETRYREQUEST_FORWARDLOGGEROPTIONS, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.InitTelemetryRequest.ForwardLoggerOptions) + }, + ), + "OtelCollectorOptions": _reflection.GeneratedProtocolMessageType( + "OtelCollectorOptions", + (_message.Message,), + { + "HeadersEntry": _reflection.GeneratedProtocolMessageType( + "HeadersEntry", + (_message.Message,), + { + "DESCRIPTOR": _INITTELEMETRYREQUEST_OTELCOLLECTOROPTIONS_HEADERSENTRY, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.InitTelemetryRequest.OtelCollectorOptions.HeadersEntry) + }, + ), + "DESCRIPTOR": _INITTELEMETRYREQUEST_OTELCOLLECTOROPTIONS, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.InitTelemetryRequest.OtelCollectorOptions) + }, + ), + "PrometheusOptions": _reflection.GeneratedProtocolMessageType( + "PrometheusOptions", + (_message.Message,), + { + "DESCRIPTOR": _INITTELEMETRYREQUEST_PROMETHEUSOPTIONS, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.InitTelemetryRequest.PrometheusOptions) + }, + ), + "DESCRIPTOR": _INITTELEMETRYREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.InitTelemetryRequest) + }, +) +_sym_db.RegisterMessage(InitTelemetryRequest) +_sym_db.RegisterMessage(InitTelemetryRequest.ConsoleLoggerOptions) +_sym_db.RegisterMessage(InitTelemetryRequest.ForwardLoggerOptions) +_sym_db.RegisterMessage(InitTelemetryRequest.OtelCollectorOptions) +_sym_db.RegisterMessage(InitTelemetryRequest.OtelCollectorOptions.HeadersEntry) +_sym_db.RegisterMessage(InitTelemetryRequest.PrometheusOptions) + +CreateClientRequest = _reflection.GeneratedProtocolMessageType( + "CreateClientRequest", + (_message.Message,), + { + "TlsConfig": _reflection.GeneratedProtocolMessageType( + "TlsConfig", + (_message.Message,), + { + "DESCRIPTOR": _CREATECLIENTREQUEST_TLSCONFIG, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CreateClientRequest.TlsConfig) + }, + ), + "RetryConfig": _reflection.GeneratedProtocolMessageType( + "RetryConfig", + (_message.Message,), + { + "DESCRIPTOR": _CREATECLIENTREQUEST_RETRYCONFIG, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CreateClientRequest.RetryConfig) + }, + ), + "DESCRIPTOR": _CREATECLIENTREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CreateClientRequest) + }, +) +_sym_db.RegisterMessage(CreateClientRequest) +_sym_db.RegisterMessage(CreateClientRequest.TlsConfig) +_sym_db.RegisterMessage(CreateClientRequest.RetryConfig) + +InitResponse = _reflection.GeneratedProtocolMessageType( + "InitResponse", + (_message.Message,), + { + "Error": _reflection.GeneratedProtocolMessageType( + "Error", + (_message.Message,), + { + "DESCRIPTOR": _INITRESPONSE_ERROR, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.InitResponse.Error) + }, + ), + "DESCRIPTOR": _INITRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.InitResponse) + }, +) +_sym_db.RegisterMessage(InitResponse) +_sym_db.RegisterMessage(InitResponse.Error) + +CreateWorkerRequest = _reflection.GeneratedProtocolMessageType( + "CreateWorkerRequest", + (_message.Message,), + { + "DESCRIPTOR": _CREATEWORKERREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CreateWorkerRequest) + }, +) +_sym_db.RegisterMessage(CreateWorkerRequest) + +RegisterWorkerResponse = _reflection.GeneratedProtocolMessageType( + "RegisterWorkerResponse", + (_message.Message,), + { + "Error": _reflection.GeneratedProtocolMessageType( + "Error", + (_message.Message,), + { + "DESCRIPTOR": _REGISTERWORKERRESPONSE_ERROR, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.RegisterWorkerResponse.Error) + }, + ), + "DESCRIPTOR": _REGISTERWORKERRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.RegisterWorkerResponse) + }, +) +_sym_db.RegisterMessage(RegisterWorkerResponse) +_sym_db.RegisterMessage(RegisterWorkerResponse.Error) + +PollWorkflowActivationRequest = _reflection.GeneratedProtocolMessageType( + "PollWorkflowActivationRequest", + (_message.Message,), + { + "DESCRIPTOR": _POLLWORKFLOWACTIVATIONREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.PollWorkflowActivationRequest) + }, +) +_sym_db.RegisterMessage(PollWorkflowActivationRequest) + +PollWorkflowActivationResponse = _reflection.GeneratedProtocolMessageType( + "PollWorkflowActivationResponse", + (_message.Message,), + { + "Error": _reflection.GeneratedProtocolMessageType( + "Error", + (_message.Message,), + { + "DESCRIPTOR": _POLLWORKFLOWACTIVATIONRESPONSE_ERROR, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.PollWorkflowActivationResponse.Error) + }, + ), + "DESCRIPTOR": _POLLWORKFLOWACTIVATIONRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.PollWorkflowActivationResponse) + }, +) +_sym_db.RegisterMessage(PollWorkflowActivationResponse) +_sym_db.RegisterMessage(PollWorkflowActivationResponse.Error) + +PollActivityTaskRequest = _reflection.GeneratedProtocolMessageType( + "PollActivityTaskRequest", + (_message.Message,), + { + "DESCRIPTOR": _POLLACTIVITYTASKREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.PollActivityTaskRequest) + }, +) +_sym_db.RegisterMessage(PollActivityTaskRequest) + +PollActivityTaskResponse = _reflection.GeneratedProtocolMessageType( + "PollActivityTaskResponse", + (_message.Message,), + { + "Error": _reflection.GeneratedProtocolMessageType( + "Error", + (_message.Message,), + { + "DESCRIPTOR": _POLLACTIVITYTASKRESPONSE_ERROR, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.PollActivityTaskResponse.Error) + }, + ), + "DESCRIPTOR": _POLLACTIVITYTASKRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.PollActivityTaskResponse) + }, +) +_sym_db.RegisterMessage(PollActivityTaskResponse) +_sym_db.RegisterMessage(PollActivityTaskResponse.Error) + +CompleteWorkflowActivationRequest = _reflection.GeneratedProtocolMessageType( + "CompleteWorkflowActivationRequest", + (_message.Message,), + { + "DESCRIPTOR": _COMPLETEWORKFLOWACTIVATIONREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CompleteWorkflowActivationRequest) + }, +) +_sym_db.RegisterMessage(CompleteWorkflowActivationRequest) + +CompleteWorkflowActivationResponse = _reflection.GeneratedProtocolMessageType( + "CompleteWorkflowActivationResponse", + (_message.Message,), + { + "Error": _reflection.GeneratedProtocolMessageType( + "Error", + (_message.Message,), + { + "DESCRIPTOR": _COMPLETEWORKFLOWACTIVATIONRESPONSE_ERROR, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CompleteWorkflowActivationResponse.Error) + }, + ), + "DESCRIPTOR": _COMPLETEWORKFLOWACTIVATIONRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CompleteWorkflowActivationResponse) + }, +) +_sym_db.RegisterMessage(CompleteWorkflowActivationResponse) +_sym_db.RegisterMessage(CompleteWorkflowActivationResponse.Error) + +CompleteActivityTaskRequest = _reflection.GeneratedProtocolMessageType( + "CompleteActivityTaskRequest", + (_message.Message,), + { + "DESCRIPTOR": _COMPLETEACTIVITYTASKREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CompleteActivityTaskRequest) + }, +) +_sym_db.RegisterMessage(CompleteActivityTaskRequest) + +CompleteActivityTaskResponse = _reflection.GeneratedProtocolMessageType( + "CompleteActivityTaskResponse", + (_message.Message,), + { + "Error": _reflection.GeneratedProtocolMessageType( + "Error", + (_message.Message,), + { + "DESCRIPTOR": _COMPLETEACTIVITYTASKRESPONSE_ERROR, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CompleteActivityTaskResponse.Error) + }, + ), + "DESCRIPTOR": _COMPLETEACTIVITYTASKRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.CompleteActivityTaskResponse) + }, +) +_sym_db.RegisterMessage(CompleteActivityTaskResponse) +_sym_db.RegisterMessage(CompleteActivityTaskResponse.Error) + +RecordActivityHeartbeatRequest = _reflection.GeneratedProtocolMessageType( + "RecordActivityHeartbeatRequest", + (_message.Message,), + { + "DESCRIPTOR": _RECORDACTIVITYHEARTBEATREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.RecordActivityHeartbeatRequest) + }, +) +_sym_db.RegisterMessage(RecordActivityHeartbeatRequest) + +RecordActivityHeartbeatResponse = _reflection.GeneratedProtocolMessageType( + "RecordActivityHeartbeatResponse", + (_message.Message,), + { + "Error": _reflection.GeneratedProtocolMessageType( + "Error", + (_message.Message,), + { + "DESCRIPTOR": _RECORDACTIVITYHEARTBEATRESPONSE_ERROR, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.RecordActivityHeartbeatResponse.Error) + }, + ), + "DESCRIPTOR": _RECORDACTIVITYHEARTBEATRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.RecordActivityHeartbeatResponse) + }, +) +_sym_db.RegisterMessage(RecordActivityHeartbeatResponse) +_sym_db.RegisterMessage(RecordActivityHeartbeatResponse.Error) + +RequestWorkflowEvictionRequest = _reflection.GeneratedProtocolMessageType( + "RequestWorkflowEvictionRequest", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTWORKFLOWEVICTIONREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.RequestWorkflowEvictionRequest) + }, +) +_sym_db.RegisterMessage(RequestWorkflowEvictionRequest) + +RequestWorkflowEvictionResponse = _reflection.GeneratedProtocolMessageType( + "RequestWorkflowEvictionResponse", + (_message.Message,), + { + "Error": _reflection.GeneratedProtocolMessageType( + "Error", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTWORKFLOWEVICTIONRESPONSE_ERROR, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.RequestWorkflowEvictionResponse.Error) + }, + ), + "DESCRIPTOR": _REQUESTWORKFLOWEVICTIONRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.RequestWorkflowEvictionResponse) + }, +) +_sym_db.RegisterMessage(RequestWorkflowEvictionResponse) +_sym_db.RegisterMessage(RequestWorkflowEvictionResponse.Error) + +ShutdownWorkerRequest = _reflection.GeneratedProtocolMessageType( + "ShutdownWorkerRequest", + (_message.Message,), + { + "DESCRIPTOR": _SHUTDOWNWORKERREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.ShutdownWorkerRequest) + }, +) +_sym_db.RegisterMessage(ShutdownWorkerRequest) + +ShutdownWorkerResponse = _reflection.GeneratedProtocolMessageType( + "ShutdownWorkerResponse", + (_message.Message,), + { + "Error": _reflection.GeneratedProtocolMessageType( + "Error", + (_message.Message,), + { + "DESCRIPTOR": _SHUTDOWNWORKERRESPONSE_ERROR, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.ShutdownWorkerResponse.Error) + }, + ), + "DESCRIPTOR": _SHUTDOWNWORKERRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.ShutdownWorkerResponse) + }, +) +_sym_db.RegisterMessage(ShutdownWorkerResponse) +_sym_db.RegisterMessage(ShutdownWorkerResponse.Error) + +FetchBufferedLogsRequest = _reflection.GeneratedProtocolMessageType( + "FetchBufferedLogsRequest", + (_message.Message,), + { + "DESCRIPTOR": _FETCHBUFFEREDLOGSREQUEST, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.FetchBufferedLogsRequest) + }, +) +_sym_db.RegisterMessage(FetchBufferedLogsRequest) + +FetchBufferedLogsResponse = _reflection.GeneratedProtocolMessageType( + "FetchBufferedLogsResponse", + (_message.Message,), + { + "LogEntry": _reflection.GeneratedProtocolMessageType( + "LogEntry", + (_message.Message,), + { + "DESCRIPTOR": _FETCHBUFFEREDLOGSRESPONSE_LOGENTRY, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.FetchBufferedLogsResponse.LogEntry) + }, + ), + "DESCRIPTOR": _FETCHBUFFEREDLOGSRESPONSE, + "__module__": "temporal.sdk.core.bridge.bridge_pb2" + # @@protoc_insertion_point(class_scope:coresdk.bridge.FetchBufferedLogsResponse) + }, +) +_sym_db.RegisterMessage(FetchBufferedLogsResponse) +_sym_db.RegisterMessage(FetchBufferedLogsResponse.LogEntry) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/child_workflow/child_workflow_pb2.py b/temporalio/bridge/proto/child_workflow/child_workflow_pb2.py index 26b30d6e8..fa41ec916 100644 --- a/temporalio/bridge/proto/child_workflow/child_workflow_pb2.py +++ b/temporalio/bridge/proto/child_workflow/child_workflow_pb2.py @@ -4,8 +4,10 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder +from google.protobuf.internal import enum_type_wrapper # @@protoc_insertion_point(imports) @@ -26,10 +28,80 @@ b'\n5temporal/sdk/core/child_workflow/child_workflow.proto\x12\x16\x63oresdk.child_workflow\x1a$temporal/api/common/v1/message.proto\x1a%temporal/api/failure/v1/message.proto\x1a%temporal/sdk/core/common/common.proto"\xc3\x01\n\x13\x43hildWorkflowResult\x12\x34\n\tcompleted\x18\x01 \x01(\x0b\x32\x1f.coresdk.child_workflow.SuccessH\x00\x12\x31\n\x06\x66\x61iled\x18\x02 \x01(\x0b\x32\x1f.coresdk.child_workflow.FailureH\x00\x12\x39\n\tcancelled\x18\x03 \x01(\x0b\x32$.coresdk.child_workflow.CancellationH\x00\x42\x08\n\x06status":\n\x07Success\x12/\n\x06result\x18\x01 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload"<\n\x07\x46\x61ilure\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure"A\n\x0c\x43\x61ncellation\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure*\xa4\x01\n\x11ParentClosePolicy\x12#\n\x1fPARENT_CLOSE_POLICY_UNSPECIFIED\x10\x00\x12!\n\x1dPARENT_CLOSE_POLICY_TERMINATE\x10\x01\x12\x1f\n\x1bPARENT_CLOSE_POLICY_ABANDON\x10\x02\x12&\n"PARENT_CLOSE_POLICY_REQUEST_CANCEL\x10\x03*\xae\x01\n&StartChildWorkflowExecutionFailedCause\x12;\n7START_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED\x10\x00\x12G\nCSTART_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_EXISTS\x10\x01*~\n\x1d\x43hildWorkflowCancellationType\x12\x0b\n\x07\x41\x42\x41NDON\x10\x00\x12\x0e\n\nTRY_CANCEL\x10\x01\x12\x1f\n\x1bWAIT_CANCELLATION_COMPLETED\x10\x02\x12\x1f\n\x1bWAIT_CANCELLATION_REQUESTED\x10\x03\x62\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.sdk.core.child_workflow.child_workflow_pb2", globals() +_PARENTCLOSEPOLICY = DESCRIPTOR.enum_types_by_name["ParentClosePolicy"] +ParentClosePolicy = enum_type_wrapper.EnumTypeWrapper(_PARENTCLOSEPOLICY) +_STARTCHILDWORKFLOWEXECUTIONFAILEDCAUSE = DESCRIPTOR.enum_types_by_name[ + "StartChildWorkflowExecutionFailedCause" +] +StartChildWorkflowExecutionFailedCause = enum_type_wrapper.EnumTypeWrapper( + _STARTCHILDWORKFLOWEXECUTIONFAILEDCAUSE ) +_CHILDWORKFLOWCANCELLATIONTYPE = DESCRIPTOR.enum_types_by_name[ + "ChildWorkflowCancellationType" +] +ChildWorkflowCancellationType = enum_type_wrapper.EnumTypeWrapper( + _CHILDWORKFLOWCANCELLATIONTYPE +) +PARENT_CLOSE_POLICY_UNSPECIFIED = 0 +PARENT_CLOSE_POLICY_TERMINATE = 1 +PARENT_CLOSE_POLICY_ABANDON = 2 +PARENT_CLOSE_POLICY_REQUEST_CANCEL = 3 +START_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_UNSPECIFIED = 0 +START_CHILD_WORKFLOW_EXECUTION_FAILED_CAUSE_WORKFLOW_ALREADY_EXISTS = 1 +ABANDON = 0 +TRY_CANCEL = 1 +WAIT_CANCELLATION_COMPLETED = 2 +WAIT_CANCELLATION_REQUESTED = 3 + + +_CHILDWORKFLOWRESULT = DESCRIPTOR.message_types_by_name["ChildWorkflowResult"] +_SUCCESS = DESCRIPTOR.message_types_by_name["Success"] +_FAILURE = DESCRIPTOR.message_types_by_name["Failure"] +_CANCELLATION = DESCRIPTOR.message_types_by_name["Cancellation"] +ChildWorkflowResult = _reflection.GeneratedProtocolMessageType( + "ChildWorkflowResult", + (_message.Message,), + { + "DESCRIPTOR": _CHILDWORKFLOWRESULT, + "__module__": "temporal.sdk.core.child_workflow.child_workflow_pb2" + # @@protoc_insertion_point(class_scope:coresdk.child_workflow.ChildWorkflowResult) + }, +) +_sym_db.RegisterMessage(ChildWorkflowResult) + +Success = _reflection.GeneratedProtocolMessageType( + "Success", + (_message.Message,), + { + "DESCRIPTOR": _SUCCESS, + "__module__": "temporal.sdk.core.child_workflow.child_workflow_pb2" + # @@protoc_insertion_point(class_scope:coresdk.child_workflow.Success) + }, +) +_sym_db.RegisterMessage(Success) + +Failure = _reflection.GeneratedProtocolMessageType( + "Failure", + (_message.Message,), + { + "DESCRIPTOR": _FAILURE, + "__module__": "temporal.sdk.core.child_workflow.child_workflow_pb2" + # @@protoc_insertion_point(class_scope:coresdk.child_workflow.Failure) + }, +) +_sym_db.RegisterMessage(Failure) + +Cancellation = _reflection.GeneratedProtocolMessageType( + "Cancellation", + (_message.Message,), + { + "DESCRIPTOR": _CANCELLATION, + "__module__": "temporal.sdk.core.child_workflow.child_workflow_pb2" + # @@protoc_insertion_point(class_scope:coresdk.child_workflow.Cancellation) + }, +) +_sym_db.RegisterMessage(Cancellation) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/common/common_pb2.py b/temporalio/bridge/proto/common/common_pb2.py index 545a2f61a..afdf2e908 100644 --- a/temporalio/bridge/proto/common/common_pb2.py +++ b/temporalio/bridge/proto/common/common_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -18,10 +19,21 @@ b'\n%temporal/sdk/core/common/common.proto\x12\x0e\x63oresdk.common\x1a\x1egoogle/protobuf/duration.proto"U\n\x1bNamespacedWorkflowExecution\x12\x11\n\tnamespace\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x0e\n\x06run_id\x18\x03 \x01(\tb\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.sdk.core.common.common_pb2", globals() + +_NAMESPACEDWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name[ + "NamespacedWorkflowExecution" +] +NamespacedWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "NamespacedWorkflowExecution", + (_message.Message,), + { + "DESCRIPTOR": _NAMESPACEDWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.common.common_pb2" + # @@protoc_insertion_point(class_scope:coresdk.common.NamespacedWorkflowExecution) + }, ) +_sym_db.RegisterMessage(NamespacedWorkflowExecution) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/core_interface_pb2.py b/temporalio/bridge/proto/core_interface_pb2.py index 76e6fc05b..2e8752192 100644 --- a/temporalio/bridge/proto/core_interface_pb2.py +++ b/temporalio/bridge/proto/core_interface_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -45,10 +46,31 @@ b'\n&temporal/sdk/core/core_interface.proto\x12\x07\x63oresdk\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$temporal/api/common/v1/message.proto\x1a\x37temporal/sdk/core/activity_result/activity_result.proto\x1a\x33temporal/sdk/core/activity_task/activity_task.proto\x1a%temporal/sdk/core/common/common.proto\x1a\x33temporal/sdk/core/external_data/external_data.proto\x1a?temporal/sdk/core/workflow_activation/workflow_activation.proto\x1a;temporal/sdk/core/workflow_commands/workflow_commands.proto\x1a?temporal/sdk/core/workflow_completion/workflow_completion.proto"Y\n\x11\x41\x63tivityHeartbeat\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12\x30\n\x07\x64\x65tails\x18\x02 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload"n\n\x16\x41\x63tivityTaskCompletion\x12\x12\n\ntask_token\x18\x01 \x01(\x0c\x12@\n\x06result\x18\x02 \x01(\x0b\x32\x30.coresdk.activity_result.ActivityExecutionResultb\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.sdk.core.core_interface_pb2", globals() + +_ACTIVITYHEARTBEAT = DESCRIPTOR.message_types_by_name["ActivityHeartbeat"] +_ACTIVITYTASKCOMPLETION = DESCRIPTOR.message_types_by_name["ActivityTaskCompletion"] +ActivityHeartbeat = _reflection.GeneratedProtocolMessageType( + "ActivityHeartbeat", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYHEARTBEAT, + "__module__": "temporal.sdk.core.core_interface_pb2" + # @@protoc_insertion_point(class_scope:coresdk.ActivityHeartbeat) + }, +) +_sym_db.RegisterMessage(ActivityHeartbeat) + +ActivityTaskCompletion = _reflection.GeneratedProtocolMessageType( + "ActivityTaskCompletion", + (_message.Message,), + { + "DESCRIPTOR": _ACTIVITYTASKCOMPLETION, + "__module__": "temporal.sdk.core.core_interface_pb2" + # @@protoc_insertion_point(class_scope:coresdk.ActivityTaskCompletion) + }, ) +_sym_db.RegisterMessage(ActivityTaskCompletion) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/external_data/external_data_pb2.py b/temporalio/bridge/proto/external_data/external_data_pb2.py index d3c3167ef..1be1c3a53 100644 --- a/temporalio/bridge/proto/external_data/external_data_pb2.py +++ b/temporalio/bridge/proto/external_data/external_data_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -19,10 +20,19 @@ b'\n3temporal/sdk/core/external_data/external_data.proto\x12\x15\x63oresdk.external_data\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto"\xfe\x01\n\x17LocalActivityMarkerData\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12\x0f\n\x07\x61ttempt\x18\x02 \x01(\r\x12\x13\n\x0b\x61\x63tivity_id\x18\x03 \x01(\t\x12\x15\n\ractivity_type\x18\x04 \x01(\t\x12\x31\n\rcomplete_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12*\n\x07\x62\x61\x63koff\x18\x06 \x01(\x0b\x32\x19.google.protobuf.Duration\x12:\n\x16original_schedule_time\x18\x07 \x01(\x0b\x32\x1a.google.protobuf.Timestampb\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.sdk.core.external_data.external_data_pb2", globals() + +_LOCALACTIVITYMARKERDATA = DESCRIPTOR.message_types_by_name["LocalActivityMarkerData"] +LocalActivityMarkerData = _reflection.GeneratedProtocolMessageType( + "LocalActivityMarkerData", + (_message.Message,), + { + "DESCRIPTOR": _LOCALACTIVITYMARKERDATA, + "__module__": "temporal.sdk.core.external_data.external_data_pb2" + # @@protoc_insertion_point(class_scope:coresdk.external_data.LocalActivityMarkerData) + }, ) +_sym_db.RegisterMessage(LocalActivityMarkerData) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/health/v1/health_pb2.py b/temporalio/bridge/proto/health/v1/health_pb2.py index 341e74d41..897cb1f91 100644 --- a/temporalio/bridge/proto/health/v1/health_pb2.py +++ b/temporalio/bridge/proto/health/v1/health_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -16,8 +17,35 @@ b'\n\x16health/v1/health.proto\x12\x0egrpc.health.v1"%\n\x12HealthCheckRequest\x12\x0f\n\x07service\x18\x01 \x01(\t"\xa9\x01\n\x13HealthCheckResponse\x12\x41\n\x06status\x18\x01 \x01(\x0e\x32\x31.grpc.health.v1.HealthCheckResponse.ServingStatus"O\n\rServingStatus\x12\x0b\n\x07UNKNOWN\x10\x00\x12\x0b\n\x07SERVING\x10\x01\x12\x0f\n\x0bNOT_SERVING\x10\x02\x12\x13\n\x0fSERVICE_UNKNOWN\x10\x03\x32\xae\x01\n\x06Health\x12P\n\x05\x43heck\x12".grpc.health.v1.HealthCheckRequest\x1a#.grpc.health.v1.HealthCheckResponse\x12R\n\x05Watch\x12".grpc.health.v1.HealthCheckRequest\x1a#.grpc.health.v1.HealthCheckResponse0\x01\x42\x61\n\x11io.grpc.health.v1B\x0bHealthProtoP\x01Z,google.golang.org/grpc/health/grpc_health_v1\xaa\x02\x0eGrpc.Health.V1b\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "health.v1.health_pb2", globals()) + +_HEALTHCHECKREQUEST = DESCRIPTOR.message_types_by_name["HealthCheckRequest"] +_HEALTHCHECKRESPONSE = DESCRIPTOR.message_types_by_name["HealthCheckResponse"] +_HEALTHCHECKRESPONSE_SERVINGSTATUS = _HEALTHCHECKRESPONSE.enum_types_by_name[ + "ServingStatus" +] +HealthCheckRequest = _reflection.GeneratedProtocolMessageType( + "HealthCheckRequest", + (_message.Message,), + { + "DESCRIPTOR": _HEALTHCHECKREQUEST, + "__module__": "health.v1.health_pb2" + # @@protoc_insertion_point(class_scope:grpc.health.v1.HealthCheckRequest) + }, +) +_sym_db.RegisterMessage(HealthCheckRequest) + +HealthCheckResponse = _reflection.GeneratedProtocolMessageType( + "HealthCheckResponse", + (_message.Message,), + { + "DESCRIPTOR": _HEALTHCHECKRESPONSE, + "__module__": "health.v1.health_pb2" + # @@protoc_insertion_point(class_scope:grpc.health.v1.HealthCheckResponse) + }, +) +_sym_db.RegisterMessage(HealthCheckResponse) + +_HEALTH = DESCRIPTOR.services_by_name["Health"] if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/workflow_activation/workflow_activation_pb2.py b/temporalio/bridge/proto/workflow_activation/workflow_activation_pb2.py index bae74f943..5302e85b7 100644 --- a/temporalio/bridge/proto/workflow_activation/workflow_activation_pb2.py +++ b/temporalio/bridge/proto/workflow_activation/workflow_activation_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -38,12 +39,271 @@ b'\n?temporal/sdk/core/workflow_activation/workflow_activation.proto\x12\x1b\x63oresdk.workflow_activation\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1egoogle/protobuf/duration.proto\x1a%temporal/api/failure/v1/message.proto\x1a$temporal/api/common/v1/message.proto\x1a$temporal/api/enums/v1/workflow.proto\x1a\x37temporal/sdk/core/activity_result/activity_result.proto\x1a\x35temporal/sdk/core/child_workflow/child_workflow.proto\x1a%temporal/sdk/core/common/common.proto"\xc3\x01\n\x12WorkflowActivation\x12\x0e\n\x06run_id\x18\x01 \x01(\t\x12-\n\ttimestamp\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x14\n\x0cis_replaying\x18\x03 \x01(\x08\x12\x16\n\x0ehistory_length\x18\x04 \x01(\r\x12@\n\x04jobs\x18\x05 \x03(\x0b\x32\x32.coresdk.workflow_activation.WorkflowActivationJob"\xe1\x08\n\x15WorkflowActivationJob\x12\x44\n\x0estart_workflow\x18\x01 \x01(\x0b\x32*.coresdk.workflow_activation.StartWorkflowH\x00\x12<\n\nfire_timer\x18\x02 \x01(\x0b\x32&.coresdk.workflow_activation.FireTimerH\x00\x12K\n\x12update_random_seed\x18\x04 \x01(\x0b\x32-.coresdk.workflow_activation.UpdateRandomSeedH\x00\x12\x44\n\x0equery_workflow\x18\x05 \x01(\x0b\x32*.coresdk.workflow_activation.QueryWorkflowH\x00\x12\x46\n\x0f\x63\x61ncel_workflow\x18\x06 \x01(\x0b\x32+.coresdk.workflow_activation.CancelWorkflowH\x00\x12\x46\n\x0fsignal_workflow\x18\x07 \x01(\x0b\x32+.coresdk.workflow_activation.SignalWorkflowH\x00\x12H\n\x10resolve_activity\x18\x08 \x01(\x0b\x32,.coresdk.workflow_activation.ResolveActivityH\x00\x12G\n\x10notify_has_patch\x18\t \x01(\x0b\x32+.coresdk.workflow_activation.NotifyHasPatchH\x00\x12q\n&resolve_child_workflow_execution_start\x18\n \x01(\x0b\x32?.coresdk.workflow_activation.ResolveChildWorkflowExecutionStartH\x00\x12\x66\n resolve_child_workflow_execution\x18\x0b \x01(\x0b\x32:.coresdk.workflow_activation.ResolveChildWorkflowExecutionH\x00\x12\x66\n resolve_signal_external_workflow\x18\x0c \x01(\x0b\x32:.coresdk.workflow_activation.ResolveSignalExternalWorkflowH\x00\x12u\n(resolve_request_cancel_external_workflow\x18\r \x01(\x0b\x32\x41.coresdk.workflow_activation.ResolveRequestCancelExternalWorkflowH\x00\x12I\n\x11remove_from_cache\x18\x32 \x01(\x0b\x32,.coresdk.workflow_activation.RemoveFromCacheH\x00\x42\t\n\x07variant"\xd9\t\n\rStartWorkflow\x12\x15\n\rworkflow_type\x18\x01 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x02 \x01(\t\x12\x32\n\targuments\x18\x03 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12\x17\n\x0frandomness_seed\x18\x04 \x01(\x04\x12H\n\x07headers\x18\x05 \x03(\x0b\x32\x37.coresdk.workflow_activation.StartWorkflow.HeadersEntry\x12\x10\n\x08identity\x18\x06 \x01(\t\x12I\n\x14parent_workflow_info\x18\x07 \x01(\x0b\x32+.coresdk.common.NamespacedWorkflowExecution\x12=\n\x1aworkflow_execution_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x37\n\x14workflow_run_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x38\n\x15workflow_task_timeout\x18\n \x01(\x0b\x32\x19.google.protobuf.Duration\x12\'\n\x1f\x63ontinued_from_execution_run_id\x18\x0b \x01(\t\x12J\n\x13\x63ontinued_initiator\x18\x0c \x01(\x0e\x32-.temporal.api.enums.v1.ContinueAsNewInitiator\x12;\n\x11\x63ontinued_failure\x18\r \x01(\x0b\x32 .temporal.api.failure.v1.Failure\x12@\n\x16last_completion_result\x18\x0e \x01(\x0b\x32 .temporal.api.common.v1.Payloads\x12\x1e\n\x16\x66irst_execution_run_id\x18\x0f \x01(\t\x12\x39\n\x0cretry_policy\x18\x10 \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x0f\n\x07\x61ttempt\x18\x11 \x01(\x05\x12\x15\n\rcron_schedule\x18\x12 \x01(\t\x12\x46\n"workflow_execution_expiration_time\x18\x13 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x45\n"cron_schedule_to_schedule_interval\x18\x14 \x01(\x0b\x32\x19.google.protobuf.Duration\x12*\n\x04memo\x18\x15 \x01(\x0b\x32\x1c.temporal.api.common.v1.Memo\x12\x43\n\x11search_attributes\x18\x16 \x01(\x0b\x32(.temporal.api.common.v1.SearchAttributes\x12.\n\nstart_time\x18\x17 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x1aO\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01"\x18\n\tFireTimer\x12\x0b\n\x03seq\x18\x01 \x01(\r"[\n\x0fResolveActivity\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12;\n\x06result\x18\x02 \x01(\x0b\x32+.coresdk.activity_result.ActivityResolution"\xd1\x02\n"ResolveChildWorkflowExecutionStart\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12[\n\tsucceeded\x18\x02 \x01(\x0b\x32\x46.coresdk.workflow_activation.ResolveChildWorkflowExecutionStartSuccessH\x00\x12X\n\x06\x66\x61iled\x18\x03 \x01(\x0b\x32\x46.coresdk.workflow_activation.ResolveChildWorkflowExecutionStartFailureH\x00\x12]\n\tcancelled\x18\x04 \x01(\x0b\x32H.coresdk.workflow_activation.ResolveChildWorkflowExecutionStartCancelledH\x00\x42\x08\n\x06status";\n)ResolveChildWorkflowExecutionStartSuccess\x12\x0e\n\x06run_id\x18\x01 \x01(\t"\xa6\x01\n)ResolveChildWorkflowExecutionStartFailure\x12\x13\n\x0bworkflow_id\x18\x01 \x01(\t\x12\x15\n\rworkflow_type\x18\x02 \x01(\t\x12M\n\x05\x63\x61use\x18\x03 \x01(\x0e\x32>.coresdk.child_workflow.StartChildWorkflowExecutionFailedCause"`\n+ResolveChildWorkflowExecutionStartCancelled\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure"i\n\x1dResolveChildWorkflowExecution\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12;\n\x06result\x18\x02 \x01(\x0b\x32+.coresdk.child_workflow.ChildWorkflowResult"+\n\x10UpdateRandomSeed\x12\x17\n\x0frandomness_seed\x18\x01 \x01(\x04"\x84\x02\n\rQueryWorkflow\x12\x10\n\x08query_id\x18\x01 \x01(\t\x12\x12\n\nquery_type\x18\x02 \x01(\t\x12\x32\n\targuments\x18\x03 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12H\n\x07headers\x18\x05 \x03(\x0b\x32\x37.coresdk.workflow_activation.QueryWorkflow.HeadersEntry\x1aO\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01"B\n\x0e\x43\x61ncelWorkflow\x12\x30\n\x07\x64\x65tails\x18\x01 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload"\x83\x02\n\x0eSignalWorkflow\x12\x13\n\x0bsignal_name\x18\x01 \x01(\t\x12.\n\x05input\x18\x02 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12\x10\n\x08identity\x18\x03 \x01(\t\x12I\n\x07headers\x18\x05 \x03(\x0b\x32\x38.coresdk.workflow_activation.SignalWorkflow.HeadersEntry\x1aO\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01""\n\x0eNotifyHasPatch\x12\x10\n\x08patch_id\x18\x01 \x01(\t"_\n\x1dResolveSignalExternalWorkflow\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12\x31\n\x07\x66\x61ilure\x18\x02 \x01(\x0b\x32 .temporal.api.failure.v1.Failure"f\n$ResolveRequestCancelExternalWorkflow\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12\x31\n\x07\x66\x61ilure\x18\x02 \x01(\x0b\x32 .temporal.api.failure.v1.Failure"\xa0\x02\n\x0fRemoveFromCache\x12\x0f\n\x07message\x18\x01 \x01(\t\x12K\n\x06reason\x18\x02 \x01(\x0e\x32;.coresdk.workflow_activation.RemoveFromCache.EvictionReason"\xae\x01\n\x0e\x45victionReason\x12\x0f\n\x0bUNSPECIFIED\x10\x00\x12\x0e\n\nCACHE_FULL\x10\x01\x12\x0e\n\nCACHE_MISS\x10\x02\x12\x12\n\x0eNONDETERMINISM\x10\x03\x12\r\n\tLANG_FAIL\x10\x04\x12\x12\n\x0eLANG_REQUESTED\x10\x05\x12\x12\n\x0eTASK_NOT_FOUND\x10\x06\x12\x15\n\x11UNHANDLED_COMMAND\x10\x07\x12\t\n\x05\x46\x41TAL\x10\x08\x62\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, - "temporal.sdk.core.workflow_activation.workflow_activation_pb2", - globals(), + +_WORKFLOWACTIVATION = DESCRIPTOR.message_types_by_name["WorkflowActivation"] +_WORKFLOWACTIVATIONJOB = DESCRIPTOR.message_types_by_name["WorkflowActivationJob"] +_STARTWORKFLOW = DESCRIPTOR.message_types_by_name["StartWorkflow"] +_STARTWORKFLOW_HEADERSENTRY = _STARTWORKFLOW.nested_types_by_name["HeadersEntry"] +_FIRETIMER = DESCRIPTOR.message_types_by_name["FireTimer"] +_RESOLVEACTIVITY = DESCRIPTOR.message_types_by_name["ResolveActivity"] +_RESOLVECHILDWORKFLOWEXECUTIONSTART = DESCRIPTOR.message_types_by_name[ + "ResolveChildWorkflowExecutionStart" +] +_RESOLVECHILDWORKFLOWEXECUTIONSTARTSUCCESS = DESCRIPTOR.message_types_by_name[ + "ResolveChildWorkflowExecutionStartSuccess" +] +_RESOLVECHILDWORKFLOWEXECUTIONSTARTFAILURE = DESCRIPTOR.message_types_by_name[ + "ResolveChildWorkflowExecutionStartFailure" +] +_RESOLVECHILDWORKFLOWEXECUTIONSTARTCANCELLED = DESCRIPTOR.message_types_by_name[ + "ResolveChildWorkflowExecutionStartCancelled" +] +_RESOLVECHILDWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name[ + "ResolveChildWorkflowExecution" +] +_UPDATERANDOMSEED = DESCRIPTOR.message_types_by_name["UpdateRandomSeed"] +_QUERYWORKFLOW = DESCRIPTOR.message_types_by_name["QueryWorkflow"] +_QUERYWORKFLOW_HEADERSENTRY = _QUERYWORKFLOW.nested_types_by_name["HeadersEntry"] +_CANCELWORKFLOW = DESCRIPTOR.message_types_by_name["CancelWorkflow"] +_SIGNALWORKFLOW = DESCRIPTOR.message_types_by_name["SignalWorkflow"] +_SIGNALWORKFLOW_HEADERSENTRY = _SIGNALWORKFLOW.nested_types_by_name["HeadersEntry"] +_NOTIFYHASPATCH = DESCRIPTOR.message_types_by_name["NotifyHasPatch"] +_RESOLVESIGNALEXTERNALWORKFLOW = DESCRIPTOR.message_types_by_name[ + "ResolveSignalExternalWorkflow" +] +_RESOLVEREQUESTCANCELEXTERNALWORKFLOW = DESCRIPTOR.message_types_by_name[ + "ResolveRequestCancelExternalWorkflow" +] +_REMOVEFROMCACHE = DESCRIPTOR.message_types_by_name["RemoveFromCache"] +_REMOVEFROMCACHE_EVICTIONREASON = _REMOVEFROMCACHE.enum_types_by_name["EvictionReason"] +WorkflowActivation = _reflection.GeneratedProtocolMessageType( + "WorkflowActivation", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWACTIVATION, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.WorkflowActivation) + }, +) +_sym_db.RegisterMessage(WorkflowActivation) + +WorkflowActivationJob = _reflection.GeneratedProtocolMessageType( + "WorkflowActivationJob", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWACTIVATIONJOB, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.WorkflowActivationJob) + }, +) +_sym_db.RegisterMessage(WorkflowActivationJob) + +StartWorkflow = _reflection.GeneratedProtocolMessageType( + "StartWorkflow", + (_message.Message,), + { + "HeadersEntry": _reflection.GeneratedProtocolMessageType( + "HeadersEntry", + (_message.Message,), + { + "DESCRIPTOR": _STARTWORKFLOW_HEADERSENTRY, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.StartWorkflow.HeadersEntry) + }, + ), + "DESCRIPTOR": _STARTWORKFLOW, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.StartWorkflow) + }, +) +_sym_db.RegisterMessage(StartWorkflow) +_sym_db.RegisterMessage(StartWorkflow.HeadersEntry) + +FireTimer = _reflection.GeneratedProtocolMessageType( + "FireTimer", + (_message.Message,), + { + "DESCRIPTOR": _FIRETIMER, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.FireTimer) + }, +) +_sym_db.RegisterMessage(FireTimer) + +ResolveActivity = _reflection.GeneratedProtocolMessageType( + "ResolveActivity", + (_message.Message,), + { + "DESCRIPTOR": _RESOLVEACTIVITY, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.ResolveActivity) + }, +) +_sym_db.RegisterMessage(ResolveActivity) + +ResolveChildWorkflowExecutionStart = _reflection.GeneratedProtocolMessageType( + "ResolveChildWorkflowExecutionStart", + (_message.Message,), + { + "DESCRIPTOR": _RESOLVECHILDWORKFLOWEXECUTIONSTART, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.ResolveChildWorkflowExecutionStart) + }, +) +_sym_db.RegisterMessage(ResolveChildWorkflowExecutionStart) + +ResolveChildWorkflowExecutionStartSuccess = _reflection.GeneratedProtocolMessageType( + "ResolveChildWorkflowExecutionStartSuccess", + (_message.Message,), + { + "DESCRIPTOR": _RESOLVECHILDWORKFLOWEXECUTIONSTARTSUCCESS, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.ResolveChildWorkflowExecutionStartSuccess) + }, +) +_sym_db.RegisterMessage(ResolveChildWorkflowExecutionStartSuccess) + +ResolveChildWorkflowExecutionStartFailure = _reflection.GeneratedProtocolMessageType( + "ResolveChildWorkflowExecutionStartFailure", + (_message.Message,), + { + "DESCRIPTOR": _RESOLVECHILDWORKFLOWEXECUTIONSTARTFAILURE, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.ResolveChildWorkflowExecutionStartFailure) + }, +) +_sym_db.RegisterMessage(ResolveChildWorkflowExecutionStartFailure) + +ResolveChildWorkflowExecutionStartCancelled = _reflection.GeneratedProtocolMessageType( + "ResolveChildWorkflowExecutionStartCancelled", + (_message.Message,), + { + "DESCRIPTOR": _RESOLVECHILDWORKFLOWEXECUTIONSTARTCANCELLED, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.ResolveChildWorkflowExecutionStartCancelled) + }, +) +_sym_db.RegisterMessage(ResolveChildWorkflowExecutionStartCancelled) + +ResolveChildWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "ResolveChildWorkflowExecution", + (_message.Message,), + { + "DESCRIPTOR": _RESOLVECHILDWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.ResolveChildWorkflowExecution) + }, +) +_sym_db.RegisterMessage(ResolveChildWorkflowExecution) + +UpdateRandomSeed = _reflection.GeneratedProtocolMessageType( + "UpdateRandomSeed", + (_message.Message,), + { + "DESCRIPTOR": _UPDATERANDOMSEED, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.UpdateRandomSeed) + }, +) +_sym_db.RegisterMessage(UpdateRandomSeed) + +QueryWorkflow = _reflection.GeneratedProtocolMessageType( + "QueryWorkflow", + (_message.Message,), + { + "HeadersEntry": _reflection.GeneratedProtocolMessageType( + "HeadersEntry", + (_message.Message,), + { + "DESCRIPTOR": _QUERYWORKFLOW_HEADERSENTRY, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.QueryWorkflow.HeadersEntry) + }, + ), + "DESCRIPTOR": _QUERYWORKFLOW, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.QueryWorkflow) + }, +) +_sym_db.RegisterMessage(QueryWorkflow) +_sym_db.RegisterMessage(QueryWorkflow.HeadersEntry) + +CancelWorkflow = _reflection.GeneratedProtocolMessageType( + "CancelWorkflow", + (_message.Message,), + { + "DESCRIPTOR": _CANCELWORKFLOW, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.CancelWorkflow) + }, +) +_sym_db.RegisterMessage(CancelWorkflow) + +SignalWorkflow = _reflection.GeneratedProtocolMessageType( + "SignalWorkflow", + (_message.Message,), + { + "HeadersEntry": _reflection.GeneratedProtocolMessageType( + "HeadersEntry", + (_message.Message,), + { + "DESCRIPTOR": _SIGNALWORKFLOW_HEADERSENTRY, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.SignalWorkflow.HeadersEntry) + }, + ), + "DESCRIPTOR": _SIGNALWORKFLOW, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.SignalWorkflow) + }, ) +_sym_db.RegisterMessage(SignalWorkflow) +_sym_db.RegisterMessage(SignalWorkflow.HeadersEntry) + +NotifyHasPatch = _reflection.GeneratedProtocolMessageType( + "NotifyHasPatch", + (_message.Message,), + { + "DESCRIPTOR": _NOTIFYHASPATCH, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.NotifyHasPatch) + }, +) +_sym_db.RegisterMessage(NotifyHasPatch) + +ResolveSignalExternalWorkflow = _reflection.GeneratedProtocolMessageType( + "ResolveSignalExternalWorkflow", + (_message.Message,), + { + "DESCRIPTOR": _RESOLVESIGNALEXTERNALWORKFLOW, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.ResolveSignalExternalWorkflow) + }, +) +_sym_db.RegisterMessage(ResolveSignalExternalWorkflow) + +ResolveRequestCancelExternalWorkflow = _reflection.GeneratedProtocolMessageType( + "ResolveRequestCancelExternalWorkflow", + (_message.Message,), + { + "DESCRIPTOR": _RESOLVEREQUESTCANCELEXTERNALWORKFLOW, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.ResolveRequestCancelExternalWorkflow) + }, +) +_sym_db.RegisterMessage(ResolveRequestCancelExternalWorkflow) + +RemoveFromCache = _reflection.GeneratedProtocolMessageType( + "RemoveFromCache", + (_message.Message,), + { + "DESCRIPTOR": _REMOVEFROMCACHE, + "__module__": "temporal.sdk.core.workflow_activation.workflow_activation_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_activation.RemoveFromCache) + }, +) +_sym_db.RegisterMessage(RemoveFromCache) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/workflow_commands/workflow_commands_pb2.py b/temporalio/bridge/proto/workflow_commands/workflow_commands_pb2.py index cf308fec1..39b62cdeb 100644 --- a/temporalio/bridge/proto/workflow_commands/workflow_commands_pb2.py +++ b/temporalio/bridge/proto/workflow_commands/workflow_commands_pb2.py @@ -4,8 +4,10 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder +from google.protobuf.internal import enum_type_wrapper # @@protoc_insertion_point(imports) @@ -35,10 +37,397 @@ b'\n;temporal/sdk/core/workflow_commands/workflow_commands.proto\x12\x19\x63oresdk.workflow_commands\x1a\x1egoogle/protobuf/duration.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a$temporal/api/common/v1/message.proto\x1a$temporal/api/enums/v1/workflow.proto\x1a%temporal/api/failure/v1/message.proto\x1a\x35temporal/sdk/core/child_workflow/child_workflow.proto\x1a%temporal/sdk/core/common/common.proto"\xd1\x0c\n\x0fWorkflowCommand\x12<\n\x0bstart_timer\x18\x01 \x01(\x0b\x32%.coresdk.workflow_commands.StartTimerH\x00\x12H\n\x11schedule_activity\x18\x02 \x01(\x0b\x32+.coresdk.workflow_commands.ScheduleActivityH\x00\x12\x42\n\x10respond_to_query\x18\x03 \x01(\x0b\x32&.coresdk.workflow_commands.QueryResultH\x00\x12S\n\x17request_cancel_activity\x18\x04 \x01(\x0b\x32\x30.coresdk.workflow_commands.RequestCancelActivityH\x00\x12>\n\x0c\x63\x61ncel_timer\x18\x05 \x01(\x0b\x32&.coresdk.workflow_commands.CancelTimerH\x00\x12[\n\x1b\x63omplete_workflow_execution\x18\x06 \x01(\x0b\x32\x34.coresdk.workflow_commands.CompleteWorkflowExecutionH\x00\x12S\n\x17\x66\x61il_workflow_execution\x18\x07 \x01(\x0b\x32\x30.coresdk.workflow_commands.FailWorkflowExecutionH\x00\x12g\n"continue_as_new_workflow_execution\x18\x08 \x01(\x0b\x32\x39.coresdk.workflow_commands.ContinueAsNewWorkflowExecutionH\x00\x12W\n\x19\x63\x61ncel_workflow_execution\x18\t \x01(\x0b\x32\x32.coresdk.workflow_commands.CancelWorkflowExecutionH\x00\x12\x45\n\x10set_patch_marker\x18\n \x01(\x0b\x32).coresdk.workflow_commands.SetPatchMarkerH\x00\x12`\n\x1estart_child_workflow_execution\x18\x0b \x01(\x0b\x32\x36.coresdk.workflow_commands.StartChildWorkflowExecutionH\x00\x12\x62\n\x1f\x63\x61ncel_child_workflow_execution\x18\x0c \x01(\x0b\x32\x37.coresdk.workflow_commands.CancelChildWorkflowExecutionH\x00\x12w\n*request_cancel_external_workflow_execution\x18\r \x01(\x0b\x32\x41.coresdk.workflow_commands.RequestCancelExternalWorkflowExecutionH\x00\x12h\n"signal_external_workflow_execution\x18\x0e \x01(\x0b\x32:.coresdk.workflow_commands.SignalExternalWorkflowExecutionH\x00\x12Q\n\x16\x63\x61ncel_signal_workflow\x18\x0f \x01(\x0b\x32/.coresdk.workflow_commands.CancelSignalWorkflowH\x00\x12S\n\x17schedule_local_activity\x18\x10 \x01(\x0b\x32\x30.coresdk.workflow_commands.ScheduleLocalActivityH\x00\x12^\n\x1drequest_cancel_local_activity\x18\x11 \x01(\x0b\x32\x35.coresdk.workflow_commands.RequestCancelLocalActivityH\x00\x12\x66\n!upsert_workflow_search_attributes\x18\x12 \x01(\x0b\x32\x39.coresdk.workflow_commands.UpsertWorkflowSearchAttributesH\x00\x42\t\n\x07variant"S\n\nStartTimer\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12\x38\n\x15start_to_fire_timeout\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration"\x1a\n\x0b\x43\x61ncelTimer\x12\x0b\n\x03seq\x18\x01 \x01(\r"\xda\x05\n\x10ScheduleActivity\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12\x13\n\x0b\x61\x63tivity_id\x18\x02 \x01(\t\x12\x15\n\ractivity_type\x18\x03 \x01(\t\x12\x11\n\tnamespace\x18\x04 \x01(\t\x12\x12\n\ntask_queue\x18\x05 \x01(\t\x12I\n\x07headers\x18\x06 \x03(\x0b\x32\x38.coresdk.workflow_commands.ScheduleActivity.HeadersEntry\x12\x32\n\targuments\x18\x07 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12<\n\x19schedule_to_close_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12<\n\x19schedule_to_start_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x39\n\x16start_to_close_timeout\x18\n \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x34\n\x11heartbeat_timeout\x18\x0b \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x39\n\x0cretry_policy\x18\x0c \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12N\n\x11\x63\x61ncellation_type\x18\r \x01(\x0e\x32\x33.coresdk.workflow_commands.ActivityCancellationType\x12\x1e\n\x16\x64o_not_eagerly_execute\x18\x0e \x01(\x08\x1aO\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01"\xee\x05\n\x15ScheduleLocalActivity\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12\x13\n\x0b\x61\x63tivity_id\x18\x02 \x01(\t\x12\x15\n\ractivity_type\x18\x03 \x01(\t\x12\x0f\n\x07\x61ttempt\x18\x04 \x01(\r\x12:\n\x16original_schedule_time\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12N\n\x07headers\x18\x06 \x03(\x0b\x32=.coresdk.workflow_commands.ScheduleLocalActivity.HeadersEntry\x12\x32\n\targuments\x18\x07 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12<\n\x19schedule_to_close_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12<\n\x19schedule_to_start_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x39\n\x16start_to_close_timeout\x18\n \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x39\n\x0cretry_policy\x18\x0b \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x38\n\x15local_retry_threshold\x18\x0c \x01(\x0b\x32\x19.google.protobuf.Duration\x12N\n\x11\x63\x61ncellation_type\x18\r \x01(\x0e\x32\x33.coresdk.workflow_commands.ActivityCancellationType\x1aO\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01"$\n\x15RequestCancelActivity\x12\x0b\n\x03seq\x18\x01 \x01(\r")\n\x1aRequestCancelLocalActivity\x12\x0b\n\x03seq\x18\x01 \x01(\r"\x9c\x01\n\x0bQueryResult\x12\x10\n\x08query_id\x18\x01 \x01(\t\x12<\n\tsucceeded\x18\x02 \x01(\x0b\x32\'.coresdk.workflow_commands.QuerySuccessH\x00\x12\x32\n\x06\x66\x61iled\x18\x03 \x01(\x0b\x32 .temporal.api.failure.v1.FailureH\x00\x42\t\n\x07variant"A\n\x0cQuerySuccess\x12\x31\n\x08response\x18\x01 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload"L\n\x19\x43ompleteWorkflowExecution\x12/\n\x06result\x18\x01 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload"J\n\x15\x46\x61ilWorkflowExecution\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failure"\xbe\x06\n\x1e\x43ontinueAsNewWorkflowExecution\x12\x15\n\rworkflow_type\x18\x01 \x01(\t\x12\x12\n\ntask_queue\x18\x02 \x01(\t\x12\x32\n\targuments\x18\x03 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12\x37\n\x14workflow_run_timeout\x18\x04 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x38\n\x15workflow_task_timeout\x18\x05 \x01(\x0b\x32\x19.google.protobuf.Duration\x12Q\n\x04memo\x18\x06 \x03(\x0b\x32\x43.coresdk.workflow_commands.ContinueAsNewWorkflowExecution.MemoEntry\x12W\n\x07headers\x18\x07 \x03(\x0b\x32\x46.coresdk.workflow_commands.ContinueAsNewWorkflowExecution.HeadersEntry\x12j\n\x11search_attributes\x18\x08 \x03(\x0b\x32O.coresdk.workflow_commands.ContinueAsNewWorkflowExecution.SearchAttributesEntry\x12\x39\n\x0cretry_policy\x18\t \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x1aL\n\tMemoEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01\x1aO\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01\x1aX\n\x15SearchAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01"\x19\n\x17\x43\x61ncelWorkflowExecution"6\n\x0eSetPatchMarker\x12\x10\n\x08patch_id\x18\x01 \x01(\t\x12\x12\n\ndeprecated\x18\x02 \x01(\x08"\xa3\t\n\x1bStartChildWorkflowExecution\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12\x11\n\tnamespace\x18\x02 \x01(\t\x12\x13\n\x0bworkflow_id\x18\x03 \x01(\t\x12\x15\n\rworkflow_type\x18\x04 \x01(\t\x12\x12\n\ntask_queue\x18\x05 \x01(\t\x12.\n\x05input\x18\x06 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12=\n\x1aworkflow_execution_timeout\x18\x07 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x37\n\x14workflow_run_timeout\x18\x08 \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x38\n\x15workflow_task_timeout\x18\t \x01(\x0b\x32\x19.google.protobuf.Duration\x12\x46\n\x13parent_close_policy\x18\n \x01(\x0e\x32).coresdk.child_workflow.ParentClosePolicy\x12N\n\x18workflow_id_reuse_policy\x18\x0c \x01(\x0e\x32,.temporal.api.enums.v1.WorkflowIdReusePolicy\x12\x39\n\x0cretry_policy\x18\r \x01(\x0b\x32#.temporal.api.common.v1.RetryPolicy\x12\x15\n\rcron_schedule\x18\x0e \x01(\t\x12T\n\x07headers\x18\x0f \x03(\x0b\x32\x43.coresdk.workflow_commands.StartChildWorkflowExecution.HeadersEntry\x12N\n\x04memo\x18\x10 \x03(\x0b\x32@.coresdk.workflow_commands.StartChildWorkflowExecution.MemoEntry\x12g\n\x11search_attributes\x18\x11 \x03(\x0b\x32L.coresdk.workflow_commands.StartChildWorkflowExecution.SearchAttributesEntry\x12P\n\x11\x63\x61ncellation_type\x18\x12 \x01(\x0e\x32\x35.coresdk.child_workflow.ChildWorkflowCancellationType\x1aO\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01\x1aL\n\tMemoEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01\x1aX\n\x15SearchAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01":\n\x1c\x43\x61ncelChildWorkflowExecution\x12\x1a\n\x12\x63hild_workflow_seq\x18\x01 \x01(\r"\xa7\x01\n&RequestCancelExternalWorkflowExecution\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12I\n\x12workflow_execution\x18\x02 \x01(\x0b\x32+.coresdk.common.NamespacedWorkflowExecutionH\x00\x12\x1b\n\x11\x63hild_workflow_id\x18\x03 \x01(\tH\x00\x42\x08\n\x06target"\x8f\x03\n\x1fSignalExternalWorkflowExecution\x12\x0b\n\x03seq\x18\x01 \x01(\r\x12I\n\x12workflow_execution\x18\x02 \x01(\x0b\x32+.coresdk.common.NamespacedWorkflowExecutionH\x00\x12\x1b\n\x11\x63hild_workflow_id\x18\x03 \x01(\tH\x00\x12\x13\n\x0bsignal_name\x18\x04 \x01(\t\x12-\n\x04\x61rgs\x18\x05 \x03(\x0b\x32\x1f.temporal.api.common.v1.Payload\x12X\n\x07headers\x18\x06 \x03(\x0b\x32G.coresdk.workflow_commands.SignalExternalWorkflowExecution.HeadersEntry\x1aO\n\x0cHeadersEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01\x42\x08\n\x06target"#\n\x14\x43\x61ncelSignalWorkflow\x12\x0b\n\x03seq\x18\x01 \x01(\r"\xe6\x01\n\x1eUpsertWorkflowSearchAttributes\x12j\n\x11search_attributes\x18\x01 \x03(\x0b\x32O.coresdk.workflow_commands.UpsertWorkflowSearchAttributes.SearchAttributesEntry\x1aX\n\x15SearchAttributesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.temporal.api.common.v1.Payload:\x02\x38\x01*X\n\x18\x41\x63tivityCancellationType\x12\x0e\n\nTRY_CANCEL\x10\x00\x12\x1f\n\x1bWAIT_CANCELLATION_COMPLETED\x10\x01\x12\x0b\n\x07\x41\x42\x41NDON\x10\x02\x62\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, "temporal.sdk.core.workflow_commands.workflow_commands_pb2", globals() +_ACTIVITYCANCELLATIONTYPE = DESCRIPTOR.enum_types_by_name["ActivityCancellationType"] +ActivityCancellationType = enum_type_wrapper.EnumTypeWrapper(_ACTIVITYCANCELLATIONTYPE) +TRY_CANCEL = 0 +WAIT_CANCELLATION_COMPLETED = 1 +ABANDON = 2 + + +_WORKFLOWCOMMAND = DESCRIPTOR.message_types_by_name["WorkflowCommand"] +_STARTTIMER = DESCRIPTOR.message_types_by_name["StartTimer"] +_CANCELTIMER = DESCRIPTOR.message_types_by_name["CancelTimer"] +_SCHEDULEACTIVITY = DESCRIPTOR.message_types_by_name["ScheduleActivity"] +_SCHEDULEACTIVITY_HEADERSENTRY = _SCHEDULEACTIVITY.nested_types_by_name["HeadersEntry"] +_SCHEDULELOCALACTIVITY = DESCRIPTOR.message_types_by_name["ScheduleLocalActivity"] +_SCHEDULELOCALACTIVITY_HEADERSENTRY = _SCHEDULELOCALACTIVITY.nested_types_by_name[ + "HeadersEntry" +] +_REQUESTCANCELACTIVITY = DESCRIPTOR.message_types_by_name["RequestCancelActivity"] +_REQUESTCANCELLOCALACTIVITY = DESCRIPTOR.message_types_by_name[ + "RequestCancelLocalActivity" +] +_QUERYRESULT = DESCRIPTOR.message_types_by_name["QueryResult"] +_QUERYSUCCESS = DESCRIPTOR.message_types_by_name["QuerySuccess"] +_COMPLETEWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name[ + "CompleteWorkflowExecution" +] +_FAILWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name["FailWorkflowExecution"] +_CONTINUEASNEWWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name[ + "ContinueAsNewWorkflowExecution" +] +_CONTINUEASNEWWORKFLOWEXECUTION_MEMOENTRY = ( + _CONTINUEASNEWWORKFLOWEXECUTION.nested_types_by_name["MemoEntry"] +) +_CONTINUEASNEWWORKFLOWEXECUTION_HEADERSENTRY = ( + _CONTINUEASNEWWORKFLOWEXECUTION.nested_types_by_name["HeadersEntry"] +) +_CONTINUEASNEWWORKFLOWEXECUTION_SEARCHATTRIBUTESENTRY = ( + _CONTINUEASNEWWORKFLOWEXECUTION.nested_types_by_name["SearchAttributesEntry"] +) +_CANCELWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name["CancelWorkflowExecution"] +_SETPATCHMARKER = DESCRIPTOR.message_types_by_name["SetPatchMarker"] +_STARTCHILDWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name[ + "StartChildWorkflowExecution" +] +_STARTCHILDWORKFLOWEXECUTION_HEADERSENTRY = ( + _STARTCHILDWORKFLOWEXECUTION.nested_types_by_name["HeadersEntry"] +) +_STARTCHILDWORKFLOWEXECUTION_MEMOENTRY = ( + _STARTCHILDWORKFLOWEXECUTION.nested_types_by_name["MemoEntry"] +) +_STARTCHILDWORKFLOWEXECUTION_SEARCHATTRIBUTESENTRY = ( + _STARTCHILDWORKFLOWEXECUTION.nested_types_by_name["SearchAttributesEntry"] ) +_CANCELUNSTARTEDCHILDWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name[ + "CancelUnstartedChildWorkflowExecution" +] +_REQUESTCANCELEXTERNALWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name[ + "RequestCancelExternalWorkflowExecution" +] +_SIGNALEXTERNALWORKFLOWEXECUTION = DESCRIPTOR.message_types_by_name[ + "SignalExternalWorkflowExecution" +] +_SIGNALEXTERNALWORKFLOWEXECUTION_HEADERSENTRY = ( + _SIGNALEXTERNALWORKFLOWEXECUTION.nested_types_by_name["HeadersEntry"] +) +_CANCELSIGNALWORKFLOW = DESCRIPTOR.message_types_by_name["CancelSignalWorkflow"] +_UPSERTWORKFLOWSEARCHATTRIBUTES = DESCRIPTOR.message_types_by_name[ + "UpsertWorkflowSearchAttributes" +] +_UPSERTWORKFLOWSEARCHATTRIBUTES_SEARCHATTRIBUTESENTRY = ( + _UPSERTWORKFLOWSEARCHATTRIBUTES.nested_types_by_name["SearchAttributesEntry"] +) +WorkflowCommand = _reflection.GeneratedProtocolMessageType( + "WorkflowCommand", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWCOMMAND, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.WorkflowCommand) + }, +) +_sym_db.RegisterMessage(WorkflowCommand) + +StartTimer = _reflection.GeneratedProtocolMessageType( + "StartTimer", + (_message.Message,), + { + "DESCRIPTOR": _STARTTIMER, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.StartTimer) + }, +) +_sym_db.RegisterMessage(StartTimer) + +CancelTimer = _reflection.GeneratedProtocolMessageType( + "CancelTimer", + (_message.Message,), + { + "DESCRIPTOR": _CANCELTIMER, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.CancelTimer) + }, +) +_sym_db.RegisterMessage(CancelTimer) + +ScheduleActivity = _reflection.GeneratedProtocolMessageType( + "ScheduleActivity", + (_message.Message,), + { + "HeadersEntry": _reflection.GeneratedProtocolMessageType( + "HeadersEntry", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULEACTIVITY_HEADERSENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.ScheduleActivity.HeadersEntry) + }, + ), + "DESCRIPTOR": _SCHEDULEACTIVITY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.ScheduleActivity) + }, +) +_sym_db.RegisterMessage(ScheduleActivity) +_sym_db.RegisterMessage(ScheduleActivity.HeadersEntry) + +ScheduleLocalActivity = _reflection.GeneratedProtocolMessageType( + "ScheduleLocalActivity", + (_message.Message,), + { + "HeadersEntry": _reflection.GeneratedProtocolMessageType( + "HeadersEntry", + (_message.Message,), + { + "DESCRIPTOR": _SCHEDULELOCALACTIVITY_HEADERSENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.ScheduleLocalActivity.HeadersEntry) + }, + ), + "DESCRIPTOR": _SCHEDULELOCALACTIVITY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.ScheduleLocalActivity) + }, +) +_sym_db.RegisterMessage(ScheduleLocalActivity) +_sym_db.RegisterMessage(ScheduleLocalActivity.HeadersEntry) + +RequestCancelActivity = _reflection.GeneratedProtocolMessageType( + "RequestCancelActivity", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTCANCELACTIVITY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.RequestCancelActivity) + }, +) +_sym_db.RegisterMessage(RequestCancelActivity) + +RequestCancelLocalActivity = _reflection.GeneratedProtocolMessageType( + "RequestCancelLocalActivity", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTCANCELLOCALACTIVITY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.RequestCancelLocalActivity) + }, +) +_sym_db.RegisterMessage(RequestCancelLocalActivity) + +QueryResult = _reflection.GeneratedProtocolMessageType( + "QueryResult", + (_message.Message,), + { + "DESCRIPTOR": _QUERYRESULT, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.QueryResult) + }, +) +_sym_db.RegisterMessage(QueryResult) + +QuerySuccess = _reflection.GeneratedProtocolMessageType( + "QuerySuccess", + (_message.Message,), + { + "DESCRIPTOR": _QUERYSUCCESS, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.QuerySuccess) + }, +) +_sym_db.RegisterMessage(QuerySuccess) + +CompleteWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "CompleteWorkflowExecution", + (_message.Message,), + { + "DESCRIPTOR": _COMPLETEWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.CompleteWorkflowExecution) + }, +) +_sym_db.RegisterMessage(CompleteWorkflowExecution) + +FailWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "FailWorkflowExecution", + (_message.Message,), + { + "DESCRIPTOR": _FAILWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.FailWorkflowExecution) + }, +) +_sym_db.RegisterMessage(FailWorkflowExecution) + +ContinueAsNewWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "ContinueAsNewWorkflowExecution", + (_message.Message,), + { + "MemoEntry": _reflection.GeneratedProtocolMessageType( + "MemoEntry", + (_message.Message,), + { + "DESCRIPTOR": _CONTINUEASNEWWORKFLOWEXECUTION_MEMOENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.ContinueAsNewWorkflowExecution.MemoEntry) + }, + ), + "HeadersEntry": _reflection.GeneratedProtocolMessageType( + "HeadersEntry", + (_message.Message,), + { + "DESCRIPTOR": _CONTINUEASNEWWORKFLOWEXECUTION_HEADERSENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.ContinueAsNewWorkflowExecution.HeadersEntry) + }, + ), + "SearchAttributesEntry": _reflection.GeneratedProtocolMessageType( + "SearchAttributesEntry", + (_message.Message,), + { + "DESCRIPTOR": _CONTINUEASNEWWORKFLOWEXECUTION_SEARCHATTRIBUTESENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.ContinueAsNewWorkflowExecution.SearchAttributesEntry) + }, + ), + "DESCRIPTOR": _CONTINUEASNEWWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.ContinueAsNewWorkflowExecution) + }, +) +_sym_db.RegisterMessage(ContinueAsNewWorkflowExecution) +_sym_db.RegisterMessage(ContinueAsNewWorkflowExecution.MemoEntry) +_sym_db.RegisterMessage(ContinueAsNewWorkflowExecution.HeadersEntry) +_sym_db.RegisterMessage(ContinueAsNewWorkflowExecution.SearchAttributesEntry) + +CancelWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "CancelWorkflowExecution", + (_message.Message,), + { + "DESCRIPTOR": _CANCELWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.CancelWorkflowExecution) + }, +) +_sym_db.RegisterMessage(CancelWorkflowExecution) + +SetPatchMarker = _reflection.GeneratedProtocolMessageType( + "SetPatchMarker", + (_message.Message,), + { + "DESCRIPTOR": _SETPATCHMARKER, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.SetPatchMarker) + }, +) +_sym_db.RegisterMessage(SetPatchMarker) + +StartChildWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "StartChildWorkflowExecution", + (_message.Message,), + { + "HeadersEntry": _reflection.GeneratedProtocolMessageType( + "HeadersEntry", + (_message.Message,), + { + "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTION_HEADERSENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.StartChildWorkflowExecution.HeadersEntry) + }, + ), + "MemoEntry": _reflection.GeneratedProtocolMessageType( + "MemoEntry", + (_message.Message,), + { + "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTION_MEMOENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.StartChildWorkflowExecution.MemoEntry) + }, + ), + "SearchAttributesEntry": _reflection.GeneratedProtocolMessageType( + "SearchAttributesEntry", + (_message.Message,), + { + "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTION_SEARCHATTRIBUTESENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.StartChildWorkflowExecution.SearchAttributesEntry) + }, + ), + "DESCRIPTOR": _STARTCHILDWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.StartChildWorkflowExecution) + }, +) +_sym_db.RegisterMessage(StartChildWorkflowExecution) +_sym_db.RegisterMessage(StartChildWorkflowExecution.HeadersEntry) +_sym_db.RegisterMessage(StartChildWorkflowExecution.MemoEntry) +_sym_db.RegisterMessage(StartChildWorkflowExecution.SearchAttributesEntry) + +CancelUnstartedChildWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "CancelUnstartedChildWorkflowExecution", + (_message.Message,), + { + "DESCRIPTOR": _CANCELUNSTARTEDCHILDWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.CancelUnstartedChildWorkflowExecution) + }, +) +_sym_db.RegisterMessage(CancelUnstartedChildWorkflowExecution) + +RequestCancelExternalWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "RequestCancelExternalWorkflowExecution", + (_message.Message,), + { + "DESCRIPTOR": _REQUESTCANCELEXTERNALWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.RequestCancelExternalWorkflowExecution) + }, +) +_sym_db.RegisterMessage(RequestCancelExternalWorkflowExecution) + +SignalExternalWorkflowExecution = _reflection.GeneratedProtocolMessageType( + "SignalExternalWorkflowExecution", + (_message.Message,), + { + "HeadersEntry": _reflection.GeneratedProtocolMessageType( + "HeadersEntry", + (_message.Message,), + { + "DESCRIPTOR": _SIGNALEXTERNALWORKFLOWEXECUTION_HEADERSENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.SignalExternalWorkflowExecution.HeadersEntry) + }, + ), + "DESCRIPTOR": _SIGNALEXTERNALWORKFLOWEXECUTION, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.SignalExternalWorkflowExecution) + }, +) +_sym_db.RegisterMessage(SignalExternalWorkflowExecution) +_sym_db.RegisterMessage(SignalExternalWorkflowExecution.HeadersEntry) + +CancelSignalWorkflow = _reflection.GeneratedProtocolMessageType( + "CancelSignalWorkflow", + (_message.Message,), + { + "DESCRIPTOR": _CANCELSIGNALWORKFLOW, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.CancelSignalWorkflow) + }, +) +_sym_db.RegisterMessage(CancelSignalWorkflow) + +UpsertWorkflowSearchAttributes = _reflection.GeneratedProtocolMessageType( + "UpsertWorkflowSearchAttributes", + (_message.Message,), + { + "SearchAttributesEntry": _reflection.GeneratedProtocolMessageType( + "SearchAttributesEntry", + (_message.Message,), + { + "DESCRIPTOR": _UPSERTWORKFLOWSEARCHATTRIBUTES_SEARCHATTRIBUTESENTRY, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.UpsertWorkflowSearchAttributes.SearchAttributesEntry) + }, + ), + "DESCRIPTOR": _UPSERTWORKFLOWSEARCHATTRIBUTES, + "__module__": "temporal.sdk.core.workflow_commands.workflow_commands_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_commands.UpsertWorkflowSearchAttributes) + }, +) +_sym_db.RegisterMessage(UpsertWorkflowSearchAttributes) +_sym_db.RegisterMessage(UpsertWorkflowSearchAttributes.SearchAttributesEntry) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/temporalio/bridge/proto/workflow_completion/workflow_completion_pb2.py b/temporalio/bridge/proto/workflow_completion/workflow_completion_pb2.py index 330f562bf..0c01edcd1 100644 --- a/temporalio/bridge/proto/workflow_completion/workflow_completion_pb2.py +++ b/temporalio/bridge/proto/workflow_completion/workflow_completion_pb2.py @@ -4,8 +4,9 @@ """Generated protocol buffer code.""" from google.protobuf import descriptor as _descriptor from google.protobuf import descriptor_pool as _descriptor_pool +from google.protobuf import message as _message +from google.protobuf import reflection as _reflection from google.protobuf import symbol_database as _symbol_database -from google.protobuf.internal import builder as _builder # @@protoc_insertion_point(imports) @@ -26,12 +27,45 @@ b'\n?temporal/sdk/core/workflow_completion/workflow_completion.proto\x12\x1b\x63oresdk.workflow_completion\x1a%temporal/api/failure/v1/message.proto\x1a%temporal/sdk/core/common/common.proto\x1a;temporal/sdk/core/workflow_commands/workflow_commands.proto"\xac\x01\n\x1cWorkflowActivationCompletion\x12\x0e\n\x06run_id\x18\x01 \x01(\t\x12:\n\nsuccessful\x18\x02 \x01(\x0b\x32$.coresdk.workflow_completion.SuccessH\x00\x12\x36\n\x06\x66\x61iled\x18\x03 \x01(\x0b\x32$.coresdk.workflow_completion.FailureH\x00\x42\x08\n\x06status"G\n\x07Success\x12<\n\x08\x63ommands\x18\x01 \x03(\x0b\x32*.coresdk.workflow_commands.WorkflowCommand"<\n\x07\x46\x61ilure\x12\x31\n\x07\x66\x61ilure\x18\x01 \x01(\x0b\x32 .temporal.api.failure.v1.Failureb\x06proto3' ) -_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals()) -_builder.BuildTopDescriptorsAndMessages( - DESCRIPTOR, - "temporal.sdk.core.workflow_completion.workflow_completion_pb2", - globals(), + +_WORKFLOWACTIVATIONCOMPLETION = DESCRIPTOR.message_types_by_name[ + "WorkflowActivationCompletion" +] +_SUCCESS = DESCRIPTOR.message_types_by_name["Success"] +_FAILURE = DESCRIPTOR.message_types_by_name["Failure"] +WorkflowActivationCompletion = _reflection.GeneratedProtocolMessageType( + "WorkflowActivationCompletion", + (_message.Message,), + { + "DESCRIPTOR": _WORKFLOWACTIVATIONCOMPLETION, + "__module__": "temporal.sdk.core.workflow_completion.workflow_completion_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_completion.WorkflowActivationCompletion) + }, +) +_sym_db.RegisterMessage(WorkflowActivationCompletion) + +Success = _reflection.GeneratedProtocolMessageType( + "Success", + (_message.Message,), + { + "DESCRIPTOR": _SUCCESS, + "__module__": "temporal.sdk.core.workflow_completion.workflow_completion_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_completion.Success) + }, ) +_sym_db.RegisterMessage(Success) + +Failure = _reflection.GeneratedProtocolMessageType( + "Failure", + (_message.Message,), + { + "DESCRIPTOR": _FAILURE, + "__module__": "temporal.sdk.core.workflow_completion.workflow_completion_pb2" + # @@protoc_insertion_point(class_scope:coresdk.workflow_completion.Failure) + }, +) +_sym_db.RegisterMessage(Failure) + if _descriptor._USE_C_DESCRIPTORS == False: DESCRIPTOR._options = None diff --git a/tests/worker/test_workflow.py b/tests/worker/test_workflow.py index c2de86309..b1c1848ee 100644 --- a/tests/worker/test_workflow.py +++ b/tests/worker/test_workflow.py @@ -2377,6 +2377,9 @@ async def test_workflow_query_does_not_run_condition(client: Client): @workflow.defn class CancelSignalAndTimerFiredInSameTaskWorkflow: + def __init__(self): + self.timer_task: asyncio.Task = None + @workflow.run async def run(self) -> None: # Start a 1 hour timer @@ -2390,7 +2393,8 @@ async def run(self) -> None: @workflow.signal def cancel_timer(self) -> None: - self.timer_task.cancel() + if self.timer_task: + self.timer_task.cancel() async def test_workflow_cancel_signal_and_timer_fired_in_same_task(