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

com.fullcontact.rpc.HeadersOuterClass Maven / Gradle / Ivy

The newest version!
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: grpcjersey/headers.proto

// Protobuf Java Version: 3.25.1
package com.fullcontact.rpc;

public final class HeadersOuterClass {
  private HeadersOuterClass() {}
  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistryLite registry) {
  }

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpcjersey_Headers_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpcjersey_Headers_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_grpcjersey_Header_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_grpcjersey_Header_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\030grpcjersey/headers.proto\022\ngrpcjersey\"-" +
      "\n\007Headers\022\"\n\006header\030\001 \003(\0132\022.grpcjersey.H" +
      "eader\"%\n\006Header\022\014\n\004name\030\001 \001(\t\022\r\n\005value\030\002" +
      " \001(\tB\027\n\023com.fullcontact.rpcP\001b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
        });
    internal_static_grpcjersey_Headers_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_grpcjersey_Headers_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpcjersey_Headers_descriptor,
        new java.lang.String[] { "Header", });
    internal_static_grpcjersey_Header_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_grpcjersey_Header_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_grpcjersey_Header_descriptor,
        new java.lang.String[] { "Name", "Value", });
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy