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

net.spals.appbuilder.app.examples.grpc.rest.RestServerV3Proto Maven / Gradle / Ivy

// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: rest_routes_v3.proto

package net.spals.appbuilder.app.examples.grpc.rest;

public final class RestServerV3Proto {
  private RestServerV3Proto() {}
  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_DeleteUserRequestV3_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_DeleteUserRequestV3_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_DeleteUserResponseV3_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_DeleteUserResponseV3_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_GetUserRequestV3_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_GetUserRequestV3_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_GetUserResponseV3_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_GetUserResponseV3_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_PostUserRequestV3_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_PostUserRequestV3_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_PostUserResponseV3_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_PostUserResponseV3_fieldAccessorTable;
  static final com.google.protobuf.Descriptors.Descriptor
    internal_static_UserRecordV3_descriptor;
  static final 
    com.google.protobuf.GeneratedMessageV3.FieldAccessorTable
      internal_static_UserRecordV3_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\024rest_routes_v3.proto\032\034google/api/annot" +
      "ations.proto\"!\n\023DeleteUserRequestV3\022\n\n\002i" +
      "d\030\001 \001(\t\"\"\n\024DeleteUserResponseV3\022\n\n\002id\030\001 " +
      "\001(\t\"\036\n\020GetUserRequestV3\022\n\n\002id\030\001 \001(\t\"-\n\021G" +
      "etUserResponseV3\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030\002 \001" +
      "(\t\"!\n\021PostUserRequestV3\022\014\n\004name\030\001 \001(\t\".\n" +
      "\022PostUserResponseV3\022\n\n\002id\030\001 \001(\t\022\014\n\004name\030" +
      "\002 \001(\t\"(\n\014UserRecordV3\022\n\n\002id\030\001 \001(\t\022\014\n\004nam" +
      "e\030\002 \001(\t2\376\001\n\rUserServiceV3\022S\n\014DeleteUserV" +
      "3\022\024.DeleteUserRequestV3\032\025.DeleteUserResp",
      "onseV3\"\026\202\323\344\223\002\020*\016/v3/users/{id}\022J\n\tGetUse" +
      "rV3\022\021.GetUserRequestV3\032\022.GetUserResponse" +
      "V3\"\026\202\323\344\223\002\020\022\016/v3/users/{id}\022L\n\nPostUserV3" +
      "\022\022.PostUserRequestV3\032\023.PostUserResponseV" +
      "3\"\025\202\323\344\223\002\017\"\n/v3/users/:\001*BB\n+net.spals.ap" +
      "pbuilder.app.examples.grpc.restB\021RestSer" +
      "verV3ProtoP\001b\006proto3"
    };
    com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
        new com.google.protobuf.Descriptors.FileDescriptor.    InternalDescriptorAssigner() {
          public com.google.protobuf.ExtensionRegistry assignDescriptors(
              com.google.protobuf.Descriptors.FileDescriptor root) {
            descriptor = root;
            return null;
          }
        };
    com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          com.google.api.AnnotationsProto.getDescriptor(),
        }, assigner);
    internal_static_DeleteUserRequestV3_descriptor =
      getDescriptor().getMessageTypes().get(0);
    internal_static_DeleteUserRequestV3_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_DeleteUserRequestV3_descriptor,
        new java.lang.String[] { "Id", });
    internal_static_DeleteUserResponseV3_descriptor =
      getDescriptor().getMessageTypes().get(1);
    internal_static_DeleteUserResponseV3_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_DeleteUserResponseV3_descriptor,
        new java.lang.String[] { "Id", });
    internal_static_GetUserRequestV3_descriptor =
      getDescriptor().getMessageTypes().get(2);
    internal_static_GetUserRequestV3_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_GetUserRequestV3_descriptor,
        new java.lang.String[] { "Id", });
    internal_static_GetUserResponseV3_descriptor =
      getDescriptor().getMessageTypes().get(3);
    internal_static_GetUserResponseV3_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_GetUserResponseV3_descriptor,
        new java.lang.String[] { "Id", "Name", });
    internal_static_PostUserRequestV3_descriptor =
      getDescriptor().getMessageTypes().get(4);
    internal_static_PostUserRequestV3_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_PostUserRequestV3_descriptor,
        new java.lang.String[] { "Name", });
    internal_static_PostUserResponseV3_descriptor =
      getDescriptor().getMessageTypes().get(5);
    internal_static_PostUserResponseV3_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_PostUserResponseV3_descriptor,
        new java.lang.String[] { "Id", "Name", });
    internal_static_UserRecordV3_descriptor =
      getDescriptor().getMessageTypes().get(6);
    internal_static_UserRecordV3_fieldAccessorTable = new
      com.google.protobuf.GeneratedMessageV3.FieldAccessorTable(
        internal_static_UserRecordV3_descriptor,
        new java.lang.String[] { "Id", "Name", });
    com.google.protobuf.ExtensionRegistry registry =
        com.google.protobuf.ExtensionRegistry.newInstance();
    registry.add(com.google.api.AnnotationsProto.http);
    com.google.protobuf.Descriptors.FileDescriptor
        .internalUpdateFileDescriptor(descriptor, registry);
    com.google.api.AnnotationsProto.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy