|
|
|
@ -1,5 +1,7 @@ |
|
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT! |
|
|
|
|
// source: src/proto/grpc/testing/messages.proto |
|
|
|
|
// <auto-generated> |
|
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT! |
|
|
|
|
// source: src/proto/grpc/testing/messages.proto |
|
|
|
|
// </auto-generated> |
|
|
|
|
#pragma warning disable 1591, 0612, 3021 |
|
|
|
|
#region Designer generated code |
|
|
|
|
|
|
|
|
@ -95,6 +97,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class BoolValue : pb::IMessage<BoolValue> { |
|
|
|
|
private static readonly pb::MessageParser<BoolValue> _parser = new pb::MessageParser<BoolValue>(() => new BoolValue()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<BoolValue> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -118,6 +121,7 @@ namespace Grpc.Testing { |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public BoolValue(BoolValue other) : this() { |
|
|
|
|
value_ = other.value_; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -153,13 +157,16 @@ namespace Grpc.Testing { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
if (Value != other.Value) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public override int GetHashCode() { |
|
|
|
|
int hash = 1; |
|
|
|
|
if (Value != false) hash ^= Value.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -174,6 +181,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(8); |
|
|
|
|
output.WriteBool(Value); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -182,6 +192,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (Value != false) { |
|
|
|
|
size += 1 + 1; |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -193,6 +206,7 @@ namespace Grpc.Testing { |
|
|
|
|
if (other.Value != false) { |
|
|
|
|
Value = other.Value; |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -201,7 +215,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 8: { |
|
|
|
|
Value = input.ReadBool(); |
|
|
|
@ -218,6 +232,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class Payload : pb::IMessage<Payload> { |
|
|
|
|
private static readonly pb::MessageParser<Payload> _parser = new pb::MessageParser<Payload>(() => new Payload()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<Payload> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -242,6 +257,7 @@ namespace Grpc.Testing { |
|
|
|
|
public Payload(Payload other) : this() { |
|
|
|
|
type_ = other.type_; |
|
|
|
|
body_ = other.body_; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -293,7 +309,7 @@ namespace Grpc.Testing { |
|
|
|
|
} |
|
|
|
|
if (Type != other.Type) return false; |
|
|
|
|
if (Body != other.Body) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -301,6 +317,9 @@ namespace Grpc.Testing { |
|
|
|
|
int hash = 1; |
|
|
|
|
if (Type != 0) hash ^= Type.GetHashCode(); |
|
|
|
|
if (Body.Length != 0) hash ^= Body.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -319,6 +338,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(18); |
|
|
|
|
output.WriteBytes(Body); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -330,6 +352,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (Body.Length != 0) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeBytesSize(Body); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -344,6 +369,7 @@ namespace Grpc.Testing { |
|
|
|
|
if (other.Body.Length != 0) { |
|
|
|
|
Body = other.Body; |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -352,7 +378,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 8: { |
|
|
|
|
type_ = (global::Grpc.Testing.PayloadType) input.ReadEnum(); |
|
|
|
@ -374,6 +400,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class EchoStatus : pb::IMessage<EchoStatus> { |
|
|
|
|
private static readonly pb::MessageParser<EchoStatus> _parser = new pb::MessageParser<EchoStatus>(() => new EchoStatus()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<EchoStatus> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -398,6 +425,7 @@ namespace Grpc.Testing { |
|
|
|
|
public EchoStatus(EchoStatus other) : this() { |
|
|
|
|
code_ = other.code_; |
|
|
|
|
message_ = other.message_; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -442,7 +470,7 @@ namespace Grpc.Testing { |
|
|
|
|
} |
|
|
|
|
if (Code != other.Code) return false; |
|
|
|
|
if (Message != other.Message) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -450,6 +478,9 @@ namespace Grpc.Testing { |
|
|
|
|
int hash = 1; |
|
|
|
|
if (Code != 0) hash ^= Code.GetHashCode(); |
|
|
|
|
if (Message.Length != 0) hash ^= Message.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -468,6 +499,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(18); |
|
|
|
|
output.WriteString(Message); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -479,6 +513,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (Message.Length != 0) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Message); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -493,6 +530,7 @@ namespace Grpc.Testing { |
|
|
|
|
if (other.Message.Length != 0) { |
|
|
|
|
Message = other.Message; |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -501,7 +539,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 8: { |
|
|
|
|
Code = input.ReadInt32(); |
|
|
|
@ -522,6 +560,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class SimpleRequest : pb::IMessage<SimpleRequest> { |
|
|
|
|
private static readonly pb::MessageParser<SimpleRequest> _parser = new pb::MessageParser<SimpleRequest>(() => new SimpleRequest()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<SimpleRequest> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -552,6 +591,7 @@ namespace Grpc.Testing { |
|
|
|
|
ResponseCompressed = other.responseCompressed_ != null ? other.ResponseCompressed.Clone() : null; |
|
|
|
|
ResponseStatus = other.responseStatus_ != null ? other.ResponseStatus.Clone() : null; |
|
|
|
|
ExpectCompressed = other.expectCompressed_ != null ? other.ExpectCompressed.Clone() : null; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -697,7 +737,7 @@ namespace Grpc.Testing { |
|
|
|
|
if (!object.Equals(ResponseCompressed, other.ResponseCompressed)) return false; |
|
|
|
|
if (!object.Equals(ResponseStatus, other.ResponseStatus)) return false; |
|
|
|
|
if (!object.Equals(ExpectCompressed, other.ExpectCompressed)) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -711,6 +751,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (responseCompressed_ != null) hash ^= ResponseCompressed.GetHashCode(); |
|
|
|
|
if (responseStatus_ != null) hash ^= ResponseStatus.GetHashCode(); |
|
|
|
|
if (expectCompressed_ != null) hash ^= ExpectCompressed.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -753,6 +796,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(66); |
|
|
|
|
output.WriteMessage(ExpectCompressed); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -782,6 +828,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (expectCompressed_ != null) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ExpectCompressed); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -826,6 +875,7 @@ namespace Grpc.Testing { |
|
|
|
|
} |
|
|
|
|
ExpectCompressed.MergeFrom(other.ExpectCompressed); |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -834,7 +884,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 8: { |
|
|
|
|
responseType_ = (global::Grpc.Testing.PayloadType) input.ReadEnum(); |
|
|
|
@ -891,6 +941,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class SimpleResponse : pb::IMessage<SimpleResponse> { |
|
|
|
|
private static readonly pb::MessageParser<SimpleResponse> _parser = new pb::MessageParser<SimpleResponse>(() => new SimpleResponse()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<SimpleResponse> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -916,6 +967,7 @@ namespace Grpc.Testing { |
|
|
|
|
Payload = other.payload_ != null ? other.Payload.Clone() : null; |
|
|
|
|
username_ = other.username_; |
|
|
|
|
oauthScope_ = other.oauthScope_; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -982,7 +1034,7 @@ namespace Grpc.Testing { |
|
|
|
|
if (!object.Equals(Payload, other.Payload)) return false; |
|
|
|
|
if (Username != other.Username) return false; |
|
|
|
|
if (OauthScope != other.OauthScope) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -991,6 +1043,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (payload_ != null) hash ^= Payload.GetHashCode(); |
|
|
|
|
if (Username.Length != 0) hash ^= Username.GetHashCode(); |
|
|
|
|
if (OauthScope.Length != 0) hash ^= OauthScope.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1013,6 +1068,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(26); |
|
|
|
|
output.WriteString(OauthScope); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1027,6 +1085,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (OauthScope.Length != 0) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(OauthScope); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1047,6 +1108,7 @@ namespace Grpc.Testing { |
|
|
|
|
if (other.OauthScope.Length != 0) { |
|
|
|
|
OauthScope = other.OauthScope; |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1055,7 +1117,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 10: { |
|
|
|
|
if (payload_ == null) { |
|
|
|
@ -1083,6 +1145,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class StreamingInputCallRequest : pb::IMessage<StreamingInputCallRequest> { |
|
|
|
|
private static readonly pb::MessageParser<StreamingInputCallRequest> _parser = new pb::MessageParser<StreamingInputCallRequest>(() => new StreamingInputCallRequest()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<StreamingInputCallRequest> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -1107,6 +1170,7 @@ namespace Grpc.Testing { |
|
|
|
|
public StreamingInputCallRequest(StreamingInputCallRequest other) : this() { |
|
|
|
|
Payload = other.payload_ != null ? other.Payload.Clone() : null; |
|
|
|
|
ExpectCompressed = other.expectCompressed_ != null ? other.ExpectCompressed.Clone() : null; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1160,7 +1224,7 @@ namespace Grpc.Testing { |
|
|
|
|
} |
|
|
|
|
if (!object.Equals(Payload, other.Payload)) return false; |
|
|
|
|
if (!object.Equals(ExpectCompressed, other.ExpectCompressed)) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1168,6 +1232,9 @@ namespace Grpc.Testing { |
|
|
|
|
int hash = 1; |
|
|
|
|
if (payload_ != null) hash ^= Payload.GetHashCode(); |
|
|
|
|
if (expectCompressed_ != null) hash ^= ExpectCompressed.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1186,6 +1253,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(18); |
|
|
|
|
output.WriteMessage(ExpectCompressed); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1197,6 +1267,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (expectCompressed_ != null) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ExpectCompressed); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1217,6 +1290,7 @@ namespace Grpc.Testing { |
|
|
|
|
} |
|
|
|
|
ExpectCompressed.MergeFrom(other.ExpectCompressed); |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1225,7 +1299,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 10: { |
|
|
|
|
if (payload_ == null) { |
|
|
|
@ -1252,6 +1326,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class StreamingInputCallResponse : pb::IMessage<StreamingInputCallResponse> { |
|
|
|
|
private static readonly pb::MessageParser<StreamingInputCallResponse> _parser = new pb::MessageParser<StreamingInputCallResponse>(() => new StreamingInputCallResponse()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<StreamingInputCallResponse> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -1275,6 +1350,7 @@ namespace Grpc.Testing { |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public StreamingInputCallResponse(StreamingInputCallResponse other) : this() { |
|
|
|
|
aggregatedPayloadSize_ = other.aggregatedPayloadSize_; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1310,13 +1386,16 @@ namespace Grpc.Testing { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
if (AggregatedPayloadSize != other.AggregatedPayloadSize) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public override int GetHashCode() { |
|
|
|
|
int hash = 1; |
|
|
|
|
if (AggregatedPayloadSize != 0) hash ^= AggregatedPayloadSize.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1331,6 +1410,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(8); |
|
|
|
|
output.WriteInt32(AggregatedPayloadSize); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1339,6 +1421,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (AggregatedPayloadSize != 0) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(AggregatedPayloadSize); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1350,6 +1435,7 @@ namespace Grpc.Testing { |
|
|
|
|
if (other.AggregatedPayloadSize != 0) { |
|
|
|
|
AggregatedPayloadSize = other.AggregatedPayloadSize; |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1358,7 +1444,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 8: { |
|
|
|
|
AggregatedPayloadSize = input.ReadInt32(); |
|
|
|
@ -1375,6 +1461,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class ResponseParameters : pb::IMessage<ResponseParameters> { |
|
|
|
|
private static readonly pb::MessageParser<ResponseParameters> _parser = new pb::MessageParser<ResponseParameters>(() => new ResponseParameters()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<ResponseParameters> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -1400,6 +1487,7 @@ namespace Grpc.Testing { |
|
|
|
|
size_ = other.size_; |
|
|
|
|
intervalUs_ = other.intervalUs_; |
|
|
|
|
Compressed = other.compressed_ != null ? other.Compressed.Clone() : null; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1469,7 +1557,7 @@ namespace Grpc.Testing { |
|
|
|
|
if (Size != other.Size) return false; |
|
|
|
|
if (IntervalUs != other.IntervalUs) return false; |
|
|
|
|
if (!object.Equals(Compressed, other.Compressed)) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1478,6 +1566,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (Size != 0) hash ^= Size.GetHashCode(); |
|
|
|
|
if (IntervalUs != 0) hash ^= IntervalUs.GetHashCode(); |
|
|
|
|
if (compressed_ != null) hash ^= Compressed.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1500,6 +1591,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(26); |
|
|
|
|
output.WriteMessage(Compressed); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1514,6 +1608,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (compressed_ != null) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Compressed); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1534,6 +1631,7 @@ namespace Grpc.Testing { |
|
|
|
|
} |
|
|
|
|
Compressed.MergeFrom(other.Compressed); |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1542,7 +1640,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 8: { |
|
|
|
|
Size = input.ReadInt32(); |
|
|
|
@ -1570,6 +1668,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class StreamingOutputCallRequest : pb::IMessage<StreamingOutputCallRequest> { |
|
|
|
|
private static readonly pb::MessageParser<StreamingOutputCallRequest> _parser = new pb::MessageParser<StreamingOutputCallRequest>(() => new StreamingOutputCallRequest()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<StreamingOutputCallRequest> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -1596,6 +1695,7 @@ namespace Grpc.Testing { |
|
|
|
|
responseParameters_ = other.responseParameters_.Clone(); |
|
|
|
|
Payload = other.payload_ != null ? other.Payload.Clone() : null; |
|
|
|
|
ResponseStatus = other.responseStatus_ != null ? other.ResponseStatus.Clone() : null; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1679,7 +1779,7 @@ namespace Grpc.Testing { |
|
|
|
|
if(!responseParameters_.Equals(other.responseParameters_)) return false; |
|
|
|
|
if (!object.Equals(Payload, other.Payload)) return false; |
|
|
|
|
if (!object.Equals(ResponseStatus, other.ResponseStatus)) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1689,6 +1789,9 @@ namespace Grpc.Testing { |
|
|
|
|
hash ^= responseParameters_.GetHashCode(); |
|
|
|
|
if (payload_ != null) hash ^= Payload.GetHashCode(); |
|
|
|
|
if (responseStatus_ != null) hash ^= ResponseStatus.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1712,6 +1815,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(58); |
|
|
|
|
output.WriteMessage(ResponseStatus); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1727,6 +1833,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (responseStatus_ != null) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(ResponseStatus); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1751,6 +1860,7 @@ namespace Grpc.Testing { |
|
|
|
|
} |
|
|
|
|
ResponseStatus.MergeFrom(other.ResponseStatus); |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1759,7 +1869,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 8: { |
|
|
|
|
responseType_ = (global::Grpc.Testing.PayloadType) input.ReadEnum(); |
|
|
|
@ -1794,6 +1904,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class StreamingOutputCallResponse : pb::IMessage<StreamingOutputCallResponse> { |
|
|
|
|
private static readonly pb::MessageParser<StreamingOutputCallResponse> _parser = new pb::MessageParser<StreamingOutputCallResponse>(() => new StreamingOutputCallResponse()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<StreamingOutputCallResponse> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -1817,6 +1928,7 @@ namespace Grpc.Testing { |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public StreamingOutputCallResponse(StreamingOutputCallResponse other) : this() { |
|
|
|
|
Payload = other.payload_ != null ? other.Payload.Clone() : null; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1852,13 +1964,16 @@ namespace Grpc.Testing { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
if (!object.Equals(Payload, other.Payload)) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public override int GetHashCode() { |
|
|
|
|
int hash = 1; |
|
|
|
|
if (payload_ != null) hash ^= Payload.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1873,6 +1988,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(10); |
|
|
|
|
output.WriteMessage(Payload); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1881,6 +1999,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (payload_ != null) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeMessageSize(Payload); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -1895,6 +2016,7 @@ namespace Grpc.Testing { |
|
|
|
|
} |
|
|
|
|
Payload.MergeFrom(other.Payload); |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1903,7 +2025,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 10: { |
|
|
|
|
if (payload_ == null) { |
|
|
|
@ -1924,6 +2046,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class ReconnectParams : pb::IMessage<ReconnectParams> { |
|
|
|
|
private static readonly pb::MessageParser<ReconnectParams> _parser = new pb::MessageParser<ReconnectParams>(() => new ReconnectParams()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<ReconnectParams> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -1947,6 +2070,7 @@ namespace Grpc.Testing { |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public ReconnectParams(ReconnectParams other) : this() { |
|
|
|
|
maxReconnectBackoffMs_ = other.maxReconnectBackoffMs_; |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -1979,13 +2103,16 @@ namespace Grpc.Testing { |
|
|
|
|
return true; |
|
|
|
|
} |
|
|
|
|
if (MaxReconnectBackoffMs != other.MaxReconnectBackoffMs) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public override int GetHashCode() { |
|
|
|
|
int hash = 1; |
|
|
|
|
if (MaxReconnectBackoffMs != 0) hash ^= MaxReconnectBackoffMs.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2000,6 +2127,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteRawTag(8); |
|
|
|
|
output.WriteInt32(MaxReconnectBackoffMs); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -2008,6 +2138,9 @@ namespace Grpc.Testing { |
|
|
|
|
if (MaxReconnectBackoffMs != 0) { |
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeInt32Size(MaxReconnectBackoffMs); |
|
|
|
|
} |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2019,6 +2152,7 @@ namespace Grpc.Testing { |
|
|
|
|
if (other.MaxReconnectBackoffMs != 0) { |
|
|
|
|
MaxReconnectBackoffMs = other.MaxReconnectBackoffMs; |
|
|
|
|
} |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -2027,7 +2161,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 8: { |
|
|
|
|
MaxReconnectBackoffMs = input.ReadInt32(); |
|
|
|
@ -2046,6 +2180,7 @@ namespace Grpc.Testing { |
|
|
|
|
/// </summary> |
|
|
|
|
public sealed partial class ReconnectInfo : pb::IMessage<ReconnectInfo> { |
|
|
|
|
private static readonly pb::MessageParser<ReconnectInfo> _parser = new pb::MessageParser<ReconnectInfo>(() => new ReconnectInfo()); |
|
|
|
|
private pb::UnknownFieldSet _unknownFields; |
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
|
public static pb::MessageParser<ReconnectInfo> Parser { get { return _parser; } } |
|
|
|
|
|
|
|
|
@ -2070,6 +2205,7 @@ namespace Grpc.Testing { |
|
|
|
|
public ReconnectInfo(ReconnectInfo other) : this() { |
|
|
|
|
passed_ = other.passed_; |
|
|
|
|
backoffMs_ = other.backoffMs_.Clone(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -2113,7 +2249,7 @@ namespace Grpc.Testing { |
|
|
|
|
} |
|
|
|
|
if (Passed != other.Passed) return false; |
|
|
|
|
if(!backoffMs_.Equals(other.backoffMs_)) return false; |
|
|
|
|
return true; |
|
|
|
|
return Equals(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -2121,6 +2257,9 @@ namespace Grpc.Testing { |
|
|
|
|
int hash = 1; |
|
|
|
|
if (Passed != false) hash ^= Passed.GetHashCode(); |
|
|
|
|
hash ^= backoffMs_.GetHashCode(); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
hash ^= _unknownFields.GetHashCode(); |
|
|
|
|
} |
|
|
|
|
return hash; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2136,6 +2275,9 @@ namespace Grpc.Testing { |
|
|
|
|
output.WriteBool(Passed); |
|
|
|
|
} |
|
|
|
|
backoffMs_.WriteTo(output, _repeated_backoffMs_codec); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
_unknownFields.WriteTo(output); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -2145,6 +2287,9 @@ namespace Grpc.Testing { |
|
|
|
|
size += 1 + 1; |
|
|
|
|
} |
|
|
|
|
size += backoffMs_.CalculateSize(_repeated_backoffMs_codec); |
|
|
|
|
if (_unknownFields != null) { |
|
|
|
|
size += _unknownFields.CalculateSize(); |
|
|
|
|
} |
|
|
|
|
return size; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
@ -2157,6 +2302,7 @@ namespace Grpc.Testing { |
|
|
|
|
Passed = other.Passed; |
|
|
|
|
} |
|
|
|
|
backoffMs_.Add(other.backoffMs_); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute] |
|
|
|
@ -2165,7 +2311,7 @@ namespace Grpc.Testing { |
|
|
|
|
while ((tag = input.ReadTag()) != 0) { |
|
|
|
|
switch(tag) { |
|
|
|
|
default: |
|
|
|
|
input.SkipLastField(); |
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); |
|
|
|
|
break; |
|
|
|
|
case 8: { |
|
|
|
|
Passed = input.ReadBool(); |
|
|
|
|