| # Copyright 2022 Google LLC |
| # |
| # Licensed under the Apache License, Version 2.0 (the "License"); |
| # you may not use this file except in compliance with the License. |
| # You may obtain a copy of the License at |
| # |
| # http://www.apache.org/licenses/LICENSE-2.0 |
| # |
| # Unless required by applicable law or agreed to in writing, software |
| # distributed under the License is distributed on an "AS IS" BASIS, |
| # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| # See the License for the specific language governing permissions and |
| # limitations under the License. |
| # -*- coding: utf-8 -*- |
| # Generated by the protocol buffer compiler. DO NOT EDIT! |
| # source: common.proto |
| # pylint: skip-file |
| """Generated protocol buffer code.""" |
| 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 |
| # @@protoc_insertion_point(imports) |
| |
| _sym_db = _symbol_database.Default() |
| |
| |
| |
| |
| DESCRIPTOR = _descriptor.FileDescriptor( |
| name='common.proto', |
| package='pw.protobuf', |
| syntax='proto3', |
| serialized_options=None, |
| create_key=_descriptor._internal_create_key, |
| serialized_pb=b'\n\x0c\x63ommon.proto\x12\x0bpw.protobuf\"\x07\n\x05\x45mptyb\x06proto3' |
| ) |
| |
| |
| |
| |
| _EMPTY = _descriptor.Descriptor( |
| name='Empty', |
| full_name='pw.protobuf.Empty', |
| filename=None, |
| file=DESCRIPTOR, |
| containing_type=None, |
| create_key=_descriptor._internal_create_key, |
| fields=[ |
| ], |
| extensions=[ |
| ], |
| nested_types=[], |
| enum_types=[ |
| ], |
| serialized_options=None, |
| is_extendable=False, |
| syntax='proto3', |
| extension_ranges=[], |
| oneofs=[ |
| ], |
| serialized_start=29, |
| serialized_end=36, |
| ) |
| |
| DESCRIPTOR.message_types_by_name['Empty'] = _EMPTY |
| _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| |
| Empty = _reflection.GeneratedProtocolMessageType('Empty', (_message.Message,), { |
| 'DESCRIPTOR' : _EMPTY, |
| '__module__' : 'common_pb2' |
| # @@protoc_insertion_point(class_scope:pw.protobuf.Empty) |
| }) |
| _sym_db.RegisterMessage(Empty) |
| |
| |
| # @@protoc_insertion_point(module_scope) |