1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- # -*- coding: utf-8 -*-
- # Copyright 2025 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.
- # Generated by the protocol buffer compiler. DO NOT EDIT!
- # source: google/api/field_info.proto
- # Protobuf Python Version: 4.25.3
- """Generated protocol buffer code."""
- from google.protobuf import descriptor as _descriptor
- from google.protobuf import descriptor_pool as _descriptor_pool
- from google.protobuf import symbol_database as _symbol_database
- from google.protobuf.internal import builder as _builder
- # @@protoc_insertion_point(imports)
- _sym_db = _symbol_database.Default()
- from google.protobuf import descriptor_pb2 as google_dot_protobuf_dot_descriptor__pb2
- DESCRIPTOR = _descriptor_pool.Default().AddSerializedFile(
- 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'
- )
- _globals = globals()
- _builder.BuildMessageAndEnumDescriptors(DESCRIPTOR, _globals)
- _builder.BuildTopDescriptorsAndMessages(
- DESCRIPTOR, "google.api.field_info_pb2", _globals
- )
- if _descriptor._USE_C_DESCRIPTORS == False:
- _globals["DESCRIPTOR"]._options = None
- _globals[
- "DESCRIPTOR"
- ]._serialized_options = b"\n\016com.google.apiB\016FieldInfoProtoP\001ZAgoogle.golang.org/genproto/googleapis/api/annotations;annotations\242\002\004GAPI"
- _globals["_FIELDINFO"]._serialized_start = 78
- _globals["_FIELDINFO"]._serialized_end = 271
- _globals["_FIELDINFO_FORMAT"]._serialized_start = 190
- _globals["_FIELDINFO_FORMAT"]._serialized_end = 271
- _globals["_TYPEREFERENCE"]._serialized_start = 273
- _globals["_TYPEREFERENCE"]._serialized_end = 307
- # @@protoc_insertion_point(module_scope)
|