documentation_pb2.py 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # -*- coding: utf-8 -*-
  2. # Copyright 2025 Google LLC
  3. #
  4. # Licensed under the Apache License, Version 2.0 (the "License");
  5. # you may not use this file except in compliance with the License.
  6. # You may obtain a copy of the License at
  7. #
  8. # http://www.apache.org/licenses/LICENSE-2.0
  9. #
  10. # Unless required by applicable law or agreed to in writing, software
  11. # distributed under the License is distributed on an "AS IS" BASIS,
  12. # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  13. # See the License for the specific language governing permissions and
  14. # limitations under the License.
  15. # Generated by the protocol buffer compiler. DO NOT EDIT!
  16. # source: google/api/documentation.proto
  17. # Protobuf Python Version: 4.25.3
  18. """Generated protocol buffer code."""
  19. from google.protobuf import descriptor as _descriptor
  20. from google.protobuf import descriptor_pool as _descriptor_pool
  21. from google.protobuf import symbol_database as _symbol_database
  22. from google.protobuf.internal import builder as _builder
  23. # @@protoc_insertion_point(imports)
  24. _sym_db = _symbol_database.Default()
  25. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
  26. b'\n\x1egoogle/api/documentation.proto\x12\ngoogle.api"\xbb\x01\n\rDocumentation\x12\x0f\n\x07summary\x18\x01 \x01(\t\x12\x1f\n\x05pages\x18\x05 \x03(\x0b\x32\x10.google.api.Page\x12,\n\x05rules\x18\x03 \x03(\x0b\x32\x1d.google.api.DocumentationRule\x12\x1e\n\x16\x64ocumentation_root_url\x18\x04 \x01(\t\x12\x18\n\x10service_root_url\x18\x06 \x01(\t\x12\x10\n\x08overview\x18\x02 \x01(\t"[\n\x11\x44ocumentationRule\x12\x10\n\x08selector\x18\x01 \x01(\t\x12\x13\n\x0b\x64\x65scription\x18\x02 \x01(\t\x12\x1f\n\x17\x64\x65precation_description\x18\x03 \x01(\t"I\n\x04Page\x12\x0c\n\x04name\x18\x01 \x01(\t\x12\x0f\n\x07\x63ontent\x18\x02 \x01(\t\x12"\n\x08subpages\x18\x03 \x03(\x0b\x32\x10.google.api.PageBt\n\x0e\x63om.google.apiB\x12\x44ocumentationProtoP\x01ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\xa2\x02\x04GAPIb\x06proto3'
  27. )
  28. _globals = globals()
  29. _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
  30. _builder.BuildTopDescriptorsAndMessages(
  31. DESCRIPTOR, "google.api.documentation_pb2", _globals
  32. )
  33. if _descriptor._USE_C_DESCRIPTORS == False:
  34. _globals["DESCRIPTOR"]._options = None
  35. _globals[
  36. "DESCRIPTOR"
  37. ]._serialized_options = b"\n\016com.google.apiB\022DocumentationProtoP\001ZEgoogle.golang.org/genproto/googleapis/api/serviceconfig;serviceconfig\242\002\004GAPI"
  38. _globals["_DOCUMENTATION"]._serialized_start = 47
  39. _globals["_DOCUMENTATION"]._serialized_end = 234
  40. _globals["_DOCUMENTATIONRULE"]._serialized_start = 236
  41. _globals["_DOCUMENTATIONRULE"]._serialized_end = 327
  42. _globals["_PAGE"]._serialized_start = 329
  43. _globals["_PAGE"]._serialized_end = 402
  44. # @@protoc_insertion_point(module_scope)