Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/google/logging/type/log_severity_pb2.py: 84%

25 statements  

« prev     ^ index     » next       coverage.py v7.2.2, created at 2023-03-26 07:30 +0000

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

2 

3# Copyright 2020 Google LLC 

4# 

5# Licensed under the Apache License, Version 2.0 (the "License"); 

6# you may not use this file except in compliance with the License. 

7# You may obtain a copy of the License at 

8# 

9# http://www.apache.org/licenses/LICENSE-2.0 

10# 

11# Unless required by applicable law or agreed to in writing, software 

12# distributed under the License is distributed on an "AS IS" BASIS, 

13# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 

14# See the License for the specific language governing permissions and 

15# limitations under the License. 

16 

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

18# source: google/logging/type/log_severity.proto 

19"""Generated protocol buffer code.""" 

20from google.protobuf.internal import enum_type_wrapper 

21from google.protobuf import descriptor as _descriptor 

22from google.protobuf import descriptor_pool as _descriptor_pool 

23from google.protobuf import message as _message 

24from google.protobuf import reflection as _reflection 

25from google.protobuf import symbol_database as _symbol_database 

26 

27# @@protoc_insertion_point(imports) 

28 

29_sym_db = _symbol_database.Default() 

30 

31 

32DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile( 

33 b"\n&google/logging/type/log_severity.proto\x12\x13google.logging.type*\x82\x01\n\x0bLogSeverity\x12\x0b\n\x07\x44\x45\x46\x41ULT\x10\x00\x12\t\n\x05\x44\x45\x42UG\x10\x64\x12\t\n\x04INFO\x10\xc8\x01\x12\x0b\n\x06NOTICE\x10\xac\x02\x12\x0c\n\x07WARNING\x10\x90\x03\x12\n\n\x05\x45RROR\x10\xf4\x03\x12\r\n\x08\x43RITICAL\x10\xd8\x04\x12\n\n\x05\x41LERT\x10\xbc\x05\x12\x0e\n\tEMERGENCY\x10\xa0\x06\x42\xc5\x01\n\x17\x63om.google.logging.typeB\x10LogSeverityProtoP\x01Z8google.golang.org/genproto/googleapis/logging/type;ltype\xa2\x02\x04GLOG\xaa\x02\x19Google.Cloud.Logging.Type\xca\x02\x19Google\\Cloud\\Logging\\Type\xea\x02\x1cGoogle::Cloud::Logging::Typeb\x06proto3" 

34) 

35 

36_LOGSEVERITY = DESCRIPTOR.enum_types_by_name["LogSeverity"] 

37LogSeverity = enum_type_wrapper.EnumTypeWrapper(_LOGSEVERITY) 

38DEFAULT = 0 

39DEBUG = 100 

40INFO = 200 

41NOTICE = 300 

42WARNING = 400 

43ERROR = 500 

44CRITICAL = 600 

45ALERT = 700 

46EMERGENCY = 800 

47 

48 

49if _descriptor._USE_C_DESCRIPTORS == False: 

50 

51 DESCRIPTOR._options = None 

52 DESCRIPTOR._serialized_options = b"\n\027com.google.logging.typeB\020LogSeverityProtoP\001Z8google.golang.org/genproto/googleapis/logging/type;ltype\242\002\004GLOG\252\002\031Google.Cloud.Logging.Type\312\002\031Google\\Cloud\\Logging\\Type\352\002\034Google::Cloud::Logging::Type" 

53 _LOGSEVERITY._serialized_start = 64 

54 _LOGSEVERITY._serialized_end = 194 

55# @@protoc_insertion_point(module_scope)