Não pode escolher mais do que 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

148 linhas
4.8 KiB

  1. // <auto-generated>
  2. // Generated by the protocol buffer compiler. DO NOT EDIT!
  3. // source: EmptyRequest.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 JT808.GrpcDashbord.ServiceGrpcBase {
  12. /// <summary>Holder for reflection information generated from EmptyRequest.proto</summary>
  13. public static partial class EmptyRequestReflection {
  14. #region Descriptor
  15. /// <summary>File descriptor for EmptyRequest.proto</summary>
  16. public static pbr::FileDescriptor Descriptor {
  17. get { return descriptor; }
  18. }
  19. private static pbr::FileDescriptor descriptor;
  20. static EmptyRequestReflection() {
  21. byte[] descriptorData = global::System.Convert.FromBase64String(
  22. string.Concat(
  23. "ChJFbXB0eVJlcXVlc3QucHJvdG8SIkpUODA4LkdycGNEYXNoYm9yZC5TZXJ2",
  24. "aWNlR3JwY0Jhc2UiDgoMRW1wdHlSZXF1ZXN0YgZwcm90bzM="));
  25. descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
  26. new pbr::FileDescriptor[] { },
  27. new pbr::GeneratedClrTypeInfo(null, new pbr::GeneratedClrTypeInfo[] {
  28. new pbr::GeneratedClrTypeInfo(typeof(global::JT808.GrpcDashbord.ServiceGrpcBase.EmptyRequest), global::JT808.GrpcDashbord.ServiceGrpcBase.EmptyRequest.Parser, null, null, null, null)
  29. }));
  30. }
  31. #endregion
  32. }
  33. #region Messages
  34. /// <summary>
  35. /// 空请求
  36. /// </summary>
  37. public sealed partial class EmptyRequest : pb::IMessage<EmptyRequest> {
  38. private static readonly pb::MessageParser<EmptyRequest> _parser = new pb::MessageParser<EmptyRequest>(() => new EmptyRequest());
  39. private pb::UnknownFieldSet _unknownFields;
  40. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  41. public static pb::MessageParser<EmptyRequest> Parser { get { return _parser; } }
  42. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  43. public static pbr::MessageDescriptor Descriptor {
  44. get { return global::JT808.GrpcDashbord.ServiceGrpcBase.EmptyRequestReflection.Descriptor.MessageTypes[0]; }
  45. }
  46. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  47. pbr::MessageDescriptor pb::IMessage.Descriptor {
  48. get { return Descriptor; }
  49. }
  50. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  51. public EmptyRequest() {
  52. OnConstruction();
  53. }
  54. partial void OnConstruction();
  55. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  56. public EmptyRequest(EmptyRequest other) : this() {
  57. _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
  58. }
  59. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  60. public EmptyRequest Clone() {
  61. return new EmptyRequest(this);
  62. }
  63. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  64. public override bool Equals(object other) {
  65. return Equals(other as EmptyRequest);
  66. }
  67. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  68. public bool Equals(EmptyRequest other) {
  69. if (ReferenceEquals(other, null)) {
  70. return false;
  71. }
  72. if (ReferenceEquals(other, this)) {
  73. return true;
  74. }
  75. return Equals(_unknownFields, other._unknownFields);
  76. }
  77. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  78. public override int GetHashCode() {
  79. int hash = 1;
  80. if (_unknownFields != null) {
  81. hash ^= _unknownFields.GetHashCode();
  82. }
  83. return hash;
  84. }
  85. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  86. public override string ToString() {
  87. return pb::JsonFormatter.ToDiagnosticString(this);
  88. }
  89. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  90. public void WriteTo(pb::CodedOutputStream output) {
  91. if (_unknownFields != null) {
  92. _unknownFields.WriteTo(output);
  93. }
  94. }
  95. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  96. public int CalculateSize() {
  97. int size = 0;
  98. if (_unknownFields != null) {
  99. size += _unknownFields.CalculateSize();
  100. }
  101. return size;
  102. }
  103. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  104. public void MergeFrom(EmptyRequest other) {
  105. if (other == null) {
  106. return;
  107. }
  108. _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
  109. }
  110. [global::System.Diagnostics.DebuggerNonUserCodeAttribute]
  111. public void MergeFrom(pb::CodedInputStream input) {
  112. uint tag;
  113. while ((tag = input.ReadTag()) != 0) {
  114. switch(tag) {
  115. default:
  116. _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
  117. break;
  118. }
  119. }
  120. }
  121. }
  122. #endregion
  123. }
  124. #endregion Designer generated code