• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler.  DO NOT EDIT!
3# source: chromiumos/config/public_replication/public_replication.proto
4"""Generated protocol buffer code."""
5from google.protobuf import descriptor as _descriptor
6from google.protobuf import message as _message
7from google.protobuf import reflection as _reflection
8from google.protobuf import symbol_database as _symbol_database
9# @@protoc_insertion_point(imports)
10
11_sym_db = _symbol_database.Default()
12
13
14from google.protobuf import field_mask_pb2 as google_dot_protobuf_dot_field__mask__pb2
15
16
17DESCRIPTOR = _descriptor.FileDescriptor(
18  name='chromiumos/config/public_replication/public_replication.proto',
19  package='chromiumos.config.public_replication',
20  syntax='proto3',
21  serialized_options=b'Z7go.chromium.org/chromiumos/config/go/public_replication',
22  create_key=_descriptor._internal_create_key,
23  serialized_pb=b'\n=chromiumos/config/public_replication/public_replication.proto\x12$chromiumos.config.public_replication\x1a google/protobuf/field_mask.proto\"F\n\x11PublicReplication\x12\x31\n\rpublic_fields\x18\x01 \x01(\x0b\x32\x1a.google.protobuf.FieldMaskB9Z7go.chromium.org/chromiumos/config/go/public_replicationb\x06proto3'
24  ,
25  dependencies=[google_dot_protobuf_dot_field__mask__pb2.DESCRIPTOR,])
26
27
28
29
30_PUBLICREPLICATION = _descriptor.Descriptor(
31  name='PublicReplication',
32  full_name='chromiumos.config.public_replication.PublicReplication',
33  filename=None,
34  file=DESCRIPTOR,
35  containing_type=None,
36  create_key=_descriptor._internal_create_key,
37  fields=[
38    _descriptor.FieldDescriptor(
39      name='public_fields', full_name='chromiumos.config.public_replication.PublicReplication.public_fields', index=0,
40      number=1, type=11, cpp_type=10, label=1,
41      has_default_value=False, default_value=None,
42      message_type=None, enum_type=None, containing_type=None,
43      is_extension=False, extension_scope=None,
44      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
45  ],
46  extensions=[
47  ],
48  nested_types=[],
49  enum_types=[
50  ],
51  serialized_options=None,
52  is_extendable=False,
53  syntax='proto3',
54  extension_ranges=[],
55  oneofs=[
56  ],
57  serialized_start=137,
58  serialized_end=207,
59)
60
61_PUBLICREPLICATION.fields_by_name['public_fields'].message_type = google_dot_protobuf_dot_field__mask__pb2._FIELDMASK
62DESCRIPTOR.message_types_by_name['PublicReplication'] = _PUBLICREPLICATION
63_sym_db.RegisterFileDescriptor(DESCRIPTOR)
64
65PublicReplication = _reflection.GeneratedProtocolMessageType('PublicReplication', (_message.Message,), {
66  'DESCRIPTOR' : _PUBLICREPLICATION,
67  '__module__' : 'chromiumos.config.public_replication.public_replication_pb2'
68  # @@protoc_insertion_point(class_scope:chromiumos.config.public_replication.PublicReplication)
69  })
70_sym_db.RegisterMessage(PublicReplication)
71
72
73DESCRIPTOR._options = None
74# @@protoc_insertion_point(module_scope)
75