perxis.common.operation_pb2

Generated protocol buffer code.

 1# -*- coding: utf-8 -*-
 2# Generated by the protocol buffer compiler.  DO NOT EDIT!
 3# NO CHECKED-IN PROTOBUF GENCODE
 4# source: common/operation.proto
 5# Protobuf Python Version: 5.27.2
 6"""Generated protocol buffer code."""
 7from google.protobuf import descriptor as _descriptor
 8from google.protobuf import descriptor_pool as _descriptor_pool
 9from google.protobuf import runtime_version as _runtime_version
10from google.protobuf import symbol_database as _symbol_database
11from google.protobuf.internal import builder as _builder
12_runtime_version.ValidateProtobufRuntimeVersion(
13    _runtime_version.Domain.PUBLIC,
14    5,
15    27,
16    2,
17    '',
18    'common/operation.proto'
19)
20# @@protoc_insertion_point(imports)
21
22_sym_db = _symbol_database.Default()
23
24
25from google.protobuf import timestamp_pb2 as google_dot_protobuf_dot_timestamp__pb2
26from google.protobuf import any_pb2 as google_dot_protobuf_dot_any__pb2
27from perxis.common import error_pb2 as common_dot_error__pb2
28
29
30DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(b'\n\x16\x63ommon/operation.proto\x12\x06\x63ommon\x1a\x1fgoogle/protobuf/timestamp.proto\x1a\x19google/protobuf/any.proto\x1a\x12\x63ommon/error.proto\"\xab\x02\n\tOperation\x12\n\n\x02id\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12.\n\ncreated_at\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x12\n\ncreated_by\x18\x04 \x01(\t\x12/\n\x0bmodified_at\x18\x06 \x01(\x0b\x32\x1a.google.protobuf.Timestamp\x12\x0c\n\x04\x64one\x18\x07 \x01(\x08\x12&\n\x08metadata\x18\x08 \x01(\x0b\x32\x14.google.protobuf.Any\x12(\n\x08response\x18\t \x01(\x0b\x32\x14.google.protobuf.AnyH\x00\x12\x1e\n\x05\x65rror\x18\n \x01(\x0b\x32\r.common.ErrorH\x00\x42\x08\n\x06resultB2Z0git.perx.ru/perxis/perxis-go/proto/common;commonb\x06proto3')
31
32_globals = globals()
33_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
34_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, 'common.operation_pb2', _globals)
35if not _descriptor._USE_C_DESCRIPTORS:
36  _globals['DESCRIPTOR']._loaded_options = None
37  _globals['DESCRIPTOR']._serialized_options = b'Z0git.perx.ru/perxis/perxis-go/proto/common;common'
38  _globals['_OPERATION']._serialized_start=115
39  _globals['_OPERATION']._serialized_end=414
40# @@protoc_insertion_point(module_scope)
DESCRIPTOR = <google.protobuf.descriptor.FileDescriptor object>