Skip to content
Snippets Groups Projects
Service.java 1.42 KiB
Newer Older
// Generated by the protocol buffer compiler.  DO NOT EDIT!
// source: service.proto

package service;

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

  public static void registerAllExtensions(
      com.google.protobuf.ExtensionRegistry registry) {
    registerAllExtensions(
        (com.google.protobuf.ExtensionRegistryLite) registry);
  }

  public static com.google.protobuf.Descriptors.FileDescriptor
      getDescriptor() {
    return descriptor;
  }
  private static  com.google.protobuf.Descriptors.FileDescriptor
      descriptor;
  static {
    java.lang.String[] descriptorData = {
      "\n\rservice.proto\022\007service\032\rcontext.proto2" +
      "\271\001\n\016ServiceService\0227\n\rCreateService\022\020.co" +
      "ntext.Service\032\022.context.ServiceId\"\000\0227\n\rU" +
      "pdateService\022\020.context.Service\032\022.context" +
      ".ServiceId\"\000\0225\n\rDeleteService\022\022.context." +
      "ServiceId\032\016.context.Empty\"\000b\006proto3"
    };
    descriptor = com.google.protobuf.Descriptors.FileDescriptor
      .internalBuildGeneratedFileFrom(descriptorData,
        new com.google.protobuf.Descriptors.FileDescriptor[] {
          context.ContextOuterClass.getDescriptor(),
        });
    context.ContextOuterClass.getDescriptor();
  }

  // @@protoc_insertion_point(outer_class_scope)
}