All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.google.api.FieldInfoProto Maven / Gradle / Ivy

There is a newer version: 2.49.0
Show newest version
/*
 * Copyright 2024 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
 *
 *     https://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 Java Version: 3.25.5
package com.google.api;

public final class FieldInfoProto {
  private FieldInfoProto() {}

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistryLite registry) {
    registry.add(com.google.api.FieldInfoProto.fieldInfo);
  }

  public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions((com.google.protobuf.ExtensionRegistryLite) registry);
  }

  public static final int FIELD_INFO_FIELD_NUMBER = 291403980;
  /**
   *
   *
   * 
   * Rich semantic descriptor of an API field beyond the basic typing.
   *
   * Examples:
   *
   *     string request_id = 1 [(google.api.field_info).format = UUID4];
   *     string old_ip_address = 2 [(google.api.field_info).format = IPV4];
   *     string new_ip_address = 3 [(google.api.field_info).format = IPV6];
   *     string actual_ip_address = 4 [
   *       (google.api.field_info).format = IPV4_OR_IPV6
   *     ];
   *     google.protobuf.Any generic_field = 5 [
   *       (google.api.field_info).referenced_types = {type_name: "ActualType"},
   *       (google.api.field_info).referenced_types = {type_name: "OtherType"},
   *     ];
   *     google.protobuf.Any generic_user_input = 5 [
   *       (google.api.field_info).referenced_types = {type_name: "*"},
   *     ];
   * 
* * extend .google.protobuf.FieldOptions { ... } */ public static final com.google.protobuf.GeneratedMessage.GeneratedExtension< com.google.protobuf.DescriptorProtos.FieldOptions, com.google.api.FieldInfo> fieldInfo = com.google.protobuf.GeneratedMessage.newFileScopedGeneratedExtension( com.google.api.FieldInfo.class, com.google.api.FieldInfo.getDefaultInstance()); static final com.google.protobuf.Descriptors.Descriptor internal_static_google_api_FieldInfo_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_google_api_FieldInfo_fieldAccessorTable; static final com.google.protobuf.Descriptors.Descriptor internal_static_google_api_TypeReference_descriptor; static final com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internal_static_google_api_TypeReference_fieldAccessorTable; public static com.google.protobuf.Descriptors.FileDescriptor getDescriptor() { return descriptor; } private static com.google.protobuf.Descriptors.FileDescriptor descriptor; static { java.lang.String[] descriptorData = { "\n\033google/api/field_info.proto\022\ngoogle.ap" + "i\032 google/protobuf/descriptor.proto\"\301\001\n\t" + "FieldInfo\022,\n\006format\030\001 \001(\0162\034.google.api.F" + "ieldInfo.Format\0223\n\020referenced_types\030\002 \003(" + "\0132\031.google.api.TypeReference\"Q\n\006Format\022\026" + "\n\022FORMAT_UNSPECIFIED\020\000\022\t\n\005UUID4\020\001\022\010\n\004IPV" + "4\020\002\022\010\n\004IPV6\020\003\022\020\n\014IPV4_OR_IPV6\020\004\"\"\n\rTypeR" + "eference\022\021\n\ttype_name\030\001 \001(\t:L\n\nfield_inf" + "o\022\035.google.protobuf.FieldOptions\030\314\361\371\212\001 \001" + "(\0132\025.google.api.FieldInfoBl\n\016com.google." + "apiB\016FieldInfoProtoP\001ZAgoogle.golang.org" + "/genproto/googleapis/api/annotations;ann" + "otations\242\002\004GAPIb\006proto3" }; descriptor = com.google.protobuf.Descriptors.FileDescriptor.internalBuildGeneratedFileFrom( descriptorData, new com.google.protobuf.Descriptors.FileDescriptor[] { com.google.protobuf.DescriptorProtos.getDescriptor(), }); internal_static_google_api_FieldInfo_descriptor = getDescriptor().getMessageTypes().get(0); internal_static_google_api_FieldInfo_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_google_api_FieldInfo_descriptor, new java.lang.String[] { "Format", "ReferencedTypes", }); internal_static_google_api_TypeReference_descriptor = getDescriptor().getMessageTypes().get(1); internal_static_google_api_TypeReference_fieldAccessorTable = new com.google.protobuf.GeneratedMessageV3.FieldAccessorTable( internal_static_google_api_TypeReference_descriptor, new java.lang.String[] { "TypeName", }); fieldInfo.internalInit(descriptor.getExtensions().get(0)); com.google.protobuf.DescriptorProtos.getDescriptor(); } // @@protoc_insertion_point(outer_class_scope) }




© 2015 - 2024 Weber Informatics LLC | Privacy Policy