clarifai-grpc 6.4.0__py3-none-any.whl → 11.10.3__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.
- clarifai_grpc/__init__.py +33 -0
- clarifai_grpc/channel/clarifai_channel.py +150 -44
- clarifai_grpc/channel/custom_converters/custom_dict_to_message.py +41 -34
- clarifai_grpc/channel/custom_converters/custom_message_to_dict.py +85 -74
- clarifai_grpc/channel/errors.py +5 -0
- clarifai_grpc/channel/exceptions.py +1 -1
- clarifai_grpc/channel/grpc_json_channel.py +387 -261
- clarifai_grpc/channel/http_client.py +125 -104
- clarifai_grpc/grpc/api/resources_pb2.py +984 -7266
- clarifai_grpc/grpc/api/resources_pb2.pyi +17925 -0
- clarifai_grpc/grpc/api/resources_pb2_grpc.py +1 -0
- clarifai_grpc/grpc/api/service_pb2.py +1578 -8672
- clarifai_grpc/grpc/api/service_pb2.pyi +18269 -0
- clarifai_grpc/grpc/api/service_pb2_grpc.py +9746 -1859
- clarifai_grpc/grpc/api/status/status_code_pb2.py +33 -1334
- clarifai_grpc/grpc/api/status/status_code_pb2.pyi +1210 -0
- clarifai_grpc/grpc/api/status/status_code_pb2_grpc.py +1 -0
- clarifai_grpc/grpc/api/status/status_pb2.py +23 -149
- clarifai_grpc/grpc/api/status/status_pb2.pyi +174 -0
- clarifai_grpc/grpc/api/status/status_pb2_grpc.py +1 -0
- clarifai_grpc/grpc/api/utils/extensions_pb2.py +13 -46
- clarifai_grpc/grpc/api/utils/extensions_pb2.pyi +39 -0
- clarifai_grpc/grpc/api/utils/extensions_pb2_grpc.py +1 -0
- clarifai_grpc/grpc/api/utils/matrix_pb2.py +26 -0
- clarifai_grpc/grpc/api/utils/matrix_pb2.pyi +53 -0
- clarifai_grpc/grpc/api/utils/matrix_pb2_grpc.py +4 -0
- clarifai_grpc/grpc/api/utils/test_proto_pb2.py +17 -158
- clarifai_grpc/grpc/api/utils/test_proto_pb2.pyi +107 -0
- clarifai_grpc/grpc/api/utils/test_proto_pb2_grpc.py +1 -0
- clarifai_grpc/grpc/auth/scope/scope_pb2.py +245 -448
- clarifai_grpc/grpc/auth/scope/scope_pb2.pyi +550 -0
- clarifai_grpc/grpc/auth/scope/scope_pb2_grpc.py +1 -0
- clarifai_grpc/grpc/auth/types/types_pb2.py +11 -62
- clarifai_grpc/grpc/auth/types/types_pb2.pyi +78 -0
- clarifai_grpc/grpc/auth/types/types_pb2_grpc.py +1 -0
- clarifai_grpc/grpc/auth/util/extension_pb2.py +14 -68
- clarifai_grpc/grpc/auth/util/extension_pb2.pyi +68 -0
- clarifai_grpc/grpc/auth/util/extension_pb2_grpc.py +1 -0
- clarifai_grpc-11.10.3.dist-info/METADATA +124 -0
- clarifai_grpc-11.10.3.dist-info/RECORD +53 -0
- {clarifai_grpc-6.4.0.dist-info → clarifai_grpc-11.10.3.dist-info}/WHEEL +1 -1
- {clarifai_grpc-6.4.0.dist-info → clarifai_grpc-11.10.3.dist-info}/top_level.txt +0 -2
- clarifai_grpc-6.4.0.dist-info/METADATA +0 -88
- clarifai_grpc-6.4.0.dist-info/RECORD +0 -46
- scripts/__init__.py +0 -0
- scripts/app_and_key_for_tests.py +0 -180
- tests/__init__.py +0 -0
- tests/helpers.py +0 -105
- tests/test_integration.py +0 -243
- {clarifai_grpc-6.4.0.dist-info → clarifai_grpc-11.10.3.dist-info/licenses}/LICENSE +0 -0
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
# -*- coding: utf-8 -*-
|
|
2
2
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
3
3
|
# source: proto/clarifai/auth/scope/scope.proto
|
|
4
|
-
|
|
5
|
-
from google.protobuf.internal import
|
|
4
|
+
"""Generated protocol buffer code."""
|
|
5
|
+
from google.protobuf.internal import builder as _builder
|
|
6
6
|
from google.protobuf import descriptor as _descriptor
|
|
7
|
-
from google.protobuf import
|
|
8
|
-
from google.protobuf import reflection as _reflection
|
|
7
|
+
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
9
8
|
from google.protobuf import symbol_database as _symbol_database
|
|
10
9
|
# @@protoc_insertion_point(imports)
|
|
11
10
|
|
|
@@ -15,450 +14,248 @@ _sym_db = _symbol_database.Default()
|
|
|
15
14
|
from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
|
|
16
15
|
|
|
17
16
|
|
|
18
|
-
DESCRIPTOR =
|
|
19
|
-
name='proto/clarifai/auth/scope/scope.proto',
|
|
20
|
-
package='clarifai.auth.scope',
|
|
21
|
-
syntax='proto3',
|
|
22
|
-
serialized_options=b'\n\034com.clarifai.grpc.auth.scopeP\001Z\005scope\242\002\004CAIP',
|
|
23
|
-
serialized_pb=b'\n%proto/clarifai/auth/scope/scope.proto\x12\x13\x63larifai.auth.scope\x1a google/protobuf/descriptor.proto\"F\n\tScopeList\x12&\n\x06scopes\x18\x01 \x03(\x0e\x32\x16.clarifai.auth.scope.S\x12\x11\n\tendpoints\x18\x02 \x03(\t*\xcb\r\n\x01S\x12\t\n\x05undef\x10\x00\x12\r\n\x03\x41ll\x10\x01\x1a\x04\xf0\x9b\'\x01\x12\x11\n\x07Predict\x10\x02\x1a\x04\xf0\x9b\'\x01\x12\x1c\n\x10Predict_Feedback\x10\x1d\x1a\x06\x08\x01\xf0\x9b\'\x00\x12\x10\n\x06Search\x10\x03\x1a\x04\xf0\x9b\'\x01\x12\x1b\n\x0fSearch_Feedback\x10\x1c\x1a\x06\x08\x01\xf0\x9b\'\x00\x12\x18\n\nInputs_Add\x10\x04\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x05\x12\x14\n\nInputs_Get\x10\x05\x1a\x04\xf0\x9b\'\x01\x12 \n\x0cInputs_Patch\x10\x07\x1a\x0e\x08\x01\xf0\x9b\'\x01\xf8\x9b\'\x04\xf8\x9b\'\x05\x12\x1f\n\rInputs_Delete\x10\x08\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'\x04\xf8\x9b\'\x05\x12\x1d\n\rOutputs_Patch\x10\t\x1a\n\x08\x01\xf8\x9b\'\x05\xf8\x9b\'\x02\x12\x1a\n\x0c\x43oncepts_Add\x10\n\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x0b\x12\x16\n\x0c\x43oncepts_Get\x10\x0b\x1a\x04\xf0\x9b\'\x01\x12\"\n\x0e\x43oncepts_Patch\x10\x0c\x1a\x0e\x08\x01\xf0\x9b\'\x01\xf8\x9b\'\n\xf8\x9b\'\x0b\x12\x1d\n\x0f\x43oncepts_Delete\x10\r\x1a\x08\xf8\x9b\'\n\xf8\x9b\'\x0b\x12\x18\n\nModels_Add\x10\x0e\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x0f\x12\x14\n\nModels_Get\x10\x0f\x1a\x04\xf0\x9b\'\x01\x12$\n\x0cModels_Patch\x10\x10\x1a\x12\x08\x01\xf0\x9b\'\x01\xf8\x9b\'\x0e\xf8\x9b\'\x0f\xf8\x9b\'\x1a\x12\x1f\n\rModels_Delete\x10\x11\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'\x0e\xf8\x9b\'\x0f\x12\x1a\n\x0cModels_Train\x10\x1a\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x0f\x12\x15\n\x0bModels_Sync\x10\x1b\x1a\x04\xf8\x9b\'\x0f\x12\x1b\n\rModels_Deploy\x10\"\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x0f\x12\x1b\n\rWorkflows_Add\x10\x12\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x13\x12\x17\n\rWorkflows_Get\x10\x13\x1a\x04\xf0\x9b\'\x01\x12#\n\x0fWorkflows_Patch\x10\x14\x1a\x0e\x08\x01\xf0\x9b\'\x01\xf8\x9b\'\x12\xf8\x9b\'\x13\x12\"\n\x10Workflows_Delete\x10\x15\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'\x12\xf8\x9b\'\x13\x12\"\n\x16TSNEVisualizations_Add\x10\x18\x1a\x06\x08\x01\xf8\x9b\'\x19\x12\x1e\n\x16TSNEVisualizations_Get\x10\x19\x1a\x02\x08\x01\x12\x1d\n\x0f\x41nnotations_Add\x10%\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'&\x12\x19\n\x0f\x41nnotations_Get\x10&\x1a\x04\xf0\x9b\'\x01\x12%\n\x11\x41nnotations_Patch\x10\'\x1a\x0e\x08\x01\xf0\x9b\'\x01\xf8\x9b\'%\xf8\x9b\'&\x12$\n\x12\x41nnotations_Delete\x10(\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'%\xf8\x9b\'&\x12\x1c\n\x0e\x43ollectors_Add\x10)\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'*\x12\x18\n\x0e\x43ollectors_Get\x10*\x1a\x04\xf0\x9b\'\x01\x12#\n\x11\x43ollectors_Delete\x10+\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\')\xf8\x9b\'*\x12\x16\n\x08\x41pps_Add\x10,\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'-\x12\x12\n\x08\x41pps_Get\x10-\x1a\x04\xf0\x9b\'\x01\x12\x1d\n\x0b\x41pps_Delete\x10.\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\',\xf8\x9b\'-\x12\x16\n\x08Keys_Add\x10/\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'0\x12\x12\n\x08Keys_Get\x10\x30\x1a\x04\xf0\x9b\'\x01\x12\x1d\n\x0bKeys_Delete\x10\x31\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'/\xf8\x9b\'0\x12\x1f\n\x11\x43ollaborators_Add\x10\x33\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'2\x12\x1b\n\x11\x43ollaborators_Get\x10\x32\x1a\x04\xf0\x9b\'\x01\x12&\n\x14\x43ollaborators_Delete\x10\x34\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'3\xf8\x9b\'2\x12\x19\n\x0bMetrics_Add\x10\x36\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'5\x12\x15\n\x0bMetrics_Get\x10\x35\x1a\x04\xf0\x9b\'\x01\x12 \n\x0eMetrics_Delete\x10?\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'6\xf8\x9b\'5\x12\x17\n\tTasks_Add\x10\x37\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'8\x12\x13\n\tTasks_Get\x10\x38\x1a\x04\xf0\x9b\'\x01\x12\"\n\x14PasswordPolicies_Add\x10\x39\x1a\x08\xf0\x9b\'\x01\xf8\x9b\':\x12\x1e\n\x14PasswordPolicies_Get\x10:\x1a\x04\xf0\x9b\'\x01\x12)\n\x17PasswordPolicies_Delete\x10;\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'9\xf8\x9b\':\x12!\n\x13PasswordHistory_Add\x10<\x1a\x08\xf0\x9b\'\x00\xf8\x9b\'=\x12\x1d\n\x13PasswordHistory_Get\x10=\x1a\x04\xf0\x9b\'\x00\x12(\n\x16PasswordHistory_Delete\x10>\x1a\x0c\xf0\x9b\'\x00\xf8\x9b\'<\xf8\x9b\'=\x12\x1b\n\x11Notifications_Get\x10@\x1a\x04\xf0\x9b\'\x00\x12\x1f\n\x11Notifications_Add\x10\x41\x1a\x08\xf0\x9b\'\x00\xf8\x9b\'@\x12&\n\x14Notifications_Delete\x10\x42\x1a\x0c\xf0\x9b\'\x00\xf8\x9b\'A\xf8\x9b\'@\"\x04\x08\x1e\x10\x1e\"\x04\x08\x1f\x10\x1f\"\x04\x08 \x10 \"\x04\x08!\x10!:<\n\x0f\x63larfai_exposed\x12!.google.protobuf.EnumValueOptions\x18\xbe\xf3\x04 \x01(\x08:^\n\x19\x63larifai_depending_scopes\x12!.google.protobuf.EnumValueOptions\x18\xbf\xf3\x04 \x03(\x0e\x32\x16.clarifai.auth.scope.SB.\n\x1c\x63om.clarifai.grpc.auth.scopeP\x01Z\x05scope\xa2\x02\x04\x43\x41IPb\x06proto3'
|
|
24
|
-
,
|
|
25
|
-
dependencies=[google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,])
|
|
26
|
-
|
|
27
|
-
_S = _descriptor.EnumDescriptor(
|
|
28
|
-
name='S',
|
|
29
|
-
full_name='clarifai.auth.scope.S',
|
|
30
|
-
filename=None,
|
|
31
|
-
file=DESCRIPTOR,
|
|
32
|
-
values=[
|
|
33
|
-
_descriptor.EnumValueDescriptor(
|
|
34
|
-
name='undef', index=0, number=0,
|
|
35
|
-
serialized_options=None,
|
|
36
|
-
type=None),
|
|
37
|
-
_descriptor.EnumValueDescriptor(
|
|
38
|
-
name='All', index=1, number=1,
|
|
39
|
-
serialized_options=b'\360\233\'\001',
|
|
40
|
-
type=None),
|
|
41
|
-
_descriptor.EnumValueDescriptor(
|
|
42
|
-
name='Predict', index=2, number=2,
|
|
43
|
-
serialized_options=b'\360\233\'\001',
|
|
44
|
-
type=None),
|
|
45
|
-
_descriptor.EnumValueDescriptor(
|
|
46
|
-
name='Predict_Feedback', index=3, number=29,
|
|
47
|
-
serialized_options=b'\010\001\360\233\'\000',
|
|
48
|
-
type=None),
|
|
49
|
-
_descriptor.EnumValueDescriptor(
|
|
50
|
-
name='Search', index=4, number=3,
|
|
51
|
-
serialized_options=b'\360\233\'\001',
|
|
52
|
-
type=None),
|
|
53
|
-
_descriptor.EnumValueDescriptor(
|
|
54
|
-
name='Search_Feedback', index=5, number=28,
|
|
55
|
-
serialized_options=b'\010\001\360\233\'\000',
|
|
56
|
-
type=None),
|
|
57
|
-
_descriptor.EnumValueDescriptor(
|
|
58
|
-
name='Inputs_Add', index=6, number=4,
|
|
59
|
-
serialized_options=b'\360\233\'\001\370\233\'\005',
|
|
60
|
-
type=None),
|
|
61
|
-
_descriptor.EnumValueDescriptor(
|
|
62
|
-
name='Inputs_Get', index=7, number=5,
|
|
63
|
-
serialized_options=b'\360\233\'\001',
|
|
64
|
-
type=None),
|
|
65
|
-
_descriptor.EnumValueDescriptor(
|
|
66
|
-
name='Inputs_Patch', index=8, number=7,
|
|
67
|
-
serialized_options=b'\010\001\360\233\'\001\370\233\'\004\370\233\'\005',
|
|
68
|
-
type=None),
|
|
69
|
-
_descriptor.EnumValueDescriptor(
|
|
70
|
-
name='Inputs_Delete', index=9, number=8,
|
|
71
|
-
serialized_options=b'\360\233\'\001\370\233\'\004\370\233\'\005',
|
|
72
|
-
type=None),
|
|
73
|
-
_descriptor.EnumValueDescriptor(
|
|
74
|
-
name='Outputs_Patch', index=10, number=9,
|
|
75
|
-
serialized_options=b'\010\001\370\233\'\005\370\233\'\002',
|
|
76
|
-
type=None),
|
|
77
|
-
_descriptor.EnumValueDescriptor(
|
|
78
|
-
name='Concepts_Add', index=11, number=10,
|
|
79
|
-
serialized_options=b'\360\233\'\001\370\233\'\013',
|
|
80
|
-
type=None),
|
|
81
|
-
_descriptor.EnumValueDescriptor(
|
|
82
|
-
name='Concepts_Get', index=12, number=11,
|
|
83
|
-
serialized_options=b'\360\233\'\001',
|
|
84
|
-
type=None),
|
|
85
|
-
_descriptor.EnumValueDescriptor(
|
|
86
|
-
name='Concepts_Patch', index=13, number=12,
|
|
87
|
-
serialized_options=b'\010\001\360\233\'\001\370\233\'\n\370\233\'\013',
|
|
88
|
-
type=None),
|
|
89
|
-
_descriptor.EnumValueDescriptor(
|
|
90
|
-
name='Concepts_Delete', index=14, number=13,
|
|
91
|
-
serialized_options=b'\370\233\'\n\370\233\'\013',
|
|
92
|
-
type=None),
|
|
93
|
-
_descriptor.EnumValueDescriptor(
|
|
94
|
-
name='Models_Add', index=15, number=14,
|
|
95
|
-
serialized_options=b'\360\233\'\001\370\233\'\017',
|
|
96
|
-
type=None),
|
|
97
|
-
_descriptor.EnumValueDescriptor(
|
|
98
|
-
name='Models_Get', index=16, number=15,
|
|
99
|
-
serialized_options=b'\360\233\'\001',
|
|
100
|
-
type=None),
|
|
101
|
-
_descriptor.EnumValueDescriptor(
|
|
102
|
-
name='Models_Patch', index=17, number=16,
|
|
103
|
-
serialized_options=b'\010\001\360\233\'\001\370\233\'\016\370\233\'\017\370\233\'\032',
|
|
104
|
-
type=None),
|
|
105
|
-
_descriptor.EnumValueDescriptor(
|
|
106
|
-
name='Models_Delete', index=18, number=17,
|
|
107
|
-
serialized_options=b'\360\233\'\001\370\233\'\016\370\233\'\017',
|
|
108
|
-
type=None),
|
|
109
|
-
_descriptor.EnumValueDescriptor(
|
|
110
|
-
name='Models_Train', index=19, number=26,
|
|
111
|
-
serialized_options=b'\360\233\'\001\370\233\'\017',
|
|
112
|
-
type=None),
|
|
113
|
-
_descriptor.EnumValueDescriptor(
|
|
114
|
-
name='Models_Sync', index=20, number=27,
|
|
115
|
-
serialized_options=b'\370\233\'\017',
|
|
116
|
-
type=None),
|
|
117
|
-
_descriptor.EnumValueDescriptor(
|
|
118
|
-
name='Models_Deploy', index=21, number=34,
|
|
119
|
-
serialized_options=b'\360\233\'\001\370\233\'\017',
|
|
120
|
-
type=None),
|
|
121
|
-
_descriptor.EnumValueDescriptor(
|
|
122
|
-
name='Workflows_Add', index=22, number=18,
|
|
123
|
-
serialized_options=b'\360\233\'\001\370\233\'\023',
|
|
124
|
-
type=None),
|
|
125
|
-
_descriptor.EnumValueDescriptor(
|
|
126
|
-
name='Workflows_Get', index=23, number=19,
|
|
127
|
-
serialized_options=b'\360\233\'\001',
|
|
128
|
-
type=None),
|
|
129
|
-
_descriptor.EnumValueDescriptor(
|
|
130
|
-
name='Workflows_Patch', index=24, number=20,
|
|
131
|
-
serialized_options=b'\010\001\360\233\'\001\370\233\'\022\370\233\'\023',
|
|
132
|
-
type=None),
|
|
133
|
-
_descriptor.EnumValueDescriptor(
|
|
134
|
-
name='Workflows_Delete', index=25, number=21,
|
|
135
|
-
serialized_options=b'\360\233\'\001\370\233\'\022\370\233\'\023',
|
|
136
|
-
type=None),
|
|
137
|
-
_descriptor.EnumValueDescriptor(
|
|
138
|
-
name='TSNEVisualizations_Add', index=26, number=24,
|
|
139
|
-
serialized_options=b'\010\001\370\233\'\031',
|
|
140
|
-
type=None),
|
|
141
|
-
_descriptor.EnumValueDescriptor(
|
|
142
|
-
name='TSNEVisualizations_Get', index=27, number=25,
|
|
143
|
-
serialized_options=b'\010\001',
|
|
144
|
-
type=None),
|
|
145
|
-
_descriptor.EnumValueDescriptor(
|
|
146
|
-
name='Annotations_Add', index=28, number=37,
|
|
147
|
-
serialized_options=b'\360\233\'\001\370\233\'&',
|
|
148
|
-
type=None),
|
|
149
|
-
_descriptor.EnumValueDescriptor(
|
|
150
|
-
name='Annotations_Get', index=29, number=38,
|
|
151
|
-
serialized_options=b'\360\233\'\001',
|
|
152
|
-
type=None),
|
|
153
|
-
_descriptor.EnumValueDescriptor(
|
|
154
|
-
name='Annotations_Patch', index=30, number=39,
|
|
155
|
-
serialized_options=b'\010\001\360\233\'\001\370\233\'%\370\233\'&',
|
|
156
|
-
type=None),
|
|
157
|
-
_descriptor.EnumValueDescriptor(
|
|
158
|
-
name='Annotations_Delete', index=31, number=40,
|
|
159
|
-
serialized_options=b'\360\233\'\001\370\233\'%\370\233\'&',
|
|
160
|
-
type=None),
|
|
161
|
-
_descriptor.EnumValueDescriptor(
|
|
162
|
-
name='Collectors_Add', index=32, number=41,
|
|
163
|
-
serialized_options=b'\360\233\'\001\370\233\'*',
|
|
164
|
-
type=None),
|
|
165
|
-
_descriptor.EnumValueDescriptor(
|
|
166
|
-
name='Collectors_Get', index=33, number=42,
|
|
167
|
-
serialized_options=b'\360\233\'\001',
|
|
168
|
-
type=None),
|
|
169
|
-
_descriptor.EnumValueDescriptor(
|
|
170
|
-
name='Collectors_Delete', index=34, number=43,
|
|
171
|
-
serialized_options=b'\360\233\'\001\370\233\')\370\233\'*',
|
|
172
|
-
type=None),
|
|
173
|
-
_descriptor.EnumValueDescriptor(
|
|
174
|
-
name='Apps_Add', index=35, number=44,
|
|
175
|
-
serialized_options=b'\360\233\'\001\370\233\'-',
|
|
176
|
-
type=None),
|
|
177
|
-
_descriptor.EnumValueDescriptor(
|
|
178
|
-
name='Apps_Get', index=36, number=45,
|
|
179
|
-
serialized_options=b'\360\233\'\001',
|
|
180
|
-
type=None),
|
|
181
|
-
_descriptor.EnumValueDescriptor(
|
|
182
|
-
name='Apps_Delete', index=37, number=46,
|
|
183
|
-
serialized_options=b'\360\233\'\001\370\233\',\370\233\'-',
|
|
184
|
-
type=None),
|
|
185
|
-
_descriptor.EnumValueDescriptor(
|
|
186
|
-
name='Keys_Add', index=38, number=47,
|
|
187
|
-
serialized_options=b'\360\233\'\001\370\233\'0',
|
|
188
|
-
type=None),
|
|
189
|
-
_descriptor.EnumValueDescriptor(
|
|
190
|
-
name='Keys_Get', index=39, number=48,
|
|
191
|
-
serialized_options=b'\360\233\'\001',
|
|
192
|
-
type=None),
|
|
193
|
-
_descriptor.EnumValueDescriptor(
|
|
194
|
-
name='Keys_Delete', index=40, number=49,
|
|
195
|
-
serialized_options=b'\360\233\'\001\370\233\'/\370\233\'0',
|
|
196
|
-
type=None),
|
|
197
|
-
_descriptor.EnumValueDescriptor(
|
|
198
|
-
name='Collaborators_Add', index=41, number=51,
|
|
199
|
-
serialized_options=b'\360\233\'\001\370\233\'2',
|
|
200
|
-
type=None),
|
|
201
|
-
_descriptor.EnumValueDescriptor(
|
|
202
|
-
name='Collaborators_Get', index=42, number=50,
|
|
203
|
-
serialized_options=b'\360\233\'\001',
|
|
204
|
-
type=None),
|
|
205
|
-
_descriptor.EnumValueDescriptor(
|
|
206
|
-
name='Collaborators_Delete', index=43, number=52,
|
|
207
|
-
serialized_options=b'\360\233\'\001\370\233\'3\370\233\'2',
|
|
208
|
-
type=None),
|
|
209
|
-
_descriptor.EnumValueDescriptor(
|
|
210
|
-
name='Metrics_Add', index=44, number=54,
|
|
211
|
-
serialized_options=b'\360\233\'\001\370\233\'5',
|
|
212
|
-
type=None),
|
|
213
|
-
_descriptor.EnumValueDescriptor(
|
|
214
|
-
name='Metrics_Get', index=45, number=53,
|
|
215
|
-
serialized_options=b'\360\233\'\001',
|
|
216
|
-
type=None),
|
|
217
|
-
_descriptor.EnumValueDescriptor(
|
|
218
|
-
name='Metrics_Delete', index=46, number=63,
|
|
219
|
-
serialized_options=b'\360\233\'\001\370\233\'6\370\233\'5',
|
|
220
|
-
type=None),
|
|
221
|
-
_descriptor.EnumValueDescriptor(
|
|
222
|
-
name='Tasks_Add', index=47, number=55,
|
|
223
|
-
serialized_options=b'\360\233\'\001\370\233\'8',
|
|
224
|
-
type=None),
|
|
225
|
-
_descriptor.EnumValueDescriptor(
|
|
226
|
-
name='Tasks_Get', index=48, number=56,
|
|
227
|
-
serialized_options=b'\360\233\'\001',
|
|
228
|
-
type=None),
|
|
229
|
-
_descriptor.EnumValueDescriptor(
|
|
230
|
-
name='PasswordPolicies_Add', index=49, number=57,
|
|
231
|
-
serialized_options=b'\360\233\'\001\370\233\':',
|
|
232
|
-
type=None),
|
|
233
|
-
_descriptor.EnumValueDescriptor(
|
|
234
|
-
name='PasswordPolicies_Get', index=50, number=58,
|
|
235
|
-
serialized_options=b'\360\233\'\001',
|
|
236
|
-
type=None),
|
|
237
|
-
_descriptor.EnumValueDescriptor(
|
|
238
|
-
name='PasswordPolicies_Delete', index=51, number=59,
|
|
239
|
-
serialized_options=b'\360\233\'\001\370\233\'9\370\233\':',
|
|
240
|
-
type=None),
|
|
241
|
-
_descriptor.EnumValueDescriptor(
|
|
242
|
-
name='PasswordHistory_Add', index=52, number=60,
|
|
243
|
-
serialized_options=b'\360\233\'\000\370\233\'=',
|
|
244
|
-
type=None),
|
|
245
|
-
_descriptor.EnumValueDescriptor(
|
|
246
|
-
name='PasswordHistory_Get', index=53, number=61,
|
|
247
|
-
serialized_options=b'\360\233\'\000',
|
|
248
|
-
type=None),
|
|
249
|
-
_descriptor.EnumValueDescriptor(
|
|
250
|
-
name='PasswordHistory_Delete', index=54, number=62,
|
|
251
|
-
serialized_options=b'\360\233\'\000\370\233\'<\370\233\'=',
|
|
252
|
-
type=None),
|
|
253
|
-
_descriptor.EnumValueDescriptor(
|
|
254
|
-
name='Notifications_Get', index=55, number=64,
|
|
255
|
-
serialized_options=b'\360\233\'\000',
|
|
256
|
-
type=None),
|
|
257
|
-
_descriptor.EnumValueDescriptor(
|
|
258
|
-
name='Notifications_Add', index=56, number=65,
|
|
259
|
-
serialized_options=b'\360\233\'\000\370\233\'@',
|
|
260
|
-
type=None),
|
|
261
|
-
_descriptor.EnumValueDescriptor(
|
|
262
|
-
name='Notifications_Delete', index=57, number=66,
|
|
263
|
-
serialized_options=b'\360\233\'\000\370\233\'A\370\233\'@',
|
|
264
|
-
type=None),
|
|
265
|
-
],
|
|
266
|
-
containing_type=None,
|
|
267
|
-
serialized_options=None,
|
|
268
|
-
serialized_start=169,
|
|
269
|
-
serialized_end=1908,
|
|
270
|
-
)
|
|
271
|
-
_sym_db.RegisterEnumDescriptor(_S)
|
|
272
|
-
|
|
273
|
-
S = enum_type_wrapper.EnumTypeWrapper(_S)
|
|
274
|
-
undef = 0
|
|
275
|
-
All = 1
|
|
276
|
-
Predict = 2
|
|
277
|
-
Predict_Feedback = 29
|
|
278
|
-
Search = 3
|
|
279
|
-
Search_Feedback = 28
|
|
280
|
-
Inputs_Add = 4
|
|
281
|
-
Inputs_Get = 5
|
|
282
|
-
Inputs_Patch = 7
|
|
283
|
-
Inputs_Delete = 8
|
|
284
|
-
Outputs_Patch = 9
|
|
285
|
-
Concepts_Add = 10
|
|
286
|
-
Concepts_Get = 11
|
|
287
|
-
Concepts_Patch = 12
|
|
288
|
-
Concepts_Delete = 13
|
|
289
|
-
Models_Add = 14
|
|
290
|
-
Models_Get = 15
|
|
291
|
-
Models_Patch = 16
|
|
292
|
-
Models_Delete = 17
|
|
293
|
-
Models_Train = 26
|
|
294
|
-
Models_Sync = 27
|
|
295
|
-
Models_Deploy = 34
|
|
296
|
-
Workflows_Add = 18
|
|
297
|
-
Workflows_Get = 19
|
|
298
|
-
Workflows_Patch = 20
|
|
299
|
-
Workflows_Delete = 21
|
|
300
|
-
TSNEVisualizations_Add = 24
|
|
301
|
-
TSNEVisualizations_Get = 25
|
|
302
|
-
Annotations_Add = 37
|
|
303
|
-
Annotations_Get = 38
|
|
304
|
-
Annotations_Patch = 39
|
|
305
|
-
Annotations_Delete = 40
|
|
306
|
-
Collectors_Add = 41
|
|
307
|
-
Collectors_Get = 42
|
|
308
|
-
Collectors_Delete = 43
|
|
309
|
-
Apps_Add = 44
|
|
310
|
-
Apps_Get = 45
|
|
311
|
-
Apps_Delete = 46
|
|
312
|
-
Keys_Add = 47
|
|
313
|
-
Keys_Get = 48
|
|
314
|
-
Keys_Delete = 49
|
|
315
|
-
Collaborators_Add = 51
|
|
316
|
-
Collaborators_Get = 50
|
|
317
|
-
Collaborators_Delete = 52
|
|
318
|
-
Metrics_Add = 54
|
|
319
|
-
Metrics_Get = 53
|
|
320
|
-
Metrics_Delete = 63
|
|
321
|
-
Tasks_Add = 55
|
|
322
|
-
Tasks_Get = 56
|
|
323
|
-
PasswordPolicies_Add = 57
|
|
324
|
-
PasswordPolicies_Get = 58
|
|
325
|
-
PasswordPolicies_Delete = 59
|
|
326
|
-
PasswordHistory_Add = 60
|
|
327
|
-
PasswordHistory_Get = 61
|
|
328
|
-
PasswordHistory_Delete = 62
|
|
329
|
-
Notifications_Get = 64
|
|
330
|
-
Notifications_Add = 65
|
|
331
|
-
Notifications_Delete = 66
|
|
332
|
-
|
|
333
|
-
CLARFAI_EXPOSED_FIELD_NUMBER = 80318
|
|
334
|
-
clarfai_exposed = _descriptor.FieldDescriptor(
|
|
335
|
-
name='clarfai_exposed', full_name='clarifai.auth.scope.clarfai_exposed', index=0,
|
|
336
|
-
number=80318, type=8, cpp_type=7, label=1,
|
|
337
|
-
has_default_value=False, default_value=False,
|
|
338
|
-
message_type=None, enum_type=None, containing_type=None,
|
|
339
|
-
is_extension=True, extension_scope=None,
|
|
340
|
-
serialized_options=None, file=DESCRIPTOR)
|
|
341
|
-
CLARIFAI_DEPENDING_SCOPES_FIELD_NUMBER = 80319
|
|
342
|
-
clarifai_depending_scopes = _descriptor.FieldDescriptor(
|
|
343
|
-
name='clarifai_depending_scopes', full_name='clarifai.auth.scope.clarifai_depending_scopes', index=1,
|
|
344
|
-
number=80319, type=14, cpp_type=8, label=3,
|
|
345
|
-
has_default_value=False, default_value=[],
|
|
346
|
-
message_type=None, enum_type=None, containing_type=None,
|
|
347
|
-
is_extension=True, extension_scope=None,
|
|
348
|
-
serialized_options=None, file=DESCRIPTOR)
|
|
349
|
-
|
|
350
|
-
|
|
351
|
-
_SCOPELIST = _descriptor.Descriptor(
|
|
352
|
-
name='ScopeList',
|
|
353
|
-
full_name='clarifai.auth.scope.ScopeList',
|
|
354
|
-
filename=None,
|
|
355
|
-
file=DESCRIPTOR,
|
|
356
|
-
containing_type=None,
|
|
357
|
-
fields=[
|
|
358
|
-
_descriptor.FieldDescriptor(
|
|
359
|
-
name='scopes', full_name='clarifai.auth.scope.ScopeList.scopes', index=0,
|
|
360
|
-
number=1, type=14, cpp_type=8, label=3,
|
|
361
|
-
has_default_value=False, default_value=[],
|
|
362
|
-
message_type=None, enum_type=None, containing_type=None,
|
|
363
|
-
is_extension=False, extension_scope=None,
|
|
364
|
-
serialized_options=None, file=DESCRIPTOR),
|
|
365
|
-
_descriptor.FieldDescriptor(
|
|
366
|
-
name='endpoints', full_name='clarifai.auth.scope.ScopeList.endpoints', index=1,
|
|
367
|
-
number=2, type=9, cpp_type=9, label=3,
|
|
368
|
-
has_default_value=False, default_value=[],
|
|
369
|
-
message_type=None, enum_type=None, containing_type=None,
|
|
370
|
-
is_extension=False, extension_scope=None,
|
|
371
|
-
serialized_options=None, file=DESCRIPTOR),
|
|
372
|
-
],
|
|
373
|
-
extensions=[
|
|
374
|
-
],
|
|
375
|
-
nested_types=[],
|
|
376
|
-
enum_types=[
|
|
377
|
-
],
|
|
378
|
-
serialized_options=None,
|
|
379
|
-
is_extendable=False,
|
|
380
|
-
syntax='proto3',
|
|
381
|
-
extension_ranges=[],
|
|
382
|
-
oneofs=[
|
|
383
|
-
],
|
|
384
|
-
serialized_start=96,
|
|
385
|
-
serialized_end=166,
|
|
386
|
-
)
|
|
387
|
-
|
|
388
|
-
_SCOPELIST.fields_by_name['scopes'].enum_type = _S
|
|
389
|
-
DESCRIPTOR.message_types_by_name['ScopeList'] = _SCOPELIST
|
|
390
|
-
DESCRIPTOR.enum_types_by_name['S'] = _S
|
|
391
|
-
DESCRIPTOR.extensions_by_name['clarfai_exposed'] = clarfai_exposed
|
|
392
|
-
DESCRIPTOR.extensions_by_name['clarifai_depending_scopes'] = clarifai_depending_scopes
|
|
393
|
-
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
|
|
394
|
-
|
|
395
|
-
ScopeList = _reflection.GeneratedProtocolMessageType('ScopeList', (_message.Message,), {
|
|
396
|
-
'DESCRIPTOR' : _SCOPELIST,
|
|
397
|
-
'__module__' : 'proto.clarifai.auth.scope.scope_pb2'
|
|
398
|
-
# @@protoc_insertion_point(class_scope:clarifai.auth.scope.ScopeList)
|
|
399
|
-
})
|
|
400
|
-
_sym_db.RegisterMessage(ScopeList)
|
|
17
|
+
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n%proto/clarifai/auth/scope/scope.proto\x12\x13\x63larifai.auth.scope\x1a google/protobuf/descriptor.proto\"F\n\tScopeList\x12&\n\x06scopes\x18\x01 \x03(\x0e\x32\x16.clarifai.auth.scope.S\x12\x11\n\tendpoints\x18\x02 \x03(\t*\xbd\x1d\n\x01S\x12\t\n\x05undef\x10\x00\x12\r\n\x03\x41ll\x10\x01\x1a\x04\xf0\x9b\'\x01\x12\x11\n\x07Predict\x10\x02\x1a\x04\xf0\x9b\'\x01\x12\x18\n\nInputs_Add\x10\x04\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x05\x12\x14\n\nInputs_Get\x10\x05\x1a\x04\xf0\x9b\'\x01\x12 \n\x0cInputs_Patch\x10\x07\x1a\x0e\x08\x01\xf0\x9b\'\x01\xf8\x9b\'\x04\xf8\x9b\'\x05\x12\x1f\n\rInputs_Delete\x10\x08\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'\x04\xf8\x9b\'\x05\x12\x1d\n\rOutputs_Patch\x10\t\x1a\n\x08\x01\xf8\x9b\'\x05\xf8\x9b\'\x02\x12\x1a\n\x0c\x43oncepts_Add\x10\n\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x0b\x12\x16\n\x0c\x43oncepts_Get\x10\x0b\x1a\x04\xf0\x9b\'\x01\x12\"\n\x0e\x43oncepts_Patch\x10\x0c\x1a\x0e\x08\x01\xf0\x9b\'\x01\xf8\x9b\'\n\xf8\x9b\'\x0b\x12\x1d\n\x0f\x43oncepts_Delete\x10\r\x1a\x08\xf8\x9b\'\n\xf8\x9b\'\x0b\x12\x18\n\nModels_Add\x10\x0e\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x0f\x12\x14\n\nModels_Get\x10\x0f\x1a\x04\xf0\x9b\'\x01\x12$\n\x0cModels_Patch\x10\x10\x1a\x12\x08\x01\xf0\x9b\'\x01\xf8\x9b\'\x0e\xf8\x9b\'\x0f\xf8\x9b\'\x1a\x12\x1f\n\rModels_Delete\x10\x11\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'\x0e\xf8\x9b\'\x0f\x12\x1a\n\x0cModels_Train\x10\x1a\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x0f\x12\x15\n\x0bModels_Sync\x10\x1b\x1a\x04\xf8\x9b\'\x0f\x12\x1b\n\x10ModelExports_Get\x10\x8e\x01\x1a\x04\xf0\x9b\'\x01\x12 \n\x10ModelExports_Add\x10\x8f\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x8e\x01\x12\x1a\n\x0bModels_Pull\x10\x96\x01\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x0f\x12\x1b\n\rWorkflows_Add\x10\x12\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'\x13\x12\x17\n\rWorkflows_Get\x10\x13\x1a\x04\xf0\x9b\'\x01\x12#\n\x0fWorkflows_Patch\x10\x14\x1a\x0e\x08\x01\xf0\x9b\'\x01\xf8\x9b\'\x12\xf8\x9b\'\x13\x12\"\n\x10Workflows_Delete\x10\x15\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'\x12\xf8\x9b\'\x13\x12\x1d\n\x13WorkflowMetrics_Get\x10`\x1a\x04\xf0\x9b\'\x01\x12!\n\x13WorkflowMetrics_Add\x10\x61\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'`\x12(\n\x16WorkflowMetrics_Delete\x10\x62\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'a\xf8\x9b\'`\x12\"\n\x16TSNEVisualizations_Add\x10\x18\x1a\x06\x08\x01\xf8\x9b\'\x19\x12\x1e\n\x16TSNEVisualizations_Get\x10\x19\x1a\x02\x08\x01\x12\x1d\n\x0f\x41nnotations_Add\x10%\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'&\x12\x19\n\x0f\x41nnotations_Get\x10&\x1a\x04\xf0\x9b\'\x01\x12%\n\x11\x41nnotations_Patch\x10\'\x1a\x0e\x08\x01\xf0\x9b\'\x01\xf8\x9b\'%\xf8\x9b\'&\x12$\n\x12\x41nnotations_Delete\x10(\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'%\xf8\x9b\'&\x12\x1c\n\x0e\x43ollectors_Add\x10)\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'*\x12\x18\n\x0e\x43ollectors_Get\x10*\x1a\x04\xf0\x9b\'\x01\x12#\n\x11\x43ollectors_Delete\x10+\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\')\xf8\x9b\'*\x12\x16\n\x08\x41pps_Add\x10,\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'-\x12\x12\n\x08\x41pps_Get\x10-\x1a\x04\xf0\x9b\'\x01\x12\x1d\n\x0b\x41pps_Delete\x10.\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\',\xf8\x9b\'-\x12\x16\n\x08Keys_Add\x10/\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'0\x12\x12\n\x08Keys_Get\x10\x30\x1a\x04\xf0\x9b\'\x01\x12\x1d\n\x0bKeys_Delete\x10\x31\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'/\xf8\x9b\'0\x12\x1f\n\x11\x43ollaborators_Add\x10\x33\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'2\x12\x1b\n\x11\x43ollaborators_Get\x10\x32\x1a\x04\xf0\x9b\'\x01\x12&\n\x14\x43ollaborators_Delete\x10\x34\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'3\xf8\x9b\'2\x12\x19\n\x0bMetrics_Add\x10\x36\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'5\x12\x15\n\x0bMetrics_Get\x10\x35\x1a\x04\xf0\x9b\'\x01\x12 \n\x0eMetrics_Delete\x10?\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'6\xf8\x9b\'5\x12\x17\n\tTasks_Add\x10\x37\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'8\x12\x13\n\tTasks_Get\x10\x38\x1a\x04\xf0\x9b\'\x01\x12\x1e\n\x0cTasks_Delete\x10\x46\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'7\xf8\x9b\'8\x12\"\n\x14PasswordPolicies_Add\x10\x39\x1a\x08\xf0\x9b\'\x01\xf8\x9b\':\x12\x1e\n\x14PasswordPolicies_Get\x10:\x1a\x04\xf0\x9b\'\x01\x12)\n\x17PasswordPolicies_Delete\x10;\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'9\xf8\x9b\':\x12\x19\n\x0fLabelOrders_Get\x10\x43\x1a\x04\xf0\x9b\'\x01\x12\x1d\n\x0fLabelOrders_Add\x10\x44\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'C\x12$\n\x12LabelOrders_Delete\x10\x45\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'D\xf8\x9b\'C\x12.\n FindDuplicateAnnotationsJobs_Add\x10\x66\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'g\x12*\n FindDuplicateAnnotationsJobs_Get\x10g\x1a\x04\xf0\x9b\'\x01\x12\x35\n#FindDuplicateAnnotationsJobs_Delete\x10h\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'f\xf8\x9b\'g\x12\x16\n\x0c\x44\x61tasets_Get\x10i\x1a\x04\xf0\x9b\'\x01\x12\x1a\n\x0c\x44\x61tasets_Add\x10j\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'i\x12!\n\x0f\x44\x61tasets_Delete\x10k\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'i\xf8\x9b\'j\x12\x19\n\x0bModules_Add\x10l\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'m\x12\x15\n\x0bModules_Get\x10m\x1a\x04\xf0\x9b\'\x01\x12 \n\x0eModules_Delete\x10n\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'l\xf8\x9b\'m\x12-\n\x1bInstalledModuleVersions_Add\x10o\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'p\xf8\x9b\'m\x12)\n\x1bInstalledModuleVersions_Get\x10p\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'m\x12\x34\n\x1eInstalledModuleVersions_Delete\x10q\x1a\x10\xf0\x9b\'\x01\xf8\x9b\'o\xf8\x9b\'p\xf8\x9b\'m\x12\x10\n\x06Search\x10\x03\x1a\x04\xf0\x9b\'\x01\x12\x19\n\x0fSavedSearch_Get\x10r\x1a\x04\xf0\x9b\'\x01\x12\x1d\n\x0fSavedSearch_Add\x10s\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'r\x12$\n\x12SavedSearch_Delete\x10t\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'r\xf8\x9b\'s\x12&\n\x1cModelVersionPublications_Add\x10u\x1a\x04\xf0\x9b\'\x01\x12)\n\x1fModelVersionPublications_Delete\x10v\x1a\x04\xf0\x9b\'\x01\x12\"\n\x18WorkflowPublications_Add\x10w\x1a\x04\xf0\x9b\'\x01\x12%\n\x1bWorkflowPublications_Delete\x10x\x1a\x04\xf0\x9b\'\x01\x12\x1f\n\x11\x42ulkOperation_Add\x10y\x1a\x08\xf0\x9b\'\x01\xf8\x9b\'z\x12\x1b\n\x11\x42ulkOperation_Get\x10z\x1a\x04\xf0\x9b\'\x01\x12&\n\x14\x42ulkOperation_Delete\x10{\x1a\x0c\xf0\x9b\'\x01\xf8\x9b\'y\xf8\x9b\'z\x12\x17\n\x13HistoricalUsage_Get\x10|\x12\x16\n\x0bUploads_Get\x10\x80\x01\x1a\x04\xf0\x9b\'\x01\x12\x1b\n\x0bUploads_Add\x10\x81\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x80\x01\x12#\n\x0eUploads_Delete\x10\x82\x01\x1a\x0e\xf0\x9b\'\x01\xf8\x9b\'\x80\x01\xf8\x9b\'\x81\x01\x12\x16\n\x0bRunners_Get\x10\x83\x01\x1a\x04\xf0\x9b\'\x01\x12\x1b\n\x0bRunners_Add\x10\x84\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x83\x01\x12#\n\x0eRunners_Delete\x10\x85\x01\x1a\x0e\xf0\x9b\'\x01\xf8\x9b\'\x83\x01\xf8\x9b\'\x84\x01\x12\x1a\n\x0fRunnerItems_Get\x10\x86\x01\x1a\x04\xf0\x9b\'\x01\x12\x1f\n\x0fRunnerItems_Add\x10\x87\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x86\x01\x12\x18\n\rNodepools_Get\x10\x88\x01\x1a\x04\xf0\x9b\'\x01\x12\x1d\n\rNodepools_Add\x10\x89\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x88\x01\x12%\n\x10Nodepools_Delete\x10\x8a\x01\x1a\x0e\xf0\x9b\'\x01\xf8\x9b\'\x88\x01\xf8\x9b\'\x89\x01\x12\x1e\n\x13\x43omputeClusters_Get\x10\x8b\x01\x1a\x04\xf0\x9b\'\x01\x12#\n\x13\x43omputeClusters_Add\x10\x8c\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x8b\x01\x12+\n\x16\x43omputeClusters_Delete\x10\x8d\x01\x1a\x0e\xf0\x9b\'\x01\xf8\x9b\'\x8b\x01\xf8\x9b\'\x8c\x01\x12\x1a\n\x0f\x44\x65ployments_Get\x10\x90\x01\x1a\x04\xf0\x9b\'\x01\x12\x1f\n\x0f\x44\x65ployments_Add\x10\x91\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x90\x01\x12\'\n\x12\x44\x65ployments_Delete\x10\x92\x01\x1a\x0e\xf0\x9b\'\x01\xf8\x9b\'\x90\x01\xf8\x9b\'\x91\x01\x12\x1c\n\x11InstanceTypes_Get\x10\x94\x01\x1a\x04\xf0\x9b\'\x01\x12\x18\n\rAuditLogs_Get\x10\x95\x01\x1a\x04\xf0\x9b\'\x01\x12\x19\n\x0eLogEntries_Get\x10\x97\x01\x1a\x04\xf0\x9b\'\x01\x12)\n\x1eWorkflowVersionEvaluations_Get\x10\x98\x01\x1a\x04\xf0\x9b\'\x01\x12.\n\x1eWorkflowVersionEvaluations_Add\x10\x99\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x98\x01\x12\x18\n\rPipelines_Get\x10\x9a\x01\x1a\x04\xf0\x9b\'\x01\x12\x1d\n\rPipelines_Add\x10\x9b\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x9a\x01\x12%\n\x10Pipelines_Delete\x10\x9c\x01\x1a\x0e\xf0\x9b\'\x01\xf8\x9b\'\x9a\x01\xf8\x9b\'\x9b\x01\x12\x1c\n\x11PipelineSteps_Get\x10\x9d\x01\x1a\x04\xf0\x9b\'\x01\x12!\n\x11PipelineSteps_Add\x10\x9e\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x9d\x01\x12\"\n\x12PipelineSteps_Pull\x10\x9f\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\x9d\x01\x12\x16\n\x0bSecrets_Get\x10\xa0\x01\x1a\x04\xf0\x9b\'\x01\x12\x1b\n\x0bSecrets_Add\x10\xa1\x01\x1a\t\xf0\x9b\'\x01\xf8\x9b\'\xa0\x01\x12#\n\x0eSecrets_Delete\x10\xa2\x01\x1a\x0e\xf0\x9b\'\x01\xf8\x9b\'\xa0\x01\xf8\x9b\'\xa1\x01\x12\x1a\n\x0fUserMetrics_Get\x10\xa3\x01\x1a\x04\xf0\x9b\'\x01\x12\x1f\n\x14\x41nnotationTracks_Get\x10\xa6\x01\x1a\x04\xf0\x9b\'\x01\x12\x1f\n\x14\x41nnotationTracks_Add\x10\xa7\x01\x1a\x04\xf0\x9b\'\x01\x12\"\n\x17\x41nnotationTracks_Delete\x10\xa8\x01\x1a\x04\xf0\x9b\'\x01\"\x04\x08\x1e\x10\x1e\"\x04\x08\x1f\x10\x1f\"\x04\x08 \x10 \"\x04\x08!\x10!\"\x04\x08\"\x10\"\"\x04\x08}\x10}\"\x04\x08~\x10~:<\n\x0f\x63larfai_exposed\x12!.google.protobuf.EnumValueOptions\x18\xbe\xf3\x04 \x01(\x08:^\n\x19\x63larifai_depending_scopes\x12!.google.protobuf.EnumValueOptions\x18\xbf\xf3\x04 \x03(\x0e\x32\x16.clarifai.auth.scope.SBg\n\x1c\x63om.clarifai.grpc.auth.scopeP\x01Z>github.com/Clarifai/clarifai-go-grpc/proto/clarifai/auth/scope\xa2\x02\x04\x43\x41IPb\x06proto3')
|
|
401
18
|
|
|
402
|
-
|
|
403
|
-
|
|
404
|
-
|
|
19
|
+
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, globals())
|
|
20
|
+
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'proto.clarifai.auth.scope.scope_pb2', globals())
|
|
21
|
+
if _descriptor._USE_C_DESCRIPTORS == False:
|
|
22
|
+
google_dot_protobuf_dot_descriptor__pb2.EnumValueOptions.RegisterExtension(clarfai_exposed)
|
|
23
|
+
google_dot_protobuf_dot_descriptor__pb2.EnumValueOptions.RegisterExtension(clarifai_depending_scopes)
|
|
405
24
|
|
|
406
|
-
DESCRIPTOR._options = None
|
|
407
|
-
|
|
408
|
-
_S.values_by_name["
|
|
409
|
-
_S.values_by_name["
|
|
410
|
-
_S.values_by_name["
|
|
411
|
-
_S.values_by_name["
|
|
412
|
-
_S.values_by_name["Inputs_Add"]._options = None
|
|
413
|
-
_S.values_by_name["
|
|
414
|
-
_S.values_by_name["
|
|
415
|
-
_S.values_by_name["
|
|
416
|
-
_S.values_by_name["
|
|
417
|
-
_S.values_by_name["
|
|
418
|
-
_S.values_by_name["
|
|
419
|
-
_S.values_by_name["
|
|
420
|
-
_S.values_by_name["
|
|
421
|
-
_S.values_by_name["
|
|
422
|
-
_S.values_by_name["
|
|
423
|
-
_S.values_by_name["
|
|
424
|
-
_S.values_by_name["
|
|
425
|
-
_S.values_by_name["
|
|
426
|
-
_S.values_by_name["
|
|
427
|
-
_S.values_by_name["
|
|
428
|
-
_S.values_by_name["
|
|
429
|
-
_S.values_by_name["
|
|
430
|
-
_S.values_by_name["
|
|
431
|
-
_S.values_by_name["
|
|
432
|
-
_S.values_by_name["
|
|
433
|
-
_S.values_by_name["
|
|
434
|
-
_S.values_by_name["
|
|
435
|
-
_S.values_by_name["
|
|
436
|
-
_S.values_by_name["
|
|
437
|
-
_S.values_by_name["
|
|
438
|
-
_S.values_by_name["
|
|
439
|
-
_S.values_by_name["
|
|
440
|
-
_S.values_by_name["
|
|
441
|
-
_S.values_by_name["
|
|
442
|
-
_S.values_by_name["
|
|
443
|
-
_S.values_by_name["
|
|
444
|
-
_S.values_by_name["
|
|
445
|
-
_S.values_by_name["
|
|
446
|
-
_S.values_by_name["
|
|
447
|
-
_S.values_by_name["
|
|
448
|
-
_S.values_by_name["
|
|
449
|
-
_S.values_by_name["
|
|
450
|
-
_S.values_by_name["
|
|
451
|
-
_S.values_by_name["
|
|
452
|
-
_S.values_by_name["
|
|
453
|
-
_S.values_by_name["
|
|
454
|
-
_S.values_by_name["
|
|
455
|
-
_S.values_by_name["
|
|
456
|
-
_S.values_by_name["
|
|
457
|
-
_S.values_by_name["
|
|
458
|
-
_S.values_by_name["
|
|
459
|
-
_S.values_by_name["
|
|
460
|
-
_S.values_by_name["
|
|
461
|
-
_S.values_by_name["
|
|
462
|
-
_S.values_by_name["
|
|
463
|
-
_S.values_by_name["
|
|
25
|
+
DESCRIPTOR._options = None
|
|
26
|
+
DESCRIPTOR._serialized_options = b'\n\034com.clarifai.grpc.auth.scopeP\001Z>github.com/Clarifai/clarifai-go-grpc/proto/clarifai/auth/scope\242\002\004CAIP'
|
|
27
|
+
_S.values_by_name["All"]._options = None
|
|
28
|
+
_S.values_by_name["All"]._serialized_options = b'\360\233\'\001'
|
|
29
|
+
_S.values_by_name["Predict"]._options = None
|
|
30
|
+
_S.values_by_name["Predict"]._serialized_options = b'\360\233\'\001'
|
|
31
|
+
_S.values_by_name["Inputs_Add"]._options = None
|
|
32
|
+
_S.values_by_name["Inputs_Add"]._serialized_options = b'\360\233\'\001\370\233\'\005'
|
|
33
|
+
_S.values_by_name["Inputs_Get"]._options = None
|
|
34
|
+
_S.values_by_name["Inputs_Get"]._serialized_options = b'\360\233\'\001'
|
|
35
|
+
_S.values_by_name["Inputs_Patch"]._options = None
|
|
36
|
+
_S.values_by_name["Inputs_Patch"]._serialized_options = b'\010\001\360\233\'\001\370\233\'\004\370\233\'\005'
|
|
37
|
+
_S.values_by_name["Inputs_Delete"]._options = None
|
|
38
|
+
_S.values_by_name["Inputs_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\004\370\233\'\005'
|
|
39
|
+
_S.values_by_name["Outputs_Patch"]._options = None
|
|
40
|
+
_S.values_by_name["Outputs_Patch"]._serialized_options = b'\010\001\370\233\'\005\370\233\'\002'
|
|
41
|
+
_S.values_by_name["Concepts_Add"]._options = None
|
|
42
|
+
_S.values_by_name["Concepts_Add"]._serialized_options = b'\360\233\'\001\370\233\'\013'
|
|
43
|
+
_S.values_by_name["Concepts_Get"]._options = None
|
|
44
|
+
_S.values_by_name["Concepts_Get"]._serialized_options = b'\360\233\'\001'
|
|
45
|
+
_S.values_by_name["Concepts_Patch"]._options = None
|
|
46
|
+
_S.values_by_name["Concepts_Patch"]._serialized_options = b'\010\001\360\233\'\001\370\233\'\n\370\233\'\013'
|
|
47
|
+
_S.values_by_name["Concepts_Delete"]._options = None
|
|
48
|
+
_S.values_by_name["Concepts_Delete"]._serialized_options = b'\370\233\'\n\370\233\'\013'
|
|
49
|
+
_S.values_by_name["Models_Add"]._options = None
|
|
50
|
+
_S.values_by_name["Models_Add"]._serialized_options = b'\360\233\'\001\370\233\'\017'
|
|
51
|
+
_S.values_by_name["Models_Get"]._options = None
|
|
52
|
+
_S.values_by_name["Models_Get"]._serialized_options = b'\360\233\'\001'
|
|
53
|
+
_S.values_by_name["Models_Patch"]._options = None
|
|
54
|
+
_S.values_by_name["Models_Patch"]._serialized_options = b'\010\001\360\233\'\001\370\233\'\016\370\233\'\017\370\233\'\032'
|
|
55
|
+
_S.values_by_name["Models_Delete"]._options = None
|
|
56
|
+
_S.values_by_name["Models_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\016\370\233\'\017'
|
|
57
|
+
_S.values_by_name["Models_Train"]._options = None
|
|
58
|
+
_S.values_by_name["Models_Train"]._serialized_options = b'\360\233\'\001\370\233\'\017'
|
|
59
|
+
_S.values_by_name["Models_Sync"]._options = None
|
|
60
|
+
_S.values_by_name["Models_Sync"]._serialized_options = b'\370\233\'\017'
|
|
61
|
+
_S.values_by_name["ModelExports_Get"]._options = None
|
|
62
|
+
_S.values_by_name["ModelExports_Get"]._serialized_options = b'\360\233\'\001'
|
|
63
|
+
_S.values_by_name["ModelExports_Add"]._options = None
|
|
64
|
+
_S.values_by_name["ModelExports_Add"]._serialized_options = b'\360\233\'\001\370\233\'\216\001'
|
|
65
|
+
_S.values_by_name["Models_Pull"]._options = None
|
|
66
|
+
_S.values_by_name["Models_Pull"]._serialized_options = b'\360\233\'\001\370\233\'\017'
|
|
67
|
+
_S.values_by_name["Workflows_Add"]._options = None
|
|
68
|
+
_S.values_by_name["Workflows_Add"]._serialized_options = b'\360\233\'\001\370\233\'\023'
|
|
69
|
+
_S.values_by_name["Workflows_Get"]._options = None
|
|
70
|
+
_S.values_by_name["Workflows_Get"]._serialized_options = b'\360\233\'\001'
|
|
71
|
+
_S.values_by_name["Workflows_Patch"]._options = None
|
|
72
|
+
_S.values_by_name["Workflows_Patch"]._serialized_options = b'\010\001\360\233\'\001\370\233\'\022\370\233\'\023'
|
|
73
|
+
_S.values_by_name["Workflows_Delete"]._options = None
|
|
74
|
+
_S.values_by_name["Workflows_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\022\370\233\'\023'
|
|
75
|
+
_S.values_by_name["WorkflowMetrics_Get"]._options = None
|
|
76
|
+
_S.values_by_name["WorkflowMetrics_Get"]._serialized_options = b'\360\233\'\001'
|
|
77
|
+
_S.values_by_name["WorkflowMetrics_Add"]._options = None
|
|
78
|
+
_S.values_by_name["WorkflowMetrics_Add"]._serialized_options = b'\360\233\'\001\370\233\'`'
|
|
79
|
+
_S.values_by_name["WorkflowMetrics_Delete"]._options = None
|
|
80
|
+
_S.values_by_name["WorkflowMetrics_Delete"]._serialized_options = b'\360\233\'\001\370\233\'a\370\233\'`'
|
|
81
|
+
_S.values_by_name["TSNEVisualizations_Add"]._options = None
|
|
82
|
+
_S.values_by_name["TSNEVisualizations_Add"]._serialized_options = b'\010\001\370\233\'\031'
|
|
83
|
+
_S.values_by_name["TSNEVisualizations_Get"]._options = None
|
|
84
|
+
_S.values_by_name["TSNEVisualizations_Get"]._serialized_options = b'\010\001'
|
|
85
|
+
_S.values_by_name["Annotations_Add"]._options = None
|
|
86
|
+
_S.values_by_name["Annotations_Add"]._serialized_options = b'\360\233\'\001\370\233\'&'
|
|
87
|
+
_S.values_by_name["Annotations_Get"]._options = None
|
|
88
|
+
_S.values_by_name["Annotations_Get"]._serialized_options = b'\360\233\'\001'
|
|
89
|
+
_S.values_by_name["Annotations_Patch"]._options = None
|
|
90
|
+
_S.values_by_name["Annotations_Patch"]._serialized_options = b'\010\001\360\233\'\001\370\233\'%\370\233\'&'
|
|
91
|
+
_S.values_by_name["Annotations_Delete"]._options = None
|
|
92
|
+
_S.values_by_name["Annotations_Delete"]._serialized_options = b'\360\233\'\001\370\233\'%\370\233\'&'
|
|
93
|
+
_S.values_by_name["Collectors_Add"]._options = None
|
|
94
|
+
_S.values_by_name["Collectors_Add"]._serialized_options = b'\360\233\'\001\370\233\'*'
|
|
95
|
+
_S.values_by_name["Collectors_Get"]._options = None
|
|
96
|
+
_S.values_by_name["Collectors_Get"]._serialized_options = b'\360\233\'\001'
|
|
97
|
+
_S.values_by_name["Collectors_Delete"]._options = None
|
|
98
|
+
_S.values_by_name["Collectors_Delete"]._serialized_options = b'\360\233\'\001\370\233\')\370\233\'*'
|
|
99
|
+
_S.values_by_name["Apps_Add"]._options = None
|
|
100
|
+
_S.values_by_name["Apps_Add"]._serialized_options = b'\360\233\'\001\370\233\'-'
|
|
101
|
+
_S.values_by_name["Apps_Get"]._options = None
|
|
102
|
+
_S.values_by_name["Apps_Get"]._serialized_options = b'\360\233\'\001'
|
|
103
|
+
_S.values_by_name["Apps_Delete"]._options = None
|
|
104
|
+
_S.values_by_name["Apps_Delete"]._serialized_options = b'\360\233\'\001\370\233\',\370\233\'-'
|
|
105
|
+
_S.values_by_name["Keys_Add"]._options = None
|
|
106
|
+
_S.values_by_name["Keys_Add"]._serialized_options = b'\360\233\'\001\370\233\'0'
|
|
107
|
+
_S.values_by_name["Keys_Get"]._options = None
|
|
108
|
+
_S.values_by_name["Keys_Get"]._serialized_options = b'\360\233\'\001'
|
|
109
|
+
_S.values_by_name["Keys_Delete"]._options = None
|
|
110
|
+
_S.values_by_name["Keys_Delete"]._serialized_options = b'\360\233\'\001\370\233\'/\370\233\'0'
|
|
111
|
+
_S.values_by_name["Collaborators_Add"]._options = None
|
|
112
|
+
_S.values_by_name["Collaborators_Add"]._serialized_options = b'\360\233\'\001\370\233\'2'
|
|
113
|
+
_S.values_by_name["Collaborators_Get"]._options = None
|
|
114
|
+
_S.values_by_name["Collaborators_Get"]._serialized_options = b'\360\233\'\001'
|
|
115
|
+
_S.values_by_name["Collaborators_Delete"]._options = None
|
|
116
|
+
_S.values_by_name["Collaborators_Delete"]._serialized_options = b'\360\233\'\001\370\233\'3\370\233\'2'
|
|
117
|
+
_S.values_by_name["Metrics_Add"]._options = None
|
|
118
|
+
_S.values_by_name["Metrics_Add"]._serialized_options = b'\360\233\'\001\370\233\'5'
|
|
119
|
+
_S.values_by_name["Metrics_Get"]._options = None
|
|
120
|
+
_S.values_by_name["Metrics_Get"]._serialized_options = b'\360\233\'\001'
|
|
121
|
+
_S.values_by_name["Metrics_Delete"]._options = None
|
|
122
|
+
_S.values_by_name["Metrics_Delete"]._serialized_options = b'\360\233\'\001\370\233\'6\370\233\'5'
|
|
123
|
+
_S.values_by_name["Tasks_Add"]._options = None
|
|
124
|
+
_S.values_by_name["Tasks_Add"]._serialized_options = b'\360\233\'\001\370\233\'8'
|
|
125
|
+
_S.values_by_name["Tasks_Get"]._options = None
|
|
126
|
+
_S.values_by_name["Tasks_Get"]._serialized_options = b'\360\233\'\001'
|
|
127
|
+
_S.values_by_name["Tasks_Delete"]._options = None
|
|
128
|
+
_S.values_by_name["Tasks_Delete"]._serialized_options = b'\360\233\'\001\370\233\'7\370\233\'8'
|
|
129
|
+
_S.values_by_name["PasswordPolicies_Add"]._options = None
|
|
130
|
+
_S.values_by_name["PasswordPolicies_Add"]._serialized_options = b'\360\233\'\001\370\233\':'
|
|
131
|
+
_S.values_by_name["PasswordPolicies_Get"]._options = None
|
|
132
|
+
_S.values_by_name["PasswordPolicies_Get"]._serialized_options = b'\360\233\'\001'
|
|
133
|
+
_S.values_by_name["PasswordPolicies_Delete"]._options = None
|
|
134
|
+
_S.values_by_name["PasswordPolicies_Delete"]._serialized_options = b'\360\233\'\001\370\233\'9\370\233\':'
|
|
135
|
+
_S.values_by_name["LabelOrders_Get"]._options = None
|
|
136
|
+
_S.values_by_name["LabelOrders_Get"]._serialized_options = b'\360\233\'\001'
|
|
137
|
+
_S.values_by_name["LabelOrders_Add"]._options = None
|
|
138
|
+
_S.values_by_name["LabelOrders_Add"]._serialized_options = b'\360\233\'\001\370\233\'C'
|
|
139
|
+
_S.values_by_name["LabelOrders_Delete"]._options = None
|
|
140
|
+
_S.values_by_name["LabelOrders_Delete"]._serialized_options = b'\360\233\'\001\370\233\'D\370\233\'C'
|
|
141
|
+
_S.values_by_name["FindDuplicateAnnotationsJobs_Add"]._options = None
|
|
142
|
+
_S.values_by_name["FindDuplicateAnnotationsJobs_Add"]._serialized_options = b'\360\233\'\001\370\233\'g'
|
|
143
|
+
_S.values_by_name["FindDuplicateAnnotationsJobs_Get"]._options = None
|
|
144
|
+
_S.values_by_name["FindDuplicateAnnotationsJobs_Get"]._serialized_options = b'\360\233\'\001'
|
|
145
|
+
_S.values_by_name["FindDuplicateAnnotationsJobs_Delete"]._options = None
|
|
146
|
+
_S.values_by_name["FindDuplicateAnnotationsJobs_Delete"]._serialized_options = b'\360\233\'\001\370\233\'f\370\233\'g'
|
|
147
|
+
_S.values_by_name["Datasets_Get"]._options = None
|
|
148
|
+
_S.values_by_name["Datasets_Get"]._serialized_options = b'\360\233\'\001'
|
|
149
|
+
_S.values_by_name["Datasets_Add"]._options = None
|
|
150
|
+
_S.values_by_name["Datasets_Add"]._serialized_options = b'\360\233\'\001\370\233\'i'
|
|
151
|
+
_S.values_by_name["Datasets_Delete"]._options = None
|
|
152
|
+
_S.values_by_name["Datasets_Delete"]._serialized_options = b'\360\233\'\001\370\233\'i\370\233\'j'
|
|
153
|
+
_S.values_by_name["Modules_Add"]._options = None
|
|
154
|
+
_S.values_by_name["Modules_Add"]._serialized_options = b'\360\233\'\001\370\233\'m'
|
|
155
|
+
_S.values_by_name["Modules_Get"]._options = None
|
|
156
|
+
_S.values_by_name["Modules_Get"]._serialized_options = b'\360\233\'\001'
|
|
157
|
+
_S.values_by_name["Modules_Delete"]._options = None
|
|
158
|
+
_S.values_by_name["Modules_Delete"]._serialized_options = b'\360\233\'\001\370\233\'l\370\233\'m'
|
|
159
|
+
_S.values_by_name["InstalledModuleVersions_Add"]._options = None
|
|
160
|
+
_S.values_by_name["InstalledModuleVersions_Add"]._serialized_options = b'\360\233\'\001\370\233\'p\370\233\'m'
|
|
161
|
+
_S.values_by_name["InstalledModuleVersions_Get"]._options = None
|
|
162
|
+
_S.values_by_name["InstalledModuleVersions_Get"]._serialized_options = b'\360\233\'\001\370\233\'m'
|
|
163
|
+
_S.values_by_name["InstalledModuleVersions_Delete"]._options = None
|
|
164
|
+
_S.values_by_name["InstalledModuleVersions_Delete"]._serialized_options = b'\360\233\'\001\370\233\'o\370\233\'p\370\233\'m'
|
|
165
|
+
_S.values_by_name["Search"]._options = None
|
|
166
|
+
_S.values_by_name["Search"]._serialized_options = b'\360\233\'\001'
|
|
167
|
+
_S.values_by_name["SavedSearch_Get"]._options = None
|
|
168
|
+
_S.values_by_name["SavedSearch_Get"]._serialized_options = b'\360\233\'\001'
|
|
169
|
+
_S.values_by_name["SavedSearch_Add"]._options = None
|
|
170
|
+
_S.values_by_name["SavedSearch_Add"]._serialized_options = b'\360\233\'\001\370\233\'r'
|
|
171
|
+
_S.values_by_name["SavedSearch_Delete"]._options = None
|
|
172
|
+
_S.values_by_name["SavedSearch_Delete"]._serialized_options = b'\360\233\'\001\370\233\'r\370\233\'s'
|
|
173
|
+
_S.values_by_name["ModelVersionPublications_Add"]._options = None
|
|
174
|
+
_S.values_by_name["ModelVersionPublications_Add"]._serialized_options = b'\360\233\'\001'
|
|
175
|
+
_S.values_by_name["ModelVersionPublications_Delete"]._options = None
|
|
176
|
+
_S.values_by_name["ModelVersionPublications_Delete"]._serialized_options = b'\360\233\'\001'
|
|
177
|
+
_S.values_by_name["WorkflowPublications_Add"]._options = None
|
|
178
|
+
_S.values_by_name["WorkflowPublications_Add"]._serialized_options = b'\360\233\'\001'
|
|
179
|
+
_S.values_by_name["WorkflowPublications_Delete"]._options = None
|
|
180
|
+
_S.values_by_name["WorkflowPublications_Delete"]._serialized_options = b'\360\233\'\001'
|
|
181
|
+
_S.values_by_name["BulkOperation_Add"]._options = None
|
|
182
|
+
_S.values_by_name["BulkOperation_Add"]._serialized_options = b'\360\233\'\001\370\233\'z'
|
|
183
|
+
_S.values_by_name["BulkOperation_Get"]._options = None
|
|
184
|
+
_S.values_by_name["BulkOperation_Get"]._serialized_options = b'\360\233\'\001'
|
|
185
|
+
_S.values_by_name["BulkOperation_Delete"]._options = None
|
|
186
|
+
_S.values_by_name["BulkOperation_Delete"]._serialized_options = b'\360\233\'\001\370\233\'y\370\233\'z'
|
|
187
|
+
_S.values_by_name["Uploads_Get"]._options = None
|
|
188
|
+
_S.values_by_name["Uploads_Get"]._serialized_options = b'\360\233\'\001'
|
|
189
|
+
_S.values_by_name["Uploads_Add"]._options = None
|
|
190
|
+
_S.values_by_name["Uploads_Add"]._serialized_options = b'\360\233\'\001\370\233\'\200\001'
|
|
191
|
+
_S.values_by_name["Uploads_Delete"]._options = None
|
|
192
|
+
_S.values_by_name["Uploads_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\200\001\370\233\'\201\001'
|
|
193
|
+
_S.values_by_name["Runners_Get"]._options = None
|
|
194
|
+
_S.values_by_name["Runners_Get"]._serialized_options = b'\360\233\'\001'
|
|
195
|
+
_S.values_by_name["Runners_Add"]._options = None
|
|
196
|
+
_S.values_by_name["Runners_Add"]._serialized_options = b'\360\233\'\001\370\233\'\203\001'
|
|
197
|
+
_S.values_by_name["Runners_Delete"]._options = None
|
|
198
|
+
_S.values_by_name["Runners_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\203\001\370\233\'\204\001'
|
|
199
|
+
_S.values_by_name["RunnerItems_Get"]._options = None
|
|
200
|
+
_S.values_by_name["RunnerItems_Get"]._serialized_options = b'\360\233\'\001'
|
|
201
|
+
_S.values_by_name["RunnerItems_Add"]._options = None
|
|
202
|
+
_S.values_by_name["RunnerItems_Add"]._serialized_options = b'\360\233\'\001\370\233\'\206\001'
|
|
203
|
+
_S.values_by_name["Nodepools_Get"]._options = None
|
|
204
|
+
_S.values_by_name["Nodepools_Get"]._serialized_options = b'\360\233\'\001'
|
|
205
|
+
_S.values_by_name["Nodepools_Add"]._options = None
|
|
206
|
+
_S.values_by_name["Nodepools_Add"]._serialized_options = b'\360\233\'\001\370\233\'\210\001'
|
|
207
|
+
_S.values_by_name["Nodepools_Delete"]._options = None
|
|
208
|
+
_S.values_by_name["Nodepools_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\210\001\370\233\'\211\001'
|
|
209
|
+
_S.values_by_name["ComputeClusters_Get"]._options = None
|
|
210
|
+
_S.values_by_name["ComputeClusters_Get"]._serialized_options = b'\360\233\'\001'
|
|
211
|
+
_S.values_by_name["ComputeClusters_Add"]._options = None
|
|
212
|
+
_S.values_by_name["ComputeClusters_Add"]._serialized_options = b'\360\233\'\001\370\233\'\213\001'
|
|
213
|
+
_S.values_by_name["ComputeClusters_Delete"]._options = None
|
|
214
|
+
_S.values_by_name["ComputeClusters_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\213\001\370\233\'\214\001'
|
|
215
|
+
_S.values_by_name["Deployments_Get"]._options = None
|
|
216
|
+
_S.values_by_name["Deployments_Get"]._serialized_options = b'\360\233\'\001'
|
|
217
|
+
_S.values_by_name["Deployments_Add"]._options = None
|
|
218
|
+
_S.values_by_name["Deployments_Add"]._serialized_options = b'\360\233\'\001\370\233\'\220\001'
|
|
219
|
+
_S.values_by_name["Deployments_Delete"]._options = None
|
|
220
|
+
_S.values_by_name["Deployments_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\220\001\370\233\'\221\001'
|
|
221
|
+
_S.values_by_name["InstanceTypes_Get"]._options = None
|
|
222
|
+
_S.values_by_name["InstanceTypes_Get"]._serialized_options = b'\360\233\'\001'
|
|
223
|
+
_S.values_by_name["AuditLogs_Get"]._options = None
|
|
224
|
+
_S.values_by_name["AuditLogs_Get"]._serialized_options = b'\360\233\'\001'
|
|
225
|
+
_S.values_by_name["LogEntries_Get"]._options = None
|
|
226
|
+
_S.values_by_name["LogEntries_Get"]._serialized_options = b'\360\233\'\001'
|
|
227
|
+
_S.values_by_name["WorkflowVersionEvaluations_Get"]._options = None
|
|
228
|
+
_S.values_by_name["WorkflowVersionEvaluations_Get"]._serialized_options = b'\360\233\'\001'
|
|
229
|
+
_S.values_by_name["WorkflowVersionEvaluations_Add"]._options = None
|
|
230
|
+
_S.values_by_name["WorkflowVersionEvaluations_Add"]._serialized_options = b'\360\233\'\001\370\233\'\230\001'
|
|
231
|
+
_S.values_by_name["Pipelines_Get"]._options = None
|
|
232
|
+
_S.values_by_name["Pipelines_Get"]._serialized_options = b'\360\233\'\001'
|
|
233
|
+
_S.values_by_name["Pipelines_Add"]._options = None
|
|
234
|
+
_S.values_by_name["Pipelines_Add"]._serialized_options = b'\360\233\'\001\370\233\'\232\001'
|
|
235
|
+
_S.values_by_name["Pipelines_Delete"]._options = None
|
|
236
|
+
_S.values_by_name["Pipelines_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\232\001\370\233\'\233\001'
|
|
237
|
+
_S.values_by_name["PipelineSteps_Get"]._options = None
|
|
238
|
+
_S.values_by_name["PipelineSteps_Get"]._serialized_options = b'\360\233\'\001'
|
|
239
|
+
_S.values_by_name["PipelineSteps_Add"]._options = None
|
|
240
|
+
_S.values_by_name["PipelineSteps_Add"]._serialized_options = b'\360\233\'\001\370\233\'\235\001'
|
|
241
|
+
_S.values_by_name["PipelineSteps_Pull"]._options = None
|
|
242
|
+
_S.values_by_name["PipelineSteps_Pull"]._serialized_options = b'\360\233\'\001\370\233\'\235\001'
|
|
243
|
+
_S.values_by_name["Secrets_Get"]._options = None
|
|
244
|
+
_S.values_by_name["Secrets_Get"]._serialized_options = b'\360\233\'\001'
|
|
245
|
+
_S.values_by_name["Secrets_Add"]._options = None
|
|
246
|
+
_S.values_by_name["Secrets_Add"]._serialized_options = b'\360\233\'\001\370\233\'\240\001'
|
|
247
|
+
_S.values_by_name["Secrets_Delete"]._options = None
|
|
248
|
+
_S.values_by_name["Secrets_Delete"]._serialized_options = b'\360\233\'\001\370\233\'\240\001\370\233\'\241\001'
|
|
249
|
+
_S.values_by_name["UserMetrics_Get"]._options = None
|
|
250
|
+
_S.values_by_name["UserMetrics_Get"]._serialized_options = b'\360\233\'\001'
|
|
251
|
+
_S.values_by_name["AnnotationTracks_Get"]._options = None
|
|
252
|
+
_S.values_by_name["AnnotationTracks_Get"]._serialized_options = b'\360\233\'\001'
|
|
253
|
+
_S.values_by_name["AnnotationTracks_Add"]._options = None
|
|
254
|
+
_S.values_by_name["AnnotationTracks_Add"]._serialized_options = b'\360\233\'\001'
|
|
255
|
+
_S.values_by_name["AnnotationTracks_Delete"]._options = None
|
|
256
|
+
_S.values_by_name["AnnotationTracks_Delete"]._serialized_options = b'\360\233\'\001'
|
|
257
|
+
_S._serialized_start=169
|
|
258
|
+
_S._serialized_end=3942
|
|
259
|
+
_SCOPELIST._serialized_start=96
|
|
260
|
+
_SCOPELIST._serialized_end=166
|
|
464
261
|
# @@protoc_insertion_point(module_scope)
|