Zsolt Haraszti | 361dc59 | 2016-09-25 22:25:23 -0700 | [diff] [blame] | 1 | # Generated by the protocol buffer compiler. DO NOT EDIT! |
| 2 | # source: third_party/google/api/annotations.proto |
| 3 | |
| 4 | import sys |
| 5 | _b=sys.version_info[0]<3 and (lambda x:x) or (lambda x:x.encode('latin1')) |
| 6 | from google.protobuf import descriptor as _descriptor |
| 7 | from google.protobuf import message as _message |
| 8 | from google.protobuf import reflection as _reflection |
| 9 | from google.protobuf import symbol_database as _symbol_database |
| 10 | from google.protobuf import descriptor_pb2 |
| 11 | # @@protoc_insertion_point(imports) |
| 12 | |
| 13 | _sym_db = _symbol_database.Default() |
| 14 | |
| 15 | |
| 16 | from google.api import http_pb2 as google_dot_api_dot_http__pb2 |
| 17 | from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2 |
| 18 | |
| 19 | |
| 20 | DESCRIPTOR = _descriptor.FileDescriptor( |
| 21 | name='third_party/google/api/annotations.proto', |
| 22 | package='google.api', |
| 23 | syntax='proto3', |
| 24 | serialized_pb=_b('\n(third_party/google/api/annotations.proto\x12\ngoogle.api\x1a\x15google/api/http.proto\x1a google/protobuf/descriptor.proto:E\n\x04http\x12\x1e.google.protobuf.MethodOptions\x18\xb0\xca\xbc\" \x01(\x0b\x32\x14.google.api.HttpRuleB$\n\x0e\x63om.google.apiB\x10\x41nnotationsProtoP\x01\x62\x06proto3') |
| 25 | , |
| 26 | dependencies=[google_dot_api_dot_http__pb2.DESCRIPTOR,google_dot_protobuf_dot_descriptor__pb2.DESCRIPTOR,]) |
| 27 | _sym_db.RegisterFileDescriptor(DESCRIPTOR) |
| 28 | |
| 29 | |
| 30 | HTTP_FIELD_NUMBER = 72295728 |
| 31 | http = _descriptor.FieldDescriptor( |
| 32 | name='http', full_name='google.api.http', index=0, |
| 33 | number=72295728, type=11, cpp_type=10, label=1, |
| 34 | has_default_value=False, default_value=None, |
| 35 | message_type=None, enum_type=None, containing_type=None, |
| 36 | is_extension=True, extension_scope=None, |
| 37 | options=None) |
| 38 | |
| 39 | DESCRIPTOR.extensions_by_name['http'] = http |
| 40 | |
| 41 | http.message_type = google_dot_api_dot_http__pb2._HTTPRULE |
| 42 | google_dot_protobuf_dot_descriptor__pb2.MethodOptions.RegisterExtension(http) |
| 43 | |
| 44 | DESCRIPTOR.has_options = True |
| 45 | DESCRIPTOR._options = _descriptor._ParseOptions(descriptor_pb2.FileOptions(), _b('\n\016com.google.apiB\020AnnotationsProtoP\001')) |
| 46 | import grpc |
| 47 | from grpc.beta import implementations as beta_implementations |
| 48 | from grpc.beta import interfaces as beta_interfaces |
| 49 | from grpc.framework.common import cardinality |
| 50 | from grpc.framework.interfaces.face import utilities as face_utilities |
| 51 | # @@protoc_insertion_point(module_scope) |