mirror of
https://github.com/joshuadavidthomas/django-language-server.git
synced 2025-07-16 08:55:04 +00:00
unneeded now since the agent imports and sets up Django as part of it's initial serving
46 lines
2.1 KiB
Python
46 lines
2.1 KiB
Python
# WARNING: This file is generated by protobuf. DO NOT EDIT!
|
|
# Any changes made to this file will be overwritten when the protobuf files are regenerated.
|
|
# Source: v1/check.proto
|
|
|
|
# -*- coding: utf-8 -*-
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
|
# source: v1/check.proto
|
|
# Protobuf Python Version: 5.29.1
|
|
"""Generated protocol buffer code."""
|
|
from google.protobuf import descriptor as _descriptor
|
|
from google.protobuf import descriptor_pool as _descriptor_pool
|
|
from google.protobuf import runtime_version as _runtime_version
|
|
from google.protobuf import symbol_database as _symbol_database
|
|
from google.protobuf.internal import builder as _builder
|
|
_runtime_version.ValidateProtobufRuntimeVersion(
|
|
_runtime_version.Domain.PUBLIC,
|
|
5,
|
|
29,
|
|
1,
|
|
'',
|
|
'v1/check.proto'
|
|
)
|
|
# @@protoc_insertion_point(imports)
|
|
|
|
_sym_db = _symbol_database.Default()
|
|
|
|
|
|
|
|
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0ev1/check.proto\x12\rdjls.v1.check\"\x0f\n\rHealthRequest\">\n\x0eHealthResponse\x12\x0e\n\x06passed\x18\x01 \x01(\x08\x12\x12\n\x05\x65rror\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_error\"\'\n\x13\x41ppInstalledRequest\x12\x10\n\x08\x61pp_name\x18\x01 \x01(\t\"D\n\x14\x41ppInstalledResponse\x12\x0e\n\x06passed\x18\x01 \x01(\x08\x12\x12\n\x05\x65rror\x18\x02 \x01(\tH\x00\x88\x01\x01\x42\x08\n\x06_errorb\x06proto3')
|
|
|
|
_globals = globals()
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'v1.check_pb2', _globals)
|
|
if not _descriptor._USE_C_DESCRIPTORS:
|
|
DESCRIPTOR._loaded_options = None
|
|
_globals['_HEALTHREQUEST']._serialized_start=33
|
|
_globals['_HEALTHREQUEST']._serialized_end=48
|
|
_globals['_HEALTHRESPONSE']._serialized_start=50
|
|
_globals['_HEALTHRESPONSE']._serialized_end=112
|
|
_globals['_APPINSTALLEDREQUEST']._serialized_start=114
|
|
_globals['_APPINSTALLEDREQUEST']._serialized_end=153
|
|
_globals['_APPINSTALLEDRESPONSE']._serialized_start=155
|
|
_globals['_APPINSTALLEDRESPONSE']._serialized_end=223
|
|
# @@protoc_insertion_point(module_scope)
|