11/*
2- * Copyright 2013-2022 the original author or authors.
2+ * Copyright 2013-2025 the original author or authors.
33 *
44 * Licensed under the Apache License, Version 2.0 (the "License");
55 * you may not use this file except in compliance with the License.
1515 */
1616
1717// Generated by the protocol buffer compiler. DO NOT EDIT!
18- // source: protobuf_test .proto
18+ // source: request .proto
1919
2020package org .springframework .cloud .openfeign .encoding .proto ;
2121
2222public final class ProtobufTest {
2323
24- static final com .google .protobuf .Descriptors .Descriptor internal_static_Request_descriptor ;
25- static final com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable internal_static_Request_fieldAccessorTable ;
26-
27- private static com .google .protobuf .Descriptors .FileDescriptor descriptor ;
28-
29- static {
30- String [] descriptorData = { """
31-
32- \023 protobuf_test.proto""
33- \007 Request\022
34-
35- \002 id\030 \001 \001 (\005 \022 \013
36- \003 msg\030 \002 \001 (\t B\024
37- \020 feign.httpclientP\001 b\006 proto3""" };
38- com .google .protobuf .Descriptors .FileDescriptor .InternalDescriptorAssigner assigner = new com .google .protobuf .Descriptors .FileDescriptor .InternalDescriptorAssigner () {
39- public com .google .protobuf .ExtensionRegistry assignDescriptors (
40- com .google .protobuf .Descriptors .FileDescriptor root ) {
41- descriptor = root ;
42- return null ;
43- }
44- };
45- com .google .protobuf .Descriptors .FileDescriptor .internalBuildGeneratedFileFrom (descriptorData ,
46- new com .google .protobuf .Descriptors .FileDescriptor [] {}, assigner );
47- internal_static_Request_descriptor = getDescriptor ().getMessageTypes ().get (0 );
48- internal_static_Request_fieldAccessorTable = new com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable (
49- internal_static_Request_descriptor , new String [] { "Id" , "Msg" , });
50- }
51-
5224 private ProtobufTest () {
5325 }
5426
@@ -59,10 +31,30 @@ public static void registerAllExtensions(com.google.protobuf.ExtensionRegistry r
5931 registerAllExtensions ((com .google .protobuf .ExtensionRegistryLite ) registry );
6032 }
6133
34+ static final com .google .protobuf .Descriptors .Descriptor internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_descriptor ;
35+ static final com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_fieldAccessorTable ;
36+
6237 public static com .google .protobuf .Descriptors .FileDescriptor getDescriptor () {
6338 return descriptor ;
6439 }
6540
41+ private static com .google .protobuf .Descriptors .FileDescriptor descriptor ;
42+
43+ static {
44+ String [] descriptorData = {
45+ "\n \r request.proto\022 2org.springframework.clo" + "ud.openfeign.encoding.proto\" \" \n \007 Request\022 \n "
46+ + "\n \002 id\030 \001 \001 (\005 \022 \013 \n \003 msg\030 \002 \001 (\t BD\n 2org.springfra"
47+ + "mework.cloud.openfeign.encoding.protoB\014 P" + "rotobufTestP\001 b\006 proto3" };
48+ descriptor = com .google .protobuf .Descriptors .FileDescriptor .internalBuildGeneratedFileFrom (descriptorData ,
49+ new com .google .protobuf .Descriptors .FileDescriptor [] {});
50+ internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_descriptor = getDescriptor ()
51+ .getMessageTypes ()
52+ .get (0 );
53+ internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_fieldAccessorTable = new com .google .protobuf .GeneratedMessageV3 .FieldAccessorTable (
54+ internal_static_org_springframework_cloud_openfeign_encoding_proto_Request_descriptor ,
55+ new String [] { "Id" , "Msg" , });
56+ }
57+
6658 // @@protoc_insertion_point(outer_class_scope)
6759
6860}
0 commit comments