1234567891011121314151617181920212223242526272829303132333435363738 |
- // <auto-generated>
- // Generated by the protocol buffer compiler. DO NOT EDIT!
- // source: src/proto/grpc/testing/empty_service.proto
- // </auto-generated>
- #pragma warning disable 1591, 0612, 3021
- #region Designer generated code
- using pb = global::Google.Protobuf;
- using pbc = global::Google.Protobuf.Collections;
- using pbr = global::Google.Protobuf.Reflection;
- using scg = global::System.Collections.Generic;
- namespace Grpc.Testing {
- /// <summary>Holder for reflection information generated from src/proto/grpc/testing/empty_service.proto</summary>
- public static partial class EmptyServiceReflection {
- #region Descriptor
- /// <summary>File descriptor for src/proto/grpc/testing/empty_service.proto</summary>
- public static pbr::FileDescriptor Descriptor {
- get { return descriptor; }
- }
- private static pbr::FileDescriptor descriptor;
- static EmptyServiceReflection() {
- byte[] descriptorData = global::System.Convert.FromBase64String(
- string.Concat(
- "CipzcmMvcHJvdG8vZ3JwYy90ZXN0aW5nL2VtcHR5X3NlcnZpY2UucHJvdG8S",
- "DGdycGMudGVzdGluZzIOCgxFbXB0eVNlcnZpY2ViBnByb3RvMw=="));
- descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
- new pbr::FileDescriptor[] { },
- new pbr::GeneratedClrTypeInfo(null, null, null));
- }
- #endregion
- }
- }
- #endregion Designer generated code
|