• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# -*- coding: utf-8 -*-
2# Generated by the protocol buffer compiler.  DO NOT EDIT!
3# source: chromiumos/config/api/software/disk_layout.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
14
15
16DESCRIPTOR = _descriptor.FileDescriptor(
17  name='chromiumos/config/api/software/disk_layout.proto',
18  package='chromiumos.config.api.software',
19  syntax='proto3',
20  serialized_options=b'Z1go.chromium.org/chromiumos/config/go/api/software',
21  create_key=_descriptor._internal_create_key,
22  serialized_pb=b'\n0chromiumos/config/api/software/disk_layout.proto\x12\x1e\x63hromiumos.config.api.software\"*\n\nDiskLayout\x12\x1c\n\x14\x64\x65\x66\x61ult_key_stateful\x18\x01 \x01(\x08\x42\x33Z1go.chromium.org/chromiumos/config/go/api/softwareb\x06proto3'
23)
24
25
26
27
28_DISKLAYOUT = _descriptor.Descriptor(
29  name='DiskLayout',
30  full_name='chromiumos.config.api.software.DiskLayout',
31  filename=None,
32  file=DESCRIPTOR,
33  containing_type=None,
34  create_key=_descriptor._internal_create_key,
35  fields=[
36    _descriptor.FieldDescriptor(
37      name='default_key_stateful', full_name='chromiumos.config.api.software.DiskLayout.default_key_stateful', index=0,
38      number=1, type=8, cpp_type=7, label=1,
39      has_default_value=False, default_value=False,
40      message_type=None, enum_type=None, containing_type=None,
41      is_extension=False, extension_scope=None,
42      serialized_options=None, file=DESCRIPTOR,  create_key=_descriptor._internal_create_key),
43  ],
44  extensions=[
45  ],
46  nested_types=[],
47  enum_types=[
48  ],
49  serialized_options=None,
50  is_extendable=False,
51  syntax='proto3',
52  extension_ranges=[],
53  oneofs=[
54  ],
55  serialized_start=84,
56  serialized_end=126,
57)
58
59DESCRIPTOR.message_types_by_name['DiskLayout'] = _DISKLAYOUT
60_sym_db.RegisterFileDescriptor(DESCRIPTOR)
61
62DiskLayout = _reflection.GeneratedProtocolMessageType('DiskLayout', (_message.Message,), {
63  'DESCRIPTOR' : _DISKLAYOUT,
64  '__module__' : 'chromiumos.config.api.software.disk_layout_pb2'
65  # @@protoc_insertion_point(class_scope:chromiumos.config.api.software.DiskLayout)
66  })
67_sym_db.RegisterMessage(DiskLayout)
68
69
70DESCRIPTOR._options = None
71# @@protoc_insertion_point(module_scope)
72