PageRenderTime 57ms CodeModel.GetById 31ms RepoModel.GetById 0ms app.codeStats 0ms

/proto_src/org/waveprotocol/protobuf/Extensions.java

https://code.google.com/p/wave-protocol/
Java | 55 lines | 47 code | 5 blank | 3 comment | 0 complexity | e2669ac92bbb30d927bb0e9a1f245e09 MD5 | raw file
Possible License(s): BSD-3-Clause, LGPL-3.0, CPL-1.0, Apache-2.0, MIT
  1. // Generated by the protocol buffer compiler. DO NOT EDIT!
  2. // source: org/waveprotocol/protobuf/extensions.proto
  3. package org.waveprotocol.protobuf;
  4. public final class Extensions {
  5. private Extensions() {}
  6. public static void registerAllExtensions(
  7. com.google.protobuf.ExtensionRegistry registry) {
  8. registry.add(org.waveprotocol.protobuf.Extensions.int52);
  9. }
  10. public static final int INT52_FIELD_NUMBER = 50000;
  11. public static final
  12. com.google.protobuf.GeneratedMessage.GeneratedExtension<
  13. com.google.protobuf.DescriptorProtos.FieldOptions,
  14. java.lang.Boolean> int52 =
  15. com.google.protobuf.GeneratedMessage
  16. .newGeneratedExtension();
  17. public static com.google.protobuf.Descriptors.FileDescriptor
  18. getDescriptor() {
  19. return descriptor;
  20. }
  21. private static com.google.protobuf.Descriptors.FileDescriptor
  22. descriptor;
  23. static {
  24. java.lang.String[] descriptorData = {
  25. "\n*org/waveprotocol/protobuf/extensions.p" +
  26. "roto\032 google/protobuf/descriptor.proto:5" +
  27. "\n\005int52\022\035.google.protobuf.FieldOptions\030\320" +
  28. "\206\003 \001(\010:\005falseB\'\n\031org.waveprotocol.protob" +
  29. "ufB\nExtensions"
  30. };
  31. com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner assigner =
  32. new com.google.protobuf.Descriptors.FileDescriptor.InternalDescriptorAssigner() {
  33. public com.google.protobuf.ExtensionRegistry assignDescriptors(
  34. com.google.protobuf.Descriptors.FileDescriptor root) {
  35. descriptor = root;
  36. org.waveprotocol.protobuf.Extensions.int52.internalInit(
  37. org.waveprotocol.protobuf.Extensions.getDescriptor().getExtensions().get(0),
  38. java.lang.Boolean.class);
  39. return null;
  40. }
  41. };
  42. com.google.protobuf.Descriptors.FileDescriptor
  43. .internalBuildGeneratedFileFrom(descriptorData,
  44. new com.google.protobuf.Descriptors.FileDescriptor[] {
  45. com.google.protobuf.DescriptorProtos.getDescriptor(),
  46. }, assigner);
  47. }
  48. public static void internalForceInit() {}
  49. // @@protoc_insertion_point(outer_class_scope)
  50. }