| Index: appengine/auth_service/proto/config_pb2.py
|
| diff --git a/appengine/auth_service/proto/config_pb2.py b/appengine/auth_service/proto/config_pb2.py
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..841c2bf0a1c220aa9454b3cfbc78d200ec4122f8
|
| --- /dev/null
|
| +++ b/appengine/auth_service/proto/config_pb2.py
|
| @@ -0,0 +1,183 @@
|
| +# Generated by the protocol buffer compiler. DO NOT EDIT!
|
| +# source: config.proto
|
| +
|
| +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 descriptor_pb2
|
| +# @@protoc_insertion_point(imports)
|
| +
|
| +
|
| +
|
| +
|
| +DESCRIPTOR = _descriptor.FileDescriptor(
|
| + name='config.proto',
|
| + package='auth_service',
|
| + serialized_pb='\n\x0c\x63onfig.proto\x12\x0c\x61uth_service\"\xd3\x02\n\x13GroupImporterConfig\x12?\n\x07tarball\x18\x01 \x03(\x0b\x32..auth_service.GroupImporterConfig.TarballEntry\x12\x43\n\tplainlist\x18\x02 \x03(\x0b\x32\x30.auth_service.GroupImporterConfig.PlainlistEntry\x1a\x62\n\x0cTarballEntry\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x14\n\x0coauth_scopes\x18\x02 \x03(\t\x12\x0e\n\x06\x64omain\x18\x03 \x01(\t\x12\x0f\n\x07systems\x18\x04 \x03(\t\x12\x0e\n\x06groups\x18\x05 \x03(\t\x1aR\n\x0ePlainlistEntry\x12\x0b\n\x03url\x18\x01 \x01(\t\x12\x14\n\x0coauth_scopes\x18\x02 \x03(\t\x12\x0e\n\x06\x64omain\x18\x03 \x01(\t\x12\r\n\x05group\x18\x04 \x01(\t')
|
| +
|
| +
|
| +
|
| +
|
| +_GROUPIMPORTERCONFIG_TARBALLENTRY = _descriptor.Descriptor(
|
| + name='TarballEntry',
|
| + full_name='auth_service.GroupImporterConfig.TarballEntry',
|
| + filename=None,
|
| + file=DESCRIPTOR,
|
| + containing_type=None,
|
| + fields=[
|
| + _descriptor.FieldDescriptor(
|
| + name='url', full_name='auth_service.GroupImporterConfig.TarballEntry.url', index=0,
|
| + number=1, type=9, cpp_type=9, label=1,
|
| + has_default_value=False, default_value=unicode("", "utf-8"),
|
| + message_type=None, enum_type=None, containing_type=None,
|
| + is_extension=False, extension_scope=None,
|
| + options=None),
|
| + _descriptor.FieldDescriptor(
|
| + name='oauth_scopes', full_name='auth_service.GroupImporterConfig.TarballEntry.oauth_scopes', 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),
|
| + _descriptor.FieldDescriptor(
|
| + name='domain', full_name='auth_service.GroupImporterConfig.TarballEntry.domain', index=2,
|
| + number=3, type=9, cpp_type=9, label=1,
|
| + has_default_value=False, default_value=unicode("", "utf-8"),
|
| + message_type=None, enum_type=None, containing_type=None,
|
| + is_extension=False, extension_scope=None,
|
| + options=None),
|
| + _descriptor.FieldDescriptor(
|
| + name='systems', full_name='auth_service.GroupImporterConfig.TarballEntry.systems', index=3,
|
| + number=4, 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),
|
| + _descriptor.FieldDescriptor(
|
| + name='groups', full_name='auth_service.GroupImporterConfig.TarballEntry.groups', index=4,
|
| + number=5, 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),
|
| + ],
|
| + extensions=[
|
| + ],
|
| + nested_types=[],
|
| + enum_types=[
|
| + ],
|
| + options=None,
|
| + is_extendable=False,
|
| + extension_ranges=[],
|
| + serialized_start=188,
|
| + serialized_end=286,
|
| +)
|
| +
|
| +_GROUPIMPORTERCONFIG_PLAINLISTENTRY = _descriptor.Descriptor(
|
| + name='PlainlistEntry',
|
| + full_name='auth_service.GroupImporterConfig.PlainlistEntry',
|
| + filename=None,
|
| + file=DESCRIPTOR,
|
| + containing_type=None,
|
| + fields=[
|
| + _descriptor.FieldDescriptor(
|
| + name='url', full_name='auth_service.GroupImporterConfig.PlainlistEntry.url', index=0,
|
| + number=1, type=9, cpp_type=9, label=1,
|
| + has_default_value=False, default_value=unicode("", "utf-8"),
|
| + message_type=None, enum_type=None, containing_type=None,
|
| + is_extension=False, extension_scope=None,
|
| + options=None),
|
| + _descriptor.FieldDescriptor(
|
| + name='oauth_scopes', full_name='auth_service.GroupImporterConfig.PlainlistEntry.oauth_scopes', 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),
|
| + _descriptor.FieldDescriptor(
|
| + name='domain', full_name='auth_service.GroupImporterConfig.PlainlistEntry.domain', index=2,
|
| + number=3, type=9, cpp_type=9, label=1,
|
| + has_default_value=False, default_value=unicode("", "utf-8"),
|
| + message_type=None, enum_type=None, containing_type=None,
|
| + is_extension=False, extension_scope=None,
|
| + options=None),
|
| + _descriptor.FieldDescriptor(
|
| + name='group', full_name='auth_service.GroupImporterConfig.PlainlistEntry.group', index=3,
|
| + number=4, type=9, cpp_type=9, label=1,
|
| + has_default_value=False, default_value=unicode("", "utf-8"),
|
| + message_type=None, enum_type=None, containing_type=None,
|
| + is_extension=False, extension_scope=None,
|
| + options=None),
|
| + ],
|
| + extensions=[
|
| + ],
|
| + nested_types=[],
|
| + enum_types=[
|
| + ],
|
| + options=None,
|
| + is_extendable=False,
|
| + extension_ranges=[],
|
| + serialized_start=288,
|
| + serialized_end=370,
|
| +)
|
| +
|
| +_GROUPIMPORTERCONFIG = _descriptor.Descriptor(
|
| + name='GroupImporterConfig',
|
| + full_name='auth_service.GroupImporterConfig',
|
| + filename=None,
|
| + file=DESCRIPTOR,
|
| + containing_type=None,
|
| + fields=[
|
| + _descriptor.FieldDescriptor(
|
| + name='tarball', full_name='auth_service.GroupImporterConfig.tarball', index=0,
|
| + number=1, type=11, cpp_type=10, 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),
|
| + _descriptor.FieldDescriptor(
|
| + name='plainlist', full_name='auth_service.GroupImporterConfig.plainlist', index=1,
|
| + number=2, type=11, cpp_type=10, 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),
|
| + ],
|
| + extensions=[
|
| + ],
|
| + nested_types=[_GROUPIMPORTERCONFIG_TARBALLENTRY, _GROUPIMPORTERCONFIG_PLAINLISTENTRY, ],
|
| + enum_types=[
|
| + ],
|
| + options=None,
|
| + is_extendable=False,
|
| + extension_ranges=[],
|
| + serialized_start=31,
|
| + serialized_end=370,
|
| +)
|
| +
|
| +_GROUPIMPORTERCONFIG_TARBALLENTRY.containing_type = _GROUPIMPORTERCONFIG;
|
| +_GROUPIMPORTERCONFIG_PLAINLISTENTRY.containing_type = _GROUPIMPORTERCONFIG;
|
| +_GROUPIMPORTERCONFIG.fields_by_name['tarball'].message_type = _GROUPIMPORTERCONFIG_TARBALLENTRY
|
| +_GROUPIMPORTERCONFIG.fields_by_name['plainlist'].message_type = _GROUPIMPORTERCONFIG_PLAINLISTENTRY
|
| +DESCRIPTOR.message_types_by_name['GroupImporterConfig'] = _GROUPIMPORTERCONFIG
|
| +
|
| +class GroupImporterConfig(_message.Message):
|
| + __metaclass__ = _reflection.GeneratedProtocolMessageType
|
| +
|
| + class TarballEntry(_message.Message):
|
| + __metaclass__ = _reflection.GeneratedProtocolMessageType
|
| + DESCRIPTOR = _GROUPIMPORTERCONFIG_TARBALLENTRY
|
| +
|
| + # @@protoc_insertion_point(class_scope:auth_service.GroupImporterConfig.TarballEntry)
|
| +
|
| + class PlainlistEntry(_message.Message):
|
| + __metaclass__ = _reflection.GeneratedProtocolMessageType
|
| + DESCRIPTOR = _GROUPIMPORTERCONFIG_PLAINLISTENTRY
|
| +
|
| + # @@protoc_insertion_point(class_scope:auth_service.GroupImporterConfig.PlainlistEntry)
|
| + DESCRIPTOR = _GROUPIMPORTERCONFIG
|
| +
|
| + # @@protoc_insertion_point(class_scope:auth_service.GroupImporterConfig)
|
| +
|
| +
|
| +# @@protoc_insertion_point(module_scope)
|
|
|