EmptyService.cs 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738
  1. // <auto-generated>
  2. // Generated by the protocol buffer compiler. DO NOT EDIT!
  3. // source: src/proto/grpc/testing/empty_service.proto
  4. // </auto-generated>
  5. #pragma warning disable 1591, 0612, 3021
  6. #region Designer generated code
  7. using pb = global::Google.Protobuf;
  8. using pbc = global::Google.Protobuf.Collections;
  9. using pbr = global::Google.Protobuf.Reflection;
  10. using scg = global::System.Collections.Generic;
  11. namespace Grpc.Testing {
  12. /// <summary>Holder for reflection information generated from src/proto/grpc/testing/empty_service.proto</summary>
  13. public static partial class EmptyServiceReflection {
  14. #region Descriptor
  15. /// <summary>File descriptor for src/proto/grpc/testing/empty_service.proto</summary>
  16. public static pbr::FileDescriptor Descriptor {
  17. get { return descriptor; }
  18. }
  19. private static pbr::FileDescriptor descriptor;
  20. static EmptyServiceReflection() {
  21. byte[] descriptorData = global::System.Convert.FromBase64String(
  22. string.Concat(
  23. "CipzcmMvcHJvdG8vZ3JwYy90ZXN0aW5nL2VtcHR5X3NlcnZpY2UucHJvdG8S",
  24. "DGdycGMudGVzdGluZzIOCgxFbXB0eVNlcnZpY2ViBnByb3RvMw=="));
  25. descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
  26. new pbr::FileDescriptor[] { },
  27. new pbr::GeneratedClrTypeInfo(null, null, null));
  28. }
  29. #endregion
  30. }
  31. }
  32. #endregion Designer generated code