| # Licensed to the Apache Software Foundation (ASF) under one or more |
| # contributor license agreements. See the NOTICE file distributed with |
| # this work for additional information regarding copyright ownership. |
| # The ASF licenses this file to You under the Apache License, Version 2.0 |
| # (the "License"); you may not use this file except in compliance with |
| # the License. You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| |
| # -*- coding: utf-8 -*- |
| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # source: api.proto |
| """Generated protocol buffer code.""" |
| from google.protobuf.internal import enum_type_wrapper |
| from google.protobuf import descriptor as _descriptor |
| from google.protobuf import message as _message |
| from google.protobuf import reflection as _reflection |
| from google.protobuf import symbol_database as _symbol_database |
| # @@protoc_insertion_point(imports) |
| |
| _sym_db = _symbol_database.Default() |
| |
| |
| |
| |
| DESCRIPTOR = _descriptor.FileDescriptor( |
| name='api.proto', |
| package='api.v1', |
| syntax='proto3', |
| serialized_options=b'Z6beam.apache.org/playground/backend/internal;playground', |
| create_key=_descriptor._internal_create_key, |
| serialized_pb=b'\n\tapi.proto\x12\x06\x61pi.v1\"R\n\x0eRunCodeRequest\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\x12\x18\n\x03sdk\x18\x02 \x01(\x0e\x32\x0b.api.v1.Sdk\x12\x18\n\x10pipeline_options\x18\x03 \x01(\t\"(\n\x0fRunCodeResponse\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\"+\n\x12\x43heckStatusRequest\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\"5\n\x13\x43heckStatusResponse\x12\x1e\n\x06status\x18\x01 \x01(\x0e\x32\x0e.api.v1.Status\"3\n\x1aGetValidationOutputRequest\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\"-\n\x1bGetValidationOutputResponse\x12\x0e\n\x06output\x18\x01 \x01(\t\"4\n\x1bGetPreparationOutputRequest\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\".\n\x1cGetPreparationOutputResponse\x12\x0e\n\x06output\x18\x01 \x01(\t\"0\n\x17GetCompileOutputRequest\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\"*\n\x18GetCompileOutputResponse\x12\x0e\n\x06output\x18\x01 \x01(\t\",\n\x13GetRunOutputRequest\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\"&\n\x14GetRunOutputResponse\x12\x0e\n\x06output\x18\x01 \x01(\t\"+\n\x12GetRunErrorRequest\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\"%\n\x13GetRunErrorResponse\x12\x0e\n\x06output\x18\x01 \x01(\t\"\'\n\x0eGetLogsRequest\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\"!\n\x0fGetLogsResponse\x12\x0e\n\x06output\x18\x01 \x01(\t\"(\n\x0fGetGraphRequest\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\"!\n\x10GetGraphResponse\x12\r\n\x05graph\x18\x01 \x01(\t\"&\n\rCancelRequest\x12\x15\n\rpipeline_uuid\x18\x01 \x01(\t\"\x10\n\x0e\x43\x61ncelResponse\"\xe1\x01\n\x11PrecompiledObject\x12\x12\n\ncloud_path\x18\x01 \x01(\t\x12\x0c\n\x04name\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\t\x12+\n\x04type\x18\x04 \x01(\x0e\x32\x1d.api.v1.PrecompiledObjectType\x12\x18\n\x10pipeline_options\x18\x05 \x01(\t\x12\x0c\n\x04link\x18\x06 \x01(\t\x12\x11\n\tmultifile\x18\x07 \x01(\x08\x12\x14\n\x0c\x63ontext_line\x18\x08 \x01(\x05\x12\x17\n\x0f\x64\x65\x66\x61ult_example\x18\t \x01(\x08\"\xb2\x01\n\nCategories\x12\x18\n\x03sdk\x18\x01 \x01(\x0e\x32\x0b.api.v1.Sdk\x12/\n\ncategories\x18\x02 \x03(\x0b\x32\x1b.api.v1.Categories.Category\x1aY\n\x08\x43\x61tegory\x12\x15\n\rcategory_name\x18\x01 \x01(\t\x12\x36\n\x13precompiled_objects\x18\x02 \x03(\x0b\x32\x19.api.v1.PrecompiledObject\"J\n\x1cGetPrecompiledObjectsRequest\x12\x18\n\x03sdk\x18\x01 \x01(\x0e\x32\x0b.api.v1.Sdk\x12\x10\n\x08\x63\x61tegory\x18\x02 \x01(\t\"5\n\x1fGetPrecompiledObjectCodeRequest\x12\x12\n\ncloud_path\x18\x01 \x01(\t\"7\n!GetPrecompiledObjectOutputRequest\x12\x12\n\ncloud_path\x18\x01 \x01(\t\"5\n\x1fGetPrecompiledObjectLogsRequest\x12\x12\n\ncloud_path\x18\x01 \x01(\t\"6\n GetPrecompiledObjectGraphRequest\x12\x12\n\ncloud_path\x18\x01 \x01(\t\">\n\"GetDefaultPrecompiledObjectRequest\x12\x18\n\x03sdk\x18\x01 \x01(\x0e\x32\x0b.api.v1.Sdk\"K\n\x1dGetPrecompiledObjectsResponse\x12*\n\x0esdk_categories\x18\x01 \x03(\x0b\x32\x12.api.v1.Categories\"0\n GetPrecompiledObjectCodeResponse\x12\x0c\n\x04\x63ode\x18\x01 \x01(\t\"4\n\"GetPrecompiledObjectOutputResponse\x12\x0e\n\x06output\x18\x01 \x01(\t\"2\n GetPrecompiledObjectLogsResponse\x12\x0e\n\x06output\x18\x01 \x01(\t\"2\n!GetPrecompiledObjectGraphResponse\x12\r\n\x05graph\x18\x01 \x01(\t\"\\\n#GetDefaultPrecompiledObjectResponse\x12\x35\n\x12precompiled_object\x18\x01 \x01(\x0b\x32\x19.api.v1.PrecompiledObject*R\n\x03Sdk\x12\x13\n\x0fSDK_UNSPECIFIED\x10\x00\x12\x0c\n\x08SDK_JAVA\x10\x01\x12\n\n\x06SDK_GO\x10\x02\x12\x0e\n\nSDK_PYTHON\x10\x03\x12\x0c\n\x08SDK_SCIO\x10\x04*\xb8\x02\n\x06Status\x12\x16\n\x12STATUS_UNSPECIFIED\x10\x00\x12\x15\n\x11STATUS_VALIDATING\x10\x01\x12\x1b\n\x17STATUS_VALIDATION_ERROR\x10\x02\x12\x14\n\x10STATUS_PREPARING\x10\x03\x12\x1c\n\x18STATUS_PREPARATION_ERROR\x10\x04\x12\x14\n\x10STATUS_COMPILING\x10\x05\x12\x18\n\x14STATUS_COMPILE_ERROR\x10\x06\x12\x14\n\x10STATUS_EXECUTING\x10\x07\x12\x13\n\x0fSTATUS_FINISHED\x10\x08\x12\x14\n\x10STATUS_RUN_ERROR\x10\t\x12\x10\n\x0cSTATUS_ERROR\x10\n\x12\x16\n\x12STATUS_RUN_TIMEOUT\x10\x0b\x12\x13\n\x0fSTATUS_CANCELED\x10\x0c*\xae\x01\n\x15PrecompiledObjectType\x12\'\n#PRECOMPILED_OBJECT_TYPE_UNSPECIFIED\x10\x00\x12#\n\x1fPRECOMPILED_OBJECT_TYPE_EXAMPLE\x10\x01\x12 \n\x1cPRECOMPILED_OBJECT_TYPE_KATA\x10\x02\x12%\n!PRECOMPILED_OBJECT_TYPE_UNIT_TEST\x10\x03\x32\x9b\x0b\n\x11PlaygroundService\x12:\n\x07RunCode\x12\x16.api.v1.RunCodeRequest\x1a\x17.api.v1.RunCodeResponse\x12\x46\n\x0b\x43heckStatus\x12\x1a.api.v1.CheckStatusRequest\x1a\x1b.api.v1.CheckStatusResponse\x12I\n\x0cGetRunOutput\x12\x1b.api.v1.GetRunOutputRequest\x1a\x1c.api.v1.GetRunOutputResponse\x12:\n\x07GetLogs\x12\x16.api.v1.GetLogsRequest\x1a\x17.api.v1.GetLogsResponse\x12=\n\x08GetGraph\x12\x17.api.v1.GetGraphRequest\x1a\x18.api.v1.GetGraphResponse\x12\x46\n\x0bGetRunError\x12\x1a.api.v1.GetRunErrorRequest\x1a\x1b.api.v1.GetRunErrorResponse\x12^\n\x13GetValidationOutput\x12\".api.v1.GetValidationOutputRequest\x1a#.api.v1.GetValidationOutputResponse\x12\x61\n\x14GetPreparationOutput\x12#.api.v1.GetPreparationOutputRequest\x1a$.api.v1.GetPreparationOutputResponse\x12U\n\x10GetCompileOutput\x12\x1f.api.v1.GetCompileOutputRequest\x1a .api.v1.GetCompileOutputResponse\x12\x37\n\x06\x43\x61ncel\x12\x15.api.v1.CancelRequest\x1a\x16.api.v1.CancelResponse\x12\x64\n\x15GetPrecompiledObjects\x12$.api.v1.GetPrecompiledObjectsRequest\x1a%.api.v1.GetPrecompiledObjectsResponse\x12m\n\x18GetPrecompiledObjectCode\x12\'.api.v1.GetPrecompiledObjectCodeRequest\x1a(.api.v1.GetPrecompiledObjectCodeResponse\x12s\n\x1aGetPrecompiledObjectOutput\x12).api.v1.GetPrecompiledObjectOutputRequest\x1a*.api.v1.GetPrecompiledObjectOutputResponse\x12m\n\x18GetPrecompiledObjectLogs\x12\'.api.v1.GetPrecompiledObjectLogsRequest\x1a(.api.v1.GetPrecompiledObjectLogsResponse\x12p\n\x19GetPrecompiledObjectGraph\x12(.api.v1.GetPrecompiledObjectGraphRequest\x1a).api.v1.GetPrecompiledObjectGraphResponse\x12v\n\x1bGetDefaultPrecompiledObject\x12*.api.v1.GetDefaultPrecompiledObjectRequest\x1a+.api.v1.GetDefaultPrecompiledObjectResponseB8Z6beam.apache.org/playground/backend/internal;playgroundb\x06proto3' |
| ) |
| |
| _SDK = _descriptor.EnumDescriptor( |
| name='Sdk', |
| full_name='api.v1.Sdk', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='SDK_UNSPECIFIED', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='SDK_JAVA', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='SDK_GO', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='SDK_PYTHON', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='SDK_SCIO', index=4, number=4, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=2075, |
| serialized_end=2157, |
| ) |
| _sym_db.RegisterEnumDescriptor(_SDK) |
| |
| Sdk = enum_type_wrapper.EnumTypeWrapper(_SDK) |
| _STATUS = _descriptor.EnumDescriptor( |
| name='Status', |
| full_name='api.v1.Status', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_UNSPECIFIED', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_VALIDATING', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_VALIDATION_ERROR', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_PREPARING', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_PREPARATION_ERROR', index=4, number=4, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_COMPILING', index=5, number=5, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_COMPILE_ERROR', index=6, number=6, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_EXECUTING', index=7, number=7, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_FINISHED', index=8, number=8, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_RUN_ERROR', index=9, number=9, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_ERROR', index=10, number=10, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_RUN_TIMEOUT', index=11, number=11, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='STATUS_CANCELED', index=12, number=12, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=2160, |
| serialized_end=2472, |
| ) |
| _sym_db.RegisterEnumDescriptor(_STATUS) |
| |
| Status = enum_type_wrapper.EnumTypeWrapper(_STATUS) |
| _PRECOMPILEDOBJECTTYPE = _descriptor.EnumDescriptor( |
| name='PrecompiledObjectType', |
| full_name='api.v1.PrecompiledObjectType', |
| filename=None, |
| file=DESCRIPTOR, |
| create_key=_descriptor._internal_create_key, |
| values=[ |
| _descriptor.EnumValueDescriptor( |
| name='PRECOMPILED_OBJECT_TYPE_UNSPECIFIED', index=0, number=0, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='PRECOMPILED_OBJECT_TYPE_EXAMPLE', index=1, number=1, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='PRECOMPILED_OBJECT_TYPE_KATA', index=2, number=2, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| _descriptor.EnumValueDescriptor( |
| name='PRECOMPILED_OBJECT_TYPE_UNIT_TEST', index=3, number=3, |
| serialized_options=None, |
| type=None, |
| create_key=_descriptor._internal_create_key), |
| ], |
| containing_type=None, |
| serialized_options=None, |
| serialized_start=2475, |
| serialized_end=2649, |
| ) |
| _sym_db.RegisterEnumDescriptor(_PRECOMPILEDOBJECTTYPE) |
| |
| PrecompiledObjectType = enum_type_wrapper.EnumTypeWrapper(_PRECOMPILEDOBJECTTYPE) |
| SDK_UNSPECIFIED = 0 |
| SDK_JAVA = 1 |
| SDK_GO = 2 |
| SDK_PYTHON = 3 |
| SDK_SCIO = 4 |
| STATUS_UNSPECIFIED = 0 |
| STATUS_VALIDATING = 1 |
| STATUS_VALIDATION_ERROR = 2 |
| STATUS_PREPARING = 3 |
| STATUS_PREPARATION_ERROR = 4 |
| STATUS_COMPILING = 5 |
| STATUS_COMPILE_ERROR = 6 |
| STATUS_EXECUTING = 7 |
| STATUS_FINISHED = 8 |
| STATUS_RUN_ERROR = 9 |
| STATUS_ERROR = 10 |
| STATUS_RUN_TIMEOUT = 11 |
| STATUS_CANCELED = 12 |
| PRECOMPILED_OBJECT_TYPE_UNSPECIFIED = 0 |
| PRECOMPILED_OBJECT_TYPE_EXAMPLE = 1 |
| PRECOMPILED_OBJECT_TYPE_KATA = 2 |
| PRECOMPILED_OBJECT_TYPE_UNIT_TEST = 3 |
| |
| |
| |
| _RUNCODEREQUEST = _descriptor.Descriptor( |
| name='RunCodeRequest', |
| full_name='api.v1.RunCodeRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='code', full_name='api.v1.RunCodeRequest.code', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='sdk', full_name='api.v1.RunCodeRequest.sdk', index=1, |
| number=2, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='pipeline_options', full_name='api.v1.RunCodeRequest.pipeline_options', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=21, |
| serialized_end=103, |
| ) |
| |
| |
| _RUNCODERESPONSE = _descriptor.Descriptor( |
| name='RunCodeResponse', |
| full_name='api.v1.RunCodeResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.RunCodeResponse.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=105, |
| serialized_end=145, |
| ) |
| |
| |
| _CHECKSTATUSREQUEST = _descriptor.Descriptor( |
| name='CheckStatusRequest', |
| full_name='api.v1.CheckStatusRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.CheckStatusRequest.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=147, |
| serialized_end=190, |
| ) |
| |
| |
| _CHECKSTATUSRESPONSE = _descriptor.Descriptor( |
| name='CheckStatusResponse', |
| full_name='api.v1.CheckStatusResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='status', full_name='api.v1.CheckStatusResponse.status', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=192, |
| serialized_end=245, |
| ) |
| |
| |
| _GETVALIDATIONOUTPUTREQUEST = _descriptor.Descriptor( |
| name='GetValidationOutputRequest', |
| full_name='api.v1.GetValidationOutputRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.GetValidationOutputRequest.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=247, |
| serialized_end=298, |
| ) |
| |
| |
| _GETVALIDATIONOUTPUTRESPONSE = _descriptor.Descriptor( |
| name='GetValidationOutputResponse', |
| full_name='api.v1.GetValidationOutputResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='output', full_name='api.v1.GetValidationOutputResponse.output', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=300, |
| serialized_end=345, |
| ) |
| |
| |
| _GETPREPARATIONOUTPUTREQUEST = _descriptor.Descriptor( |
| name='GetPreparationOutputRequest', |
| full_name='api.v1.GetPreparationOutputRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.GetPreparationOutputRequest.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=347, |
| serialized_end=399, |
| ) |
| |
| |
| _GETPREPARATIONOUTPUTRESPONSE = _descriptor.Descriptor( |
| name='GetPreparationOutputResponse', |
| full_name='api.v1.GetPreparationOutputResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='output', full_name='api.v1.GetPreparationOutputResponse.output', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=401, |
| serialized_end=447, |
| ) |
| |
| |
| _GETCOMPILEOUTPUTREQUEST = _descriptor.Descriptor( |
| name='GetCompileOutputRequest', |
| full_name='api.v1.GetCompileOutputRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.GetCompileOutputRequest.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=449, |
| serialized_end=497, |
| ) |
| |
| |
| _GETCOMPILEOUTPUTRESPONSE = _descriptor.Descriptor( |
| name='GetCompileOutputResponse', |
| full_name='api.v1.GetCompileOutputResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='output', full_name='api.v1.GetCompileOutputResponse.output', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=499, |
| serialized_end=541, |
| ) |
| |
| |
| _GETRUNOUTPUTREQUEST = _descriptor.Descriptor( |
| name='GetRunOutputRequest', |
| full_name='api.v1.GetRunOutputRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.GetRunOutputRequest.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=543, |
| serialized_end=587, |
| ) |
| |
| |
| _GETRUNOUTPUTRESPONSE = _descriptor.Descriptor( |
| name='GetRunOutputResponse', |
| full_name='api.v1.GetRunOutputResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='output', full_name='api.v1.GetRunOutputResponse.output', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=589, |
| serialized_end=627, |
| ) |
| |
| |
| _GETRUNERRORREQUEST = _descriptor.Descriptor( |
| name='GetRunErrorRequest', |
| full_name='api.v1.GetRunErrorRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.GetRunErrorRequest.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=629, |
| serialized_end=672, |
| ) |
| |
| |
| _GETRUNERRORRESPONSE = _descriptor.Descriptor( |
| name='GetRunErrorResponse', |
| full_name='api.v1.GetRunErrorResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='output', full_name='api.v1.GetRunErrorResponse.output', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=674, |
| serialized_end=711, |
| ) |
| |
| |
| _GETLOGSREQUEST = _descriptor.Descriptor( |
| name='GetLogsRequest', |
| full_name='api.v1.GetLogsRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.GetLogsRequest.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=713, |
| serialized_end=752, |
| ) |
| |
| |
| _GETLOGSRESPONSE = _descriptor.Descriptor( |
| name='GetLogsResponse', |
| full_name='api.v1.GetLogsResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='output', full_name='api.v1.GetLogsResponse.output', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=754, |
| serialized_end=787, |
| ) |
| |
| |
| _GETGRAPHREQUEST = _descriptor.Descriptor( |
| name='GetGraphRequest', |
| full_name='api.v1.GetGraphRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.GetGraphRequest.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=789, |
| serialized_end=829, |
| ) |
| |
| |
| _GETGRAPHRESPONSE = _descriptor.Descriptor( |
| name='GetGraphResponse', |
| full_name='api.v1.GetGraphResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='graph', full_name='api.v1.GetGraphResponse.graph', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=831, |
| serialized_end=864, |
| ) |
| |
| |
| _CANCELREQUEST = _descriptor.Descriptor( |
| name='CancelRequest', |
| full_name='api.v1.CancelRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='pipeline_uuid', full_name='api.v1.CancelRequest.pipeline_uuid', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=866, |
| serialized_end=904, |
| ) |
| |
| |
| _CANCELRESPONSE = _descriptor.Descriptor( |
| name='CancelResponse', |
| full_name='api.v1.CancelResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=906, |
| serialized_end=922, |
| ) |
| |
| |
| _PRECOMPILEDOBJECT = _descriptor.Descriptor( |
| name='PrecompiledObject', |
| full_name='api.v1.PrecompiledObject', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='cloud_path', full_name='api.v1.PrecompiledObject.cloud_path', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='name', full_name='api.v1.PrecompiledObject.name', index=1, |
| number=2, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='description', full_name='api.v1.PrecompiledObject.description', index=2, |
| number=3, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='type', full_name='api.v1.PrecompiledObject.type', index=3, |
| number=4, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='pipeline_options', full_name='api.v1.PrecompiledObject.pipeline_options', index=4, |
| number=5, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='link', full_name='api.v1.PrecompiledObject.link', index=5, |
| number=6, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='multifile', full_name='api.v1.PrecompiledObject.multifile', index=6, |
| number=7, type=8, cpp_type=7, label=1, |
| has_default_value=False, default_value=False, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='context_line', full_name='api.v1.PrecompiledObject.context_line', index=7, |
| number=8, type=5, cpp_type=1, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='default_example', full_name='api.v1.PrecompiledObject.default_example', index=8, |
| number=9, type=8, cpp_type=7, label=1, |
| has_default_value=False, default_value=False, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=925, |
| serialized_end=1150, |
| ) |
| |
| |
| _CATEGORIES_CATEGORY = _descriptor.Descriptor( |
| name='Category', |
| full_name='api.v1.Categories.Category', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='category_name', full_name='api.v1.Categories.Category.category_name', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='precompiled_objects', full_name='api.v1.Categories.Category.precompiled_objects', index=1, |
| number=2, type=11, cpp_type=10, label=3, |
| has_default_value=False, default_value=[], |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1242, |
| serialized_end=1331, |
| ) |
| |
| _CATEGORIES = _descriptor.Descriptor( |
| name='Categories', |
| full_name='api.v1.Categories', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='sdk', full_name='api.v1.Categories.sdk', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='categories', full_name='api.v1.Categories.categories', index=1, |
| number=2, type=11, cpp_type=10, label=3, |
| has_default_value=False, default_value=[], |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[_CATEGORIES_CATEGORY, ], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1153, |
| serialized_end=1331, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTSREQUEST = _descriptor.Descriptor( |
| name='GetPrecompiledObjectsRequest', |
| full_name='api.v1.GetPrecompiledObjectsRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='sdk', full_name='api.v1.GetPrecompiledObjectsRequest.sdk', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| _descriptor.FieldDescriptor( |
| name='category', full_name='api.v1.GetPrecompiledObjectsRequest.category', index=1, |
| number=2, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1333, |
| serialized_end=1407, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTCODEREQUEST = _descriptor.Descriptor( |
| name='GetPrecompiledObjectCodeRequest', |
| full_name='api.v1.GetPrecompiledObjectCodeRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='cloud_path', full_name='api.v1.GetPrecompiledObjectCodeRequest.cloud_path', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1409, |
| serialized_end=1462, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTOUTPUTREQUEST = _descriptor.Descriptor( |
| name='GetPrecompiledObjectOutputRequest', |
| full_name='api.v1.GetPrecompiledObjectOutputRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='cloud_path', full_name='api.v1.GetPrecompiledObjectOutputRequest.cloud_path', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1464, |
| serialized_end=1519, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTLOGSREQUEST = _descriptor.Descriptor( |
| name='GetPrecompiledObjectLogsRequest', |
| full_name='api.v1.GetPrecompiledObjectLogsRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='cloud_path', full_name='api.v1.GetPrecompiledObjectLogsRequest.cloud_path', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1521, |
| serialized_end=1574, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTGRAPHREQUEST = _descriptor.Descriptor( |
| name='GetPrecompiledObjectGraphRequest', |
| full_name='api.v1.GetPrecompiledObjectGraphRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='cloud_path', full_name='api.v1.GetPrecompiledObjectGraphRequest.cloud_path', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1576, |
| serialized_end=1630, |
| ) |
| |
| |
| _GETDEFAULTPRECOMPILEDOBJECTREQUEST = _descriptor.Descriptor( |
| name='GetDefaultPrecompiledObjectRequest', |
| full_name='api.v1.GetDefaultPrecompiledObjectRequest', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='sdk', full_name='api.v1.GetDefaultPrecompiledObjectRequest.sdk', index=0, |
| number=1, type=14, cpp_type=8, label=1, |
| has_default_value=False, default_value=0, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1632, |
| serialized_end=1694, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTSRESPONSE = _descriptor.Descriptor( |
| name='GetPrecompiledObjectsResponse', |
| full_name='api.v1.GetPrecompiledObjectsResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='sdk_categories', full_name='api.v1.GetPrecompiledObjectsResponse.sdk_categories', index=0, |
| number=1, type=11, cpp_type=10, label=3, |
| has_default_value=False, default_value=[], |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1696, |
| serialized_end=1771, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTCODERESPONSE = _descriptor.Descriptor( |
| name='GetPrecompiledObjectCodeResponse', |
| full_name='api.v1.GetPrecompiledObjectCodeResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='code', full_name='api.v1.GetPrecompiledObjectCodeResponse.code', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1773, |
| serialized_end=1821, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTOUTPUTRESPONSE = _descriptor.Descriptor( |
| name='GetPrecompiledObjectOutputResponse', |
| full_name='api.v1.GetPrecompiledObjectOutputResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='output', full_name='api.v1.GetPrecompiledObjectOutputResponse.output', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1823, |
| serialized_end=1875, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTLOGSRESPONSE = _descriptor.Descriptor( |
| name='GetPrecompiledObjectLogsResponse', |
| full_name='api.v1.GetPrecompiledObjectLogsResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='output', full_name='api.v1.GetPrecompiledObjectLogsResponse.output', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1877, |
| serialized_end=1927, |
| ) |
| |
| |
| _GETPRECOMPILEDOBJECTGRAPHRESPONSE = _descriptor.Descriptor( |
| name='GetPrecompiledObjectGraphResponse', |
| full_name='api.v1.GetPrecompiledObjectGraphResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='graph', full_name='api.v1.GetPrecompiledObjectGraphResponse.graph', index=0, |
| number=1, type=9, cpp_type=9, label=1, |
| has_default_value=False, default_value=b"".decode('utf-8'), |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1929, |
| serialized_end=1979, |
| ) |
| |
| |
| _GETDEFAULTPRECOMPILEDOBJECTRESPONSE = _descriptor.Descriptor( |
| name='GetDefaultPrecompiledObjectResponse', |
| full_name='api.v1.GetDefaultPrecompiledObjectResponse', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| _descriptor.FieldDescriptor( |
| name='precompiled_object', full_name='api.v1.GetDefaultPrecompiledObjectResponse.precompiled_object', index=0, |
| number=1, type=11, cpp_type=10, label=1, |
| has_default_value=False, default_value=None, |
| message_type=None, enum_type=None, containing_type=None, |
| is_extension=False, extension_scope=None, |
| serialized_options=None, file=DESCRIPTOR, create_key=_descriptor._internal_create_key), |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=1981, |
| serialized_end=2073, |
| ) |
| |
| _RUNCODEREQUEST.fields_by_name['sdk'].enum_type = _SDK |
| _CHECKSTATUSRESPONSE.fields_by_name['status'].enum_type = _STATUS |
| _PRECOMPILEDOBJECT.fields_by_name['type'].enum_type = _PRECOMPILEDOBJECTTYPE |
| _CATEGORIES_CATEGORY.fields_by_name['precompiled_objects'].message_type = _PRECOMPILEDOBJECT |
| _CATEGORIES_CATEGORY.containing_type = _CATEGORIES |
| _CATEGORIES.fields_by_name['sdk'].enum_type = _SDK |
| _CATEGORIES.fields_by_name['categories'].message_type = _CATEGORIES_CATEGORY |
| _GETPRECOMPILEDOBJECTSREQUEST.fields_by_name['sdk'].enum_type = _SDK |
| _GETDEFAULTPRECOMPILEDOBJECTREQUEST.fields_by_name['sdk'].enum_type = _SDK |
| _GETPRECOMPILEDOBJECTSRESPONSE.fields_by_name['sdk_categories'].message_type = _CATEGORIES |
| _GETDEFAULTPRECOMPILEDOBJECTRESPONSE.fields_by_name['precompiled_object'].message_type = _PRECOMPILEDOBJECT |
| DESCRIPTOR.message_types_by_name['RunCodeRequest'] = _RUNCODEREQUEST |
| DESCRIPTOR.message_types_by_name['RunCodeResponse'] = _RUNCODERESPONSE |
| DESCRIPTOR.message_types_by_name['CheckStatusRequest'] = _CHECKSTATUSREQUEST |
| DESCRIPTOR.message_types_by_name['CheckStatusResponse'] = _CHECKSTATUSRESPONSE |
| DESCRIPTOR.message_types_by_name['GetValidationOutputRequest'] = _GETVALIDATIONOUTPUTREQUEST |
| DESCRIPTOR.message_types_by_name['GetValidationOutputResponse'] = _GETVALIDATIONOUTPUTRESPONSE |
| DESCRIPTOR.message_types_by_name['GetPreparationOutputRequest'] = _GETPREPARATIONOUTPUTREQUEST |
| DESCRIPTOR.message_types_by_name['GetPreparationOutputResponse'] = _GETPREPARATIONOUTPUTRESPONSE |
| DESCRIPTOR.message_types_by_name['GetCompileOutputRequest'] = _GETCOMPILEOUTPUTREQUEST |
| DESCRIPTOR.message_types_by_name['GetCompileOutputResponse'] = _GETCOMPILEOUTPUTRESPONSE |
| DESCRIPTOR.message_types_by_name['GetRunOutputRequest'] = _GETRUNOUTPUTREQUEST |
| DESCRIPTOR.message_types_by_name['GetRunOutputResponse'] = _GETRUNOUTPUTRESPONSE |
| DESCRIPTOR.message_types_by_name['GetRunErrorRequest'] = _GETRUNERRORREQUEST |
| DESCRIPTOR.message_types_by_name['GetRunErrorResponse'] = _GETRUNERRORRESPONSE |
| DESCRIPTOR.message_types_by_name['GetLogsRequest'] = _GETLOGSREQUEST |
| DESCRIPTOR.message_types_by_name['GetLogsResponse'] = _GETLOGSRESPONSE |
| DESCRIPTOR.message_types_by_name['GetGraphRequest'] = _GETGRAPHREQUEST |
| DESCRIPTOR.message_types_by_name['GetGraphResponse'] = _GETGRAPHRESPONSE |
| DESCRIPTOR.message_types_by_name['CancelRequest'] = _CANCELREQUEST |
| DESCRIPTOR.message_types_by_name['CancelResponse'] = _CANCELRESPONSE |
| DESCRIPTOR.message_types_by_name['PrecompiledObject'] = _PRECOMPILEDOBJECT |
| DESCRIPTOR.message_types_by_name['Categories'] = _CATEGORIES |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectsRequest'] = _GETPRECOMPILEDOBJECTSREQUEST |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectCodeRequest'] = _GETPRECOMPILEDOBJECTCODEREQUEST |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectOutputRequest'] = _GETPRECOMPILEDOBJECTOUTPUTREQUEST |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectLogsRequest'] = _GETPRECOMPILEDOBJECTLOGSREQUEST |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectGraphRequest'] = _GETPRECOMPILEDOBJECTGRAPHREQUEST |
| DESCRIPTOR.message_types_by_name['GetDefaultPrecompiledObjectRequest'] = _GETDEFAULTPRECOMPILEDOBJECTREQUEST |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectsResponse'] = _GETPRECOMPILEDOBJECTSRESPONSE |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectCodeResponse'] = _GETPRECOMPILEDOBJECTCODERESPONSE |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectOutputResponse'] = _GETPRECOMPILEDOBJECTOUTPUTRESPONSE |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectLogsResponse'] = _GETPRECOMPILEDOBJECTLOGSRESPONSE |
| DESCRIPTOR.message_types_by_name['GetPrecompiledObjectGraphResponse'] = _GETPRECOMPILEDOBJECTGRAPHRESPONSE |
| DESCRIPTOR.message_types_by_name['GetDefaultPrecompiledObjectResponse'] = _GETDEFAULTPRECOMPILEDOBJECTRESPONSE |
| DESCRIPTOR.enum_types_by_name['Sdk'] = _SDK |
| DESCRIPTOR.enum_types_by_name['Status'] = _STATUS |
| DESCRIPTOR.enum_types_by_name['PrecompiledObjectType'] = _PRECOMPILEDOBJECTTYPE |
| _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| |
| RunCodeRequest = _reflection.GeneratedProtocolMessageType('RunCodeRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _RUNCODEREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.RunCodeRequest) |
| }) |
| _sym_db.RegisterMessage(RunCodeRequest) |
| |
| RunCodeResponse = _reflection.GeneratedProtocolMessageType('RunCodeResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _RUNCODERESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.RunCodeResponse) |
| }) |
| _sym_db.RegisterMessage(RunCodeResponse) |
| |
| CheckStatusRequest = _reflection.GeneratedProtocolMessageType('CheckStatusRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _CHECKSTATUSREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.CheckStatusRequest) |
| }) |
| _sym_db.RegisterMessage(CheckStatusRequest) |
| |
| CheckStatusResponse = _reflection.GeneratedProtocolMessageType('CheckStatusResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _CHECKSTATUSRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.CheckStatusResponse) |
| }) |
| _sym_db.RegisterMessage(CheckStatusResponse) |
| |
| GetValidationOutputRequest = _reflection.GeneratedProtocolMessageType('GetValidationOutputRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETVALIDATIONOUTPUTREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetValidationOutputRequest) |
| }) |
| _sym_db.RegisterMessage(GetValidationOutputRequest) |
| |
| GetValidationOutputResponse = _reflection.GeneratedProtocolMessageType('GetValidationOutputResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETVALIDATIONOUTPUTRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetValidationOutputResponse) |
| }) |
| _sym_db.RegisterMessage(GetValidationOutputResponse) |
| |
| GetPreparationOutputRequest = _reflection.GeneratedProtocolMessageType('GetPreparationOutputRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPREPARATIONOUTPUTREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPreparationOutputRequest) |
| }) |
| _sym_db.RegisterMessage(GetPreparationOutputRequest) |
| |
| GetPreparationOutputResponse = _reflection.GeneratedProtocolMessageType('GetPreparationOutputResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPREPARATIONOUTPUTRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPreparationOutputResponse) |
| }) |
| _sym_db.RegisterMessage(GetPreparationOutputResponse) |
| |
| GetCompileOutputRequest = _reflection.GeneratedProtocolMessageType('GetCompileOutputRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETCOMPILEOUTPUTREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetCompileOutputRequest) |
| }) |
| _sym_db.RegisterMessage(GetCompileOutputRequest) |
| |
| GetCompileOutputResponse = _reflection.GeneratedProtocolMessageType('GetCompileOutputResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETCOMPILEOUTPUTRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetCompileOutputResponse) |
| }) |
| _sym_db.RegisterMessage(GetCompileOutputResponse) |
| |
| GetRunOutputRequest = _reflection.GeneratedProtocolMessageType('GetRunOutputRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETRUNOUTPUTREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetRunOutputRequest) |
| }) |
| _sym_db.RegisterMessage(GetRunOutputRequest) |
| |
| GetRunOutputResponse = _reflection.GeneratedProtocolMessageType('GetRunOutputResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETRUNOUTPUTRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetRunOutputResponse) |
| }) |
| _sym_db.RegisterMessage(GetRunOutputResponse) |
| |
| GetRunErrorRequest = _reflection.GeneratedProtocolMessageType('GetRunErrorRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETRUNERRORREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetRunErrorRequest) |
| }) |
| _sym_db.RegisterMessage(GetRunErrorRequest) |
| |
| GetRunErrorResponse = _reflection.GeneratedProtocolMessageType('GetRunErrorResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETRUNERRORRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetRunErrorResponse) |
| }) |
| _sym_db.RegisterMessage(GetRunErrorResponse) |
| |
| GetLogsRequest = _reflection.GeneratedProtocolMessageType('GetLogsRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETLOGSREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetLogsRequest) |
| }) |
| _sym_db.RegisterMessage(GetLogsRequest) |
| |
| GetLogsResponse = _reflection.GeneratedProtocolMessageType('GetLogsResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETLOGSRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetLogsResponse) |
| }) |
| _sym_db.RegisterMessage(GetLogsResponse) |
| |
| GetGraphRequest = _reflection.GeneratedProtocolMessageType('GetGraphRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETGRAPHREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetGraphRequest) |
| }) |
| _sym_db.RegisterMessage(GetGraphRequest) |
| |
| GetGraphResponse = _reflection.GeneratedProtocolMessageType('GetGraphResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETGRAPHRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetGraphResponse) |
| }) |
| _sym_db.RegisterMessage(GetGraphResponse) |
| |
| CancelRequest = _reflection.GeneratedProtocolMessageType('CancelRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _CANCELREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.CancelRequest) |
| }) |
| _sym_db.RegisterMessage(CancelRequest) |
| |
| CancelResponse = _reflection.GeneratedProtocolMessageType('CancelResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _CANCELRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.CancelResponse) |
| }) |
| _sym_db.RegisterMessage(CancelResponse) |
| |
| PrecompiledObject = _reflection.GeneratedProtocolMessageType('PrecompiledObject', (_message.Message,), { |
| 'DESCRIPTOR' : _PRECOMPILEDOBJECT, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.PrecompiledObject) |
| }) |
| _sym_db.RegisterMessage(PrecompiledObject) |
| |
| Categories = _reflection.GeneratedProtocolMessageType('Categories', (_message.Message,), { |
| |
| 'Category' : _reflection.GeneratedProtocolMessageType('Category', (_message.Message,), { |
| 'DESCRIPTOR' : _CATEGORIES_CATEGORY, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.Categories.Category) |
| }) |
| , |
| 'DESCRIPTOR' : _CATEGORIES, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.Categories) |
| }) |
| _sym_db.RegisterMessage(Categories) |
| _sym_db.RegisterMessage(Categories.Category) |
| |
| GetPrecompiledObjectsRequest = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectsRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTSREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectsRequest) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectsRequest) |
| |
| GetPrecompiledObjectCodeRequest = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectCodeRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTCODEREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectCodeRequest) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectCodeRequest) |
| |
| GetPrecompiledObjectOutputRequest = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectOutputRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTOUTPUTREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectOutputRequest) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectOutputRequest) |
| |
| GetPrecompiledObjectLogsRequest = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectLogsRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTLOGSREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectLogsRequest) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectLogsRequest) |
| |
| GetPrecompiledObjectGraphRequest = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectGraphRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTGRAPHREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectGraphRequest) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectGraphRequest) |
| |
| GetDefaultPrecompiledObjectRequest = _reflection.GeneratedProtocolMessageType('GetDefaultPrecompiledObjectRequest', (_message.Message,), { |
| 'DESCRIPTOR' : _GETDEFAULTPRECOMPILEDOBJECTREQUEST, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetDefaultPrecompiledObjectRequest) |
| }) |
| _sym_db.RegisterMessage(GetDefaultPrecompiledObjectRequest) |
| |
| GetPrecompiledObjectsResponse = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectsResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTSRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectsResponse) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectsResponse) |
| |
| GetPrecompiledObjectCodeResponse = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectCodeResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTCODERESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectCodeResponse) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectCodeResponse) |
| |
| GetPrecompiledObjectOutputResponse = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectOutputResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTOUTPUTRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectOutputResponse) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectOutputResponse) |
| |
| GetPrecompiledObjectLogsResponse = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectLogsResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTLOGSRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectLogsResponse) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectLogsResponse) |
| |
| GetPrecompiledObjectGraphResponse = _reflection.GeneratedProtocolMessageType('GetPrecompiledObjectGraphResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETPRECOMPILEDOBJECTGRAPHRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetPrecompiledObjectGraphResponse) |
| }) |
| _sym_db.RegisterMessage(GetPrecompiledObjectGraphResponse) |
| |
| GetDefaultPrecompiledObjectResponse = _reflection.GeneratedProtocolMessageType('GetDefaultPrecompiledObjectResponse', (_message.Message,), { |
| 'DESCRIPTOR' : _GETDEFAULTPRECOMPILEDOBJECTRESPONSE, |
| '__module__' : 'api_pb2' |
| # @@protoc_insertion_point(class_scope:api.v1.GetDefaultPrecompiledObjectResponse) |
| }) |
| _sym_db.RegisterMessage(GetDefaultPrecompiledObjectResponse) |
| |
| |
| DESCRIPTOR._options = None |
| |
| _PLAYGROUNDSERVICE = _descriptor.ServiceDescriptor( |
| name='PlaygroundService', |
| full_name='api.v1.PlaygroundService', |
| file=DESCRIPTOR, |
| index=0, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| serialized_start=2652, |
| serialized_end=4087, |
| methods=[ |
| _descriptor.MethodDescriptor( |
| name='RunCode', |
| full_name='api.v1.PlaygroundService.RunCode', |
| index=0, |
| containing_service=None, |
| input_type=_RUNCODEREQUEST, |
| output_type=_RUNCODERESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='CheckStatus', |
| full_name='api.v1.PlaygroundService.CheckStatus', |
| index=1, |
| containing_service=None, |
| input_type=_CHECKSTATUSREQUEST, |
| output_type=_CHECKSTATUSRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetRunOutput', |
| full_name='api.v1.PlaygroundService.GetRunOutput', |
| index=2, |
| containing_service=None, |
| input_type=_GETRUNOUTPUTREQUEST, |
| output_type=_GETRUNOUTPUTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetLogs', |
| full_name='api.v1.PlaygroundService.GetLogs', |
| index=3, |
| containing_service=None, |
| input_type=_GETLOGSREQUEST, |
| output_type=_GETLOGSRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetGraph', |
| full_name='api.v1.PlaygroundService.GetGraph', |
| index=4, |
| containing_service=None, |
| input_type=_GETGRAPHREQUEST, |
| output_type=_GETGRAPHRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetRunError', |
| full_name='api.v1.PlaygroundService.GetRunError', |
| index=5, |
| containing_service=None, |
| input_type=_GETRUNERRORREQUEST, |
| output_type=_GETRUNERRORRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetValidationOutput', |
| full_name='api.v1.PlaygroundService.GetValidationOutput', |
| index=6, |
| containing_service=None, |
| input_type=_GETVALIDATIONOUTPUTREQUEST, |
| output_type=_GETVALIDATIONOUTPUTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetPreparationOutput', |
| full_name='api.v1.PlaygroundService.GetPreparationOutput', |
| index=7, |
| containing_service=None, |
| input_type=_GETPREPARATIONOUTPUTREQUEST, |
| output_type=_GETPREPARATIONOUTPUTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetCompileOutput', |
| full_name='api.v1.PlaygroundService.GetCompileOutput', |
| index=8, |
| containing_service=None, |
| input_type=_GETCOMPILEOUTPUTREQUEST, |
| output_type=_GETCOMPILEOUTPUTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='Cancel', |
| full_name='api.v1.PlaygroundService.Cancel', |
| index=9, |
| containing_service=None, |
| input_type=_CANCELREQUEST, |
| output_type=_CANCELRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetPrecompiledObjects', |
| full_name='api.v1.PlaygroundService.GetPrecompiledObjects', |
| index=10, |
| containing_service=None, |
| input_type=_GETPRECOMPILEDOBJECTSREQUEST, |
| output_type=_GETPRECOMPILEDOBJECTSRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetPrecompiledObjectCode', |
| full_name='api.v1.PlaygroundService.GetPrecompiledObjectCode', |
| index=11, |
| containing_service=None, |
| input_type=_GETPRECOMPILEDOBJECTCODEREQUEST, |
| output_type=_GETPRECOMPILEDOBJECTCODERESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetPrecompiledObjectOutput', |
| full_name='api.v1.PlaygroundService.GetPrecompiledObjectOutput', |
| index=12, |
| containing_service=None, |
| input_type=_GETPRECOMPILEDOBJECTOUTPUTREQUEST, |
| output_type=_GETPRECOMPILEDOBJECTOUTPUTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetPrecompiledObjectLogs', |
| full_name='api.v1.PlaygroundService.GetPrecompiledObjectLogs', |
| index=13, |
| containing_service=None, |
| input_type=_GETPRECOMPILEDOBJECTLOGSREQUEST, |
| output_type=_GETPRECOMPILEDOBJECTLOGSRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetPrecompiledObjectGraph', |
| full_name='api.v1.PlaygroundService.GetPrecompiledObjectGraph', |
| index=14, |
| containing_service=None, |
| input_type=_GETPRECOMPILEDOBJECTGRAPHREQUEST, |
| output_type=_GETPRECOMPILEDOBJECTGRAPHRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| _descriptor.MethodDescriptor( |
| name='GetDefaultPrecompiledObject', |
| full_name='api.v1.PlaygroundService.GetDefaultPrecompiledObject', |
| index=15, |
| containing_service=None, |
| input_type=_GETDEFAULTPRECOMPILEDOBJECTREQUEST, |
| output_type=_GETDEFAULTPRECOMPILEDOBJECTRESPONSE, |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| ), |
| ]) |
| _sym_db.RegisterServiceDescriptor(_PLAYGROUNDSERVICE) |
| |
| DESCRIPTOR.services_by_name['PlaygroundService'] = _PLAYGROUNDSERVICE |
| |
| # @@protoc_insertion_point(module_scope) |