Coverage for src / mysingle / protos / common / metadata_pb2.py: 0%

17 statements  

« prev     ^ index     » next       coverage.py v7.12.0, created at 2025-12-02 00:58 +0900

1# -*- coding: utf-8 -*- 

2# Generated by the protocol buffer compiler. DO NOT EDIT! 

3# NO CHECKED-IN PROTOBUF GENCODE 

4# source: common/metadata.proto 

5# Protobuf Python Version: 6.33.1 

6"""Generated protocol buffer code.""" 

7 

8from google.protobuf import descriptor as _descriptor 

9from google.protobuf import descriptor_pool as _descriptor_pool 

10from google.protobuf import runtime_version as _runtime_version 

11from google.protobuf import symbol_database as _symbol_database 

12from google.protobuf.internal import builder as _builder 

13 

14_runtime_version.ValidateProtobufRuntimeVersion( 

15 _runtime_version.Domain.PUBLIC, 6, 33, 1, "", "common/metadata.proto" 

16) 

17# @@protoc_insertion_point(imports) 

18 

19_sym_db = _symbol_database.Default() 

20 

21 

22DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( 

23 b'\n\x15\x63ommon/metadata.proto\x12\x0cgenai.common"\x97\x01\n\x08Metadata\x12\x1d\n\nrequest_id\x18\x01 \x01(\tR\trequestId\x12\x17\n\x07user_id\x18\x02 \x01(\tR\x06userId\x12\x1d\n\nsession_id\x18\x03 \x01(\tR\tsessionId\x12\x1c\n\ttimestamp\x18\x04 \x01(\x03R\ttimestamp\x12\x16\n\x06source\x18\x05 \x01(\tR\x06source"I\n\x0f\x43onfidenceScore\x12\x14\n\x05score\x18\x01 \x01(\x01R\x05score\x12 \n\x0b\x65xplanation\x18\x02 \x01(\tR\x0b\x65xplanationb\x06proto3' 

24) 

25 

26_globals = globals() 

27_builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals) 

28_builder.BuildTopDescriptorsAndMessages(DESCRIPTOR, "common.metadata_pb2", _globals) 

29if not _descriptor._USE_C_DESCRIPTORS: 

30 DESCRIPTOR._loaded_options = None 

31 _globals["_METADATA"]._serialized_start = 40 

32 _globals["_METADATA"]._serialized_end = 191 

33 _globals["_CONFIDENCESCORE"]._serialized_start = 193 

34 _globals["_CONFIDENCESCORE"]._serialized_end = 266 

35# @@protoc_insertion_point(module_scope)