api.v1.RequestWrapperOuterClass Maven / Gradle / Ivy
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: api/v1/request-wrapper.proto
// Protobuf Java Version: 3.25.2
package api.v1;
public final class RequestWrapperOuterClass {
private RequestWrapperOuterClass() {}
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_api_v1_RequestWrapper_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_api_v1_RequestWrapper_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\034api/v1/request-wrapper.proto\022\006api.v1\032\031" +
"google/protobuf/any.proto\032\024api/v1/header" +
"s.proto\"V\n\016RequestWrapper\022 \n\007headers\030\001 \001" +
"(\0132\017.api.v1.Headers\022\"\n\004body\030\002 \001(\0132\024.goog" +
"le.protobuf.AnyB\004H\002P\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.AnyProto.getDescriptor(),
api.v1.HeadersOuterClass.getDescriptor(),
});
internal_static_api_v1_RequestWrapper_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_api_v1_RequestWrapper_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_api_v1_RequestWrapper_descriptor,
new java.lang.String[] { "Headers", "Body", });
com.google.protobuf.AnyProto.getDescriptor();
api.v1.HeadersOuterClass.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}