Newer
Older

Lluis Gifre Renom
committed
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: kpi_sample_types.proto

Lluis Gifre Renom
committed
"""Generated protocol buffer code."""
from google.protobuf.internal import enum_type_wrapper
from google.protobuf import descriptor as _descriptor
from google.protobuf import message as _message
from google.protobuf import reflection as _reflection
from google.protobuf import symbol_database as _symbol_database
# @@protoc_insertion_point(imports)
_sym_db = _symbol_database.Default()
DESCRIPTOR = _descriptor.FileDescriptor(
name='kpi_sample_types.proto',
syntax='proto3',
serialized_options=None,

Lluis Gifre Renom
committed
create_key=_descriptor._internal_create_key,
serialized_pb=b'\n\x16kpi_sample_types.proto\x12\x10kpi_sample_types*\xbe\x01\n\rKpiSampleType\x12\x19\n\x15KPISAMPLETYPE_UNKNOWN\x10\x00\x12%\n!KPISAMPLETYPE_PACKETS_TRANSMITTED\x10\x65\x12\"\n\x1eKPISAMPLETYPE_PACKETS_RECEIVED\x10\x66\x12$\n\x1fKPISAMPLETYPE_BYTES_TRANSMITTED\x10\xc9\x01\x12!\n\x1cKPISAMPLETYPE_BYTES_RECEIVED\x10\xca\x01\x62\x06proto3'
)
_KPISAMPLETYPE = _descriptor.EnumDescriptor(
name='KpiSampleType',
full_name='kpi_sample_types.KpiSampleType',
filename=None,
file=DESCRIPTOR,

Lluis Gifre Renom
committed
create_key=_descriptor._internal_create_key,

Lluis Gifre Renom
committed
name='KPISAMPLETYPE_UNKNOWN', index=0, number=0,

Lluis Gifre Renom
committed
type=None,
create_key=_descriptor._internal_create_key),

Lluis Gifre Renom
committed
name='KPISAMPLETYPE_PACKETS_TRANSMITTED', index=1, number=101,

Lluis Gifre Renom
committed
type=None,
create_key=_descriptor._internal_create_key),

Lluis Gifre Renom
committed
name='KPISAMPLETYPE_PACKETS_RECEIVED', index=2, number=102,

Lluis Gifre Renom
committed
type=None,
create_key=_descriptor._internal_create_key),

Lluis Gifre Renom
committed
name='KPISAMPLETYPE_BYTES_TRANSMITTED', index=3, number=201,

Lluis Gifre Renom
committed
type=None,
create_key=_descriptor._internal_create_key),

Lluis Gifre Renom
committed
name='KPISAMPLETYPE_BYTES_RECEIVED', index=4, number=202,

Lluis Gifre Renom
committed
type=None,
create_key=_descriptor._internal_create_key),
],
containing_type=None,
serialized_options=None,

Lluis Gifre Renom
committed
serialized_start=45,
serialized_end=235,
KpiSampleType = enum_type_wrapper.EnumTypeWrapper(_KPISAMPLETYPE)

Lluis Gifre Renom
committed
KPISAMPLETYPE_UNKNOWN = 0
KPISAMPLETYPE_PACKETS_TRANSMITTED = 101
KPISAMPLETYPE_PACKETS_RECEIVED = 102
KPISAMPLETYPE_BYTES_TRANSMITTED = 201
KPISAMPLETYPE_BYTES_RECEIVED = 202
DESCRIPTOR.enum_types_by_name['KpiSampleType'] = _KPISAMPLETYPE
_sym_db.RegisterFileDescriptor(DESCRIPTOR)
# @@protoc_insertion_point(module_scope)