Repository URL to install this package:
Version:
0.1.2 ▾
|
# -*- coding: utf-8 -*-
# Generated by the protocol buffer compiler. DO NOT EDIT!
# source: anyvalue.proto
"""Generated protocol buffer code."""
from google.protobuf import descriptor as _descriptor
from google.protobuf import descriptor_pool as _descriptor_pool
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_pool.Default().AddSerializedFile(b'\n\x0e\x61nyvalue.proto\x12\x0bopamp.proto\"\xe8\x01\n\x08\x41nyValue\x12\x16\n\x0cstring_value\x18\x01 \x01(\tH\x00\x12\x14\n\nbool_value\x18\x02 \x01(\x08H\x00\x12\x13\n\tint_value\x18\x03 \x01(\x03H\x00\x12\x16\n\x0c\x64ouble_value\x18\x04 \x01(\x01H\x00\x12.\n\x0b\x61rray_value\x18\x05 \x01(\x0b\x32\x17.opamp.proto.ArrayValueH\x00\x12\x31\n\x0ckvlist_value\x18\x06 \x01(\x0b\x32\x19.opamp.proto.KeyValueListH\x00\x12\x15\n\x0b\x62ytes_value\x18\x07 \x01(\x0cH\x00\x42\x07\n\x05value\"3\n\nArrayValue\x12%\n\x06values\x18\x01 \x03(\x0b\x32\x15.opamp.proto.AnyValue\"5\n\x0cKeyValueList\x12%\n\x06values\x18\x01 \x03(\x0b\x32\x15.opamp.proto.KeyValue\"=\n\x08KeyValue\x12\x0b\n\x03key\x18\x01 \x01(\t\x12$\n\x05value\x18\x02 \x01(\x0b\x32\x15.opamp.proto.AnyValueB.Z,github.com/open-telemetry/opamp-go/protobufsb\x06proto3')
_ANYVALUE = DESCRIPTOR.message_types_by_name['AnyValue']
_ARRAYVALUE = DESCRIPTOR.message_types_by_name['ArrayValue']
_KEYVALUELIST = DESCRIPTOR.message_types_by_name['KeyValueList']
_KEYVALUE = DESCRIPTOR.message_types_by_name['KeyValue']
AnyValue = _reflection.GeneratedProtocolMessageType('AnyValue', (_message.Message,), {
'DESCRIPTOR' : _ANYVALUE,
'__module__' : 'anyvalue_pb2'
# @@protoc_insertion_point(class_scope:opamp.proto.AnyValue)
})
_sym_db.RegisterMessage(AnyValue)
ArrayValue = _reflection.GeneratedProtocolMessageType('ArrayValue', (_message.Message,), {
'DESCRIPTOR' : _ARRAYVALUE,
'__module__' : 'anyvalue_pb2'
# @@protoc_insertion_point(class_scope:opamp.proto.ArrayValue)
})
_sym_db.RegisterMessage(ArrayValue)
KeyValueList = _reflection.GeneratedProtocolMessageType('KeyValueList', (_message.Message,), {
'DESCRIPTOR' : _KEYVALUELIST,
'__module__' : 'anyvalue_pb2'
# @@protoc_insertion_point(class_scope:opamp.proto.KeyValueList)
})
_sym_db.RegisterMessage(KeyValueList)
KeyValue = _reflection.GeneratedProtocolMessageType('KeyValue', (_message.Message,), {
'DESCRIPTOR' : _KEYVALUE,
'__module__' : 'anyvalue_pb2'
# @@protoc_insertion_point(class_scope:opamp.proto.KeyValue)
})
_sym_db.RegisterMessage(KeyValue)
if _descriptor._USE_C_DESCRIPTORS == False:
DESCRIPTOR._options = None
DESCRIPTOR._serialized_options = b'Z,github.com/open-telemetry/opamp-go/protobufs'
_ANYVALUE._serialized_start=32
_ANYVALUE._serialized_end=264
_ARRAYVALUE._serialized_start=266
_ARRAYVALUE._serialized_end=317
_KEYVALUELIST._serialized_start=319
_KEYVALUELIST._serialized_end=372
_KEYVALUE._serialized_start=374
_KEYVALUE._serialized_end=435
# @@protoc_insertion_point(module_scope)