2025-08-28 14:11:26 +03:30
|
|
|
// <auto-generated>
|
|
|
|
// Generated by the protocol buffer compiler. DO NOT EDIT!
|
|
|
|
// source: aia.proto
|
|
|
|
// </auto-generated>
|
|
|
|
#pragma warning disable 1591, 0612, 3021, 8981
|
|
|
|
#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 AIAss.Protos {
|
|
|
|
|
|
|
|
/// <summary>Holder for reflection information generated from aia.proto</summary>
|
|
|
|
public static partial class AiaReflection {
|
|
|
|
|
|
|
|
#region Descriptor
|
|
|
|
/// <summary>File descriptor for aia.proto</summary>
|
|
|
|
public static pbr::FileDescriptor Descriptor {
|
|
|
|
get { return descriptor; }
|
|
|
|
}
|
|
|
|
private static pbr::FileDescriptor descriptor;
|
|
|
|
|
|
|
|
static AiaReflection() {
|
|
|
|
byte[] descriptorData = global::System.Convert.FromBase64String(
|
|
|
|
string.Concat(
|
2025-09-01 19:46:37 +03:30
|
|
|
"CglhaWEucHJvdG8SA2FpYSI+CgphaWFSZXF1ZXN0EhAKCHF1ZXN0aW9uGAEg",
|
|
|
|
"ASgJEg8KB3Byb21wdHMYAiABKAkSDQoFbW9kZWwYAyABKAkiGwoIYWlhUmVw",
|
|
|
|
"bHkSDwoHbWVzc2FnZRgBIAEoCTJuCgxhaUFzc2lzdGFuY2USLgoMU2VuZFF1",
|
|
|
|
"ZXN0aW9uEg8uYWlhLmFpYVJlcXVlc3QaDS5haWEuYWlhUmVwbHkSLgoMaW1h",
|
|
|
|
"Z2VBbmFsaXplEg8uYWlhLmFpYVJlcXVlc3QaDS5haWEuYWlhUmVwbHlCD6oC",
|
|
|
|
"DEFJQXNzLlByb3Rvc2IGcHJvdG8z"));
|
2025-08-28 14:11:26 +03:30
|
|
|
descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
|
|
|
|
new pbr::FileDescriptor[] { },
|
|
|
|
new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] {
|
2025-09-01 19:46:37 +03:30
|
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::AIAss.Protos.aiaRequest), global::AIAss.Protos.aiaRequest.Parser, new[]{ "Question", "Prompts", "Model" }, null, null, null, null),
|
2025-08-28 14:11:26 +03:30
|
|
|
new pbr::GeneratedClrTypeInfo(typeof(global::AIAss.Protos.aiaReply), global::AIAss.Protos.aiaReply.Parser, new[]{ "Message" }, null, null, null, null)
|
|
|
|
}));
|
|
|
|
}
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
}
|
|
|
|
#region Messages
|
|
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
|
|
public sealed partial class aiaRequest : pb::IMessage<aiaRequest>
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
, pb::IBufferMessage
|
|
|
|
#endif
|
|
|
|
{
|
|
|
|
private static readonly pb::MessageParser<aiaRequest> _parser = new pb::MessageParser<aiaRequest>(() => new aiaRequest());
|
|
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public static pb::MessageParser<aiaRequest> Parser { get { return _parser; } }
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
|
|
get { return global::AIAss.Protos.AiaReflection.Descriptor.MessageTypes[0]; }
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
|
|
|
get { return Descriptor; }
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public aiaRequest() {
|
|
|
|
OnConstruction();
|
|
|
|
}
|
|
|
|
|
|
|
|
partial void OnConstruction();
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public aiaRequest(aiaRequest other) : this() {
|
|
|
|
question_ = other.question_;
|
|
|
|
prompts_ = other.prompts_;
|
2025-08-28 14:56:41 +03:30
|
|
|
model_ = other.model_;
|
2025-08-28 14:11:26 +03:30
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public aiaRequest Clone() {
|
|
|
|
return new aiaRequest(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <summary>Field number for the "question" field.</summary>
|
|
|
|
public const int QuestionFieldNumber = 1;
|
|
|
|
private string question_ = "";
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public string Question {
|
|
|
|
get { return question_; }
|
|
|
|
set {
|
|
|
|
question_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <summary>Field number for the "prompts" field.</summary>
|
|
|
|
public const int PromptsFieldNumber = 2;
|
|
|
|
private string prompts_ = "";
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public string Prompts {
|
|
|
|
get { return prompts_; }
|
|
|
|
set {
|
|
|
|
prompts_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2025-08-28 14:56:41 +03:30
|
|
|
/// <summary>Field number for the "model" field.</summary>
|
|
|
|
public const int ModelFieldNumber = 3;
|
|
|
|
private string model_ = "";
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public string Model {
|
|
|
|
get { return model_; }
|
|
|
|
set {
|
|
|
|
model_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
2025-08-28 14:11:26 +03:30
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public override bool Equals(object other) {
|
|
|
|
return Equals(other as aiaRequest);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public bool Equals(aiaRequest other) {
|
|
|
|
if (ReferenceEquals(other, null)) {
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
if (ReferenceEquals(other, this)) {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
if (Question != other.Question) return false;
|
|
|
|
if (Prompts != other.Prompts) return false;
|
2025-08-28 14:56:41 +03:30
|
|
|
if (Model != other.Model) return false;
|
2025-08-28 14:11:26 +03:30
|
|
|
return Equals(_unknownFields, other._unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public override int GetHashCode() {
|
|
|
|
int hash = 1;
|
|
|
|
if (Question.Length != 0) hash ^= Question.GetHashCode();
|
|
|
|
if (Prompts.Length != 0) hash ^= Prompts.GetHashCode();
|
2025-08-28 14:56:41 +03:30
|
|
|
if (Model.Length != 0) hash ^= Model.GetHashCode();
|
2025-08-28 14:11:26 +03:30
|
|
|
if (_unknownFields != null) {
|
|
|
|
hash ^= _unknownFields.GetHashCode();
|
|
|
|
}
|
|
|
|
return hash;
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public override string ToString() {
|
|
|
|
return pb::JsonFormatter.ToDiagnosticString(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public void WriteTo(pb::CodedOutputStream output) {
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
output.WriteRawMessage(this);
|
|
|
|
#else
|
|
|
|
if (Question.Length != 0) {
|
|
|
|
output.WriteRawTag(10);
|
|
|
|
output.WriteString(Question);
|
|
|
|
}
|
|
|
|
if (Prompts.Length != 0) {
|
|
|
|
output.WriteRawTag(18);
|
|
|
|
output.WriteString(Prompts);
|
|
|
|
}
|
2025-08-28 14:56:41 +03:30
|
|
|
if (Model.Length != 0) {
|
|
|
|
output.WriteRawTag(26);
|
|
|
|
output.WriteString(Model);
|
|
|
|
}
|
2025-08-28 14:11:26 +03:30
|
|
|
if (_unknownFields != null) {
|
|
|
|
_unknownFields.WriteTo(output);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
|
|
|
if (Question.Length != 0) {
|
|
|
|
output.WriteRawTag(10);
|
|
|
|
output.WriteString(Question);
|
|
|
|
}
|
|
|
|
if (Prompts.Length != 0) {
|
|
|
|
output.WriteRawTag(18);
|
|
|
|
output.WriteString(Prompts);
|
|
|
|
}
|
2025-08-28 14:56:41 +03:30
|
|
|
if (Model.Length != 0) {
|
|
|
|
output.WriteRawTag(26);
|
|
|
|
output.WriteString(Model);
|
|
|
|
}
|
2025-08-28 14:11:26 +03:30
|
|
|
if (_unknownFields != null) {
|
|
|
|
_unknownFields.WriteTo(ref output);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public int CalculateSize() {
|
|
|
|
int size = 0;
|
|
|
|
if (Question.Length != 0) {
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Question);
|
|
|
|
}
|
|
|
|
if (Prompts.Length != 0) {
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Prompts);
|
|
|
|
}
|
2025-08-28 14:56:41 +03:30
|
|
|
if (Model.Length != 0) {
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Model);
|
|
|
|
}
|
2025-08-28 14:11:26 +03:30
|
|
|
if (_unknownFields != null) {
|
|
|
|
size += _unknownFields.CalculateSize();
|
|
|
|
}
|
|
|
|
return size;
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public void MergeFrom(aiaRequest other) {
|
|
|
|
if (other == null) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
if (other.Question.Length != 0) {
|
|
|
|
Question = other.Question;
|
|
|
|
}
|
|
|
|
if (other.Prompts.Length != 0) {
|
|
|
|
Prompts = other.Prompts;
|
|
|
|
}
|
2025-08-28 14:56:41 +03:30
|
|
|
if (other.Model.Length != 0) {
|
|
|
|
Model = other.Model;
|
|
|
|
}
|
2025-08-28 14:11:26 +03:30
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public void MergeFrom(pb::CodedInputStream input) {
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
input.ReadRawMessage(this);
|
|
|
|
#else
|
|
|
|
uint tag;
|
|
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
|
|
switch(tag) {
|
|
|
|
default:
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
|
|
break;
|
|
|
|
case 10: {
|
|
|
|
Question = input.ReadString();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 18: {
|
|
|
|
Prompts = input.ReadString();
|
|
|
|
break;
|
|
|
|
}
|
2025-08-28 14:56:41 +03:30
|
|
|
case 26: {
|
|
|
|
Model = input.ReadString();
|
|
|
|
break;
|
|
|
|
}
|
2025-08-28 14:11:26 +03:30
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
|
|
|
uint tag;
|
|
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
|
|
switch(tag) {
|
|
|
|
default:
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
|
|
break;
|
|
|
|
case 10: {
|
|
|
|
Question = input.ReadString();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
case 18: {
|
|
|
|
Prompts = input.ReadString();
|
|
|
|
break;
|
|
|
|
}
|
2025-08-28 14:56:41 +03:30
|
|
|
case 26: {
|
|
|
|
Model = input.ReadString();
|
|
|
|
break;
|
|
|
|
}
|
2025-08-28 14:11:26 +03:30
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerDisplayAttribute("{ToString(),nq}")]
|
|
|
|
public sealed partial class aiaReply : pb::IMessage<aiaReply>
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
, pb::IBufferMessage
|
|
|
|
#endif
|
|
|
|
{
|
|
|
|
private static readonly pb::MessageParser<aiaReply> _parser = new pb::MessageParser<aiaReply>(() => new aiaReply());
|
|
|
|
private pb::UnknownFieldSet _unknownFields;
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public static pb::MessageParser<aiaReply> Parser { get { return _parser; } }
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public static pbr::MessageDescriptor Descriptor {
|
|
|
|
get { return global::AIAss.Protos.AiaReflection.Descriptor.MessageTypes[1]; }
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
pbr::MessageDescriptor pb::IMessage.Descriptor {
|
|
|
|
get { return Descriptor; }
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public aiaReply() {
|
|
|
|
OnConstruction();
|
|
|
|
}
|
|
|
|
|
|
|
|
partial void OnConstruction();
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public aiaReply(aiaReply other) : this() {
|
|
|
|
message_ = other.message_;
|
|
|
|
_unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public aiaReply Clone() {
|
|
|
|
return new aiaReply(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
/// <summary>Field number for the "message" field.</summary>
|
|
|
|
public const int MessageFieldNumber = 1;
|
|
|
|
private string message_ = "";
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public string Message {
|
|
|
|
get { return message_; }
|
|
|
|
set {
|
|
|
|
message_ = pb::ProtoPreconditions.CheckNotNull(value, "value");
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public override bool Equals(object other) {
|
|
|
|
return Equals(other as aiaReply);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public bool Equals(aiaReply other) {
|
|
|
|
if (ReferenceEquals(other, null)) {
|
|
|
|
return false;
|
|
|
|
}
|
|
|
|
if (ReferenceEquals(other, this)) {
|
|
|
|
return true;
|
|
|
|
}
|
|
|
|
if (Message != other.Message) return false;
|
|
|
|
return Equals(_unknownFields, other._unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public override int GetHashCode() {
|
|
|
|
int hash = 1;
|
|
|
|
if (Message.Length != 0) hash ^= Message.GetHashCode();
|
|
|
|
if (_unknownFields != null) {
|
|
|
|
hash ^= _unknownFields.GetHashCode();
|
|
|
|
}
|
|
|
|
return hash;
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public override string ToString() {
|
|
|
|
return pb::JsonFormatter.ToDiagnosticString(this);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public void WriteTo(pb::CodedOutputStream output) {
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
output.WriteRawMessage(this);
|
|
|
|
#else
|
|
|
|
if (Message.Length != 0) {
|
|
|
|
output.WriteRawTag(10);
|
|
|
|
output.WriteString(Message);
|
|
|
|
}
|
|
|
|
if (_unknownFields != null) {
|
|
|
|
_unknownFields.WriteTo(output);
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
void pb::IBufferMessage.InternalWriteTo(ref pb::WriteContext output) {
|
|
|
|
if (Message.Length != 0) {
|
|
|
|
output.WriteRawTag(10);
|
|
|
|
output.WriteString(Message);
|
|
|
|
}
|
|
|
|
if (_unknownFields != null) {
|
|
|
|
_unknownFields.WriteTo(ref output);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public int CalculateSize() {
|
|
|
|
int size = 0;
|
|
|
|
if (Message.Length != 0) {
|
|
|
|
size += 1 + pb::CodedOutputStream.ComputeStringSize(Message);
|
|
|
|
}
|
|
|
|
if (_unknownFields != null) {
|
|
|
|
size += _unknownFields.CalculateSize();
|
|
|
|
}
|
|
|
|
return size;
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public void MergeFrom(aiaReply other) {
|
|
|
|
if (other == null) {
|
|
|
|
return;
|
|
|
|
}
|
|
|
|
if (other.Message.Length != 0) {
|
|
|
|
Message = other.Message;
|
|
|
|
}
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields);
|
|
|
|
}
|
|
|
|
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
public void MergeFrom(pb::CodedInputStream input) {
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
input.ReadRawMessage(this);
|
|
|
|
#else
|
|
|
|
uint tag;
|
|
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
|
|
switch(tag) {
|
|
|
|
default:
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input);
|
|
|
|
break;
|
|
|
|
case 10: {
|
|
|
|
Message = input.ReadString();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
}
|
|
|
|
|
|
|
|
#if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE
|
|
|
|
[global::System.Diagnostics.DebuggerNonUserCodeAttribute]
|
|
|
|
[global::System.CodeDom.Compiler.GeneratedCode("protoc", null)]
|
|
|
|
void pb::IBufferMessage.InternalMergeFrom(ref pb::ParseContext input) {
|
|
|
|
uint tag;
|
|
|
|
while ((tag = input.ReadTag()) != 0) {
|
|
|
|
switch(tag) {
|
|
|
|
default:
|
|
|
|
_unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input);
|
|
|
|
break;
|
|
|
|
case 10: {
|
|
|
|
Message = input.ReadString();
|
|
|
|
break;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
#endif
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
#endregion Designer generated code
|