# Generated by the protocol buffer compiler. DO NOT EDIT! # source: broker/dev/service_plan.proto import sys _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) 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 from google.protobuf import descriptor_pb2 # @@protoc_insertion_point(imports) _sym_db = _symbol_database.Default() DESCRIPTOR = _descriptor.FileDescriptor( name='broker/dev/service_plan.proto', package='istio.broker.dev', syntax='proto3', serialized_pb=_b('\n\x1d\x62roker/dev/service_plan.proto\x12\x10istio.broker.dev\"L\n\x0bServicePlan\x12+\n\x04plan\x18\x01 \x01(\x0b\x32\x1d.istio.broker.dev.CatalogPlan\x12\x10\n\x08services\x18\x02 \x03(\t\"<\n\x0b\x43\x61talogPlan\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\n\n\x02id\x18\x02 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x03 \x01(\tB\x19Z\x17istio.io/api/broker/devb\x06proto3') ) _SERVICEPLAN = _descriptor.Descriptor( name='ServicePlan', full_name='istio.broker.dev.ServicePlan', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='plan', full_name='istio.broker.dev.ServicePlan.plan', index=0, number=1, type=11, cpp_type=10, label=1, has_default_value=False, default_value=None, message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='services', full_name='istio.broker.dev.ServicePlan.services', index=1, number=2, type=9, cpp_type=9, label=3, has_default_value=False, default_value=[], message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=51, serialized_end=127, ) _CATALOGPLAN = _descriptor.Descriptor( name='CatalogPlan', full_name='istio.broker.dev.CatalogPlan', filename=None, file=DESCRIPTOR, containing_type=None, fields=[ _descriptor.FieldDescriptor( name='name', full_name='istio.broker.dev.CatalogPlan.name', index=0, number=1, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='id', full_name='istio.broker.dev.CatalogPlan.id', index=1, number=2, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), _descriptor.FieldDescriptor( name='description', full_name='istio.broker.dev.CatalogPlan.description', index=2, number=3, type=9, cpp_type=9, label=1, has_default_value=False, default_value=_b("").decode('utf-8'), message_type=None, enum_type=None, containing_type=None, is_extension=False, extension_scope=None, options=None, file=DESCRIPTOR), ], extensions=[ ], nested_types=[], enum_types=[ ], options=None, is_extendable=False, syntax='proto3', extension_ranges=[], oneofs=[ ], serialized_start=129, serialized_end=189, ) _SERVICEPLAN.fields_by_name['plan'].message_type = _CATALOGPLAN DESCRIPTOR.message_types_by_name['ServicePlan'] = _SERVICEPLAN DESCRIPTOR.message_types_by_name['CatalogPlan'] = _CATALOGPLAN _sym_db.RegisterFileDescriptor(DESCRIPTOR) ServicePlan = _reflection.GeneratedProtocolMessageType('ServicePlan', (_message.Message,), dict( DESCRIPTOR = _SERVICEPLAN, __module__ = 'broker.dev.service_plan_pb2' # @@protoc_insertion_point(class_scope:istio.broker.dev.ServicePlan) )) _sym_db.RegisterMessage(ServicePlan) CatalogPlan = _reflection.GeneratedProtocolMessageType('CatalogPlan', (_message.Message,), dict( DESCRIPTOR = _CATALOGPLAN, __module__ = 'broker.dev.service_plan_pb2' # @@protoc_insertion_point(class_scope:istio.broker.dev.CatalogPlan) )) _sym_db.RegisterMessage(CatalogPlan) DESCRIPTOR.has_options = True DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('Z\027istio.io/api/broker/dev')) # @@protoc_insertion_point(module_scope)