mirror of
https://github.com/mattermost/mattermost.git
synced 2026-02-16 17:19:07 -05:00
51 lines
3 KiB
Python
51 lines
3 KiB
Python
|
|
# -*- coding: utf-8 -*-
|
||
|
|
# Generated by the protocol buffer compiler. DO NOT EDIT!
|
||
|
|
# NO CHECKED-IN PROTOBUF GENCODE
|
||
|
|
# source: common.proto
|
||
|
|
# Protobuf Python Version: 6.31.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,
|
||
|
|
6,
|
||
|
|
31,
|
||
|
|
1,
|
||
|
|
'',
|
||
|
|
'common.proto'
|
||
|
|
)
|
||
|
|
# @@protoc_insertion_point(imports)
|
||
|
|
|
||
|
|
_sym_db = _symbol_database.Default()
|
||
|
|
|
||
|
|
|
||
|
|
from google.protobuf import struct_pb2 as google_dot_protobuf_dot_struct__pb2
|
||
|
|
|
||
|
|
|
||
|
|
DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x0c\x63ommon.proto\x12\x17mattermost.pluginapi.v1\x1a\x1cgoogle/protobuf/struct.proto\"\x07\n\x05\x45mpty\"z\n\tStringMap\x12>\n\x06values\x18\x01 \x03(\x0b\x32..mattermost.pluginapi.v1.StringMap.ValuesEntry\x1a-\n\x0bValuesEntry\x12\x0b\n\x03key\x18\x01 \x01(\t\x12\r\n\x05value\x18\x02 \x01(\t:\x02\x38\x01\"\\\n\x0eRequestContext\x12\x11\n\tplugin_id\x18\x01 \x01(\t\x12\x12\n\nrequest_id\x18\x02 \x01(\t\x12\x12\n\nsession_id\x18\x03 \x01(\t\x12\x0f\n\x07user_id\x18\x04 \x01(\t\"\xa0\x01\n\x08\x41ppError\x12\n\n\x02id\x18\x01 \x01(\t\x12\x0f\n\x07message\x18\x02 \x01(\t\x12\x16\n\x0e\x64\x65tailed_error\x18\x03 \x01(\t\x12\x12\n\nrequest_id\x18\x04 \x01(\t\x12\x13\n\x0bstatus_code\x18\x05 \x01(\x05\x12\r\n\x05where\x18\x06 \x01(\t\x12\'\n\x06params\x18\x07 \x01(\x0b\x32\x17.google.protobuf.Struct\"8\n\x15ViewUsersRestrictions\x12\r\n\x05teams\x18\x01 \x03(\t\x12\x10\n\x08\x63hannels\x18\x02 \x03(\tBXZVgithub.com/mattermost/mattermost/server/public/pluginapi/grpc/generated/go/pluginapiv1b\x06proto3')
|
||
|
|
|
||
|
|
_globals = globals()
|
||
|
|
_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
|
||
|
|
_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'common_pb2', _globals)
|
||
|
|
if not _descriptor._USE_C_DESCRIPTORS:
|
||
|
|
_globals['DESCRIPTOR']._loaded_options = None
|
||
|
|
_globals['DESCRIPTOR']._serialized_options = b'ZVgithub.com/mattermost/mattermost/server/public/pluginapi/grpc/generated/go/pluginapiv1'
|
||
|
|
_globals['_STRINGMAP_VALUESENTRY']._loaded_options = None
|
||
|
|
_globals['_STRINGMAP_VALUESENTRY']._serialized_options = b'8\001'
|
||
|
|
_globals['_EMPTY']._serialized_start=71
|
||
|
|
_globals['_EMPTY']._serialized_end=78
|
||
|
|
_globals['_STRINGMAP']._serialized_start=80
|
||
|
|
_globals['_STRINGMAP']._serialized_end=202
|
||
|
|
_globals['_STRINGMAP_VALUESENTRY']._serialized_start=157
|
||
|
|
_globals['_STRINGMAP_VALUESENTRY']._serialized_end=202
|
||
|
|
_globals['_REQUESTCONTEXT']._serialized_start=204
|
||
|
|
_globals['_REQUESTCONTEXT']._serialized_end=296
|
||
|
|
_globals['_APPERROR']._serialized_start=299
|
||
|
|
_globals['_APPERROR']._serialized_end=459
|
||
|
|
_globals['_VIEWUSERSRESTRICTIONS']._serialized_start=461
|
||
|
|
_globals['_VIEWUSERSRESTRICTIONS']._serialized_end=517
|
||
|
|
# @@protoc_insertion_point(module_scope)
|