field_info_pb2.py 2.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  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/field_info.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. from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
  26. DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
  27. b'\n\x1bgoogle/api/field_info.proto\x12\ngoogle.api\x1a google/protobuf/descriptor.proto"\xc1\x01\n\tFieldInfo\x12,\n\x06\x66ormat\x18\x01 \x01(\x0e\x32\x1c.google.api.FieldInfo.Format\x12\x33\n\x10referenced_types\x18\x02 \x03(\x0b\x32\x19.google.api.TypeReference"Q\n\x06\x46ormat\x12\x16\n\x12\x46ORMAT_UNSPECIFIED\x10\x00\x12\t\n\x05UUID4\x10\x01\x12\x08\n\x04IPV4\x10\x02\x12\x08\n\x04IPV6\x10\x03\x12\x10\n\x0cIPV4_OR_IPV6\x10\x04""\n\rTypeReference\x12\x11\n\ttype_name\x18\x01 \x01(\t:L\n\nfield_info\x12\x1d.google.protobuf.FieldOptions\x18\xcc\xf1\xf9\x8a\x01 \x01(\x0b\x32\x15.google.api.FieldInfoBl\n\x0e\x63om.google.apiB\x0e\x46ieldInfoProtoP\x01ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\xa2\x02\x04GAPIb\x06proto3'
  28. )
  29. _globals = globals()
  30. _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
  31. _builder.BuildTopDescriptorsAndMessages(
  32. DESCRIPTOR, "google.api.field_info_pb2", _globals
  33. )
  34. if _descriptor._USE_C_DESCRIPTORS == False:
  35. _globals["DESCRIPTOR"]._options = None
  36. _globals[
  37. "DESCRIPTOR"
  38. ]._serialized_options = b"\n\016com.google.apiB\016FieldInfoProtoP\001ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\242\002\004GAPI"
  39. _globals["_FIELDINFO"]._serialized_start = 78
  40. _globals["_FIELDINFO"]._serialized_end = 271
  41. _globals["_FIELDINFO_FORMAT"]._serialized_start = 190
  42. _globals["_FIELDINFO_FORMAT"]._serialized_end = 271
  43. _globals["_TYPEREFERENCE"]._serialized_start = 273
  44. _globals["_TYPEREFERENCE"]._serialized_end = 307
  45. # @@protoc_insertion_point(module_scope)