nominal-api-protos 0.939.0__py3-none-any.whl → 0.941.0__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of nominal-api-protos might be problematic. Click here for more details.

@@ -0,0 +1,79 @@
1
+ # -*- coding: utf-8 -*-
2
+ # Generated by the protocol buffer compiler. DO NOT EDIT!
3
+ # NO CHECKED-IN PROTOBUF GENCODE
4
+ # source: nominal/conversations/v1/conversations.proto
5
+ # Protobuf Python Version: 6.31.1
6
+ """Generated protocol buffer code."""
7
+ from google.protobuf import descriptor as _descriptor
8
+ from google.protobuf import descriptor_pool as _descriptor_pool
9
+ from google.protobuf import runtime_version as _runtime_version
10
+ from google.protobuf import symbol_database as _symbol_database
11
+ from google.protobuf.internal import builder as _builder
12
+ _runtime_version.ValidateProtobufRuntimeVersion(
13
+ _runtime_version.Domain.PUBLIC,
14
+ 6,
15
+ 31,
16
+ 1,
17
+ '',
18
+ 'nominal/conversations/v1/conversations.proto'
19
+ )
20
+ # @@protoc_insertion_point(imports)
21
+
22
+ _sym_db = _symbol_database.Default()
23
+
24
+
25
+ from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26
+
27
+
28
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n,nominal/conversations/v1/conversations.proto\x12\x18nominal.conversations.v1\x1a\x1fgoogle/protobuf/timestamp.proto\"\x9f\x01\n\x19\x43reateConversationRequest\x12\x15\n\rworkspace_rid\x18\x01 \x01(\t\x12\x14\n\x0cworkbook_rid\x18\x02 \x01(\t\x12\x37\n\x07message\x18\x03 \x01(\x0b\x32&.nominal.conversations.v1.ModelMessage\x12\x12\n\x05title\x18\x04 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_title\"6\n\x1a\x43reateConversationResponse\x12\x18\n\x10\x63onversation_rid\x18\x01 \x01(\t\"n\n\x18ListConversationsRequest\x12\x14\n\x0cworkbook_rid\x18\x01 \x01(\t\x12\x12\n\x05limit\x18\x02 \x01(\x05H\x00\x88\x01\x01\x12\x13\n\x06\x63ursor\x18\x03 \x01(\tH\x01\x88\x01\x01\x42\x08\n\x06_limitB\t\n\x07_cursor\"\x8c\x01\n\x19ListConversationsResponse\x12\x45\n\rconversations\x18\x01 \x03(\x0b\x32..nominal.conversations.v1.ConversationMetadata\x12\x18\n\x0bnext_cursor\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0e\n\x0c_next_cursor\"2\n\x16GetConversationRequest\x12\x18\n\x10\x63onversation_rid\x18\x01 \x01(\t\"W\n\x17GetConversationResponse\x12<\n\x0c\x63onversation\x18\x01 \x01(\x0b\x32&.nominal.conversations.v1.Conversation\"f\n\x11\x41\x64\x64MessageRequest\x12\x18\n\x10\x63onversation_rid\x18\x01 \x01(\t\x12\x37\n\x07message\x18\x02 \x01(\x0b\x32&.nominal.conversations.v1.ModelMessage\"(\n\x12\x41\x64\x64MessageResponse\x12\x12\n\nmessage_id\x18\x01 \x01(\t\"F\n\x1bSetConversationTitleRequest\x12\x18\n\x10\x63onversation_rid\x18\x01 \x01(\t\x12\r\n\x05title\x18\x02 \x01(\t\"\x1e\n\x1cSetConversationTitleResponse\"\xa8\x01\n\x14\x43onversationMetadata\x12\x0b\n\x03rid\x18\x01 \x01(\t\x12\x14\n\x0cworkbook_rid\x18\x02 \x01(\t\x12\r\n\x05title\x18\x03 \x01(\t\x12.\n\ncreated_at\x18\x04 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12.\n\nupdated_at\x18\x05 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\"\xd4\x01\n\x0cModelMessage\x12\n\n\x02id\x18\x01 \x01(\t\x12.\n\ncreated_at\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12:\n\x04user\x18\x03 \x01(\x0b\x32*.nominal.conversations.v1.UserModelMessageH\x00\x12\x44\n\tassistant\x18\x04 \x01(\x0b\x32/.nominal.conversations.v1.AssistantModelMessageH\x00\x42\x06\n\x04kind\"\x8a\x01\n\x0c\x43onversation\x12@\n\x08metadata\x18\x01 \x01(\x0b\x32..nominal.conversations.v1.ConversationMetadata\x12\x38\n\x08messages\x18\x02 \x03(\x0b\x32&.nominal.conversations.v1.ModelMessage\"L\n\x10UserModelMessage\x12\x38\n\x05parts\x18\x01 \x03(\x0b\x32).nominal.conversations.v1.UserContentPart\"V\n\x15\x41ssistantModelMessage\x12=\n\x05parts\x18\x01 \x03(\x0b\x32..nominal.conversations.v1.AssistantContentPart\"\x83\x01\n\x0fUserContentPart\x12\x32\n\x04text\x18\x01 \x01(\x0b\x32\".nominal.conversations.v1.TextPartH\x00\x12\x34\n\x05image\x18\x02 \x01(\x0b\x32#.nominal.conversations.v1.ImagePartH\x00\x42\x06\n\x04part\"\xd1\x01\n\x14\x41ssistantContentPart\x12\x32\n\x04text\x18\x01 \x01(\x0b\x32\".nominal.conversations.v1.TextPartH\x00\x12<\n\treasoning\x18\x02 \x01(\x0b\x32\'.nominal.conversations.v1.ReasoningPartH\x00\x12?\n\x0btool_action\x18\x03 \x01(\x0b\x32(.nominal.conversations.v1.ToolActionPartH\x00\x42\x06\n\x04part\"\x18\n\x08TextPart\x12\x0c\n\x04text\x18\x01 \x01(\t\"C\n\tImagePart\x12\x0e\n\x06s3_uri\x18\x01 \x01(\t\x12\x17\n\nmedia_type\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\r\n\x0b_media_type\"\"\n\rReasoningPart\x12\x11\n\treasoning\x18\x01 \x01(\t\"`\n\x0eToolActionPart\x12\n\n\x02id\x18\x01 \x01(\t\x12\x18\n\x10tool_action_verb\x18\x02 \x01(\t\x12\x18\n\x0btool_target\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x0e\n\x0c_tool_target2\xfd\x04\n\x13\x43onversationService\x12\x7f\n\x12\x43reateConversation\x12\x33.nominal.conversations.v1.CreateConversationRequest\x1a\x34.nominal.conversations.v1.CreateConversationResponse\x12|\n\x11ListConversations\x12\x32.nominal.conversations.v1.ListConversationsRequest\x1a\x33.nominal.conversations.v1.ListConversationsResponse\x12v\n\x0fGetConversation\x12\x30.nominal.conversations.v1.GetConversationRequest\x1a\x31.nominal.conversations.v1.GetConversationResponse\x12g\n\nAddMessage\x12+.nominal.conversations.v1.AddMessageRequest\x1a,.nominal.conversations.v1.AddMessageResponse\x12\x85\x01\n\x14SetConversationTitle\x12\x35.nominal.conversations.v1.SetConversationTitleRequest\x1a\x36.nominal.conversations.v1.SetConversationTitleResponseb\x06proto3')
29
+
30
+ _globals = globals()
31
+ _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
32
+ _builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'nominal.conversations.v1.conversations_pb2', _globals)
33
+ if not _descriptor._USE_C_DESCRIPTORS:
34
+ DESCRIPTOR._loaded_options = None
35
+ _globals['_CREATECONVERSATIONREQUEST']._serialized_start=108
36
+ _globals['_CREATECONVERSATIONREQUEST']._serialized_end=267
37
+ _globals['_CREATECONVERSATIONRESPONSE']._serialized_start=269
38
+ _globals['_CREATECONVERSATIONRESPONSE']._serialized_end=323
39
+ _globals['_LISTCONVERSATIONSREQUEST']._serialized_start=325
40
+ _globals['_LISTCONVERSATIONSREQUEST']._serialized_end=435
41
+ _globals['_LISTCONVERSATIONSRESPONSE']._serialized_start=438
42
+ _globals['_LISTCONVERSATIONSRESPONSE']._serialized_end=578
43
+ _globals['_GETCONVERSATIONREQUEST']._serialized_start=580
44
+ _globals['_GETCONVERSATIONREQUEST']._serialized_end=630
45
+ _globals['_GETCONVERSATIONRESPONSE']._serialized_start=632
46
+ _globals['_GETCONVERSATIONRESPONSE']._serialized_end=719
47
+ _globals['_ADDMESSAGEREQUEST']._serialized_start=721
48
+ _globals['_ADDMESSAGEREQUEST']._serialized_end=823
49
+ _globals['_ADDMESSAGERESPONSE']._serialized_start=825
50
+ _globals['_ADDMESSAGERESPONSE']._serialized_end=865
51
+ _globals['_SETCONVERSATIONTITLEREQUEST']._serialized_start=867
52
+ _globals['_SETCONVERSATIONTITLEREQUEST']._serialized_end=937
53
+ _globals['_SETCONVERSATIONTITLERESPONSE']._serialized_start=939
54
+ _globals['_SETCONVERSATIONTITLERESPONSE']._serialized_end=969
55
+ _globals['_CONVERSATIONMETADATA']._serialized_start=972
56
+ _globals['_CONVERSATIONMETADATA']._serialized_end=1140
57
+ _globals['_MODELMESSAGE']._serialized_start=1143
58
+ _globals['_MODELMESSAGE']._serialized_end=1355
59
+ _globals['_CONVERSATION']._serialized_start=1358
60
+ _globals['_CONVERSATION']._serialized_end=1496
61
+ _globals['_USERMODELMESSAGE']._serialized_start=1498
62
+ _globals['_USERMODELMESSAGE']._serialized_end=1574
63
+ _globals['_ASSISTANTMODELMESSAGE']._serialized_start=1576
64
+ _globals['_ASSISTANTMODELMESSAGE']._serialized_end=1662
65
+ _globals['_USERCONTENTPART']._serialized_start=1665
66
+ _globals['_USERCONTENTPART']._serialized_end=1796
67
+ _globals['_ASSISTANTCONTENTPART']._serialized_start=1799
68
+ _globals['_ASSISTANTCONTENTPART']._serialized_end=2008
69
+ _globals['_TEXTPART']._serialized_start=2010
70
+ _globals['_TEXTPART']._serialized_end=2034
71
+ _globals['_IMAGEPART']._serialized_start=2036
72
+ _globals['_IMAGEPART']._serialized_end=2103
73
+ _globals['_REASONINGPART']._serialized_start=2105
74
+ _globals['_REASONINGPART']._serialized_end=2139
75
+ _globals['_TOOLACTIONPART']._serialized_start=2141
76
+ _globals['_TOOLACTIONPART']._serialized_end=2237
77
+ _globals['_CONVERSATIONSERVICE']._serialized_start=2240
78
+ _globals['_CONVERSATIONSERVICE']._serialized_end=2877
79
+ # @@protoc_insertion_point(module_scope)
@@ -0,0 +1,178 @@
1
+ import datetime
2
+
3
+ from google.protobuf import timestamp_pb2 as _timestamp_pb2
4
+ from google.protobuf.internal import containers as _containers
5
+ from google.protobuf import descriptor as _descriptor
6
+ from google.protobuf import message as _message
7
+ from collections.abc import Iterable as _Iterable, Mapping as _Mapping
8
+ from typing import ClassVar as _ClassVar, Optional as _Optional, Union as _Union
9
+
10
+ DESCRIPTOR: _descriptor.FileDescriptor
11
+
12
+ class CreateConversationRequest(_message.Message):
13
+ __slots__ = ("workspace_rid", "workbook_rid", "message", "title")
14
+ WORKSPACE_RID_FIELD_NUMBER: _ClassVar[int]
15
+ WORKBOOK_RID_FIELD_NUMBER: _ClassVar[int]
16
+ MESSAGE_FIELD_NUMBER: _ClassVar[int]
17
+ TITLE_FIELD_NUMBER: _ClassVar[int]
18
+ workspace_rid: str
19
+ workbook_rid: str
20
+ message: ModelMessage
21
+ title: str
22
+ def __init__(self, workspace_rid: _Optional[str] = ..., workbook_rid: _Optional[str] = ..., message: _Optional[_Union[ModelMessage, _Mapping]] = ..., title: _Optional[str] = ...) -> None: ...
23
+
24
+ class CreateConversationResponse(_message.Message):
25
+ __slots__ = ("conversation_rid",)
26
+ CONVERSATION_RID_FIELD_NUMBER: _ClassVar[int]
27
+ conversation_rid: str
28
+ def __init__(self, conversation_rid: _Optional[str] = ...) -> None: ...
29
+
30
+ class ListConversationsRequest(_message.Message):
31
+ __slots__ = ("workbook_rid", "limit", "cursor")
32
+ WORKBOOK_RID_FIELD_NUMBER: _ClassVar[int]
33
+ LIMIT_FIELD_NUMBER: _ClassVar[int]
34
+ CURSOR_FIELD_NUMBER: _ClassVar[int]
35
+ workbook_rid: str
36
+ limit: int
37
+ cursor: str
38
+ def __init__(self, workbook_rid: _Optional[str] = ..., limit: _Optional[int] = ..., cursor: _Optional[str] = ...) -> None: ...
39
+
40
+ class ListConversationsResponse(_message.Message):
41
+ __slots__ = ("conversations", "next_cursor")
42
+ CONVERSATIONS_FIELD_NUMBER: _ClassVar[int]
43
+ NEXT_CURSOR_FIELD_NUMBER: _ClassVar[int]
44
+ conversations: _containers.RepeatedCompositeFieldContainer[ConversationMetadata]
45
+ next_cursor: str
46
+ def __init__(self, conversations: _Optional[_Iterable[_Union[ConversationMetadata, _Mapping]]] = ..., next_cursor: _Optional[str] = ...) -> None: ...
47
+
48
+ class GetConversationRequest(_message.Message):
49
+ __slots__ = ("conversation_rid",)
50
+ CONVERSATION_RID_FIELD_NUMBER: _ClassVar[int]
51
+ conversation_rid: str
52
+ def __init__(self, conversation_rid: _Optional[str] = ...) -> None: ...
53
+
54
+ class GetConversationResponse(_message.Message):
55
+ __slots__ = ("conversation",)
56
+ CONVERSATION_FIELD_NUMBER: _ClassVar[int]
57
+ conversation: Conversation
58
+ def __init__(self, conversation: _Optional[_Union[Conversation, _Mapping]] = ...) -> None: ...
59
+
60
+ class AddMessageRequest(_message.Message):
61
+ __slots__ = ("conversation_rid", "message")
62
+ CONVERSATION_RID_FIELD_NUMBER: _ClassVar[int]
63
+ MESSAGE_FIELD_NUMBER: _ClassVar[int]
64
+ conversation_rid: str
65
+ message: ModelMessage
66
+ def __init__(self, conversation_rid: _Optional[str] = ..., message: _Optional[_Union[ModelMessage, _Mapping]] = ...) -> None: ...
67
+
68
+ class AddMessageResponse(_message.Message):
69
+ __slots__ = ("message_id",)
70
+ MESSAGE_ID_FIELD_NUMBER: _ClassVar[int]
71
+ message_id: str
72
+ def __init__(self, message_id: _Optional[str] = ...) -> None: ...
73
+
74
+ class SetConversationTitleRequest(_message.Message):
75
+ __slots__ = ("conversation_rid", "title")
76
+ CONVERSATION_RID_FIELD_NUMBER: _ClassVar[int]
77
+ TITLE_FIELD_NUMBER: _ClassVar[int]
78
+ conversation_rid: str
79
+ title: str
80
+ def __init__(self, conversation_rid: _Optional[str] = ..., title: _Optional[str] = ...) -> None: ...
81
+
82
+ class SetConversationTitleResponse(_message.Message):
83
+ __slots__ = ()
84
+ def __init__(self) -> None: ...
85
+
86
+ class ConversationMetadata(_message.Message):
87
+ __slots__ = ("rid", "workbook_rid", "title", "created_at", "updated_at")
88
+ RID_FIELD_NUMBER: _ClassVar[int]
89
+ WORKBOOK_RID_FIELD_NUMBER: _ClassVar[int]
90
+ TITLE_FIELD_NUMBER: _ClassVar[int]
91
+ CREATED_AT_FIELD_NUMBER: _ClassVar[int]
92
+ UPDATED_AT_FIELD_NUMBER: _ClassVar[int]
93
+ rid: str
94
+ workbook_rid: str
95
+ title: str
96
+ created_at: _timestamp_pb2.Timestamp
97
+ updated_at: _timestamp_pb2.Timestamp
98
+ def __init__(self, rid: _Optional[str] = ..., workbook_rid: _Optional[str] = ..., title: _Optional[str] = ..., created_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., updated_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ...) -> None: ...
99
+
100
+ class ModelMessage(_message.Message):
101
+ __slots__ = ("id", "created_at", "user", "assistant")
102
+ ID_FIELD_NUMBER: _ClassVar[int]
103
+ CREATED_AT_FIELD_NUMBER: _ClassVar[int]
104
+ USER_FIELD_NUMBER: _ClassVar[int]
105
+ ASSISTANT_FIELD_NUMBER: _ClassVar[int]
106
+ id: str
107
+ created_at: _timestamp_pb2.Timestamp
108
+ user: UserModelMessage
109
+ assistant: AssistantModelMessage
110
+ def __init__(self, id: _Optional[str] = ..., created_at: _Optional[_Union[datetime.datetime, _timestamp_pb2.Timestamp, _Mapping]] = ..., user: _Optional[_Union[UserModelMessage, _Mapping]] = ..., assistant: _Optional[_Union[AssistantModelMessage, _Mapping]] = ...) -> None: ...
111
+
112
+ class Conversation(_message.Message):
113
+ __slots__ = ("metadata", "messages")
114
+ METADATA_FIELD_NUMBER: _ClassVar[int]
115
+ MESSAGES_FIELD_NUMBER: _ClassVar[int]
116
+ metadata: ConversationMetadata
117
+ messages: _containers.RepeatedCompositeFieldContainer[ModelMessage]
118
+ def __init__(self, metadata: _Optional[_Union[ConversationMetadata, _Mapping]] = ..., messages: _Optional[_Iterable[_Union[ModelMessage, _Mapping]]] = ...) -> None: ...
119
+
120
+ class UserModelMessage(_message.Message):
121
+ __slots__ = ("parts",)
122
+ PARTS_FIELD_NUMBER: _ClassVar[int]
123
+ parts: _containers.RepeatedCompositeFieldContainer[UserContentPart]
124
+ def __init__(self, parts: _Optional[_Iterable[_Union[UserContentPart, _Mapping]]] = ...) -> None: ...
125
+
126
+ class AssistantModelMessage(_message.Message):
127
+ __slots__ = ("parts",)
128
+ PARTS_FIELD_NUMBER: _ClassVar[int]
129
+ parts: _containers.RepeatedCompositeFieldContainer[AssistantContentPart]
130
+ def __init__(self, parts: _Optional[_Iterable[_Union[AssistantContentPart, _Mapping]]] = ...) -> None: ...
131
+
132
+ class UserContentPart(_message.Message):
133
+ __slots__ = ("text", "image")
134
+ TEXT_FIELD_NUMBER: _ClassVar[int]
135
+ IMAGE_FIELD_NUMBER: _ClassVar[int]
136
+ text: TextPart
137
+ image: ImagePart
138
+ def __init__(self, text: _Optional[_Union[TextPart, _Mapping]] = ..., image: _Optional[_Union[ImagePart, _Mapping]] = ...) -> None: ...
139
+
140
+ class AssistantContentPart(_message.Message):
141
+ __slots__ = ("text", "reasoning", "tool_action")
142
+ TEXT_FIELD_NUMBER: _ClassVar[int]
143
+ REASONING_FIELD_NUMBER: _ClassVar[int]
144
+ TOOL_ACTION_FIELD_NUMBER: _ClassVar[int]
145
+ text: TextPart
146
+ reasoning: ReasoningPart
147
+ tool_action: ToolActionPart
148
+ def __init__(self, text: _Optional[_Union[TextPart, _Mapping]] = ..., reasoning: _Optional[_Union[ReasoningPart, _Mapping]] = ..., tool_action: _Optional[_Union[ToolActionPart, _Mapping]] = ...) -> None: ...
149
+
150
+ class TextPart(_message.Message):
151
+ __slots__ = ("text",)
152
+ TEXT_FIELD_NUMBER: _ClassVar[int]
153
+ text: str
154
+ def __init__(self, text: _Optional[str] = ...) -> None: ...
155
+
156
+ class ImagePart(_message.Message):
157
+ __slots__ = ("s3_uri", "media_type")
158
+ S3_URI_FIELD_NUMBER: _ClassVar[int]
159
+ MEDIA_TYPE_FIELD_NUMBER: _ClassVar[int]
160
+ s3_uri: str
161
+ media_type: str
162
+ def __init__(self, s3_uri: _Optional[str] = ..., media_type: _Optional[str] = ...) -> None: ...
163
+
164
+ class ReasoningPart(_message.Message):
165
+ __slots__ = ("reasoning",)
166
+ REASONING_FIELD_NUMBER: _ClassVar[int]
167
+ reasoning: str
168
+ def __init__(self, reasoning: _Optional[str] = ...) -> None: ...
169
+
170
+ class ToolActionPart(_message.Message):
171
+ __slots__ = ("id", "tool_action_verb", "tool_target")
172
+ ID_FIELD_NUMBER: _ClassVar[int]
173
+ TOOL_ACTION_VERB_FIELD_NUMBER: _ClassVar[int]
174
+ TOOL_TARGET_FIELD_NUMBER: _ClassVar[int]
175
+ id: str
176
+ tool_action_verb: str
177
+ tool_target: str
178
+ def __init__(self, id: _Optional[str] = ..., tool_action_verb: _Optional[str] = ..., tool_target: _Optional[str] = ...) -> None: ...
@@ -0,0 +1,277 @@
1
+ # Generated by the gRPC Python protocol compiler plugin. DO NOT EDIT!
2
+ """Client and server classes corresponding to protobuf-defined services."""
3
+ import grpc
4
+ import warnings
5
+
6
+ from nominal.conversations.v1 import conversations_pb2 as nominal_dot_conversations_dot_v1_dot_conversations__pb2
7
+
8
+ GRPC_GENERATED_VERSION = '1.75.1'
9
+ GRPC_VERSION = grpc.__version__
10
+ _version_not_supported = False
11
+
12
+ try:
13
+ from grpc._utilities import first_version_is_lower
14
+ _version_not_supported = first_version_is_lower(GRPC_VERSION, GRPC_GENERATED_VERSION)
15
+ except ImportError:
16
+ _version_not_supported = True
17
+
18
+ if _version_not_supported:
19
+ raise RuntimeError(
20
+ f'The grpc package installed is at version {GRPC_VERSION},'
21
+ + f' but the generated code in nominal/conversations/v1/conversations_pb2_grpc.py depends on'
22
+ + f' grpcio>={GRPC_GENERATED_VERSION}.'
23
+ + f' Please upgrade your grpc module to grpcio>={GRPC_GENERATED_VERSION}'
24
+ + f' or downgrade your generated code using grpcio-tools<={GRPC_VERSION}.'
25
+ )
26
+
27
+
28
+ class ConversationServiceStub(object):
29
+ """ConversationService provides conversation lifecycle and persistence for AI agents
30
+ """
31
+
32
+ def __init__(self, channel):
33
+ """Constructor.
34
+
35
+ Args:
36
+ channel: A grpc.Channel.
37
+ """
38
+ self.CreateConversation = channel.unary_unary(
39
+ '/nominal.conversations.v1.ConversationService/CreateConversation',
40
+ request_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.CreateConversationRequest.SerializeToString,
41
+ response_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.CreateConversationResponse.FromString,
42
+ _registered_method=True)
43
+ self.ListConversations = channel.unary_unary(
44
+ '/nominal.conversations.v1.ConversationService/ListConversations',
45
+ request_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.ListConversationsRequest.SerializeToString,
46
+ response_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.ListConversationsResponse.FromString,
47
+ _registered_method=True)
48
+ self.GetConversation = channel.unary_unary(
49
+ '/nominal.conversations.v1.ConversationService/GetConversation',
50
+ request_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.GetConversationRequest.SerializeToString,
51
+ response_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.GetConversationResponse.FromString,
52
+ _registered_method=True)
53
+ self.AddMessage = channel.unary_unary(
54
+ '/nominal.conversations.v1.ConversationService/AddMessage',
55
+ request_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.AddMessageRequest.SerializeToString,
56
+ response_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.AddMessageResponse.FromString,
57
+ _registered_method=True)
58
+ self.SetConversationTitle = channel.unary_unary(
59
+ '/nominal.conversations.v1.ConversationService/SetConversationTitle',
60
+ request_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.SetConversationTitleRequest.SerializeToString,
61
+ response_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.SetConversationTitleResponse.FromString,
62
+ _registered_method=True)
63
+
64
+
65
+ class ConversationServiceServicer(object):
66
+ """ConversationService provides conversation lifecycle and persistence for AI agents
67
+ """
68
+
69
+ def CreateConversation(self, request, context):
70
+ """Create a new conversation for any agent type
71
+ """
72
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
73
+ context.set_details('Method not implemented!')
74
+ raise NotImplementedError('Method not implemented!')
75
+
76
+ def ListConversations(self, request, context):
77
+ """List latest conversations for a context in descending order of updated_at timestamp
78
+ """
79
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
80
+ context.set_details('Method not implemented!')
81
+ raise NotImplementedError('Method not implemented!')
82
+
83
+ def GetConversation(self, request, context):
84
+ """Get conversation by rid including full message history
85
+ """
86
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
87
+ context.set_details('Method not implemented!')
88
+ raise NotImplementedError('Method not implemented!')
89
+
90
+ def AddMessage(self, request, context):
91
+ """Add a message to an existing conversation
92
+ """
93
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
94
+ context.set_details('Method not implemented!')
95
+ raise NotImplementedError('Method not implemented!')
96
+
97
+ def SetConversationTitle(self, request, context):
98
+ """Set or update the title of a conversation
99
+ """
100
+ context.set_code(grpc.StatusCode.UNIMPLEMENTED)
101
+ context.set_details('Method not implemented!')
102
+ raise NotImplementedError('Method not implemented!')
103
+
104
+
105
+ def add_ConversationServiceServicer_to_server(servicer, server):
106
+ rpc_method_handlers = {
107
+ 'CreateConversation': grpc.unary_unary_rpc_method_handler(
108
+ servicer.CreateConversation,
109
+ request_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.CreateConversationRequest.FromString,
110
+ response_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.CreateConversationResponse.SerializeToString,
111
+ ),
112
+ 'ListConversations': grpc.unary_unary_rpc_method_handler(
113
+ servicer.ListConversations,
114
+ request_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.ListConversationsRequest.FromString,
115
+ response_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.ListConversationsResponse.SerializeToString,
116
+ ),
117
+ 'GetConversation': grpc.unary_unary_rpc_method_handler(
118
+ servicer.GetConversation,
119
+ request_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.GetConversationRequest.FromString,
120
+ response_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.GetConversationResponse.SerializeToString,
121
+ ),
122
+ 'AddMessage': grpc.unary_unary_rpc_method_handler(
123
+ servicer.AddMessage,
124
+ request_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.AddMessageRequest.FromString,
125
+ response_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.AddMessageResponse.SerializeToString,
126
+ ),
127
+ 'SetConversationTitle': grpc.unary_unary_rpc_method_handler(
128
+ servicer.SetConversationTitle,
129
+ request_deserializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.SetConversationTitleRequest.FromString,
130
+ response_serializer=nominal_dot_conversations_dot_v1_dot_conversations__pb2.SetConversationTitleResponse.SerializeToString,
131
+ ),
132
+ }
133
+ generic_handler = grpc.method_handlers_generic_handler(
134
+ 'nominal.conversations.v1.ConversationService', rpc_method_handlers)
135
+ server.add_generic_rpc_handlers((generic_handler,))
136
+ server.add_registered_method_handlers('nominal.conversations.v1.ConversationService', rpc_method_handlers)
137
+
138
+
139
+ # This class is part of an EXPERIMENTAL API.
140
+ class ConversationService(object):
141
+ """ConversationService provides conversation lifecycle and persistence for AI agents
142
+ """
143
+
144
+ @staticmethod
145
+ def CreateConversation(request,
146
+ target,
147
+ options=(),
148
+ channel_credentials=None,
149
+ call_credentials=None,
150
+ insecure=False,
151
+ compression=None,
152
+ wait_for_ready=None,
153
+ timeout=None,
154
+ metadata=None):
155
+ return grpc.experimental.unary_unary(
156
+ request,
157
+ target,
158
+ '/nominal.conversations.v1.ConversationService/CreateConversation',
159
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.CreateConversationRequest.SerializeToString,
160
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.CreateConversationResponse.FromString,
161
+ options,
162
+ channel_credentials,
163
+ insecure,
164
+ call_credentials,
165
+ compression,
166
+ wait_for_ready,
167
+ timeout,
168
+ metadata,
169
+ _registered_method=True)
170
+
171
+ @staticmethod
172
+ def ListConversations(request,
173
+ target,
174
+ options=(),
175
+ channel_credentials=None,
176
+ call_credentials=None,
177
+ insecure=False,
178
+ compression=None,
179
+ wait_for_ready=None,
180
+ timeout=None,
181
+ metadata=None):
182
+ return grpc.experimental.unary_unary(
183
+ request,
184
+ target,
185
+ '/nominal.conversations.v1.ConversationService/ListConversations',
186
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.ListConversationsRequest.SerializeToString,
187
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.ListConversationsResponse.FromString,
188
+ options,
189
+ channel_credentials,
190
+ insecure,
191
+ call_credentials,
192
+ compression,
193
+ wait_for_ready,
194
+ timeout,
195
+ metadata,
196
+ _registered_method=True)
197
+
198
+ @staticmethod
199
+ def GetConversation(request,
200
+ target,
201
+ options=(),
202
+ channel_credentials=None,
203
+ call_credentials=None,
204
+ insecure=False,
205
+ compression=None,
206
+ wait_for_ready=None,
207
+ timeout=None,
208
+ metadata=None):
209
+ return grpc.experimental.unary_unary(
210
+ request,
211
+ target,
212
+ '/nominal.conversations.v1.ConversationService/GetConversation',
213
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.GetConversationRequest.SerializeToString,
214
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.GetConversationResponse.FromString,
215
+ options,
216
+ channel_credentials,
217
+ insecure,
218
+ call_credentials,
219
+ compression,
220
+ wait_for_ready,
221
+ timeout,
222
+ metadata,
223
+ _registered_method=True)
224
+
225
+ @staticmethod
226
+ def AddMessage(request,
227
+ target,
228
+ options=(),
229
+ channel_credentials=None,
230
+ call_credentials=None,
231
+ insecure=False,
232
+ compression=None,
233
+ wait_for_ready=None,
234
+ timeout=None,
235
+ metadata=None):
236
+ return grpc.experimental.unary_unary(
237
+ request,
238
+ target,
239
+ '/nominal.conversations.v1.ConversationService/AddMessage',
240
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.AddMessageRequest.SerializeToString,
241
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.AddMessageResponse.FromString,
242
+ options,
243
+ channel_credentials,
244
+ insecure,
245
+ call_credentials,
246
+ compression,
247
+ wait_for_ready,
248
+ timeout,
249
+ metadata,
250
+ _registered_method=True)
251
+
252
+ @staticmethod
253
+ def SetConversationTitle(request,
254
+ target,
255
+ options=(),
256
+ channel_credentials=None,
257
+ call_credentials=None,
258
+ insecure=False,
259
+ compression=None,
260
+ wait_for_ready=None,
261
+ timeout=None,
262
+ metadata=None):
263
+ return grpc.experimental.unary_unary(
264
+ request,
265
+ target,
266
+ '/nominal.conversations.v1.ConversationService/SetConversationTitle',
267
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.SetConversationTitleRequest.SerializeToString,
268
+ nominal_dot_conversations_dot_v1_dot_conversations__pb2.SetConversationTitleResponse.FromString,
269
+ options,
270
+ channel_credentials,
271
+ insecure,
272
+ call_credentials,
273
+ compression,
274
+ wait_for_ready,
275
+ timeout,
276
+ metadata,
277
+ _registered_method=True)
@@ -32,7 +32,7 @@ from nominal.types import types_pb2 as nominal_dot_types_dot_types__pb2
32
32
  from nominal.versioning.v1 import versioning_pb2 as nominal_dot_versioning_dot_v1_dot_versioning__pb2
33
33
 
34
34
 
35
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&nominal/procedures/v1/procedures.proto\x12\x15nominal.procedures.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1anominal/gen/v1/alias.proto\x1a\x1anominal/gen/v1/error.proto\x1a%nominal/procedures/v1/id_format.proto\x1a\x19nominal/types/types.proto\x1a&nominal/versioning/v1/versioning.proto\"\x88\x06\n\x0eProcedureState\x12]\n\rglobal_fields\x18\x01 \x03(\x0b\x32\x37.nominal.procedures.v1.ProcedureState.GlobalFieldsEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc8>\x01\x12;\n\x11new_global_fields\x18\x05 \x03(\x0b\x32 .nominal.procedures.v1.FormField\x12N\n\x05nodes\x18\x02 \x03(\x0b\x32\x30.nominal.procedures.v1.ProcedureState.NodesEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc0>\x01\x12]\n\rsection_edges\x18\x03 \x03(\x0b\x32\x37.nominal.procedures.v1.ProcedureState.SectionEdgesEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc0>\x01\x12W\n\nstep_edges\x18\x04 \x03(\x0b\x32\x34.nominal.procedures.v1.ProcedureState.StepEdgesEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc0>\x01\x1aU\n\x11GlobalFieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .nominal.procedures.v1.FormField:\x02\x38\x01\x1aR\n\nNodesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\x05value\x18\x02 \x01(\x0b\x32$.nominal.procedures.v1.ProcedureNode:\x02\x38\x01\x1aT\n\x11SectionEdgesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.nominal.procedures.v1.NodeList:\x02\x38\x01\x1aQ\n\x0eStepEdgesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.nominal.procedures.v1.NodeList:\x02\x38\x01\"\x80\x02\n\x15ProcedureDisplayGraph\x12\x17\n\x0ftop_level_nodes\x18\x01 \x03(\t\x12m\n\x1asection_to_sorted_children\x18\x02 \x03(\x0b\x32I.nominal.procedures.v1.ProcedureDisplayGraph.SectionToSortedChildrenEntry\x1a_\n\x1cSectionToSortedChildrenEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.nominal.procedures.v1.NodeList:\x02\x38\x01\"\x82\x03\n\x0fNestedProcedure\x12\x16\n\x05title\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x39\n\x05steps\x18\x03 \x03(\x0b\x32*.nominal.procedures.v1.NestedProcedureNode\x12^\n\rglobal_fields\x18\x04 \x03(\x0b\x32\x38.nominal.procedures.v1.NestedProcedure.GlobalFieldsEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc8>\x01\x12;\n\x11new_global_fields\x18\x05 \x03(\x0b\x32 .nominal.procedures.v1.FormField\x1aU\n\x11GlobalFieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .nominal.procedures.v1.FormField:\x02\x38\x01\x42\x0e\n\x0c_description\"\x1c\n\x08NodeList\x12\x10\n\x08node_ids\x18\x01 \x03(\t\"\x98\x01\n\rProcedureNode\x12>\n\x07section\x18\x01 \x01(\x0b\x32+.nominal.procedures.v1.ProcedureSectionNodeH\x00\x12\x38\n\x04step\x18\x02 \x01(\x0b\x32(.nominal.procedures.v1.ProcedureStepNodeH\x00\x42\r\n\x04node\x12\x05\xbaH\x02\x08\x01\"n\n\x14ProcedureSectionNode\x12\x14\n\x02id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc0>\x01\x12\x16\n\x05title\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x0e\n\x0c_description\"\xce\x04\n\x11ProcedureStepNode\x12\x14\n\x02id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc0>\x01\x12\x16\n\x05title\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12<\n\x07\x63ontent\x18\x03 \x01(\x0b\x32+.nominal.procedures.v1.ProcedureStepContent\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0bis_required\x18\x06 \x01(\x08H\x01\x88\x01\x01\x12?\n\nauto_start\x18\x07 \x01(\x0b\x32&.nominal.procedures.v1.AutoStartConfigH\x02\x88\x01\x01\x12R\n\x1binitial_auto_proceed_config\x18\x08 \x01(\x0b\x32(.nominal.procedures.v1.AutoProceedConfigH\x03\x88\x01\x01\x12G\n\x11success_condition\x18\t \x01(\x0b\x32\'.nominal.procedures.v1.SuccessConditionH\x04\x88\x01\x01\x12P\n\x19\x63ompletion_action_configs\x18\n \x03(\x0b\x32-.nominal.procedures.v1.CompletionActionConfigB\x0e\n\x0c_descriptionB\x0e\n\x0c_is_requiredB\r\n\x0b_auto_startB\x1e\n\x1c_initial_auto_proceed_configB\x14\n\x12_success_conditionJ\x04\x08\x04\x10\x05\"\x8c\x07\n\x13NestedProcedureNode\x12\x14\n\x02id\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\xc0>\x01\x12\x16\n\x05title\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x39\n\x05steps\x18\x03 \x03(\x0b\x32*.nominal.procedures.v1.NestedProcedureNode\x12L\n\x04step\x18\x04 \x01(\x0b\x32\x39.nominal.procedures.v1.NestedProcedureNode.NestedStepNodeH\x01\x88\x01\x01\x1a\x8a\x05\n\x0eNestedStepNode\x12\x18\n\x0bis_required\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12?\n\nauto_start\x18\x03 \x01(\x0b\x32&.nominal.procedures.v1.AutoStartConfigH\x02\x88\x01\x01\x12R\n\x1binitial_auto_proceed_config\x18\x04 \x01(\x0b\x32(.nominal.procedures.v1.AutoProceedConfigH\x03\x88\x01\x01\x12G\n\x11success_condition\x18\x05 \x01(\x0b\x32\'.nominal.procedures.v1.SuccessConditionH\x04\x88\x01\x01\x12P\n\x19\x63ompletion_action_configs\x18\x06 \x03(\x0b\x32-.nominal.procedures.v1.CompletionActionConfig\x12/\n\x04\x66orm\x18\x07 \x01(\x0b\x32\x1f.nominal.procedures.v1.FormStepH\x00\x12>\n\x0cstart_ingest\x18\x08 \x01(\x0b\x32&.nominal.procedures.v1.StartIngestStepH\x00\x12P\n\x16select_or_create_asset\x18\t \x01(\x0b\x32..nominal.procedures.v1.SelectOrCreateAssetStepH\x00\x42\x10\n\x07\x63ontent\x12\x05\xbaH\x02\x08\x01\x42\x0e\n\x0c_is_requiredB\r\n\x0b_auto_startB\x1e\n\x1c_initial_auto_proceed_configB\x14\n\x12_success_conditionJ\x04\x08\x01\x10\x02\x42\x0e\n\x0c_descriptionB\x07\n\x05_step\"\xcb\x01\n\x0f\x41utoStartConfig\x12H\n\x0b\x61ll_parents\x18\x01 \x01(\x0b\x32\x31.nominal.procedures.v1.AutoStartConfig.AllParentsH\x00\x12\x43\n\x08\x64isabled\x18\x02 \x01(\x0b\x32/.nominal.procedures.v1.AutoStartConfig.DisabledH\x00\x1a\x0c\n\nAllParents\x1a\n\n\x08\x44isabledB\x0f\n\x06\x63onfig\x12\x05\xbaH\x02\x08\x01\"\xc7\x01\n\x11\x41utoProceedConfig\x12\x45\n\x08\x64isabled\x18\x01 \x01(\x0b\x32\x31.nominal.procedures.v1.AutoProceedConfig.DisabledH\x00\x12\x43\n\x07\x65nabled\x18\x02 \x01(\x0b\x32\x30.nominal.procedures.v1.AutoProceedConfig.EnabledH\x00\x1a\n\n\x08\x44isabled\x1a\t\n\x07\x45nabledB\x0f\n\x06\x63onfig\x12\x05\xbaH\x02\x08\x01\"\xe8\x01\n\x10SuccessCondition\x12\x39\n\x03\x61nd\x18\x01 \x01(\x0b\x32*.nominal.procedures.v1.AndSuccessConditionH\x00\x12=\n\x05timer\x18\x02 \x01(\x0b\x32,.nominal.procedures.v1.TimerSuccessConditionH\x00\x12\x46\n\ningest_job\x18\x03 \x01(\x0b\x32\x30.nominal.procedures.v1.IngestJobSuccessConditionH\x00\x42\x12\n\tcondition\x12\x05\xbaH\x02\x08\x01\"R\n\x13\x41ndSuccessCondition\x12;\n\nconditions\x18\x01 \x03(\x0b\x32\'.nominal.procedures.v1.SuccessCondition\":\n\x15TimerSuccessCondition\x12!\n\x10\x64uration_seconds\x18\x01 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00\"7\n\x19IngestJobSuccessCondition\x12\x1a\n\x08\x66ield_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01\"\x98\x03\n\x16\x43ompletionActionConfig\x12@\n\x0c\x63reate_event\x18\x01 \x01(\x0b\x32(.nominal.procedures.v1.CreateEventConfigH\x00\x12J\n\x11send_notification\x18\x02 \x01(\x0b\x32-.nominal.procedures.v1.SendNotificationConfigH\x00\x12<\n\ncreate_run\x18\x03 \x01(\x0b\x32&.nominal.procedures.v1.CreateRunConfigH\x00\x12W\n\x18\x61pply_workbook_templates\x18\x04 \x01(\x0b\x32\x33.nominal.procedures.v1.ApplyWorkbookTemplatesConfigH\x00\x12H\n\x10\x61pply_checklists\x18\x05 \x01(\x0b\x32,.nominal.procedures.v1.ApplyChecklistsConfigH\x00\x42\x0f\n\x06\x63onfig\x12\x05\xbaH\x02\x08\x01\"\xa7\x03\n\x11\x43reateEventConfig\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12*\n\x06labels\x18\x03 \x03(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.Label\x12\x8d\x01\n\nproperties\x18\x04 \x03(\x0b\x32\x38.nominal.procedures.v1.CreateEventConfig.PropertiesEntryB?\x9a\xb2\x1a;\x12\x1bio.nominal.api.PropertyName\x1a\x1cio.nominal.api.PropertyValue\x12\x17\n\x0f\x61sset_field_ids\x18\x05 \x03(\t\x12I\n\x10\x61sset_references\x18\x06 \x03(\x0b\x32%.nominal.procedures.v1.AssetReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c_description\"\xdf\x01\n\x16SendNotificationConfig\x12\x46\n\x0cintegrations\x18\x01 \x01(\x0b\x32\x30.nominal.procedures.v1.MultiIntegrationReference\x12:\n\x05title\x18\x02 \x01(\x0b\x32&.nominal.procedures.v1.StringReferenceH\x00\x88\x01\x01\x12\x37\n\x07message\x18\x03 \x01(\x0b\x32&.nominal.procedures.v1.StringReferenceB\x08\n\x06_title\"\xf6\x04\n\x0f\x43reateRunConfig\x12*\n\x13run_output_field_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc8>\x01H\x00\x88\x01\x01\x12:\n\x06\x61ssets\x18\x02 \x01(\x0b\x32*.nominal.procedures.v1.MultiAssetReference\x12\x34\n\x04name\x18\x03 \x01(\x0b\x32&.nominal.procedures.v1.StringReference\x12@\n\x0b\x64\x65scription\x18\x04 \x01(\x0b\x32&.nominal.procedures.v1.StringReferenceH\x01\x88\x01\x01\x12\x42\n\ntime_range\x18\x05 \x01(\x0b\x32).nominal.procedures.v1.TimeRangeReferenceH\x02\x88\x01\x01\x12@\n\x06labels\x18\x06 \x01(\x0b\x32+.nominal.procedures.v1.MultiStringReferenceH\x03\x88\x01\x01\x12\x43\n\nproperties\x18\x07 \x03(\x0b\x32/.nominal.procedures.v1.CreateRunConfig.Property\x1av\n\x08Property\x12\x33\n\x03key\x18\x01 \x01(\x0b\x32&.nominal.procedures.v1.StringReference\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.nominal.procedures.v1.StringReferenceB\x16\n\x14_run_output_field_idB\x0e\n\x0c_descriptionB\r\n\x0b_time_rangeB\t\n\x07_labels\"\xa9\x01\n\x1c\x41pplyWorkbookTemplatesConfig\x12Q\n\x12workbook_templates\x18\x01 \x01(\x0b\x32\x35.nominal.procedures.v1.MultiWorkbookTemplateReference\x12\x36\n\x04runs\x18\x02 \x01(\x0b\x32(.nominal.procedures.v1.MultiRunReference\"\x93\x01\n\x15\x41pplyChecklistsConfig\x12\x42\n\nchecklists\x18\x01 \x01(\x0b\x32..nominal.procedures.v1.MultiChecklistReference\x12\x36\n\x04runs\x18\x02 \x01(\x0b\x32(.nominal.procedures.v1.MultiRunReference\"\xeb\x01\n\x14ProcedureStepContent\x12/\n\x04\x66orm\x18\x01 \x01(\x0b\x32\x1f.nominal.procedures.v1.FormStepH\x00\x12>\n\x0cstart_ingest\x18\x02 \x01(\x0b\x32&.nominal.procedures.v1.StartIngestStepH\x00\x12P\n\x16select_or_create_asset\x18\x03 \x01(\x0b\x32..nominal.procedures.v1.SelectOrCreateAssetStepH\x00\x42\x10\n\x07\x63ontent\x12\x05\xbaH\x02\x08\x01\"<\n\x08\x46ormStep\x12\x30\n\x06\x66ields\x18\x01 \x03(\x0b\x32 .nominal.procedures.v1.FormField\"\xb7\x04\n\x0fStartIngestStep\x12\x34\n\x05\x61sset\x18\x01 \x01(\x0b\x32%.nominal.procedures.v1.AssetReference\x12\x38\n\x08ref_name\x18\x02 \x01(\x0b\x32&.nominal.procedures.v1.StringReference\x12S\n\x12ingest_type_config\x18\x03 \x01(\x0b\x32\x37.nominal.procedures.v1.StartIngestStep.IngestTypeConfig\x12\x31\n\x1aingest_job_output_field_id\x18\x04 \x01(\tB\x08\xbaH\x05r\x03\xc8>\x01H\x00\x88\x01\x01\x1a\x8c\x02\n\x10IngestTypeConfig\x12}\n\x17\x63ontainerized_extractor\x18\x01 \x01(\x0b\x32Z.nominal.procedures.v1.StartIngestStep.IngestTypeConfig.ContainerizedExtractorIngestConfigH\x00\x1ah\n\"ContainerizedExtractorIngestConfig\x12\x42\n\x03rid\x18\x01 \x01(\tB5\x9a\xb2\x1a\x31\n/io.nominal.ingest.api.ContainerizedExtractorRidB\x0f\n\x06\x63onfig\x12\x05\xbaH\x02\x08\x01\x42\x1d\n\x1b_ingest_job_output_field_id\"\xfa\x0e\n\x17SelectOrCreateAssetStep\x12,\n\x15\x61sset_output_field_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc8>\x01H\x01\x88\x01\x01\x12j\n\x17\x63reate_asset_parameters\x18\x02 \x01(\x0b\x32\x44.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParametersH\x02\x88\x01\x01\x12H\n\x0epreset_options\x18\x03 \x01(\x0b\x32..nominal.procedures.v1.PresetAssetFieldOptionsH\x00\x1a\xb9\x0c\n\x15\x43reateAssetParameters\x12s\n\x0b\x64\x65scription\x18\x02 \x01(\x0b\x32Y.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.DescriptionParameterH\x00\x88\x01\x01\x12i\n\x06labels\x18\x03 \x01(\x0b\x32T.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.LabelsParameterH\x01\x88\x01\x01\x12q\n\nproperties\x18\x04 \x01(\x0b\x32X.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.PropertiesParameterH\x02\x88\x01\x01\x12i\n\x0b\x64\x61ta_scopes\x18\x05 \x03(\x0b\x32T.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.DataScopesEntry\x1a\x8a\x01\n\x0f\x44\x61taScopesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x66\n\x05value\x18\x02 \x01(\x0b\x32W.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.DataScopeParameter:\x02\x38\x01\x1a\x34\n\x14\x44\x65scriptionParameter\x12\x12\n\x08\x63onstant\x18\x01 \x01(\tH\x00\x42\x08\n\x06option\x1a\xe2\x01\n\x0fLabelsParameter\x12,\n\x08\x63onstant\x18\x01 \x03(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.Label\x12~\n\nuser_input\x18\x02 \x01(\x0b\x32\x65.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.LabelsParameter.UserInputOptionsH\x00\x88\x01\x01\x1a\x12\n\x10UserInputOptionsB\r\n\x0b_user_input\x1a\xd9\x03\n\x13PropertiesParameter\x12\xb9\x01\n\x08\x63onstant\x18\x01 \x03(\x0b\x32\x66.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.PropertiesParameter.ConstantEntryB?\x9a\xb2\x1a;\x12\x1bio.nominal.api.PropertyName\x1a\x1cio.nominal.api.PropertyValue\x12\x82\x01\n\nuser_input\x18\x02 \x01(\x0b\x32i.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.PropertiesParameter.UserInputOptionsH\x00\x88\x01\x01\x1a/\n\rConstantEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x41\n\x10UserInputOptions\x12\x15\n\rrequired_keys\x18\x01 \x03(\t\x12\x16\n\x0esuggested_keys\x18\x02 \x03(\tB\r\n\x0b_user_input\x1a\xb3\x01\n\x12\x44\x61taScopeParameter\x12y\n\x0bnew_dataset\x18\x01 \x01(\x0b\x32\x62.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.DataScopeParameter.NewDatasetH\x00\x1a\x0c\n\nNewDatasetB\x14\n\x0b\x64\x61ta_source\x12\x05\xbaH\x02\x08\x01\x42\x0e\n\x0c_descriptionB\t\n\x07_labelsB\r\n\x0b_propertiesB\t\n\x07optionsB\x18\n\x16_asset_output_field_idB\x1a\n\x18_create_asset_parameters\"E\n\x14MultiStringReference\x12\x1c\n\x08\x66ield_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01H\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"T\n\x0fStringReference\x12\x12\n\x08\x63onstant\x18\x01 \x01(\tH\x00\x12\x1c\n\x08\x66ield_id\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01H\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xd0\x01\n\x13MultiAssetReference\x12M\n\x04list\x18\x01 \x01(\x0b\x32=.nominal.procedures.v1.MultiAssetReference.AssetReferenceListH\x00\x1aY\n\x12\x41ssetReferenceList\x12\x43\n\nreferences\x18\x01 \x03(\x0b\x32%.nominal.procedures.v1.AssetReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"x\n\x0e\x41ssetReference\x12\x37\n\x03rid\x18\x01 \x01(\tB(\x9a\xb2\x1a$\n\"io.nominal.scout.rids.api.AssetRidH\x00\x12\x1c\n\x08\x66ield_id\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01H\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xaf\x01\n\x12TimeRangeReference\x12S\n\x10\x66rom_ingest_jobs\x18\x01 \x01(\x0b\x32\x37.nominal.procedures.v1.TimeRangeReference.IngestJobListH\x00\x1a\x33\n\rIngestJobList\x12\"\n\tfield_ids\x18\x01 \x03(\tB\x0f\xbaH\x0c\x92\x01\t\x08\x01\"\x05r\x03\xd0>\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xc6\x01\n\x11MultiRunReference\x12I\n\x04list\x18\x01 \x01(\x0b\x32\x39.nominal.procedures.v1.MultiRunReference.RunReferenceListH\x00\x1aU\n\x10RunReferenceList\x12\x41\n\nreferences\x18\x01 \x03(\x0b\x32#.nominal.procedures.v1.RunReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"=\n\x0cRunReference\x12\x1c\n\x08\x66ield_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01H\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\x87\x02\n\x1eMultiWorkbookTemplateReference\x12\x63\n\x04list\x18\x01 \x01(\x0b\x32S.nominal.procedures.v1.MultiWorkbookTemplateReference.WorkbookTemplateReferenceListH\x00\x1ao\n\x1dWorkbookTemplateReferenceList\x12N\n\nreferences\x18\x01 \x03(\x0b\x32\x30.nominal.procedures.v1.WorkbookTemplateReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"h\n\x19WorkbookTemplateReference\x12:\n\x03rid\x18\x01 \x01(\tB+\x9a\xb2\x1a\'\n%io.nominal.scout.rids.api.TemplateRidH\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xe4\x01\n\x17MultiChecklistReference\x12U\n\x04list\x18\x01 \x01(\x0b\x32\x45.nominal.procedures.v1.MultiChecklistReference.ChecklistReferenceListH\x00\x1a\x61\n\x16\x43hecklistReferenceList\x12G\n\nreferences\x18\x01 \x03(\x0b\x32).nominal.procedures.v1.ChecklistReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"b\n\x12\x43hecklistReference\x12;\n\x03rid\x18\x01 \x01(\tB,\x9a\xb2\x1a(\n&io.nominal.scout.rids.api.ChecklistRidH\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xee\x01\n\x19MultiIntegrationReference\x12Y\n\x04list\x18\x01 \x01(\x0b\x32I.nominal.procedures.v1.MultiIntegrationReference.IntegrationReferenceListH\x00\x1a\x65\n\x18IntegrationReferenceList\x12I\n\nreferences\x18\x01 \x03(\x0b\x32+.nominal.procedures.v1.IntegrationReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"n\n\x14IntegrationReference\x12\x45\n\x03rid\x18\x01 \x01(\tB6\x9a\xb2\x1a\x32\n0io.nominal.scout.integrations.api.IntegrationRidH\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xb3\x03\n\tFormField\x12\x14\n\x02id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc8>\x01\x12\x32\n\x05\x61sset\x18\x02 \x01(\x0b\x32!.nominal.procedures.v1.AssetFieldH\x00\x12\x38\n\x08\x63heckbox\x18\x03 \x01(\x0b\x32$.nominal.procedures.v1.CheckboxFieldH\x00\x12\x30\n\x04text\x18\x04 \x01(\x0b\x32 .nominal.procedures.v1.TextFieldH\x00\x12.\n\x03int\x18\x05 \x01(\x0b\x32\x1f.nominal.procedures.v1.IntFieldH\x00\x12\x34\n\x06\x64ouble\x18\x06 \x01(\x0b\x32\".nominal.procedures.v1.DoubleFieldH\x00\x12=\n\x0bsingle_enum\x18\x07 \x01(\x0b\x32&.nominal.procedures.v1.SingleEnumFieldH\x00\x12;\n\nmulti_enum\x18\x08 \x01(\x0b\x32%.nominal.procedures.v1.MultiEnumFieldH\x00\x42\x0e\n\x05\x66ield\x12\x05\xbaH\x02\x08\x01\"\xa8\x01\n\x17PresetAssetFieldOptions\x12\x36\n\x07options\x18\x01 \x03(\x0b\x32%.nominal.procedures.v1.AssetReference\x12\x42\n\x0e\x64\x65\x66\x61ult_option\x18\x02 \x01(\x0b\x32%.nominal.procedures.v1.AssetReferenceH\x00\x88\x01\x01\x42\x11\n\x0f_default_option\"\x8e\x01\n\nAssetField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x13\n\x0bis_required\x18\x02 \x01(\x08\x12H\n\x0epreset_options\x18\x03 \x01(\x0b\x32..nominal.procedures.v1.PresetAssetFieldOptionsH\x00\x42\t\n\x07options\"<\n\rCheckboxField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x13\n\x0bis_required\x18\x02 \x01(\x08\"\x1a\n\x18TextFieldSimpleInputType\"\x1c\n\x1aTextFieldMarkdownInputType\"\xa4\x02\n\tTextField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x41\n\x06simple\x18\x02 \x01(\x0b\x32/.nominal.procedures.v1.TextFieldSimpleInputTypeH\x00\x12\x45\n\x08markdown\x18\x03 \x01(\x0b\x32\x31.nominal.procedures.v1.TextFieldMarkdownInputTypeH\x00\x12 \n\nmin_length\x18\x04 \x01(\rB\x07\xbaH\x04*\x02(\x00H\x01\x88\x01\x01\x12 \n\nmax_length\x18\x05 \x01(\rB\x07\xbaH\x04*\x02(\x00H\x02\x88\x01\x01\x42\x13\n\ninput_type\x12\x05\xbaH\x02\x08\x01\x42\r\n\x0b_min_lengthB\r\n\x0b_max_length\"\x83\x01\n\x08IntField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x13\n\x0bis_required\x18\x02 \x01(\x08\x12\x16\n\tgte_value\x18\x03 \x01(\x03H\x00\x88\x01\x01\x12\x16\n\tlte_value\x18\x04 \x01(\x03H\x01\x88\x01\x01\x42\x0c\n\n_gte_valueB\x0c\n\n_lte_value\"\xaa\x01\n\x0b\x44oubleField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x13\n\x0bis_required\x18\x02 \x01(\x08\x12\x12\n\x08gt_value\x18\x03 \x01(\x01H\x00\x12\x13\n\tgte_value\x18\x04 \x01(\x01H\x00\x12\x12\n\x08lt_value\x18\x05 \x01(\x01H\x01\x12\x13\n\tlte_value\x18\x06 \x01(\x01H\x01\x42\r\n\x0blower_boundB\r\n\x0bupper_bound\"\x1b\n\x19\x45numFieldButtonsInputType\"\x18\n\x16\x45numFieldMenuInputType\"\x82\x02\n\x0fSingleEnumField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x0f\n\x07options\x18\x02 \x03(\t\x12\x43\n\x07\x62uttons\x18\x03 \x01(\x0b\x32\x30.nominal.procedures.v1.EnumFieldButtonsInputTypeH\x00\x12\x41\n\x08\x64ropdown\x18\x04 \x01(\x0b\x32-.nominal.procedures.v1.EnumFieldMenuInputTypeH\x00\x12\x14\n\x0c\x61llow_custom\x18\x05 \x01(\x08\x12\x13\n\x0bis_required\x18\x06 \x01(\x08\x42\x13\n\ninput_type\x12\x05\xbaH\x02\x08\x01\"\xb8\x02\n\x0eMultiEnumField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x0f\n\x07options\x18\x02 \x03(\t\x12\x43\n\x07\x62uttons\x18\x03 \x01(\x0b\x32\x30.nominal.procedures.v1.EnumFieldButtonsInputTypeH\x00\x12\x41\n\x08\x64ropdown\x18\x04 \x01(\x0b\x32-.nominal.procedures.v1.EnumFieldMenuInputTypeH\x00\x12\x14\n\x0c\x61llow_custom\x18\x06 \x01(\x08\x12\x16\n\tmin_count\x18\x07 \x01(\rH\x01\x88\x01\x01\x12\x16\n\tmax_count\x18\x08 \x01(\rH\x02\x88\x01\x01\x42\x13\n\ninput_type\x12\x05\xbaH\x02\x08\x01\x42\x0c\n\n_min_countB\x0c\n\n_max_count\"\xb9\x05\n\x11ProcedureMetadata\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12\x16\n\x05title\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x00\x88\x01\x01\x12*\n\x06labels\x18\x04 \x03(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.Label\x12\x8d\x01\n\nproperties\x18\x05 \x03(\x0b\x32\x38.nominal.procedures.v1.ProcedureMetadata.PropertiesEntryB?\x9a\xb2\x1a;\x12\x1bio.nominal.api.PropertyName\x1a\x1cio.nominal.api.PropertyValue\x12\x13\n\x0bis_archived\x18\x06 \x01(\x08\x12\x14\n\x0cis_published\x18\x07 \x01(\x08\x12.\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\ncreated_by\x18\t \x01(\tB\'\x9a\xb2\x1a#\n!io.nominal.scout.rids.api.UserRid\x12.\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\nupdated_by\x18\x0b \x01(\tB\'\x9a\xb2\x1a#\n!io.nominal.scout.rids.api.UserRid\x12\x39\n\tworkspace\x18\x0c \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRid\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c_description\"\xf2\x01\n\tProcedure\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12>\n\x06\x63ommit\x18\x02 \x01(\tB.\x9a\xb2\x1a*\n(io.nominal.scout.versioning.api.CommitId\x12:\n\x08metadata\x18\x03 \x01(\x0b\x32(.nominal.procedures.v1.ProcedureMetadata\x12\x34\n\x05state\x18\x04 \x01(\x0b\x32%.nominal.procedures.v1.ProcedureState\"\xcc\x04\n\x16\x43reateProcedureRequest\x12\x16\n\x05title\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12*\n\x06labels\x18\x03 \x03(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.Label\x12\x92\x01\n\nproperties\x18\x04 \x03(\x0b\x32=.nominal.procedures.v1.CreateProcedureRequest.PropertiesEntryB?\x9a\xb2\x1a;\x12\x1bio.nominal.api.PropertyName\x1a\x1cio.nominal.api.PropertyValue\x12\x39\n\x05state\x18\x05 \x01(\x0b\x32%.nominal.procedures.v1.ProcedureStateH\x01\x88\x01\x01\x12\x19\n\x0cis_published\x18\x06 \x01(\x08H\x02\x88\x01\x01\x12\x39\n\tworkspace\x18\x07 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRid\x12\x16\n\x0e\x63ommit_message\x18\x08 \x01(\t\x12 \n\x13initial_branch_name\x18\t \x01(\tH\x03\x88\x01\x01\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c_descriptionB\x08\n\x06_stateB\x0f\n\r_is_publishedB\x16\n\x14_initial_branch_name\"x\n\x17\x43reateProcedureResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\x12\x18\n\x0b\x62ranch_name\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0e\n\x0c_branch_name\"\xaa\x01\n\x13GetProcedureRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12?\n\x10\x62ranch_or_commit\x18\x02 \x01(\x0b\x32%.nominal.versioning.v1.BranchOrCommit\x12\x1d\n\x15include_display_graph\x18\x03 \x01(\x08\"\xa7\x01\n\x14GetProcedureResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\x12H\n\rdisplay_graph\x18\x02 \x01(\x0b\x32,.nominal.procedures.v1.ProcedureDisplayGraphH\x00\x88\x01\x01\x42\x10\n\x0e_display_graph\"\x84\x03\n\x1eUpdateProcedureMetadataRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12\x12\n\x05title\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x36\n\x06labels\x18\x04 \x01(\x0b\x32!.nominal.types.LabelUpdateWrapperH\x02\x88\x01\x01\x12=\n\nproperties\x18\x05 \x01(\x0b\x32$.nominal.types.PropertyUpdateWrapperH\x03\x88\x01\x01\x12\x18\n\x0bis_archived\x18\x06 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0cis_published\x18\x07 \x01(\x08H\x05\x88\x01\x01\x42\x08\n\x06_titleB\x0e\n\x0c_descriptionB\t\n\x07_labelsB\r\n\x0b_propertiesB\x0e\n\x0c_is_archivedB\x0f\n\r_is_published\"o\n\x1fUpdateProcedureMetadataResponse\x12L\n\x12procedure_metadata\x18\x01 \x01(\x0b\x32(.nominal.procedures.v1.ProcedureMetadataB\x06\xbaH\x03\xc8\x01\x01\"~\n\x1bParseNestedProcedureRequest\x12@\n\x10nested_procedure\x18\x01 \x01(\x0b\x32&.nominal.procedures.v1.NestedProcedure\x12\x1d\n\x15include_display_graph\x18\x03 \x01(\x08\"\xaf\x01\n\x1cParseNestedProcedureResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\x12H\n\rdisplay_graph\x18\x02 \x01(\x0b\x32,.nominal.procedures.v1.ProcedureDisplayGraphH\x00\x88\x01\x01\x42\x10\n\x0e_display_graph\"\x93\x01\n\x1bGetProcedureAsNestedRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12?\n\x10\x62ranch_or_commit\x18\x02 \x01(\x0b\x32%.nominal.versioning.v1.BranchOrCommit\"`\n\x1cGetProcedureAsNestedResponse\x12@\n\x10nested_procedure\x18\x01 \x01(\x0b\x32&.nominal.procedures.v1.NestedProcedure\"\x92\x02\n\x12MergeToMainRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12@\n\x06\x62ranch\x18\x02 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.scout.versioning.api.BranchName\x12R\n\x15latest_commit_on_main\x18\x03 \x01(\tB.\x9a\xb2\x1a*\n(io.nominal.scout.versioning.api.CommitIdH\x00\x88\x01\x01\x12\x17\n\x07message\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01\x42\x18\n\x16_latest_commit_on_main\"J\n\x13MergeToMainResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\"\xd9\x02\n\x17SaveWorkingStateRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12\x45\n\x06\x62ranch\x18\x02 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.scout.versioning.api.BranchNameH\x00\x88\x01\x01\x12\x0f\n\x07message\x18\x03 \x01(\t\x12T\n\x17latest_commit_on_branch\x18\x04 \x01(\tB.\x9a\xb2\x1a*\n(io.nominal.scout.versioning.api.CommitIdH\x01\x88\x01\x01\x12\x34\n\x05state\x18\x05 \x01(\x0b\x32%.nominal.procedures.v1.ProcedureStateB\t\n\x07_branchB\x1a\n\x18_latest_commit_on_branch\"O\n\x18SaveWorkingStateResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\"\xcf\x02\n\rCommitRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12\x45\n\x06\x62ranch\x18\x02 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.scout.versioning.api.BranchNameH\x00\x88\x01\x01\x12T\n\x17latest_commit_on_branch\x18\x03 \x01(\tB.\x9a\xb2\x1a*\n(io.nominal.scout.versioning.api.CommitIdH\x01\x88\x01\x01\x12\x0f\n\x07message\x18\x04 \x01(\t\x12\x34\n\x05state\x18\x05 \x01(\x0b\x32%.nominal.procedures.v1.ProcedureStateB\t\n\x07_branchB\x1a\n\x18_latest_commit_on_branch\"E\n\x0e\x43ommitResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\"\x81\x05\n\x14ProcedureSearchQuery\x12\x15\n\x0bsearch_text\x18\x01 \x01(\tH\x00\x12+\n\x05label\x18\x02 \x01(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.LabelH\x00\x12+\n\x08property\x18\x03 \x01(\x0b\x32\x17.nominal.types.PropertyH\x00\x12R\n\x03\x61nd\x18\x04 \x01(\x0b\x32\x43.nominal.procedures.v1.ProcedureSearchQuery.ProcedureSearchAndQueryH\x00\x12P\n\x02or\x18\x05 \x01(\x0b\x32\x42.nominal.procedures.v1.ProcedureSearchQuery.ProcedureSearchOrQueryH\x00\x12;\n\tworkspace\x18\x06 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRidH\x00\x12=\n\ncreated_by\x18\x07 \x01(\tB\'\x9a\xb2\x1a#\n!io.nominal.scout.rids.api.UserRidH\x00\x12\x15\n\x0bis_archived\x18\x08 \x01(\x08H\x00\x1aW\n\x17ProcedureSearchAndQuery\x12<\n\x07queries\x18\x01 \x03(\x0b\x32+.nominal.procedures.v1.ProcedureSearchQuery\x1aV\n\x16ProcedureSearchOrQuery\x12<\n\x07queries\x18\x01 \x03(\x0b\x32+.nominal.procedures.v1.ProcedureSearchQueryB\x0e\n\x05query\x12\x05\xbaH\x02\x08\x01\"\xa5\x01\n\x1bSearchProceduresSortOptions\x12\x1a\n\ris_descending\x18\x01 \x01(\x08H\x00\x88\x01\x01\x12I\n\nsort_field\x18\x02 \x01(\x0e\x32\x30.nominal.procedures.v1.SearchProceduresSortFieldH\x01\x88\x01\x01\x42\x10\n\x0e_is_descendingB\r\n\x0b_sort_field\"\xb5\x02\n\x17SearchProceduresRequest\x12:\n\x05query\x18\x01 \x01(\x0b\x32+.nominal.procedures.v1.ProcedureSearchQuery\x12M\n\x0csort_options\x18\x02 \x01(\x0b\x32\x32.nominal.procedures.v1.SearchProceduresSortOptionsH\x00\x88\x01\x01\x12\"\n\tpage_size\x18\x03 \x01(\x05\x42\n\xbaH\x07\x1a\x05\x18\xe8\x07(\x01H\x01\x88\x01\x01\x12\x38\n\x0fnext_page_token\x18\x04 \x01(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.TokenH\x02\x88\x01\x01\x42\x0f\n\r_sort_optionsB\x0c\n\n_page_sizeB\x12\n\x10_next_page_token\"\xae\x01\n\x18SearchProceduresResponse\x12\x44\n\x12procedure_metadata\x18\x01 \x03(\x0b\x32(.nominal.procedures.v1.ProcedureMetadata\x12\x38\n\x0fnext_page_token\x18\x02 \x01(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.TokenH\x00\x88\x01\x01\x42\x12\n\x10_next_page_token\"Z\n\x18\x41rchiveProceduresRequest\x12>\n\x0eprocedure_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\"[\n\x19\x41rchiveProceduresResponse\x12>\n\x0eprocedure_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\"\\\n\x1aUnarchiveProceduresRequest\x12>\n\x0eprocedure_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\"]\n\x1bUnarchiveProceduresResponse\x12>\n\x0eprocedure_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid*\xca\x01\n\x19SearchProceduresSortField\x12,\n(SEARCH_PROCEDURES_SORT_FIELD_UNSPECIFIED\x10\x00\x12%\n!SEARCH_PROCEDURES_SORT_FIELD_NAME\x10\x01\x12+\n\'SEARCH_PROCEDURES_SORT_FIELD_CREATED_AT\x10\x02\x12+\n\'SEARCH_PROCEDURES_SORT_FIELD_UPDATED_AT\x10\x03*\x91\x05\n\x16ProceduresServiceError\x12(\n$PROCEDURES_SERVICE_ERROR_UNSPECIFIED\x10\x00\x12L\n\"PROCEDURES_SERVICE_ERROR_NOT_FOUND\x10\x01\x1a$\xb2\xb2\x1a \n\tNOT_FOUND\x12\x13Procedure not found\x12Z\n)PROCEDURES_SERVICE_ERROR_COMMIT_NOT_FOUND\x10\x02\x1a+\xb2\xb2\x1a\'\n\tNOT_FOUND\x12\x1aProcedure commit not found\x12\x66\n*PROCEDURES_SERVICE_ERROR_CANNOT_MERGE_MAIN\x10\x03\x1a\x36\xb2\xb2\x1a\x32\n\x10INVALID_ARGUMENT\x12\x1e\x43\x61nnot merge to main from main\x12}\n<PROCEDURES_SERVICE_ERROR_CANNOT_COMMIT_TO_ARCHIVED_PROCEDURE\x10\x04\x1a;\xb2\xb2\x1a\x37\n\x10INVALID_ARGUMENT\x12#Cannot commit to archived procedure\x12[\n&PROCEDURES_SERVICE_ERROR_INVALID_GRAPH\x10\x05\x1a/\xb2\xb2\x1a+\n\x10INVALID_ARGUMENT\x12\x17Invalid procedure graph\x12_\n-PROCEDURES_SERVICE_ERROR_INVALID_SEARCH_TOKEN\x10\x06\x1a,\xb2\xb2\x1a(\n\x10INVALID_ARGUMENT\x12\x14Invalid search token2\xca\x0e\n\x11ProceduresService\x12\x96\x01\n\x0f\x43reateProcedure\x12-.nominal.procedures.v1.CreateProcedureRequest\x1a..nominal.procedures.v1.CreateProcedureResponse\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/procedures/v1/procedures:\x01*\x12\x90\x01\n\x0cGetProcedure\x12*.nominal.procedures.v1.GetProcedureRequest\x1a+.nominal.procedures.v1.GetProcedureResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/procedures/v1/procedures/{rid}\x12\xbd\x01\n\x17UpdateProcedureMetadata\x12\x35.nominal.procedures.v1.UpdateProcedureMetadataRequest\x1a\x36.nominal.procedures.v1.UpdateProcedureMetadataResponse\"3\x82\xd3\xe4\x93\x02-\x1a(/procedures/v1/procedures/{rid}/metadata:\x01*\x12\xbc\x01\n\x14ParseNestedProcedure\x12\x32.nominal.procedures.v1.ParseNestedProcedureRequest\x1a\x33.nominal.procedures.v1.ParseNestedProcedureResponse\";\x82\xd3\xe4\x93\x02\x35\"0/procedures/v1/procedures/parse-nested-procedure:\x01*\x12\xaf\x01\n\x14GetProcedureAsNested\x12\x32.nominal.procedures.v1.GetProcedureAsNestedRequest\x1a\x33.nominal.procedures.v1.GetProcedureAsNestedResponse\".\x82\xd3\xe4\x93\x02(\x12&/procedures/v1/procedures/nested/{rid}\x12\x9e\x01\n\x0bMergeToMain\x12).nominal.procedures.v1.MergeToMainRequest\x1a*.nominal.procedures.v1.MergeToMainResponse\"8\x82\xd3\xe4\x93\x02\x32\"-/procedures/v1/procedures/{rid}/merge-to-main:\x01*\x12\xb2\x01\n\x10SaveWorkingState\x12..nominal.procedures.v1.SaveWorkingStateRequest\x1a/.nominal.procedures.v1.SaveWorkingStateResponse\"=\x82\xd3\xe4\x93\x02\x37\"2/procedures/v1/procedures/{rid}/save-working-state:\x01*\x12\x88\x01\n\x06\x43ommit\x12$.nominal.procedures.v1.CommitRequest\x1a%.nominal.procedures.v1.CommitResponse\"1\x82\xd3\xe4\x93\x02+\"&/procedures/v1/procedures/{rid}/commit:\x01*\x12\xa0\x01\n\x10SearchProcedures\x12..nominal.procedures.v1.SearchProceduresRequest\x1a/.nominal.procedures.v1.SearchProceduresResponse\"+\x82\xd3\xe4\x93\x02%\" /procedures/v1/procedures/search:\x01*\x12\xa4\x01\n\x11\x41rchiveProcedures\x12/.nominal.procedures.v1.ArchiveProceduresRequest\x1a\x30.nominal.procedures.v1.ArchiveProceduresResponse\",\x82\xd3\xe4\x93\x02&\"!/procedures/v1/procedures/archive:\x01*\x12\xac\x01\n\x13UnarchiveProcedures\x12\x31.nominal.procedures.v1.UnarchiveProceduresRequest\x1a\x32.nominal.procedures.v1.UnarchiveProceduresResponse\".\x82\xd3\xe4\x93\x02(\"#/procedures/v1/procedures/unarchive:\x01*B\x1c\n\x18io.nominal.procedures.v1P\x01\x62\x06proto3')
35
+ DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n&nominal/procedures/v1/procedures.proto\x12\x15nominal.procedures.v1\x1a\x1b\x62uf/validate/validate.proto\x1a\x1cgoogle/api/annotations.proto\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x1anominal/gen/v1/alias.proto\x1a\x1anominal/gen/v1/error.proto\x1a%nominal/procedures/v1/id_format.proto\x1a\x19nominal/types/types.proto\x1a&nominal/versioning/v1/versioning.proto\"\x88\x06\n\x0eProcedureState\x12]\n\rglobal_fields\x18\x01 \x03(\x0b\x32\x37.nominal.procedures.v1.ProcedureState.GlobalFieldsEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc8>\x01\x12;\n\x11new_global_fields\x18\x05 \x03(\x0b\x32 .nominal.procedures.v1.FormField\x12N\n\x05nodes\x18\x02 \x03(\x0b\x32\x30.nominal.procedures.v1.ProcedureState.NodesEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc0>\x01\x12]\n\rsection_edges\x18\x03 \x03(\x0b\x32\x37.nominal.procedures.v1.ProcedureState.SectionEdgesEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc0>\x01\x12W\n\nstep_edges\x18\x04 \x03(\x0b\x32\x34.nominal.procedures.v1.ProcedureState.StepEdgesEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc0>\x01\x1aU\n\x11GlobalFieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .nominal.procedures.v1.FormField:\x02\x38\x01\x1aR\n\nNodesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x33\n\x05value\x18\x02 \x01(\x0b\x32$.nominal.procedures.v1.ProcedureNode:\x02\x38\x01\x1aT\n\x11SectionEdgesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.nominal.procedures.v1.NodeList:\x02\x38\x01\x1aQ\n\x0eStepEdgesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.nominal.procedures.v1.NodeList:\x02\x38\x01\"\x80\x02\n\x15ProcedureDisplayGraph\x12\x17\n\x0ftop_level_nodes\x18\x01 \x03(\t\x12m\n\x1asection_to_sorted_children\x18\x02 \x03(\x0b\x32I.nominal.procedures.v1.ProcedureDisplayGraph.SectionToSortedChildrenEntry\x1a_\n\x1cSectionToSortedChildrenEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12.\n\x05value\x18\x02 \x01(\x0b\x32\x1f.nominal.procedures.v1.NodeList:\x02\x38\x01\"\x82\x03\n\x0fNestedProcedure\x12\x16\n\x05title\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x39\n\x05steps\x18\x03 \x03(\x0b\x32*.nominal.procedures.v1.NestedProcedureNode\x12^\n\rglobal_fields\x18\x04 \x03(\x0b\x32\x38.nominal.procedures.v1.NestedProcedure.GlobalFieldsEntryB\r\xbaH\n\x9a\x01\x07\"\x05r\x03\xc8>\x01\x12;\n\x11new_global_fields\x18\x05 \x03(\x0b\x32 .nominal.procedures.v1.FormField\x1aU\n\x11GlobalFieldsEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12/\n\x05value\x18\x02 \x01(\x0b\x32 .nominal.procedures.v1.FormField:\x02\x38\x01\x42\x0e\n\x0c_description\"\x1c\n\x08NodeList\x12\x10\n\x08node_ids\x18\x01 \x03(\t\"\x98\x01\n\rProcedureNode\x12>\n\x07section\x18\x01 \x01(\x0b\x32+.nominal.procedures.v1.ProcedureSectionNodeH\x00\x12\x38\n\x04step\x18\x02 \x01(\x0b\x32(.nominal.procedures.v1.ProcedureStepNodeH\x00\x42\r\n\x04node\x12\x05\xbaH\x02\x08\x01\"n\n\x14ProcedureSectionNode\x12\x14\n\x02id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc0>\x01\x12\x16\n\x05title\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x00\x88\x01\x01\x42\x0e\n\x0c_description\"\xce\x04\n\x11ProcedureStepNode\x12\x14\n\x02id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc0>\x01\x12\x16\n\x05title\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12<\n\x07\x63ontent\x18\x03 \x01(\x0b\x32+.nominal.procedures.v1.ProcedureStepContent\x12\x18\n\x0b\x64\x65scription\x18\x05 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0bis_required\x18\x06 \x01(\x08H\x01\x88\x01\x01\x12?\n\nauto_start\x18\x07 \x01(\x0b\x32&.nominal.procedures.v1.AutoStartConfigH\x02\x88\x01\x01\x12R\n\x1binitial_auto_proceed_config\x18\x08 \x01(\x0b\x32(.nominal.procedures.v1.AutoProceedConfigH\x03\x88\x01\x01\x12G\n\x11success_condition\x18\t \x01(\x0b\x32\'.nominal.procedures.v1.SuccessConditionH\x04\x88\x01\x01\x12P\n\x19\x63ompletion_action_configs\x18\n \x03(\x0b\x32-.nominal.procedures.v1.CompletionActionConfigB\x0e\n\x0c_descriptionB\x0e\n\x0c_is_requiredB\r\n\x0b_auto_startB\x1e\n\x1c_initial_auto_proceed_configB\x14\n\x12_success_conditionJ\x04\x08\x04\x10\x05\"\x8c\x07\n\x13NestedProcedureNode\x12\x14\n\x02id\x18\x05 \x01(\tB\x08\xbaH\x05r\x03\xc0>\x01\x12\x16\n\x05title\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x39\n\x05steps\x18\x03 \x03(\x0b\x32*.nominal.procedures.v1.NestedProcedureNode\x12L\n\x04step\x18\x04 \x01(\x0b\x32\x39.nominal.procedures.v1.NestedProcedureNode.NestedStepNodeH\x01\x88\x01\x01\x1a\x8a\x05\n\x0eNestedStepNode\x12\x18\n\x0bis_required\x18\x02 \x01(\x08H\x01\x88\x01\x01\x12?\n\nauto_start\x18\x03 \x01(\x0b\x32&.nominal.procedures.v1.AutoStartConfigH\x02\x88\x01\x01\x12R\n\x1binitial_auto_proceed_config\x18\x04 \x01(\x0b\x32(.nominal.procedures.v1.AutoProceedConfigH\x03\x88\x01\x01\x12G\n\x11success_condition\x18\x05 \x01(\x0b\x32\'.nominal.procedures.v1.SuccessConditionH\x04\x88\x01\x01\x12P\n\x19\x63ompletion_action_configs\x18\x06 \x03(\x0b\x32-.nominal.procedures.v1.CompletionActionConfig\x12/\n\x04\x66orm\x18\x07 \x01(\x0b\x32\x1f.nominal.procedures.v1.FormStepH\x00\x12>\n\x0cstart_ingest\x18\x08 \x01(\x0b\x32&.nominal.procedures.v1.StartIngestStepH\x00\x12P\n\x16select_or_create_asset\x18\t \x01(\x0b\x32..nominal.procedures.v1.SelectOrCreateAssetStepH\x00\x42\x10\n\x07\x63ontent\x12\x05\xbaH\x02\x08\x01\x42\x0e\n\x0c_is_requiredB\r\n\x0b_auto_startB\x1e\n\x1c_initial_auto_proceed_configB\x14\n\x12_success_conditionJ\x04\x08\x01\x10\x02\x42\x0e\n\x0c_descriptionB\x07\n\x05_step\"\xcb\x01\n\x0f\x41utoStartConfig\x12H\n\x0b\x61ll_parents\x18\x01 \x01(\x0b\x32\x31.nominal.procedures.v1.AutoStartConfig.AllParentsH\x00\x12\x43\n\x08\x64isabled\x18\x02 \x01(\x0b\x32/.nominal.procedures.v1.AutoStartConfig.DisabledH\x00\x1a\x0c\n\nAllParents\x1a\n\n\x08\x44isabledB\x0f\n\x06\x63onfig\x12\x05\xbaH\x02\x08\x01\"\xc7\x01\n\x11\x41utoProceedConfig\x12\x45\n\x08\x64isabled\x18\x01 \x01(\x0b\x32\x31.nominal.procedures.v1.AutoProceedConfig.DisabledH\x00\x12\x43\n\x07\x65nabled\x18\x02 \x01(\x0b\x32\x30.nominal.procedures.v1.AutoProceedConfig.EnabledH\x00\x1a\n\n\x08\x44isabled\x1a\t\n\x07\x45nabledB\x0f\n\x06\x63onfig\x12\x05\xbaH\x02\x08\x01\"\xe8\x01\n\x10SuccessCondition\x12\x39\n\x03\x61nd\x18\x01 \x01(\x0b\x32*.nominal.procedures.v1.AndSuccessConditionH\x00\x12=\n\x05timer\x18\x02 \x01(\x0b\x32,.nominal.procedures.v1.TimerSuccessConditionH\x00\x12\x46\n\ningest_job\x18\x03 \x01(\x0b\x32\x30.nominal.procedures.v1.IngestJobSuccessConditionH\x00\x42\x12\n\tcondition\x12\x05\xbaH\x02\x08\x01\"R\n\x13\x41ndSuccessCondition\x12;\n\nconditions\x18\x01 \x03(\x0b\x32\'.nominal.procedures.v1.SuccessCondition\":\n\x15TimerSuccessCondition\x12!\n\x10\x64uration_seconds\x18\x01 \x01(\x05\x42\x07\xbaH\x04\x1a\x02(\x00\"7\n\x19IngestJobSuccessCondition\x12\x1a\n\x08\x66ield_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01\"\x98\x03\n\x16\x43ompletionActionConfig\x12@\n\x0c\x63reate_event\x18\x01 \x01(\x0b\x32(.nominal.procedures.v1.CreateEventConfigH\x00\x12J\n\x11send_notification\x18\x02 \x01(\x0b\x32-.nominal.procedures.v1.SendNotificationConfigH\x00\x12<\n\ncreate_run\x18\x03 \x01(\x0b\x32&.nominal.procedures.v1.CreateRunConfigH\x00\x12W\n\x18\x61pply_workbook_templates\x18\x04 \x01(\x0b\x32\x33.nominal.procedures.v1.ApplyWorkbookTemplatesConfigH\x00\x12H\n\x10\x61pply_checklists\x18\x05 \x01(\x0b\x32,.nominal.procedures.v1.ApplyChecklistsConfigH\x00\x42\x0f\n\x06\x63onfig\x12\x05\xbaH\x02\x08\x01\"\x9d\x03\n\x11\x43reateEventConfig\x12\x15\n\x04name\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12*\n\x06labels\x18\x03 \x03(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.Label\x12\x8d\x01\n\nproperties\x18\x04 \x03(\x0b\x32\x38.nominal.procedures.v1.CreateEventConfig.PropertiesEntryB?\x9a\xb2\x1a;\x12\x1bio.nominal.api.PropertyName\x1a\x1cio.nominal.api.PropertyValue\x12\x17\n\x0f\x61sset_field_ids\x18\x05 \x03(\t\x12?\n\x10\x61sset_references\x18\x06 \x03(\x0b\x32%.nominal.procedures.v1.AssetReference\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c_description\"\xdf\x01\n\x16SendNotificationConfig\x12\x46\n\x0cintegrations\x18\x01 \x01(\x0b\x32\x30.nominal.procedures.v1.MultiIntegrationReference\x12:\n\x05title\x18\x02 \x01(\x0b\x32&.nominal.procedures.v1.StringReferenceH\x00\x88\x01\x01\x12\x37\n\x07message\x18\x03 \x01(\x0b\x32&.nominal.procedures.v1.StringReferenceB\x08\n\x06_title\"\xf6\x04\n\x0f\x43reateRunConfig\x12*\n\x13run_output_field_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc8>\x01H\x00\x88\x01\x01\x12:\n\x06\x61ssets\x18\x02 \x01(\x0b\x32*.nominal.procedures.v1.MultiAssetReference\x12\x34\n\x04name\x18\x03 \x01(\x0b\x32&.nominal.procedures.v1.StringReference\x12@\n\x0b\x64\x65scription\x18\x04 \x01(\x0b\x32&.nominal.procedures.v1.StringReferenceH\x01\x88\x01\x01\x12\x42\n\ntime_range\x18\x05 \x01(\x0b\x32).nominal.procedures.v1.TimeRangeReferenceH\x02\x88\x01\x01\x12@\n\x06labels\x18\x06 \x01(\x0b\x32+.nominal.procedures.v1.MultiStringReferenceH\x03\x88\x01\x01\x12\x43\n\nproperties\x18\x07 \x03(\x0b\x32/.nominal.procedures.v1.CreateRunConfig.Property\x1av\n\x08Property\x12\x33\n\x03key\x18\x01 \x01(\x0b\x32&.nominal.procedures.v1.StringReference\x12\x35\n\x05value\x18\x02 \x01(\x0b\x32&.nominal.procedures.v1.StringReferenceB\x16\n\x14_run_output_field_idB\x0e\n\x0c_descriptionB\r\n\x0b_time_rangeB\t\n\x07_labels\"\xa9\x01\n\x1c\x41pplyWorkbookTemplatesConfig\x12Q\n\x12workbook_templates\x18\x01 \x01(\x0b\x32\x35.nominal.procedures.v1.MultiWorkbookTemplateReference\x12\x36\n\x04runs\x18\x02 \x01(\x0b\x32(.nominal.procedures.v1.MultiRunReference\"\x93\x01\n\x15\x41pplyChecklistsConfig\x12\x42\n\nchecklists\x18\x01 \x01(\x0b\x32..nominal.procedures.v1.MultiChecklistReference\x12\x36\n\x04runs\x18\x02 \x01(\x0b\x32(.nominal.procedures.v1.MultiRunReference\"\xeb\x01\n\x14ProcedureStepContent\x12/\n\x04\x66orm\x18\x01 \x01(\x0b\x32\x1f.nominal.procedures.v1.FormStepH\x00\x12>\n\x0cstart_ingest\x18\x02 \x01(\x0b\x32&.nominal.procedures.v1.StartIngestStepH\x00\x12P\n\x16select_or_create_asset\x18\x03 \x01(\x0b\x32..nominal.procedures.v1.SelectOrCreateAssetStepH\x00\x42\x10\n\x07\x63ontent\x12\x05\xbaH\x02\x08\x01\"<\n\x08\x46ormStep\x12\x30\n\x06\x66ields\x18\x01 \x03(\x0b\x32 .nominal.procedures.v1.FormField\"\xb7\x04\n\x0fStartIngestStep\x12\x34\n\x05\x61sset\x18\x01 \x01(\x0b\x32%.nominal.procedures.v1.AssetReference\x12\x38\n\x08ref_name\x18\x02 \x01(\x0b\x32&.nominal.procedures.v1.StringReference\x12S\n\x12ingest_type_config\x18\x03 \x01(\x0b\x32\x37.nominal.procedures.v1.StartIngestStep.IngestTypeConfig\x12\x31\n\x1aingest_job_output_field_id\x18\x04 \x01(\tB\x08\xbaH\x05r\x03\xc8>\x01H\x00\x88\x01\x01\x1a\x8c\x02\n\x10IngestTypeConfig\x12}\n\x17\x63ontainerized_extractor\x18\x01 \x01(\x0b\x32Z.nominal.procedures.v1.StartIngestStep.IngestTypeConfig.ContainerizedExtractorIngestConfigH\x00\x1ah\n\"ContainerizedExtractorIngestConfig\x12\x42\n\x03rid\x18\x01 \x01(\tB5\x9a\xb2\x1a\x31\n/io.nominal.ingest.api.ContainerizedExtractorRidB\x0f\n\x06\x63onfig\x12\x05\xbaH\x02\x08\x01\x42\x1d\n\x1b_ingest_job_output_field_id\"\xfa\x0e\n\x17SelectOrCreateAssetStep\x12,\n\x15\x61sset_output_field_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc8>\x01H\x01\x88\x01\x01\x12j\n\x17\x63reate_asset_parameters\x18\x02 \x01(\x0b\x32\x44.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParametersH\x02\x88\x01\x01\x12H\n\x0epreset_options\x18\x03 \x01(\x0b\x32..nominal.procedures.v1.PresetAssetFieldOptionsH\x00\x1a\xb9\x0c\n\x15\x43reateAssetParameters\x12s\n\x0b\x64\x65scription\x18\x02 \x01(\x0b\x32Y.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.DescriptionParameterH\x00\x88\x01\x01\x12i\n\x06labels\x18\x03 \x01(\x0b\x32T.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.LabelsParameterH\x01\x88\x01\x01\x12q\n\nproperties\x18\x04 \x01(\x0b\x32X.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.PropertiesParameterH\x02\x88\x01\x01\x12i\n\x0b\x64\x61ta_scopes\x18\x05 \x03(\x0b\x32T.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.DataScopesEntry\x1a\x8a\x01\n\x0f\x44\x61taScopesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\x66\n\x05value\x18\x02 \x01(\x0b\x32W.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.DataScopeParameter:\x02\x38\x01\x1a\x34\n\x14\x44\x65scriptionParameter\x12\x12\n\x08\x63onstant\x18\x01 \x01(\tH\x00\x42\x08\n\x06option\x1a\xe2\x01\n\x0fLabelsParameter\x12,\n\x08\x63onstant\x18\x01 \x03(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.Label\x12~\n\nuser_input\x18\x02 \x01(\x0b\x32\x65.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.LabelsParameter.UserInputOptionsH\x00\x88\x01\x01\x1a\x12\n\x10UserInputOptionsB\r\n\x0b_user_input\x1a\xd9\x03\n\x13PropertiesParameter\x12\xb9\x01\n\x08\x63onstant\x18\x01 \x03(\x0b\x32\x66.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.PropertiesParameter.ConstantEntryB?\x9a\xb2\x1a;\x12\x1bio.nominal.api.PropertyName\x1a\x1cio.nominal.api.PropertyValue\x12\x82\x01\n\nuser_input\x18\x02 \x01(\x0b\x32i.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.PropertiesParameter.UserInputOptionsH\x00\x88\x01\x01\x1a/\n\rConstantEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x1a\x41\n\x10UserInputOptions\x12\x15\n\rrequired_keys\x18\x01 \x03(\t\x12\x16\n\x0esuggested_keys\x18\x02 \x03(\tB\r\n\x0b_user_input\x1a\xb3\x01\n\x12\x44\x61taScopeParameter\x12y\n\x0bnew_dataset\x18\x01 \x01(\x0b\x32\x62.nominal.procedures.v1.SelectOrCreateAssetStep.CreateAssetParameters.DataScopeParameter.NewDatasetH\x00\x1a\x0c\n\nNewDatasetB\x14\n\x0b\x64\x61ta_source\x12\x05\xbaH\x02\x08\x01\x42\x0e\n\x0c_descriptionB\t\n\x07_labelsB\r\n\x0b_propertiesB\t\n\x07optionsB\x18\n\x16_asset_output_field_idB\x1a\n\x18_create_asset_parameters\"E\n\x14MultiStringReference\x12\x1c\n\x08\x66ield_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01H\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"T\n\x0fStringReference\x12\x12\n\x08\x63onstant\x18\x01 \x01(\tH\x00\x12\x1c\n\x08\x66ield_id\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01H\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xd0\x01\n\x13MultiAssetReference\x12M\n\x04list\x18\x01 \x01(\x0b\x32=.nominal.procedures.v1.MultiAssetReference.AssetReferenceListH\x00\x1aY\n\x12\x41ssetReferenceList\x12\x43\n\nreferences\x18\x01 \x03(\x0b\x32%.nominal.procedures.v1.AssetReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"x\n\x0e\x41ssetReference\x12\x37\n\x03rid\x18\x01 \x01(\tB(\x9a\xb2\x1a$\n\"io.nominal.scout.rids.api.AssetRidH\x00\x12\x1c\n\x08\x66ield_id\x18\x02 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01H\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xaf\x01\n\x12TimeRangeReference\x12S\n\x10\x66rom_ingest_jobs\x18\x01 \x01(\x0b\x32\x37.nominal.procedures.v1.TimeRangeReference.IngestJobListH\x00\x1a\x33\n\rIngestJobList\x12\"\n\tfield_ids\x18\x01 \x03(\tB\x0f\xbaH\x0c\x92\x01\t\x08\x01\"\x05r\x03\xd0>\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xc6\x01\n\x11MultiRunReference\x12I\n\x04list\x18\x01 \x01(\x0b\x32\x39.nominal.procedures.v1.MultiRunReference.RunReferenceListH\x00\x1aU\n\x10RunReferenceList\x12\x41\n\nreferences\x18\x01 \x03(\x0b\x32#.nominal.procedures.v1.RunReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"=\n\x0cRunReference\x12\x1c\n\x08\x66ield_id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xd0>\x01H\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\x87\x02\n\x1eMultiWorkbookTemplateReference\x12\x63\n\x04list\x18\x01 \x01(\x0b\x32S.nominal.procedures.v1.MultiWorkbookTemplateReference.WorkbookTemplateReferenceListH\x00\x1ao\n\x1dWorkbookTemplateReferenceList\x12N\n\nreferences\x18\x01 \x03(\x0b\x32\x30.nominal.procedures.v1.WorkbookTemplateReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"h\n\x19WorkbookTemplateReference\x12:\n\x03rid\x18\x01 \x01(\tB+\x9a\xb2\x1a\'\n%io.nominal.scout.rids.api.TemplateRidH\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xe4\x01\n\x17MultiChecklistReference\x12U\n\x04list\x18\x01 \x01(\x0b\x32\x45.nominal.procedures.v1.MultiChecklistReference.ChecklistReferenceListH\x00\x1a\x61\n\x16\x43hecklistReferenceList\x12G\n\nreferences\x18\x01 \x03(\x0b\x32).nominal.procedures.v1.ChecklistReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"b\n\x12\x43hecklistReference\x12;\n\x03rid\x18\x01 \x01(\tB,\x9a\xb2\x1a(\n&io.nominal.scout.rids.api.ChecklistRidH\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xee\x01\n\x19MultiIntegrationReference\x12Y\n\x04list\x18\x01 \x01(\x0b\x32I.nominal.procedures.v1.MultiIntegrationReference.IntegrationReferenceListH\x00\x1a\x65\n\x18IntegrationReferenceList\x12I\n\nreferences\x18\x01 \x03(\x0b\x32+.nominal.procedures.v1.IntegrationReferenceB\x08\xbaH\x05\x92\x01\x02\x08\x01\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"n\n\x14IntegrationReference\x12\x45\n\x03rid\x18\x01 \x01(\tB6\x9a\xb2\x1a\x32\n0io.nominal.scout.integrations.api.IntegrationRidH\x00\x42\x0f\n\x06option\x12\x05\xbaH\x02\x08\x01\"\xb3\x03\n\tFormField\x12\x14\n\x02id\x18\x01 \x01(\tB\x08\xbaH\x05r\x03\xc8>\x01\x12\x32\n\x05\x61sset\x18\x02 \x01(\x0b\x32!.nominal.procedures.v1.AssetFieldH\x00\x12\x38\n\x08\x63heckbox\x18\x03 \x01(\x0b\x32$.nominal.procedures.v1.CheckboxFieldH\x00\x12\x30\n\x04text\x18\x04 \x01(\x0b\x32 .nominal.procedures.v1.TextFieldH\x00\x12.\n\x03int\x18\x05 \x01(\x0b\x32\x1f.nominal.procedures.v1.IntFieldH\x00\x12\x34\n\x06\x64ouble\x18\x06 \x01(\x0b\x32\".nominal.procedures.v1.DoubleFieldH\x00\x12=\n\x0bsingle_enum\x18\x07 \x01(\x0b\x32&.nominal.procedures.v1.SingleEnumFieldH\x00\x12;\n\nmulti_enum\x18\x08 \x01(\x0b\x32%.nominal.procedures.v1.MultiEnumFieldH\x00\x42\x0e\n\x05\x66ield\x12\x05\xbaH\x02\x08\x01\"\xa8\x01\n\x17PresetAssetFieldOptions\x12\x36\n\x07options\x18\x01 \x03(\x0b\x32%.nominal.procedures.v1.AssetReference\x12\x42\n\x0e\x64\x65\x66\x61ult_option\x18\x02 \x01(\x0b\x32%.nominal.procedures.v1.AssetReferenceH\x00\x88\x01\x01\x42\x11\n\x0f_default_option\"\x8e\x01\n\nAssetField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x13\n\x0bis_required\x18\x02 \x01(\x08\x12H\n\x0epreset_options\x18\x03 \x01(\x0b\x32..nominal.procedures.v1.PresetAssetFieldOptionsH\x00\x42\t\n\x07options\"<\n\rCheckboxField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x13\n\x0bis_required\x18\x02 \x01(\x08\"\x1a\n\x18TextFieldSimpleInputType\"\x1c\n\x1aTextFieldMarkdownInputType\"\xa4\x02\n\tTextField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x41\n\x06simple\x18\x02 \x01(\x0b\x32/.nominal.procedures.v1.TextFieldSimpleInputTypeH\x00\x12\x45\n\x08markdown\x18\x03 \x01(\x0b\x32\x31.nominal.procedures.v1.TextFieldMarkdownInputTypeH\x00\x12 \n\nmin_length\x18\x04 \x01(\rB\x07\xbaH\x04*\x02(\x00H\x01\x88\x01\x01\x12 \n\nmax_length\x18\x05 \x01(\rB\x07\xbaH\x04*\x02(\x00H\x02\x88\x01\x01\x42\x13\n\ninput_type\x12\x05\xbaH\x02\x08\x01\x42\r\n\x0b_min_lengthB\r\n\x0b_max_length\"\x83\x01\n\x08IntField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x13\n\x0bis_required\x18\x02 \x01(\x08\x12\x16\n\tgte_value\x18\x03 \x01(\x03H\x00\x88\x01\x01\x12\x16\n\tlte_value\x18\x04 \x01(\x03H\x01\x88\x01\x01\x42\x0c\n\n_gte_valueB\x0c\n\n_lte_value\"\xaa\x01\n\x0b\x44oubleField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x13\n\x0bis_required\x18\x02 \x01(\x08\x12\x12\n\x08gt_value\x18\x03 \x01(\x01H\x00\x12\x13\n\tgte_value\x18\x04 \x01(\x01H\x00\x12\x12\n\x08lt_value\x18\x05 \x01(\x01H\x01\x12\x13\n\tlte_value\x18\x06 \x01(\x01H\x01\x42\r\n\x0blower_boundB\r\n\x0bupper_bound\"\x1b\n\x19\x45numFieldButtonsInputType\"\x18\n\x16\x45numFieldMenuInputType\"\x82\x02\n\x0fSingleEnumField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x0f\n\x07options\x18\x02 \x03(\t\x12\x43\n\x07\x62uttons\x18\x03 \x01(\x0b\x32\x30.nominal.procedures.v1.EnumFieldButtonsInputTypeH\x00\x12\x41\n\x08\x64ropdown\x18\x04 \x01(\x0b\x32-.nominal.procedures.v1.EnumFieldMenuInputTypeH\x00\x12\x14\n\x0c\x61llow_custom\x18\x05 \x01(\x08\x12\x13\n\x0bis_required\x18\x06 \x01(\x08\x42\x13\n\ninput_type\x12\x05\xbaH\x02\x08\x01\"\xb8\x02\n\x0eMultiEnumField\x12\x16\n\x05label\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x0f\n\x07options\x18\x02 \x03(\t\x12\x43\n\x07\x62uttons\x18\x03 \x01(\x0b\x32\x30.nominal.procedures.v1.EnumFieldButtonsInputTypeH\x00\x12\x41\n\x08\x64ropdown\x18\x04 \x01(\x0b\x32-.nominal.procedures.v1.EnumFieldMenuInputTypeH\x00\x12\x14\n\x0c\x61llow_custom\x18\x06 \x01(\x08\x12\x16\n\tmin_count\x18\x07 \x01(\rH\x01\x88\x01\x01\x12\x16\n\tmax_count\x18\x08 \x01(\rH\x02\x88\x01\x01\x42\x13\n\ninput_type\x12\x05\xbaH\x02\x08\x01\x42\x0c\n\n_min_countB\x0c\n\n_max_count\"\xb9\x05\n\x11ProcedureMetadata\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12\x16\n\x05title\x18\x02 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x00\x88\x01\x01\x12*\n\x06labels\x18\x04 \x03(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.Label\x12\x8d\x01\n\nproperties\x18\x05 \x03(\x0b\x32\x38.nominal.procedures.v1.ProcedureMetadata.PropertiesEntryB?\x9a\xb2\x1a;\x12\x1bio.nominal.api.PropertyName\x1a\x1cio.nominal.api.PropertyValue\x12\x13\n\x0bis_archived\x18\x06 \x01(\x08\x12\x14\n\x0cis_published\x18\x07 \x01(\x08\x12.\n\ncreated_at\x18\x08 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\ncreated_by\x18\t \x01(\tB\'\x9a\xb2\x1a#\n!io.nominal.scout.rids.api.UserRid\x12.\n\nupdated_at\x18\n \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12;\n\nupdated_by\x18\x0b \x01(\tB\'\x9a\xb2\x1a#\n!io.nominal.scout.rids.api.UserRid\x12\x39\n\tworkspace\x18\x0c \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRid\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c_description\"\xf2\x01\n\tProcedure\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12>\n\x06\x63ommit\x18\x02 \x01(\tB.\x9a\xb2\x1a*\n(io.nominal.scout.versioning.api.CommitId\x12:\n\x08metadata\x18\x03 \x01(\x0b\x32(.nominal.procedures.v1.ProcedureMetadata\x12\x34\n\x05state\x18\x04 \x01(\x0b\x32%.nominal.procedures.v1.ProcedureState\"\xcc\x04\n\x16\x43reateProcedureRequest\x12\x16\n\x05title\x18\x01 \x01(\tB\x07\xbaH\x04r\x02\x10\x01\x12\x18\n\x0b\x64\x65scription\x18\x02 \x01(\tH\x00\x88\x01\x01\x12*\n\x06labels\x18\x03 \x03(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.Label\x12\x92\x01\n\nproperties\x18\x04 \x03(\x0b\x32=.nominal.procedures.v1.CreateProcedureRequest.PropertiesEntryB?\x9a\xb2\x1a;\x12\x1bio.nominal.api.PropertyName\x1a\x1cio.nominal.api.PropertyValue\x12\x39\n\x05state\x18\x05 \x01(\x0b\x32%.nominal.procedures.v1.ProcedureStateH\x01\x88\x01\x01\x12\x19\n\x0cis_published\x18\x06 \x01(\x08H\x02\x88\x01\x01\x12\x39\n\tworkspace\x18\x07 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRid\x12\x16\n\x0e\x63ommit_message\x18\x08 \x01(\t\x12 \n\x13initial_branch_name\x18\t \x01(\tH\x03\x88\x01\x01\x1a\x31\n\x0fPropertiesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\x42\x0e\n\x0c_descriptionB\x08\n\x06_stateB\x0f\n\r_is_publishedB\x16\n\x14_initial_branch_name\"x\n\x17\x43reateProcedureResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\x12\x18\n\x0b\x62ranch_name\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x0e\n\x0c_branch_name\"\xaa\x01\n\x13GetProcedureRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12?\n\x10\x62ranch_or_commit\x18\x02 \x01(\x0b\x32%.nominal.versioning.v1.BranchOrCommit\x12\x1d\n\x15include_display_graph\x18\x03 \x01(\x08\"\xa7\x01\n\x14GetProcedureResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\x12H\n\rdisplay_graph\x18\x02 \x01(\x0b\x32,.nominal.procedures.v1.ProcedureDisplayGraphH\x00\x88\x01\x01\x42\x10\n\x0e_display_graph\"\x84\x03\n\x1eUpdateProcedureMetadataRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12\x12\n\x05title\x18\x02 \x01(\tH\x00\x88\x01\x01\x12\x18\n\x0b\x64\x65scription\x18\x03 \x01(\tH\x01\x88\x01\x01\x12\x36\n\x06labels\x18\x04 \x01(\x0b\x32!.nominal.types.LabelUpdateWrapperH\x02\x88\x01\x01\x12=\n\nproperties\x18\x05 \x01(\x0b\x32$.nominal.types.PropertyUpdateWrapperH\x03\x88\x01\x01\x12\x18\n\x0bis_archived\x18\x06 \x01(\x08H\x04\x88\x01\x01\x12\x19\n\x0cis_published\x18\x07 \x01(\x08H\x05\x88\x01\x01\x42\x08\n\x06_titleB\x0e\n\x0c_descriptionB\t\n\x07_labelsB\r\n\x0b_propertiesB\x0e\n\x0c_is_archivedB\x0f\n\r_is_published\"o\n\x1fUpdateProcedureMetadataResponse\x12L\n\x12procedure_metadata\x18\x01 \x01(\x0b\x32(.nominal.procedures.v1.ProcedureMetadataB\x06\xbaH\x03\xc8\x01\x01\"~\n\x1bParseNestedProcedureRequest\x12@\n\x10nested_procedure\x18\x01 \x01(\x0b\x32&.nominal.procedures.v1.NestedProcedure\x12\x1d\n\x15include_display_graph\x18\x03 \x01(\x08\"\xaf\x01\n\x1cParseNestedProcedureResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\x12H\n\rdisplay_graph\x18\x02 \x01(\x0b\x32,.nominal.procedures.v1.ProcedureDisplayGraphH\x00\x88\x01\x01\x42\x10\n\x0e_display_graph\"\x93\x01\n\x1bGetProcedureAsNestedRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12?\n\x10\x62ranch_or_commit\x18\x02 \x01(\x0b\x32%.nominal.versioning.v1.BranchOrCommit\"`\n\x1cGetProcedureAsNestedResponse\x12@\n\x10nested_procedure\x18\x01 \x01(\x0b\x32&.nominal.procedures.v1.NestedProcedure\"\x92\x02\n\x12MergeToMainRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12@\n\x06\x62ranch\x18\x02 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.scout.versioning.api.BranchName\x12R\n\x15latest_commit_on_main\x18\x03 \x01(\tB.\x9a\xb2\x1a*\n(io.nominal.scout.versioning.api.CommitIdH\x00\x88\x01\x01\x12\x17\n\x07message\x18\x04 \x01(\tB\x06\xbaH\x03\xc8\x01\x01\x42\x18\n\x16_latest_commit_on_main\"J\n\x13MergeToMainResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\"\xd9\x02\n\x17SaveWorkingStateRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12\x45\n\x06\x62ranch\x18\x02 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.scout.versioning.api.BranchNameH\x00\x88\x01\x01\x12\x0f\n\x07message\x18\x03 \x01(\t\x12T\n\x17latest_commit_on_branch\x18\x04 \x01(\tB.\x9a\xb2\x1a*\n(io.nominal.scout.versioning.api.CommitIdH\x01\x88\x01\x01\x12\x34\n\x05state\x18\x05 \x01(\x0b\x32%.nominal.procedures.v1.ProcedureStateB\t\n\x07_branchB\x1a\n\x18_latest_commit_on_branch\"O\n\x18SaveWorkingStateResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\"\xcf\x02\n\rCommitRequest\x12\x33\n\x03rid\x18\x01 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\x12\x45\n\x06\x62ranch\x18\x02 \x01(\tB0\x9a\xb2\x1a,\n*io.nominal.scout.versioning.api.BranchNameH\x00\x88\x01\x01\x12T\n\x17latest_commit_on_branch\x18\x03 \x01(\tB.\x9a\xb2\x1a*\n(io.nominal.scout.versioning.api.CommitIdH\x01\x88\x01\x01\x12\x0f\n\x07message\x18\x04 \x01(\t\x12\x34\n\x05state\x18\x05 \x01(\x0b\x32%.nominal.procedures.v1.ProcedureStateB\t\n\x07_branchB\x1a\n\x18_latest_commit_on_branch\"E\n\x0e\x43ommitResponse\x12\x33\n\tprocedure\x18\x01 \x01(\x0b\x32 .nominal.procedures.v1.Procedure\"\x81\x05\n\x14ProcedureSearchQuery\x12\x15\n\x0bsearch_text\x18\x01 \x01(\tH\x00\x12+\n\x05label\x18\x02 \x01(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.LabelH\x00\x12+\n\x08property\x18\x03 \x01(\x0b\x32\x17.nominal.types.PropertyH\x00\x12R\n\x03\x61nd\x18\x04 \x01(\x0b\x32\x43.nominal.procedures.v1.ProcedureSearchQuery.ProcedureSearchAndQueryH\x00\x12P\n\x02or\x18\x05 \x01(\x0b\x32\x42.nominal.procedures.v1.ProcedureSearchQuery.ProcedureSearchOrQueryH\x00\x12;\n\tworkspace\x18\x06 \x01(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.WorkspaceRidH\x00\x12=\n\ncreated_by\x18\x07 \x01(\tB\'\x9a\xb2\x1a#\n!io.nominal.scout.rids.api.UserRidH\x00\x12\x15\n\x0bis_archived\x18\x08 \x01(\x08H\x00\x1aW\n\x17ProcedureSearchAndQuery\x12<\n\x07queries\x18\x01 \x03(\x0b\x32+.nominal.procedures.v1.ProcedureSearchQuery\x1aV\n\x16ProcedureSearchOrQuery\x12<\n\x07queries\x18\x01 \x03(\x0b\x32+.nominal.procedures.v1.ProcedureSearchQueryB\x0e\n\x05query\x12\x05\xbaH\x02\x08\x01\"\xa5\x01\n\x1bSearchProceduresSortOptions\x12\x1a\n\ris_descending\x18\x01 \x01(\x08H\x00\x88\x01\x01\x12I\n\nsort_field\x18\x02 \x01(\x0e\x32\x30.nominal.procedures.v1.SearchProceduresSortFieldH\x01\x88\x01\x01\x42\x10\n\x0e_is_descendingB\r\n\x0b_sort_field\"\xb5\x02\n\x17SearchProceduresRequest\x12:\n\x05query\x18\x01 \x01(\x0b\x32+.nominal.procedures.v1.ProcedureSearchQuery\x12M\n\x0csort_options\x18\x02 \x01(\x0b\x32\x32.nominal.procedures.v1.SearchProceduresSortOptionsH\x00\x88\x01\x01\x12\"\n\tpage_size\x18\x03 \x01(\x05\x42\n\xbaH\x07\x1a\x05\x18\xe8\x07(\x01H\x01\x88\x01\x01\x12\x38\n\x0fnext_page_token\x18\x04 \x01(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.TokenH\x02\x88\x01\x01\x42\x0f\n\r_sort_optionsB\x0c\n\n_page_sizeB\x12\n\x10_next_page_token\"\xae\x01\n\x18SearchProceduresResponse\x12\x44\n\x12procedure_metadata\x18\x01 \x03(\x0b\x32(.nominal.procedures.v1.ProcedureMetadata\x12\x38\n\x0fnext_page_token\x18\x02 \x01(\tB\x1a\x9a\xb2\x1a\x16\n\x14io.nominal.api.TokenH\x00\x88\x01\x01\x42\x12\n\x10_next_page_token\"Z\n\x18\x41rchiveProceduresRequest\x12>\n\x0eprocedure_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\"[\n\x19\x41rchiveProceduresResponse\x12>\n\x0eprocedure_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\"\\\n\x1aUnarchiveProceduresRequest\x12>\n\x0eprocedure_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid\"]\n\x1bUnarchiveProceduresResponse\x12>\n\x0eprocedure_rids\x18\x01 \x03(\tB&\x9a\xb2\x1a\"\n io.nominal.api.rids.ProcedureRid*\xca\x01\n\x19SearchProceduresSortField\x12,\n(SEARCH_PROCEDURES_SORT_FIELD_UNSPECIFIED\x10\x00\x12%\n!SEARCH_PROCEDURES_SORT_FIELD_NAME\x10\x01\x12+\n\'SEARCH_PROCEDURES_SORT_FIELD_CREATED_AT\x10\x02\x12+\n\'SEARCH_PROCEDURES_SORT_FIELD_UPDATED_AT\x10\x03*\x91\x05\n\x16ProceduresServiceError\x12(\n$PROCEDURES_SERVICE_ERROR_UNSPECIFIED\x10\x00\x12L\n\"PROCEDURES_SERVICE_ERROR_NOT_FOUND\x10\x01\x1a$\xb2\xb2\x1a \n\tNOT_FOUND\x12\x13Procedure not found\x12Z\n)PROCEDURES_SERVICE_ERROR_COMMIT_NOT_FOUND\x10\x02\x1a+\xb2\xb2\x1a\'\n\tNOT_FOUND\x12\x1aProcedure commit not found\x12\x66\n*PROCEDURES_SERVICE_ERROR_CANNOT_MERGE_MAIN\x10\x03\x1a\x36\xb2\xb2\x1a\x32\n\x10INVALID_ARGUMENT\x12\x1e\x43\x61nnot merge to main from main\x12}\n<PROCEDURES_SERVICE_ERROR_CANNOT_COMMIT_TO_ARCHIVED_PROCEDURE\x10\x04\x1a;\xb2\xb2\x1a\x37\n\x10INVALID_ARGUMENT\x12#Cannot commit to archived procedure\x12[\n&PROCEDURES_SERVICE_ERROR_INVALID_GRAPH\x10\x05\x1a/\xb2\xb2\x1a+\n\x10INVALID_ARGUMENT\x12\x17Invalid procedure graph\x12_\n-PROCEDURES_SERVICE_ERROR_INVALID_SEARCH_TOKEN\x10\x06\x1a,\xb2\xb2\x1a(\n\x10INVALID_ARGUMENT\x12\x14Invalid search token2\xca\x0e\n\x11ProceduresService\x12\x96\x01\n\x0f\x43reateProcedure\x12-.nominal.procedures.v1.CreateProcedureRequest\x1a..nominal.procedures.v1.CreateProcedureResponse\"$\x82\xd3\xe4\x93\x02\x1e\"\x19/procedures/v1/procedures:\x01*\x12\x90\x01\n\x0cGetProcedure\x12*.nominal.procedures.v1.GetProcedureRequest\x1a+.nominal.procedures.v1.GetProcedureResponse\"\'\x82\xd3\xe4\x93\x02!\x12\x1f/procedures/v1/procedures/{rid}\x12\xbd\x01\n\x17UpdateProcedureMetadata\x12\x35.nominal.procedures.v1.UpdateProcedureMetadataRequest\x1a\x36.nominal.procedures.v1.UpdateProcedureMetadataResponse\"3\x82\xd3\xe4\x93\x02-\x1a(/procedures/v1/procedures/{rid}/metadata:\x01*\x12\xbc\x01\n\x14ParseNestedProcedure\x12\x32.nominal.procedures.v1.ParseNestedProcedureRequest\x1a\x33.nominal.procedures.v1.ParseNestedProcedureResponse\";\x82\xd3\xe4\x93\x02\x35\"0/procedures/v1/procedures/parse-nested-procedure:\x01*\x12\xaf\x01\n\x14GetProcedureAsNested\x12\x32.nominal.procedures.v1.GetProcedureAsNestedRequest\x1a\x33.nominal.procedures.v1.GetProcedureAsNestedResponse\".\x82\xd3\xe4\x93\x02(\x12&/procedures/v1/procedures/nested/{rid}\x12\x9e\x01\n\x0bMergeToMain\x12).nominal.procedures.v1.MergeToMainRequest\x1a*.nominal.procedures.v1.MergeToMainResponse\"8\x82\xd3\xe4\x93\x02\x32\"-/procedures/v1/procedures/{rid}/merge-to-main:\x01*\x12\xb2\x01\n\x10SaveWorkingState\x12..nominal.procedures.v1.SaveWorkingStateRequest\x1a/.nominal.procedures.v1.SaveWorkingStateResponse\"=\x82\xd3\xe4\x93\x02\x37\"2/procedures/v1/procedures/{rid}/save-working-state:\x01*\x12\x88\x01\n\x06\x43ommit\x12$.nominal.procedures.v1.CommitRequest\x1a%.nominal.procedures.v1.CommitResponse\"1\x82\xd3\xe4\x93\x02+\"&/procedures/v1/procedures/{rid}/commit:\x01*\x12\xa0\x01\n\x10SearchProcedures\x12..nominal.procedures.v1.SearchProceduresRequest\x1a/.nominal.procedures.v1.SearchProceduresResponse\"+\x82\xd3\xe4\x93\x02%\" /procedures/v1/procedures/search:\x01*\x12\xa4\x01\n\x11\x41rchiveProcedures\x12/.nominal.procedures.v1.ArchiveProceduresRequest\x1a\x30.nominal.procedures.v1.ArchiveProceduresResponse\",\x82\xd3\xe4\x93\x02&\"!/procedures/v1/procedures/archive:\x01*\x12\xac\x01\n\x13UnarchiveProcedures\x12\x31.nominal.procedures.v1.UnarchiveProceduresRequest\x1a\x32.nominal.procedures.v1.UnarchiveProceduresResponse\".\x82\xd3\xe4\x93\x02(\"#/procedures/v1/procedures/unarchive:\x01*B\x1c\n\x18io.nominal.procedures.v1P\x01\x62\x06proto3')
36
36
 
37
37
  _globals = globals()
38
38
  _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
@@ -112,8 +112,6 @@ if not _descriptor._USE_C_DESCRIPTORS:
112
112
  _globals['_CREATEEVENTCONFIG'].fields_by_name['labels']._serialized_options = b'\232\262\032\026\n\024io.nominal.api.Label'
113
113
  _globals['_CREATEEVENTCONFIG'].fields_by_name['properties']._loaded_options = None
114
114
  _globals['_CREATEEVENTCONFIG'].fields_by_name['properties']._serialized_options = b'\232\262\032;\022\033io.nominal.api.PropertyName\032\034io.nominal.api.PropertyValue'
115
- _globals['_CREATEEVENTCONFIG'].fields_by_name['asset_references']._loaded_options = None
116
- _globals['_CREATEEVENTCONFIG'].fields_by_name['asset_references']._serialized_options = b'\272H\005\222\001\002\010\001'
117
115
  _globals['_CREATERUNCONFIG'].fields_by_name['run_output_field_id']._loaded_options = None
118
116
  _globals['_CREATERUNCONFIG'].fields_by_name['run_output_field_id']._serialized_options = b'\272H\005r\003\310>\001'
119
117
  _globals['_PROCEDURESTEPCONTENT'].oneofs_by_name['content']._loaded_options = None
@@ -320,10 +318,10 @@ if not _descriptor._USE_C_DESCRIPTORS:
320
318
  _globals['_PROCEDURESSERVICE'].methods_by_name['ArchiveProcedures']._serialized_options = b'\202\323\344\223\002&\"!/procedures/v1/procedures/archive:\001*'
321
319
  _globals['_PROCEDURESSERVICE'].methods_by_name['UnarchiveProcedures']._loaded_options = None
322
320
  _globals['_PROCEDURESSERVICE'].methods_by_name['UnarchiveProcedures']._serialized_options = b'\202\323\344\223\002(\"#/procedures/v1/procedures/unarchive:\001*'
323
- _globals['_SEARCHPROCEDURESSORTFIELD']._serialized_start=19217
324
- _globals['_SEARCHPROCEDURESSORTFIELD']._serialized_end=19419
325
- _globals['_PROCEDURESSERVICEERROR']._serialized_start=19422
326
- _globals['_PROCEDURESSERVICEERROR']._serialized_end=20079
321
+ _globals['_SEARCHPROCEDURESSORTFIELD']._serialized_start=19207
322
+ _globals['_SEARCHPROCEDURESSORTFIELD']._serialized_end=19409
323
+ _globals['_PROCEDURESSERVICEERROR']._serialized_start=19412
324
+ _globals['_PROCEDURESSERVICEERROR']._serialized_end=20069
327
325
  _globals['_PROCEDURESTATE']._serialized_start=320
328
326
  _globals['_PROCEDURESTATE']._serialized_end=1096
329
327
  _globals['_PROCEDURESTATE_GLOBALFIELDSENTRY']._serialized_start=758
@@ -377,175 +375,175 @@ if not _descriptor._USE_C_DESCRIPTORS:
377
375
  _globals['_COMPLETIONACTIONCONFIG']._serialized_start=4392
378
376
  _globals['_COMPLETIONACTIONCONFIG']._serialized_end=4800
379
377
  _globals['_CREATEEVENTCONFIG']._serialized_start=4803
380
- _globals['_CREATEEVENTCONFIG']._serialized_end=5226
381
- _globals['_CREATEEVENTCONFIG_PROPERTIESENTRY']._serialized_start=5161
382
- _globals['_CREATEEVENTCONFIG_PROPERTIESENTRY']._serialized_end=5210
383
- _globals['_SENDNOTIFICATIONCONFIG']._serialized_start=5229
384
- _globals['_SENDNOTIFICATIONCONFIG']._serialized_end=5452
385
- _globals['_CREATERUNCONFIG']._serialized_start=5455
386
- _globals['_CREATERUNCONFIG']._serialized_end=6085
387
- _globals['_CREATERUNCONFIG_PROPERTY']._serialized_start=5901
388
- _globals['_CREATERUNCONFIG_PROPERTY']._serialized_end=6019
389
- _globals['_APPLYWORKBOOKTEMPLATESCONFIG']._serialized_start=6088
390
- _globals['_APPLYWORKBOOKTEMPLATESCONFIG']._serialized_end=6257
391
- _globals['_APPLYCHECKLISTSCONFIG']._serialized_start=6260
392
- _globals['_APPLYCHECKLISTSCONFIG']._serialized_end=6407
393
- _globals['_PROCEDURESTEPCONTENT']._serialized_start=6410
394
- _globals['_PROCEDURESTEPCONTENT']._serialized_end=6645
395
- _globals['_FORMSTEP']._serialized_start=6647
396
- _globals['_FORMSTEP']._serialized_end=6707
397
- _globals['_STARTINGESTSTEP']._serialized_start=6710
398
- _globals['_STARTINGESTSTEP']._serialized_end=7277
399
- _globals['_STARTINGESTSTEP_INGESTTYPECONFIG']._serialized_start=6978
400
- _globals['_STARTINGESTSTEP_INGESTTYPECONFIG']._serialized_end=7246
401
- _globals['_STARTINGESTSTEP_INGESTTYPECONFIG_CONTAINERIZEDEXTRACTORINGESTCONFIG']._serialized_start=7125
402
- _globals['_STARTINGESTSTEP_INGESTTYPECONFIG_CONTAINERIZEDEXTRACTORINGESTCONFIG']._serialized_end=7229
403
- _globals['_SELECTORCREATEASSETSTEP']._serialized_start=7280
404
- _globals['_SELECTORCREATEASSETSTEP']._serialized_end=9194
405
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS']._serialized_start=7536
406
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS']._serialized_end=9129
407
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPESENTRY']._serialized_start=8008
408
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPESENTRY']._serialized_end=8146
409
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DESCRIPTIONPARAMETER']._serialized_start=8148
410
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DESCRIPTIONPARAMETER']._serialized_end=8200
411
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_LABELSPARAMETER']._serialized_start=8203
412
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_LABELSPARAMETER']._serialized_end=8429
413
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_LABELSPARAMETER_USERINPUTOPTIONS']._serialized_start=8396
414
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_LABELSPARAMETER_USERINPUTOPTIONS']._serialized_end=8414
415
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER']._serialized_start=8432
416
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER']._serialized_end=8905
417
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER_CONSTANTENTRY']._serialized_start=8776
418
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER_CONSTANTENTRY']._serialized_end=8823
419
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER_USERINPUTOPTIONS']._serialized_start=8825
420
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER_USERINPUTOPTIONS']._serialized_end=8890
421
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPEPARAMETER']._serialized_start=8908
422
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPEPARAMETER']._serialized_end=9087
423
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPEPARAMETER_NEWDATASET']._serialized_start=9053
424
- _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPEPARAMETER_NEWDATASET']._serialized_end=9065
425
- _globals['_MULTISTRINGREFERENCE']._serialized_start=9196
426
- _globals['_MULTISTRINGREFERENCE']._serialized_end=9265
427
- _globals['_STRINGREFERENCE']._serialized_start=9267
428
- _globals['_STRINGREFERENCE']._serialized_end=9351
429
- _globals['_MULTIASSETREFERENCE']._serialized_start=9354
430
- _globals['_MULTIASSETREFERENCE']._serialized_end=9562
431
- _globals['_MULTIASSETREFERENCE_ASSETREFERENCELIST']._serialized_start=9456
432
- _globals['_MULTIASSETREFERENCE_ASSETREFERENCELIST']._serialized_end=9545
433
- _globals['_ASSETREFERENCE']._serialized_start=9564
434
- _globals['_ASSETREFERENCE']._serialized_end=9684
435
- _globals['_TIMERANGEREFERENCE']._serialized_start=9687
436
- _globals['_TIMERANGEREFERENCE']._serialized_end=9862
437
- _globals['_TIMERANGEREFERENCE_INGESTJOBLIST']._serialized_start=9794
438
- _globals['_TIMERANGEREFERENCE_INGESTJOBLIST']._serialized_end=9845
439
- _globals['_MULTIRUNREFERENCE']._serialized_start=9865
440
- _globals['_MULTIRUNREFERENCE']._serialized_end=10063
441
- _globals['_MULTIRUNREFERENCE_RUNREFERENCELIST']._serialized_start=9961
442
- _globals['_MULTIRUNREFERENCE_RUNREFERENCELIST']._serialized_end=10046
443
- _globals['_RUNREFERENCE']._serialized_start=10065
444
- _globals['_RUNREFERENCE']._serialized_end=10126
445
- _globals['_MULTIWORKBOOKTEMPLATEREFERENCE']._serialized_start=10129
446
- _globals['_MULTIWORKBOOKTEMPLATEREFERENCE']._serialized_end=10392
447
- _globals['_MULTIWORKBOOKTEMPLATEREFERENCE_WORKBOOKTEMPLATEREFERENCELIST']._serialized_start=10264
448
- _globals['_MULTIWORKBOOKTEMPLATEREFERENCE_WORKBOOKTEMPLATEREFERENCELIST']._serialized_end=10375
449
- _globals['_WORKBOOKTEMPLATEREFERENCE']._serialized_start=10394
450
- _globals['_WORKBOOKTEMPLATEREFERENCE']._serialized_end=10498
451
- _globals['_MULTICHECKLISTREFERENCE']._serialized_start=10501
452
- _globals['_MULTICHECKLISTREFERENCE']._serialized_end=10729
453
- _globals['_MULTICHECKLISTREFERENCE_CHECKLISTREFERENCELIST']._serialized_start=10615
454
- _globals['_MULTICHECKLISTREFERENCE_CHECKLISTREFERENCELIST']._serialized_end=10712
455
- _globals['_CHECKLISTREFERENCE']._serialized_start=10731
456
- _globals['_CHECKLISTREFERENCE']._serialized_end=10829
457
- _globals['_MULTIINTEGRATIONREFERENCE']._serialized_start=10832
458
- _globals['_MULTIINTEGRATIONREFERENCE']._serialized_end=11070
459
- _globals['_MULTIINTEGRATIONREFERENCE_INTEGRATIONREFERENCELIST']._serialized_start=10952
460
- _globals['_MULTIINTEGRATIONREFERENCE_INTEGRATIONREFERENCELIST']._serialized_end=11053
461
- _globals['_INTEGRATIONREFERENCE']._serialized_start=11072
462
- _globals['_INTEGRATIONREFERENCE']._serialized_end=11182
463
- _globals['_FORMFIELD']._serialized_start=11185
464
- _globals['_FORMFIELD']._serialized_end=11620
465
- _globals['_PRESETASSETFIELDOPTIONS']._serialized_start=11623
466
- _globals['_PRESETASSETFIELDOPTIONS']._serialized_end=11791
467
- _globals['_ASSETFIELD']._serialized_start=11794
468
- _globals['_ASSETFIELD']._serialized_end=11936
469
- _globals['_CHECKBOXFIELD']._serialized_start=11938
470
- _globals['_CHECKBOXFIELD']._serialized_end=11998
471
- _globals['_TEXTFIELDSIMPLEINPUTTYPE']._serialized_start=12000
472
- _globals['_TEXTFIELDSIMPLEINPUTTYPE']._serialized_end=12026
473
- _globals['_TEXTFIELDMARKDOWNINPUTTYPE']._serialized_start=12028
474
- _globals['_TEXTFIELDMARKDOWNINPUTTYPE']._serialized_end=12056
475
- _globals['_TEXTFIELD']._serialized_start=12059
476
- _globals['_TEXTFIELD']._serialized_end=12351
477
- _globals['_INTFIELD']._serialized_start=12354
478
- _globals['_INTFIELD']._serialized_end=12485
479
- _globals['_DOUBLEFIELD']._serialized_start=12488
480
- _globals['_DOUBLEFIELD']._serialized_end=12658
481
- _globals['_ENUMFIELDBUTTONSINPUTTYPE']._serialized_start=12660
482
- _globals['_ENUMFIELDBUTTONSINPUTTYPE']._serialized_end=12687
483
- _globals['_ENUMFIELDMENUINPUTTYPE']._serialized_start=12689
484
- _globals['_ENUMFIELDMENUINPUTTYPE']._serialized_end=12713
485
- _globals['_SINGLEENUMFIELD']._serialized_start=12716
486
- _globals['_SINGLEENUMFIELD']._serialized_end=12974
487
- _globals['_MULTIENUMFIELD']._serialized_start=12977
488
- _globals['_MULTIENUMFIELD']._serialized_end=13289
489
- _globals['_PROCEDUREMETADATA']._serialized_start=13292
490
- _globals['_PROCEDUREMETADATA']._serialized_end=13989
491
- _globals['_PROCEDUREMETADATA_PROPERTIESENTRY']._serialized_start=5161
492
- _globals['_PROCEDUREMETADATA_PROPERTIESENTRY']._serialized_end=5210
493
- _globals['_PROCEDURE']._serialized_start=13992
494
- _globals['_PROCEDURE']._serialized_end=14234
495
- _globals['_CREATEPROCEDUREREQUEST']._serialized_start=14237
496
- _globals['_CREATEPROCEDUREREQUEST']._serialized_end=14825
497
- _globals['_CREATEPROCEDUREREQUEST_PROPERTIESENTRY']._serialized_start=5161
498
- _globals['_CREATEPROCEDUREREQUEST_PROPERTIESENTRY']._serialized_end=5210
499
- _globals['_CREATEPROCEDURERESPONSE']._serialized_start=14827
500
- _globals['_CREATEPROCEDURERESPONSE']._serialized_end=14947
501
- _globals['_GETPROCEDUREREQUEST']._serialized_start=14950
502
- _globals['_GETPROCEDUREREQUEST']._serialized_end=15120
503
- _globals['_GETPROCEDURERESPONSE']._serialized_start=15123
504
- _globals['_GETPROCEDURERESPONSE']._serialized_end=15290
505
- _globals['_UPDATEPROCEDUREMETADATAREQUEST']._serialized_start=15293
506
- _globals['_UPDATEPROCEDUREMETADATAREQUEST']._serialized_end=15681
507
- _globals['_UPDATEPROCEDUREMETADATARESPONSE']._serialized_start=15683
508
- _globals['_UPDATEPROCEDUREMETADATARESPONSE']._serialized_end=15794
509
- _globals['_PARSENESTEDPROCEDUREREQUEST']._serialized_start=15796
510
- _globals['_PARSENESTEDPROCEDUREREQUEST']._serialized_end=15922
511
- _globals['_PARSENESTEDPROCEDURERESPONSE']._serialized_start=15925
512
- _globals['_PARSENESTEDPROCEDURERESPONSE']._serialized_end=16100
513
- _globals['_GETPROCEDUREASNESTEDREQUEST']._serialized_start=16103
514
- _globals['_GETPROCEDUREASNESTEDREQUEST']._serialized_end=16250
515
- _globals['_GETPROCEDUREASNESTEDRESPONSE']._serialized_start=16252
516
- _globals['_GETPROCEDUREASNESTEDRESPONSE']._serialized_end=16348
517
- _globals['_MERGETOMAINREQUEST']._serialized_start=16351
518
- _globals['_MERGETOMAINREQUEST']._serialized_end=16625
519
- _globals['_MERGETOMAINRESPONSE']._serialized_start=16627
520
- _globals['_MERGETOMAINRESPONSE']._serialized_end=16701
521
- _globals['_SAVEWORKINGSTATEREQUEST']._serialized_start=16704
522
- _globals['_SAVEWORKINGSTATEREQUEST']._serialized_end=17049
523
- _globals['_SAVEWORKINGSTATERESPONSE']._serialized_start=17051
524
- _globals['_SAVEWORKINGSTATERESPONSE']._serialized_end=17130
525
- _globals['_COMMITREQUEST']._serialized_start=17133
526
- _globals['_COMMITREQUEST']._serialized_end=17468
527
- _globals['_COMMITRESPONSE']._serialized_start=17470
528
- _globals['_COMMITRESPONSE']._serialized_end=17539
529
- _globals['_PROCEDURESEARCHQUERY']._serialized_start=17542
530
- _globals['_PROCEDURESEARCHQUERY']._serialized_end=18183
531
- _globals['_PROCEDURESEARCHQUERY_PROCEDURESEARCHANDQUERY']._serialized_start=17992
532
- _globals['_PROCEDURESEARCHQUERY_PROCEDURESEARCHANDQUERY']._serialized_end=18079
533
- _globals['_PROCEDURESEARCHQUERY_PROCEDURESEARCHORQUERY']._serialized_start=18081
534
- _globals['_PROCEDURESEARCHQUERY_PROCEDURESEARCHORQUERY']._serialized_end=18167
535
- _globals['_SEARCHPROCEDURESSORTOPTIONS']._serialized_start=18186
536
- _globals['_SEARCHPROCEDURESSORTOPTIONS']._serialized_end=18351
537
- _globals['_SEARCHPROCEDURESREQUEST']._serialized_start=18354
538
- _globals['_SEARCHPROCEDURESREQUEST']._serialized_end=18663
539
- _globals['_SEARCHPROCEDURESRESPONSE']._serialized_start=18666
540
- _globals['_SEARCHPROCEDURESRESPONSE']._serialized_end=18840
541
- _globals['_ARCHIVEPROCEDURESREQUEST']._serialized_start=18842
542
- _globals['_ARCHIVEPROCEDURESREQUEST']._serialized_end=18932
543
- _globals['_ARCHIVEPROCEDURESRESPONSE']._serialized_start=18934
544
- _globals['_ARCHIVEPROCEDURESRESPONSE']._serialized_end=19025
545
- _globals['_UNARCHIVEPROCEDURESREQUEST']._serialized_start=19027
546
- _globals['_UNARCHIVEPROCEDURESREQUEST']._serialized_end=19119
547
- _globals['_UNARCHIVEPROCEDURESRESPONSE']._serialized_start=19121
548
- _globals['_UNARCHIVEPROCEDURESRESPONSE']._serialized_end=19214
549
- _globals['_PROCEDURESSERVICE']._serialized_start=20082
550
- _globals['_PROCEDURESSERVICE']._serialized_end=21948
378
+ _globals['_CREATEEVENTCONFIG']._serialized_end=5216
379
+ _globals['_CREATEEVENTCONFIG_PROPERTIESENTRY']._serialized_start=5151
380
+ _globals['_CREATEEVENTCONFIG_PROPERTIESENTRY']._serialized_end=5200
381
+ _globals['_SENDNOTIFICATIONCONFIG']._serialized_start=5219
382
+ _globals['_SENDNOTIFICATIONCONFIG']._serialized_end=5442
383
+ _globals['_CREATERUNCONFIG']._serialized_start=5445
384
+ _globals['_CREATERUNCONFIG']._serialized_end=6075
385
+ _globals['_CREATERUNCONFIG_PROPERTY']._serialized_start=5891
386
+ _globals['_CREATERUNCONFIG_PROPERTY']._serialized_end=6009
387
+ _globals['_APPLYWORKBOOKTEMPLATESCONFIG']._serialized_start=6078
388
+ _globals['_APPLYWORKBOOKTEMPLATESCONFIG']._serialized_end=6247
389
+ _globals['_APPLYCHECKLISTSCONFIG']._serialized_start=6250
390
+ _globals['_APPLYCHECKLISTSCONFIG']._serialized_end=6397
391
+ _globals['_PROCEDURESTEPCONTENT']._serialized_start=6400
392
+ _globals['_PROCEDURESTEPCONTENT']._serialized_end=6635
393
+ _globals['_FORMSTEP']._serialized_start=6637
394
+ _globals['_FORMSTEP']._serialized_end=6697
395
+ _globals['_STARTINGESTSTEP']._serialized_start=6700
396
+ _globals['_STARTINGESTSTEP']._serialized_end=7267
397
+ _globals['_STARTINGESTSTEP_INGESTTYPECONFIG']._serialized_start=6968
398
+ _globals['_STARTINGESTSTEP_INGESTTYPECONFIG']._serialized_end=7236
399
+ _globals['_STARTINGESTSTEP_INGESTTYPECONFIG_CONTAINERIZEDEXTRACTORINGESTCONFIG']._serialized_start=7115
400
+ _globals['_STARTINGESTSTEP_INGESTTYPECONFIG_CONTAINERIZEDEXTRACTORINGESTCONFIG']._serialized_end=7219
401
+ _globals['_SELECTORCREATEASSETSTEP']._serialized_start=7270
402
+ _globals['_SELECTORCREATEASSETSTEP']._serialized_end=9184
403
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS']._serialized_start=7526
404
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS']._serialized_end=9119
405
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPESENTRY']._serialized_start=7998
406
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPESENTRY']._serialized_end=8136
407
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DESCRIPTIONPARAMETER']._serialized_start=8138
408
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DESCRIPTIONPARAMETER']._serialized_end=8190
409
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_LABELSPARAMETER']._serialized_start=8193
410
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_LABELSPARAMETER']._serialized_end=8419
411
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_LABELSPARAMETER_USERINPUTOPTIONS']._serialized_start=8386
412
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_LABELSPARAMETER_USERINPUTOPTIONS']._serialized_end=8404
413
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER']._serialized_start=8422
414
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER']._serialized_end=8895
415
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER_CONSTANTENTRY']._serialized_start=8766
416
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER_CONSTANTENTRY']._serialized_end=8813
417
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER_USERINPUTOPTIONS']._serialized_start=8815
418
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_PROPERTIESPARAMETER_USERINPUTOPTIONS']._serialized_end=8880
419
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPEPARAMETER']._serialized_start=8898
420
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPEPARAMETER']._serialized_end=9077
421
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPEPARAMETER_NEWDATASET']._serialized_start=9043
422
+ _globals['_SELECTORCREATEASSETSTEP_CREATEASSETPARAMETERS_DATASCOPEPARAMETER_NEWDATASET']._serialized_end=9055
423
+ _globals['_MULTISTRINGREFERENCE']._serialized_start=9186
424
+ _globals['_MULTISTRINGREFERENCE']._serialized_end=9255
425
+ _globals['_STRINGREFERENCE']._serialized_start=9257
426
+ _globals['_STRINGREFERENCE']._serialized_end=9341
427
+ _globals['_MULTIASSETREFERENCE']._serialized_start=9344
428
+ _globals['_MULTIASSETREFERENCE']._serialized_end=9552
429
+ _globals['_MULTIASSETREFERENCE_ASSETREFERENCELIST']._serialized_start=9446
430
+ _globals['_MULTIASSETREFERENCE_ASSETREFERENCELIST']._serialized_end=9535
431
+ _globals['_ASSETREFERENCE']._serialized_start=9554
432
+ _globals['_ASSETREFERENCE']._serialized_end=9674
433
+ _globals['_TIMERANGEREFERENCE']._serialized_start=9677
434
+ _globals['_TIMERANGEREFERENCE']._serialized_end=9852
435
+ _globals['_TIMERANGEREFERENCE_INGESTJOBLIST']._serialized_start=9784
436
+ _globals['_TIMERANGEREFERENCE_INGESTJOBLIST']._serialized_end=9835
437
+ _globals['_MULTIRUNREFERENCE']._serialized_start=9855
438
+ _globals['_MULTIRUNREFERENCE']._serialized_end=10053
439
+ _globals['_MULTIRUNREFERENCE_RUNREFERENCELIST']._serialized_start=9951
440
+ _globals['_MULTIRUNREFERENCE_RUNREFERENCELIST']._serialized_end=10036
441
+ _globals['_RUNREFERENCE']._serialized_start=10055
442
+ _globals['_RUNREFERENCE']._serialized_end=10116
443
+ _globals['_MULTIWORKBOOKTEMPLATEREFERENCE']._serialized_start=10119
444
+ _globals['_MULTIWORKBOOKTEMPLATEREFERENCE']._serialized_end=10382
445
+ _globals['_MULTIWORKBOOKTEMPLATEREFERENCE_WORKBOOKTEMPLATEREFERENCELIST']._serialized_start=10254
446
+ _globals['_MULTIWORKBOOKTEMPLATEREFERENCE_WORKBOOKTEMPLATEREFERENCELIST']._serialized_end=10365
447
+ _globals['_WORKBOOKTEMPLATEREFERENCE']._serialized_start=10384
448
+ _globals['_WORKBOOKTEMPLATEREFERENCE']._serialized_end=10488
449
+ _globals['_MULTICHECKLISTREFERENCE']._serialized_start=10491
450
+ _globals['_MULTICHECKLISTREFERENCE']._serialized_end=10719
451
+ _globals['_MULTICHECKLISTREFERENCE_CHECKLISTREFERENCELIST']._serialized_start=10605
452
+ _globals['_MULTICHECKLISTREFERENCE_CHECKLISTREFERENCELIST']._serialized_end=10702
453
+ _globals['_CHECKLISTREFERENCE']._serialized_start=10721
454
+ _globals['_CHECKLISTREFERENCE']._serialized_end=10819
455
+ _globals['_MULTIINTEGRATIONREFERENCE']._serialized_start=10822
456
+ _globals['_MULTIINTEGRATIONREFERENCE']._serialized_end=11060
457
+ _globals['_MULTIINTEGRATIONREFERENCE_INTEGRATIONREFERENCELIST']._serialized_start=10942
458
+ _globals['_MULTIINTEGRATIONREFERENCE_INTEGRATIONREFERENCELIST']._serialized_end=11043
459
+ _globals['_INTEGRATIONREFERENCE']._serialized_start=11062
460
+ _globals['_INTEGRATIONREFERENCE']._serialized_end=11172
461
+ _globals['_FORMFIELD']._serialized_start=11175
462
+ _globals['_FORMFIELD']._serialized_end=11610
463
+ _globals['_PRESETASSETFIELDOPTIONS']._serialized_start=11613
464
+ _globals['_PRESETASSETFIELDOPTIONS']._serialized_end=11781
465
+ _globals['_ASSETFIELD']._serialized_start=11784
466
+ _globals['_ASSETFIELD']._serialized_end=11926
467
+ _globals['_CHECKBOXFIELD']._serialized_start=11928
468
+ _globals['_CHECKBOXFIELD']._serialized_end=11988
469
+ _globals['_TEXTFIELDSIMPLEINPUTTYPE']._serialized_start=11990
470
+ _globals['_TEXTFIELDSIMPLEINPUTTYPE']._serialized_end=12016
471
+ _globals['_TEXTFIELDMARKDOWNINPUTTYPE']._serialized_start=12018
472
+ _globals['_TEXTFIELDMARKDOWNINPUTTYPE']._serialized_end=12046
473
+ _globals['_TEXTFIELD']._serialized_start=12049
474
+ _globals['_TEXTFIELD']._serialized_end=12341
475
+ _globals['_INTFIELD']._serialized_start=12344
476
+ _globals['_INTFIELD']._serialized_end=12475
477
+ _globals['_DOUBLEFIELD']._serialized_start=12478
478
+ _globals['_DOUBLEFIELD']._serialized_end=12648
479
+ _globals['_ENUMFIELDBUTTONSINPUTTYPE']._serialized_start=12650
480
+ _globals['_ENUMFIELDBUTTONSINPUTTYPE']._serialized_end=12677
481
+ _globals['_ENUMFIELDMENUINPUTTYPE']._serialized_start=12679
482
+ _globals['_ENUMFIELDMENUINPUTTYPE']._serialized_end=12703
483
+ _globals['_SINGLEENUMFIELD']._serialized_start=12706
484
+ _globals['_SINGLEENUMFIELD']._serialized_end=12964
485
+ _globals['_MULTIENUMFIELD']._serialized_start=12967
486
+ _globals['_MULTIENUMFIELD']._serialized_end=13279
487
+ _globals['_PROCEDUREMETADATA']._serialized_start=13282
488
+ _globals['_PROCEDUREMETADATA']._serialized_end=13979
489
+ _globals['_PROCEDUREMETADATA_PROPERTIESENTRY']._serialized_start=5151
490
+ _globals['_PROCEDUREMETADATA_PROPERTIESENTRY']._serialized_end=5200
491
+ _globals['_PROCEDURE']._serialized_start=13982
492
+ _globals['_PROCEDURE']._serialized_end=14224
493
+ _globals['_CREATEPROCEDUREREQUEST']._serialized_start=14227
494
+ _globals['_CREATEPROCEDUREREQUEST']._serialized_end=14815
495
+ _globals['_CREATEPROCEDUREREQUEST_PROPERTIESENTRY']._serialized_start=5151
496
+ _globals['_CREATEPROCEDUREREQUEST_PROPERTIESENTRY']._serialized_end=5200
497
+ _globals['_CREATEPROCEDURERESPONSE']._serialized_start=14817
498
+ _globals['_CREATEPROCEDURERESPONSE']._serialized_end=14937
499
+ _globals['_GETPROCEDUREREQUEST']._serialized_start=14940
500
+ _globals['_GETPROCEDUREREQUEST']._serialized_end=15110
501
+ _globals['_GETPROCEDURERESPONSE']._serialized_start=15113
502
+ _globals['_GETPROCEDURERESPONSE']._serialized_end=15280
503
+ _globals['_UPDATEPROCEDUREMETADATAREQUEST']._serialized_start=15283
504
+ _globals['_UPDATEPROCEDUREMETADATAREQUEST']._serialized_end=15671
505
+ _globals['_UPDATEPROCEDUREMETADATARESPONSE']._serialized_start=15673
506
+ _globals['_UPDATEPROCEDUREMETADATARESPONSE']._serialized_end=15784
507
+ _globals['_PARSENESTEDPROCEDUREREQUEST']._serialized_start=15786
508
+ _globals['_PARSENESTEDPROCEDUREREQUEST']._serialized_end=15912
509
+ _globals['_PARSENESTEDPROCEDURERESPONSE']._serialized_start=15915
510
+ _globals['_PARSENESTEDPROCEDURERESPONSE']._serialized_end=16090
511
+ _globals['_GETPROCEDUREASNESTEDREQUEST']._serialized_start=16093
512
+ _globals['_GETPROCEDUREASNESTEDREQUEST']._serialized_end=16240
513
+ _globals['_GETPROCEDUREASNESTEDRESPONSE']._serialized_start=16242
514
+ _globals['_GETPROCEDUREASNESTEDRESPONSE']._serialized_end=16338
515
+ _globals['_MERGETOMAINREQUEST']._serialized_start=16341
516
+ _globals['_MERGETOMAINREQUEST']._serialized_end=16615
517
+ _globals['_MERGETOMAINRESPONSE']._serialized_start=16617
518
+ _globals['_MERGETOMAINRESPONSE']._serialized_end=16691
519
+ _globals['_SAVEWORKINGSTATEREQUEST']._serialized_start=16694
520
+ _globals['_SAVEWORKINGSTATEREQUEST']._serialized_end=17039
521
+ _globals['_SAVEWORKINGSTATERESPONSE']._serialized_start=17041
522
+ _globals['_SAVEWORKINGSTATERESPONSE']._serialized_end=17120
523
+ _globals['_COMMITREQUEST']._serialized_start=17123
524
+ _globals['_COMMITREQUEST']._serialized_end=17458
525
+ _globals['_COMMITRESPONSE']._serialized_start=17460
526
+ _globals['_COMMITRESPONSE']._serialized_end=17529
527
+ _globals['_PROCEDURESEARCHQUERY']._serialized_start=17532
528
+ _globals['_PROCEDURESEARCHQUERY']._serialized_end=18173
529
+ _globals['_PROCEDURESEARCHQUERY_PROCEDURESEARCHANDQUERY']._serialized_start=17982
530
+ _globals['_PROCEDURESEARCHQUERY_PROCEDURESEARCHANDQUERY']._serialized_end=18069
531
+ _globals['_PROCEDURESEARCHQUERY_PROCEDURESEARCHORQUERY']._serialized_start=18071
532
+ _globals['_PROCEDURESEARCHQUERY_PROCEDURESEARCHORQUERY']._serialized_end=18157
533
+ _globals['_SEARCHPROCEDURESSORTOPTIONS']._serialized_start=18176
534
+ _globals['_SEARCHPROCEDURESSORTOPTIONS']._serialized_end=18341
535
+ _globals['_SEARCHPROCEDURESREQUEST']._serialized_start=18344
536
+ _globals['_SEARCHPROCEDURESREQUEST']._serialized_end=18653
537
+ _globals['_SEARCHPROCEDURESRESPONSE']._serialized_start=18656
538
+ _globals['_SEARCHPROCEDURESRESPONSE']._serialized_end=18830
539
+ _globals['_ARCHIVEPROCEDURESREQUEST']._serialized_start=18832
540
+ _globals['_ARCHIVEPROCEDURESREQUEST']._serialized_end=18922
541
+ _globals['_ARCHIVEPROCEDURESRESPONSE']._serialized_start=18924
542
+ _globals['_ARCHIVEPROCEDURESRESPONSE']._serialized_end=19015
543
+ _globals['_UNARCHIVEPROCEDURESREQUEST']._serialized_start=19017
544
+ _globals['_UNARCHIVEPROCEDURESREQUEST']._serialized_end=19109
545
+ _globals['_UNARCHIVEPROCEDURESRESPONSE']._serialized_start=19111
546
+ _globals['_UNARCHIVEPROCEDURESRESPONSE']._serialized_end=19204
547
+ _globals['_PROCEDURESSERVICE']._serialized_start=20072
548
+ _globals['_PROCEDURESSERVICE']._serialized_end=21938
551
549
  # @@protoc_insertion_point(module_scope)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: nominal-api-protos
3
- Version: 0.939.0
3
+ Version: 0.941.0
4
4
  Requires-Python: >=3.8
5
5
  Requires-Dist: protobuf>=5.25.0
6
6
  Dynamic: requires-dist
@@ -38,6 +38,9 @@ nominal_api_protos/nominal/connect/v1/connect_apps_pb2_grpc.py,sha256=delxLGJkJv
38
38
  nominal_api_protos/nominal/connections/v1/external_api_connections_pb2.py,sha256=bdWG1n471-6NuPgY379ecHSFzH1dk3a0xgOCzqSEt6g,6809
39
39
  nominal_api_protos/nominal/connections/v1/external_api_connections_pb2.pyi,sha256=YexjjcGA0UNpdbs23vqghkgY-KETiM9PV1zDye02FsA,6144
40
40
  nominal_api_protos/nominal/connections/v1/external_api_connections_pb2_grpc.py,sha256=x1G-8s10Gi1ptp8eAMwwchCULLTLSAWSNAn1tYuMNJY,7368
41
+ nominal_api_protos/nominal/conversations/v1/conversations_pb2.py,sha256=-wldWCj1VbcjCCOYVEhPQvTBGAzauMYzQUGfveGA-qo,8008
42
+ nominal_api_protos/nominal/conversations/v1/conversations_pb2.pyi,sha256=nojuB7cNopoecx0R4AoOmPRirqvoA7CgxkhlobmFgUM,8064
43
+ nominal_api_protos/nominal/conversations/v1/conversations_pb2_grpc.py,sha256=Vy2lrBdc0kikQCdHxphuSFijE8yjtxDQ_bSMId_lEqg,12422
41
44
  nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2.py,sha256=vPvzGHT0NM8siWsMn60ULHtnq3RSQBtFMnb2bRAmCbI,16411
42
45
  nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2.pyi,sha256=XLW7FqiceWaXMZIg_qWKDouyjXcJUmk6HqJM83HZPQY,9435
43
46
  nominal_api_protos/nominal/direct_channel_writer/v2/direct_nominal_channel_writer_pb2_grpc.py,sha256=SAzBuHdbT6eTnjOm_ek7w1Voml2gcCaJeYH--XClBVw,4806
@@ -50,7 +53,7 @@ nominal_api_protos/nominal/procedures/executions/v1/procedure_executions_pb2_grp
50
53
  nominal_api_protos/nominal/procedures/v1/id_format_pb2.py,sha256=I1W4kVKBMNfJlk3ccwPvufKYsJsXOdMQX4qIs0KWJq8,3527
51
54
  nominal_api_protos/nominal/procedures/v1/id_format_pb2.pyi,sha256=RqEhEeOKYbxtUWoCgJFervQZlUdB8Js_ryv3bNWQKL8,498
52
55
  nominal_api_protos/nominal/procedures/v1/id_format_pb2_grpc.py,sha256=sIUSqJ8gLAMnQlh4sqCoxdVRJW2S-z2kp5j7Eh5_q0o,912
53
- nominal_api_protos/nominal/procedures/v1/procedures_pb2.py,sha256=hFapDnagCXIoNUeHSTRnN44M_BavmKVp_mKmJnMNVg0,80850
56
+ nominal_api_protos/nominal/procedures/v1/procedures_pb2.py,sha256=ZZwgPU7FFgoEmLt_1zGQ_y7jqAmYnG7StQcuKxwD3HE,80602
54
57
  nominal_api_protos/nominal/procedures/v1/procedures_pb2.pyi,sha256=xspuCiweG_ac8L0Mlzl-o9fyzUdOJWXjwcUcBlo8WSc,54387
55
58
  nominal_api_protos/nominal/procedures/v1/procedures_pb2_grpc.py,sha256=myx8c34dQcCsZqZv8kRnU94tagFS0JYj6EwbfA5PoZc,24414
56
59
  nominal_api_protos/nominal/scout/elements/v1/elements_pb2.py,sha256=-T2RQp6NlnfaWR930ExhoDusEsM0dpuBVTfPTEWzAJ8,2346
@@ -80,7 +83,7 @@ nominal_api_protos/nominal/versioning/v1/versioning_pb2_grpc.py,sha256=9gQlOS1PS
80
83
  nominal_api_protos/nominal/workspaces/v1/workspaces_pb2.py,sha256=XpP5HDZXUyjfr5gHyCv3_c6jyt7bvVHAZniPMCrOWBU,13064
81
84
  nominal_api_protos/nominal/workspaces/v1/workspaces_pb2.pyi,sha256=Ijf9duM_uDuwphxnKzLb_KkEotjXP4Wdmd5AQ06GPac,6227
82
85
  nominal_api_protos/nominal/workspaces/v1/workspaces_pb2_grpc.py,sha256=lTQ_Y8AHY7eBzG-EBuqAyDeSUtIjgRQZC8a8cmd086E,10542
83
- nominal_api_protos-0.939.0.dist-info/METADATA,sha256=Yg1b2w6AXu-AkKaZVh4P8nXHFl644-jgjZoO1zMn27I,167
84
- nominal_api_protos-0.939.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
85
- nominal_api_protos-0.939.0.dist-info/top_level.txt,sha256=LGL0l0Ex9617MHzOemB7GgioLYe-livRUUrqIkV0hpQ,19
86
- nominal_api_protos-0.939.0.dist-info/RECORD,,
86
+ nominal_api_protos-0.941.0.dist-info/METADATA,sha256=dgUJfk4WYjTE6z9Tg0_FnN9bw_SjJvrohr_SAlTN-7Q,167
87
+ nominal_api_protos-0.941.0.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
88
+ nominal_api_protos-0.941.0.dist-info/top_level.txt,sha256=LGL0l0Ex9617MHzOemB7GgioLYe-livRUUrqIkV0hpQ,19
89
+ nominal_api_protos-0.941.0.dist-info/RECORD,,