Scott Baker | bef5fd9 | 2019-02-21 10:24:02 -0800 | [diff] [blame] | 1 | #!/usr/bin/env python |
| 2 | |
| 3 | # Copyright 2017 the original author or authors. |
| 4 | # |
| 5 | # Licensed under the Apache License, Version 2.0 (the "License"); |
| 6 | # you may not use this file except in compliance with the License. |
| 7 | # You may obtain a copy of the License at |
| 8 | # |
| 9 | # http://www.apache.org/licenses/LICENSE-2.0 |
| 10 | # |
| 11 | # Unless required by applicable law or agreed to in writing, software |
| 12 | # distributed under the License is distributed on an "AS IS" BASIS, |
| 13 | # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. |
| 14 | # See the License for the specific language governing permissions and |
| 15 | # limitations under the License. |
| 16 | # |
| 17 | |
| 18 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 19 | # source: annotations.proto |
| 20 | |
Zack Williams | 5c2ea23 | 2019-01-30 15:23:01 -0700 | [diff] [blame] | 21 | from __future__ import absolute_import |
Scott Baker | bef5fd9 | 2019-02-21 10:24:02 -0800 | [diff] [blame] | 22 | import sys |
| 23 | _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) |
| 24 | from google.protobuf import descriptor as _descriptor |
| 25 | from google.protobuf import message as _message |
| 26 | from google.protobuf import reflection as _reflection |
| 27 | from google.protobuf import symbol_database as _symbol_database |
| 28 | from google.protobuf import descriptor_pb2 |
| 29 | # @@protoc_insertion_point(imports) |
| 30 | |
| 31 | _sym_db = _symbol_database.Default() |
| 32 | |
| 33 | |
Zack Williams | 5c2ea23 | 2019-01-30 15:23:01 -0700 | [diff] [blame] | 34 | from . import http_pb2 as http__pb2 |
Scott Baker | bef5fd9 | 2019-02-21 10:24:02 -0800 | [diff] [blame] | 35 | from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2 |
| 36 | |
| 37 | |
| 38 | DESCRIPTOR = _descriptor.FileDescriptor( |
| 39 | name='annotations.proto', |
| 40 | package='googleapi', |
| 41 | syntax='proto3', |
| 42 | serialized_pb=_b('\n\x11\x61nnotations.proto\x12\tgoogleapi\x1a\nhttp.proto\x1a google/protobuf/descriptor.proto:D\n\x04http\x12\x1e.google.protobuf.MethodOptions\x18\xb0\xca\xbc\" \x01(\x0b\x32\x13.googleapi.HttpRuleBn\n\x0e\x63om.google.apiB\x10\x41nnotationsProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3') |
| 43 | , |
| 44 | dependencies=[http__pb2.DESCRIPTOR,google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,]) |
| 45 | |
| 46 | |
| 47 | HTTP_FIELD_NUMBER = 72295728 |
| 48 | http = _descriptor.FieldDescriptor( |
| 49 | name='http', full_name='googleapi.http', index=0, |
| 50 | number=72295728, type=11, cpp_type=10, label=1, |
| 51 | has_default_value=False, default_value=None, |
| 52 | message_type=None, enum_type=None, containing_type=None, |
| 53 | is_extension=True, extension_scope=None, |
| 54 | options=None, file=DESCRIPTOR) |
| 55 | |
| 56 | DESCRIPTOR.extensions_by_name['http'] = http |
| 57 | _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| 58 | |
| 59 | http.message_type = http__pb2._HTTPRULE |
| 60 | google_dot_protobuf_dot_descriptor__pb2.MethodOptions.RegisterExtension(http) |
| 61 | |
| 62 | DESCRIPTOR.has_options = True |
| 63 | DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\016com.google.apiB\020AnnotationsProtoP\001ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\242\002\004GAPI')) |
| 64 | # @@protoc_insertion_point(module_scope) |