forked from cadence-workflow/cadence-python-client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservice_visibility_pb2.py
More file actions
71 lines (65 loc) · 8.13 KB
/
service_visibility_pb2.py
File metadata and controls
71 lines (65 loc) · 8.13 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# NO CHECKED-IN PROTOBUF GENCODE
# source: cadence/api/v1/service_visibility.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_visibility.proto'
)
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
from cadence.api.v1 import visibility_pb2 as cadence_dot_api_dot_v1_dot_visibility__pb2
from cadence.api.v1 import workflow_pb2 as cadence_dot_api_dot_v1_dot_workflow__pb2
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\'cadence/api/v1/service_visibility.proto\x12\x13uber.cadence.api.v1\x1a\x1f\x63\x61\x64\x65nce/api/v1/visibility.proto\x1a\x1d\x63\x61\x64\x65nce/api/v1/workflow.proto\"j\n\x1dListWorkflowExecutionsRequest\x12\x0e\n\x06\x64omain\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\"y\n\x1eListWorkflowExecutionsResponse\x12>\n\nexecutions\x18\x01 \x03(\x0b\x32*.uber.cadence.api.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c\"\xb5\x02\n!ListOpenWorkflowExecutionsRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c\x12?\n\x11start_time_filter\x18\x04 \x01(\x0b\x32$.uber.cadence.api.v1.StartTimeFilter\x12H\n\x10\x65xecution_filter\x18\x05 \x01(\x0b\x32,.uber.cadence.api.v1.WorkflowExecutionFilterH\x00\x12>\n\x0btype_filter\x18\x06 \x01(\x0b\x32\'.uber.cadence.api.v1.WorkflowTypeFilterH\x00\x42\t\n\x07\x66ilters\"}\n\"ListOpenWorkflowExecutionsResponse\x12>\n\nexecutions\x18\x01 \x03(\x0b\x32*.uber.cadence.api.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c\"\xf3\x02\n#ListClosedWorkflowExecutionsRequest\x12\x0e\n\x06\x64omain\x18\x01 \x01(\t\x12\x11\n\tpage_size\x18\x02 \x01(\x05\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\x0c\x12?\n\x11start_time_filter\x18\x04 \x01(\x0b\x32$.uber.cadence.api.v1.StartTimeFilter\x12H\n\x10\x65xecution_filter\x18\x05 \x01(\x0b\x32,.uber.cadence.api.v1.WorkflowExecutionFilterH\x00\x12>\n\x0btype_filter\x18\x06 \x01(\x0b\x32\'.uber.cadence.api.v1.WorkflowTypeFilterH\x00\x12:\n\rstatus_filter\x18\x07 \x01(\x0b\x32!.uber.cadence.api.v1.StatusFilterH\x00\x42\t\n\x07\x66ilters\"\x7f\n$ListClosedWorkflowExecutionsResponse\x12>\n\nexecutions\x18\x01 \x03(\x0b\x32*.uber.cadence.api.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c\"r\n%ListArchivedWorkflowExecutionsRequest\x12\x0e\n\x06\x64omain\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\"\x81\x01\n&ListArchivedWorkflowExecutionsResponse\x12>\n\nexecutions\x18\x01 \x03(\x0b\x32*.uber.cadence.api.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c\"j\n\x1dScanWorkflowExecutionsRequest\x12\x0e\n\x06\x64omain\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\"y\n\x1eScanWorkflowExecutionsResponse\x12>\n\nexecutions\x18\x01 \x03(\x0b\x32*.uber.cadence.api.v1.WorkflowExecutionInfo\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\x0c\"?\n\x1e\x43ountWorkflowExecutionsRequest\x12\x0e\n\x06\x64omain\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\"\xbb\x01\n\x1bGetSearchAttributesResponse\x12H\n\x04keys\x18\x01 \x03(\x0b\x32:.uber.cadence.api.v1.GetSearchAttributesResponse.KeysEntry\x1aR\n\tKeysEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x34\n\x05value\x18\x02 \x01(\x0e\x32%.uber.cadence.api.v1.IndexedValueType:\x02\x38\x01\x32\xda\x07\n\rVisibilityAPI\x12\x81\x01\n\x16ListWorkflowExecutions\x12\x32.uber.cadence.api.v1.ListWorkflowExecutionsRequest\x1a\x33.uber.cadence.api.v1.ListWorkflowExecutionsResponse\x12\x8d\x01\n\x1aListOpenWorkflowExecutions\x12\x36.uber.cadence.api.v1.ListOpenWorkflowExecutionsRequest\x1a\x37.uber.cadence.api.v1.ListOpenWorkflowExecutionsResponse\x12\x93\x01\n\x1cListClosedWorkflowExecutions\x12\x38.uber.cadence.api.v1.ListClosedWorkflowExecutionsRequest\x1a\x39.uber.cadence.api.v1.ListClosedWorkflowExecutionsResponse\x12\x99\x01\n\x1eListArchivedWorkflowExecutions\x12:.uber.cadence.api.v1.ListArchivedWorkflowExecutionsRequest\x1a;.uber.cadence.api.v1.ListArchivedWorkflowExecutionsResponse\x12\x81\x01\n\x16ScanWorkflowExecutions\x12\x32.uber.cadence.api.v1.ScanWorkflowExecutionsRequest\x1a\x33.uber.cadence.api.v1.ScanWorkflowExecutionsResponse\x12\x84\x01\n\x17\x43ountWorkflowExecutions\x12\x33.uber.cadence.api.v1.CountWorkflowExecutionsRequest\x1a\x34.uber.cadence.api.v1.CountWorkflowExecutionsResponse\x12x\n\x13GetSearchAttributes\x12/.uber.cadence.api.v1.GetSearchAttributesRequest\x1a\x30.uber.cadence.api.v1.GetSearchAttributesResponseBf\n\x17\x63om.uber.cadence.api.v1B\x16VisibilityServiceProtoP\x01Z1github.com/uber/cadence-idl/go/proto/api/v1;apiv1b\x06proto3')
_globals = globals()
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'cadence.api.v1.service_visibility_pb2', _globals)
if not _descriptor._USE_C_DESCRIPTORS:
_globals['DESCRIPTOR']._loaded_options = None
_globals['DESCRIPTOR']._serialized_options = b'\n\027com.uber.cadence.api.v1B\026VisibilityServiceProtoP\001Z1github.com/uber/cadence-idl/go/proto/api/v1;apiv1'
_globals['_GETSEARCHATTRIBUTESRESPONSE_KEYSENTRY']._loaded_options = None
_globals['_GETSEARCHATTRIBUTESRESPONSE_KEYSENTRY']._serialized_options = b'8\001'
_globals['_LISTWORKFLOWEXECUTIONSREQUEST']._serialized_start=128
_globals['_LISTWORKFLOWEXECUTIONSREQUEST']._serialized_end=234
_globals['_LISTWORKFLOWEXECUTIONSRESPONSE']._serialized_start=236
_globals['_LISTWORKFLOWEXECUTIONSRESPONSE']._serialized_end=357
_globals['_LISTOPENWORKFLOWEXECUTIONSREQUEST']._serialized_start=360
_globals['_LISTOPENWORKFLOWEXECUTIONSREQUEST']._serialized_end=669
_globals['_LISTOPENWORKFLOWEXECUTIONSRESPONSE']._serialized_start=671
_globals['_LISTOPENWORKFLOWEXECUTIONSRESPONSE']._serialized_end=796
_globals['_LISTCLOSEDWORKFLOWEXECUTIONSREQUEST']._serialized_start=799
_globals['_LISTCLOSEDWORKFLOWEXECUTIONSREQUEST']._serialized_end=1170
_globals['_LISTCLOSEDWORKFLOWEXECUTIONSRESPONSE']._serialized_start=1172
_globals['_LISTCLOSEDWORKFLOWEXECUTIONSRESPONSE']._serialized_end=1299
_globals['_LISTARCHIVEDWORKFLOWEXECUTIONSREQUEST']._serialized_start=1301
_globals['_LISTARCHIVEDWORKFLOWEXECUTIONSREQUEST']._serialized_end=1415
_globals['_LISTARCHIVEDWORKFLOWEXECUTIONSRESPONSE']._serialized_start=1418
_globals['_LISTARCHIVEDWORKFLOWEXECUTIONSRESPONSE']._serialized_end=1547
_globals['_SCANWORKFLOWEXECUTIONSREQUEST']._serialized_start=1549
_globals['_SCANWORKFLOWEXECUTIONSREQUEST']._serialized_end=1655
_globals['_SCANWORKFLOWEXECUTIONSRESPONSE']._serialized_start=1657
_globals['_SCANWORKFLOWEXECUTIONSRESPONSE']._serialized_end=1778
_globals['_COUNTWORKFLOWEXECUTIONSREQUEST']._serialized_start=1780
_globals['_COUNTWORKFLOWEXECUTIONSREQUEST']._serialized_end=1843
_globals['_COUNTWORKFLOWEXECUTIONSRESPONSE']._serialized_start=1845
_globals['_COUNTWORKFLOWEXECUTIONSRESPONSE']._serialized_end=1893
_globals['_GETSEARCHATTRIBUTESREQUEST']._serialized_start=1895
_globals['_GETSEARCHATTRIBUTESREQUEST']._serialized_end=1923
_globals['_GETSEARCHATTRIBUTESRESPONSE']._serialized_start=1926
_globals['_GETSEARCHATTRIBUTESRESPONSE']._serialized_end=2113
_globals['_GETSEARCHATTRIBUTESRESPONSE_KEYSENTRY']._serialized_start=2031
_globals['_GETSEARCHATTRIBUTESRESPONSE_KEYSENTRY']._serialized_end=2113
_globals['_VISIBILITYAPI']._serialized_start=2116
_globals['_VISIBILITYAPI']._serialized_end=3102
# @@protoc_insertion_point(module_scope)