Coverage for /pythoncovmergedfiles/medio/medio/usr/local/lib/python3.8/site-packages/google/rpc/code_pb2.py: 88%
33 statements
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-26 07:30 +0000
« prev ^ index » next coverage.py v7.2.2, created at 2023-03-26 07:30 +0000
1# -*- coding: utf-8 -*-
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.
17# Generated by the protocol buffer compiler. DO NOT EDIT!
18# source: google/rpc/code.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
27# @@protoc_insertion_point(imports)
29_sym_db = _symbol_database.Default()
32DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
33 b"\n\x15google/rpc/code.proto\x12\ngoogle.rpc*\xb7\x02\n\x04\x43ode\x12\x06\n\x02OK\x10\x00\x12\r\n\tCANCELLED\x10\x01\x12\x0b\n\x07UNKNOWN\x10\x02\x12\x14\n\x10INVALID_ARGUMENT\x10\x03\x12\x15\n\x11\x44\x45\x41\x44LINE_EXCEEDED\x10\x04\x12\r\n\tNOT_FOUND\x10\x05\x12\x12\n\x0e\x41LREADY_EXISTS\x10\x06\x12\x15\n\x11PERMISSION_DENIED\x10\x07\x12\x13\n\x0fUNAUTHENTICATED\x10\x10\x12\x16\n\x12RESOURCE_EXHAUSTED\x10\x08\x12\x17\n\x13\x46\x41ILED_PRECONDITION\x10\t\x12\x0b\n\x07\x41\x42ORTED\x10\n\x12\x10\n\x0cOUT_OF_RANGE\x10\x0b\x12\x11\n\rUNIMPLEMENTED\x10\x0c\x12\x0c\n\x08INTERNAL\x10\r\x12\x0f\n\x0bUNAVAILABLE\x10\x0e\x12\r\n\tDATA_LOSS\x10\x0f\x42X\n\x0e\x63om.google.rpcB\tCodeProtoP\x01Z3google.golang.org/genproto/googleapis/rpc/code;code\xa2\x02\x03RPCb\x06proto3"
34)
36_CODE = DESCRIPTOR.enum_types_by_name["Code"]
37Code = enum_type_wrapper.EnumTypeWrapper(_CODE)
38OK = 0
39CANCELLED = 1
40UNKNOWN = 2
41INVALID_ARGUMENT = 3
42DEADLINE_EXCEEDED = 4
43NOT_FOUND = 5
44ALREADY_EXISTS = 6
45PERMISSION_DENIED = 7
46UNAUTHENTICATED = 16
47RESOURCE_EXHAUSTED = 8
48FAILED_PRECONDITION = 9
49ABORTED = 10
50OUT_OF_RANGE = 11
51UNIMPLEMENTED = 12
52INTERNAL = 13
53UNAVAILABLE = 14
54DATA_LOSS = 15
57if _descriptor._USE_C_DESCRIPTORS == False:
59 DESCRIPTOR._options = None
60 DESCRIPTOR._serialized_options = b"\n\016com.google.rpcB\tCodeProtoP\001Z3google.golang.org/genproto/googleapis/rpc/code;code\242\002\003RPC"
61 _CODE._serialized_start = 38
62 _CODE._serialized_end = 349
63# @@protoc_insertion_point(module_scope)