com.freemanan.sample.pet.v1.PetOuterClass Maven / Gradle / Ivy
The newest version!
// Generated by the protocol buffer compiler. DO NOT EDIT!
// source: sample/pet/v1/pet.proto
// Protobuf Java Version: 3.25.1
package com.freemanan.sample.pet.v1;
public final class PetOuterClass {
private PetOuterClass() {}
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_sample_pet_v1_Pet_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_sample_pet_v1_Pet_fieldAccessorTable;
static final com.google.protobuf.Descriptors.Descriptor
internal_static_sample_pet_v1_GetPetRequest_descriptor;
static final
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
internal_static_sample_pet_v1_GetPetRequest_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\027sample/pet/v1/pet.proto\022\rsample.pet.v1" +
"\032\036google/protobuf/wrappers.proto\"8\n\003Pet\022" +
"\014\n\004name\030\001 \001(\t\022\013\n\003age\030\002 \001(\005\022\026\n\016favorite_f" +
"oods\030\003 \003(\t\"\035\n\rGetPetRequest\022\014\n\004name\030\001 \001(" +
"\t2\222\001\n\nPetService\022:\n\006GetPet\022\034.sample.pet." +
"v1.GetPetRequest\032\022.sample.pet.v1.Pet\022H\n\n" +
"GetPetName\022\034.google.protobuf.StringValue" +
"\032\034.google.protobuf.StringValueB\037\n\033com.fr" +
"eemanan.sample.pet.v1P\001b\006proto3"
};
descriptor = com.google.protobuf.Descriptors.FileDescriptor
.internalBuildGeneratedFileFrom(descriptorData,
new com.google.protobuf.Descriptors.FileDescriptor[] {
com.google.protobuf.WrappersProto.getDescriptor(),
});
internal_static_sample_pet_v1_Pet_descriptor =
getDescriptor().getMessageTypes().get(0);
internal_static_sample_pet_v1_Pet_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_sample_pet_v1_Pet_descriptor,
new java.lang.String[] { "Name", "Age", "FavoriteFoods", });
internal_static_sample_pet_v1_GetPetRequest_descriptor =
getDescriptor().getMessageTypes().get(1);
internal_static_sample_pet_v1_GetPetRequest_fieldAccessorTable = new
com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
internal_static_sample_pet_v1_GetPetRequest_descriptor,
new java.lang.String[] { "Name", });
com.google.protobuf.WrappersProto.getDescriptor();
}
// @@protoc_insertion_point(outer_class_scope)
}