forked from cadence-workflow/cadence-python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice_meta_pb2.py
More file actions
41 lines (35 loc) · 1.95 KB
/
service_meta_pb2.py
File metadata and controls
41 lines (35 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: cadence/api/v1/service_meta.proto
# Protobuf Python Version: 5.29.0
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
from google.protobuf import runtime_version as _runtime_version
from google.protobuf import symbol_database as _symbol_database
from google.protobuf.internal import builder as _builder
_runtime_version.ValidateProtobufRuntimeVersion(
_runtime_version.Domain.PUBLIC,
5,
29,
0,
'',
'cadence/api/v1/service_meta.proto'
)
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n!cadence/api/v1/service_meta.proto\x12\x13uber.cadence.api.v1\"\x0f\n\rHealthRequest\"-\n\x0eHealthResponse\x12\n\n\x02ok\x18\x01 \x01(\x08\x12\x0f\n\x07message\x18\x02 \x01(\t2\\\n\x07MetaAPI\x12Q\n\x06Health\x12\".uber.cadence.api.v1.HealthRequest\x1a#.uber.cadence.api.v1.HealthResponseB`\n\x17\x63om.uber.cadence.api.v1B\x10MetaServiceProtoP\x01Z1github.com/uber/cadence-idl/go/proto/api/v1;apiv1b\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'cadence.api.v1.service_meta_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
_globals['DESCRIPTOR']._loaded_options = None
_globals['DESCRIPTOR']._serialized_options = b'\n\027com.uber.cadence.api.v1B\020MetaServiceProtoP\001Z1github.com/uber/cadence-idl/go/proto/api/v1;apiv1'
_globals['_HEALTHREQUEST']._serialized_start=58
_globals['_HEALTHREQUEST']._serialized_end=73
_globals['_HEALTHRESPONSE']._serialized_start=75
_globals['_HEALTHRESPONSE']._serialized_end=120
_globals['_METAAPI']._serialized_start=122
_globals['_METAAPI']._serialized_end=214
# @@protoc_insertion_point(module_scope)