// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: mediapipe/framework/packet_generator.proto // #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 Mediapipe { /// Holder for reflection information generated from mediapipe/framework/packet_generator.proto public static partial class PacketGeneratorReflection { #region Descriptor /// File descriptor for mediapipe/framework/packet_generator.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static PacketGeneratorReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "CiptZWRpYXBpcGUvZnJhbWV3b3JrL3BhY2tldF9nZW5lcmF0b3IucHJvdG8S", "CW1lZGlhcGlwZSJAChZQYWNrZXRHZW5lcmF0b3JPcHRpb25zEhoKDG1lcmdl", "X2ZpZWxkcxgBIAEoCDoEdHJ1ZSoKCKCcARCAgICAAiLPAQoVUGFja2V0R2Vu", "ZXJhdG9yQ29uZmlnEhgKEHBhY2tldF9nZW5lcmF0b3IYASABKAkSGQoRaW5w", "dXRfc2lkZV9wYWNrZXQYAiADKAkSFwoOZXh0ZXJuYWxfaW5wdXQY6gcgAygJ", "EhoKEm91dHB1dF9zaWRlX3BhY2tldBgDIAMoCRIYCg9leHRlcm5hbF9vdXRw", "dXQY6wcgAygJEjIKB29wdGlvbnMYBCABKAsyIS5tZWRpYXBpcGUuUGFja2V0", "R2VuZXJhdG9yT3B0aW9uc0IyChpjb20uZ29vZ2xlLm1lZGlhcGlwZS5wcm90", "b0IUUGFja2V0R2VuZXJhdG9yUHJvdG8=")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(null, null, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::Mediapipe.PacketGeneratorOptions), global::Mediapipe.PacketGeneratorOptions.Parser, new[]{ "MergeFields" }, null, null, null, null), new pbr::GeneratedClrTypeInfo(typeof(global::Mediapipe.PacketGeneratorConfig), global::Mediapipe.PacketGeneratorConfig.Parser, new[]{ "PacketGenerator", "InputSidePacket", "ExternalInput", "OutputSidePacket", "ExternalOutput", "Options" }, null, null, null, null) })); } #endregion } #region Messages /// /// Options used by a PacketGenerator. /// public sealed partial class PacketGeneratorOptions : pb::IExtendableMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PacketGeneratorOptions()); private pb::UnknownFieldSet _unknownFields; private pb::ExtensionSet _extensions; private pb::ExtensionSet _Extensions { get { return _extensions; } } private int _hasBits0; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::Mediapipe.PacketGeneratorReflection.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 PacketGeneratorOptions() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PacketGeneratorOptions(PacketGeneratorOptions other) : this() { _hasBits0 = other._hasBits0; mergeFields_ = other.mergeFields_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); _extensions = pb::ExtensionSet.Clone(other._extensions); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PacketGeneratorOptions Clone() { return new PacketGeneratorOptions(this); } /// Field number for the "merge_fields" field. public const int MergeFieldsFieldNumber = 1; private readonly static bool MergeFieldsDefaultValue = true; private bool mergeFields_; /// /// If true, this proto specifies a subset of field values, /// which should override corresponding field values. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool MergeFields { get { if ((_hasBits0 & 1) != 0) { return mergeFields_; } else { return MergeFieldsDefaultValue; } } set { _hasBits0 |= 1; mergeFields_ = value; } } /// Gets whether the "merge_fields" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasMergeFields { get { return (_hasBits0 & 1) != 0; } } /// Clears the value of the "merge_fields" field [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearMergeFields() { _hasBits0 &= ~1; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as PacketGeneratorOptions); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(PacketGeneratorOptions other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (MergeFields != other.MergeFields) return false; if (!Equals(_extensions, other._extensions)) { 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 (HasMergeFields) hash ^= MergeFields.GetHashCode(); if (_extensions != null) { hash ^= _extensions.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 (HasMergeFields) { output.WriteRawTag(8); output.WriteBool(MergeFields); } if (_extensions != null) { _extensions.WriteTo(output); } 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 (HasMergeFields) { output.WriteRawTag(8); output.WriteBool(MergeFields); } if (_extensions != null) { _extensions.WriteTo(ref output); } 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 (HasMergeFields) { size += 1 + 1; } if (_extensions != null) { size += _extensions.CalculateSize(); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(PacketGeneratorOptions other) { if (other == null) { return; } if (other.HasMergeFields) { MergeFields = other.MergeFields; } pb::ExtensionSet.MergeFrom(ref _extensions, other._extensions); _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: if (!pb::ExtensionSet.TryMergeFieldFrom(ref _extensions, input)) { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); } break; case 8: { MergeFields = input.ReadBool(); 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: if (!pb::ExtensionSet.TryMergeFieldFrom(ref _extensions, ref input)) { _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, ref input); } break; case 8: { MergeFields = input.ReadBool(); break; } } } } #endif public TValue GetExtension(pb::Extension extension) { return pb::ExtensionSet.Get(ref _extensions, extension); } public pbc::RepeatedField GetExtension(pb::RepeatedExtension extension) { return pb::ExtensionSet.Get(ref _extensions, extension); } public pbc::RepeatedField GetOrInitializeExtension(pb::RepeatedExtension extension) { return pb::ExtensionSet.GetOrInitialize(ref _extensions, extension); } public void SetExtension(pb::Extension extension, TValue value) { pb::ExtensionSet.Set(ref _extensions, extension, value); } public bool HasExtension(pb::Extension extension) { return pb::ExtensionSet.Has(ref _extensions, extension); } public void ClearExtension(pb::Extension extension) { pb::ExtensionSet.Clear(ref _extensions, extension); } public void ClearExtension(pb::RepeatedExtension extension) { pb::ExtensionSet.Clear(ref _extensions, extension); } } /// /// The settings specifying a packet generator and how it is connected. /// public sealed partial class PacketGeneratorConfig : pb::IMessage #if !GOOGLE_PROTOBUF_REFSTRUCT_COMPATIBILITY_MODE , pb::IBufferMessage #endif { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new PacketGeneratorConfig()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public static pbr::MessageDescriptor Descriptor { get { return global::Mediapipe.PacketGeneratorReflection.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 PacketGeneratorConfig() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PacketGeneratorConfig(PacketGeneratorConfig other) : this() { packetGenerator_ = other.packetGenerator_; inputSidePacket_ = other.inputSidePacket_.Clone(); externalInput_ = other.externalInput_.Clone(); outputSidePacket_ = other.outputSidePacket_.Clone(); externalOutput_ = other.externalOutput_.Clone(); options_ = other.options_ != null ? other.options_.Clone() : null; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public PacketGeneratorConfig Clone() { return new PacketGeneratorConfig(this); } /// Field number for the "packet_generator" field. public const int PacketGeneratorFieldNumber = 1; private readonly static string PacketGeneratorDefaultValue = ""; private string packetGenerator_; /// /// The name of the registered packet generator class. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public string PacketGenerator { get { return packetGenerator_ ?? PacketGeneratorDefaultValue; } set { packetGenerator_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } /// Gets whether the "packet_generator" field is set [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool HasPacketGenerator { get { return packetGenerator_ != null; } } /// Clears the value of the "packet_generator" field [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void ClearPacketGenerator() { packetGenerator_ = null; } /// Field number for the "input_side_packet" field. public const int InputSidePacketFieldNumber = 2; private static readonly pb::FieldCodec _repeated_inputSidePacket_codec = pb::FieldCodec.ForString(18); private readonly pbc::RepeatedField inputSidePacket_ = new pbc::RepeatedField(); /// /// The names of the input side packets. The PacketGenerator can choose /// to access its input side packets either by index or by tag. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField InputSidePacket { get { return inputSidePacket_; } } /// Field number for the "external_input" field. public const int ExternalInputFieldNumber = 1002; private static readonly pb::FieldCodec _repeated_externalInput_codec = pb::FieldCodec.ForString(8018); private readonly pbc::RepeatedField externalInput_ = new pbc::RepeatedField(); /// /// DEPRECATED(mgeorg) The old name for input_side_packet. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField ExternalInput { get { return externalInput_; } } /// Field number for the "output_side_packet" field. public const int OutputSidePacketFieldNumber = 3; private static readonly pb::FieldCodec _repeated_outputSidePacket_codec = pb::FieldCodec.ForString(26); private readonly pbc::RepeatedField outputSidePacket_ = new pbc::RepeatedField(); /// /// The names of the output side packets that this generator produces. /// The PacketGenerator can choose to access its output side packets /// either by index or by tag. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField OutputSidePacket { get { return outputSidePacket_; } } /// Field number for the "external_output" field. public const int ExternalOutputFieldNumber = 1003; private static readonly pb::FieldCodec _repeated_externalOutput_codec = pb::FieldCodec.ForString(8026); private readonly pbc::RepeatedField externalOutput_ = new pbc::RepeatedField(); /// /// DEPRECATED(mgeorg) The old name for output_side_packet. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public pbc::RepeatedField ExternalOutput { get { return externalOutput_; } } /// Field number for the "options" field. public const int OptionsFieldNumber = 4; private global::Mediapipe.PacketGeneratorOptions options_; /// /// The options for the packet generator. /// [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public global::Mediapipe.PacketGeneratorOptions Options { get { return options_; } set { options_ = value; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public override bool Equals(object other) { return Equals(other as PacketGeneratorConfig); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public bool Equals(PacketGeneratorConfig other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if (PacketGenerator != other.PacketGenerator) return false; if(!inputSidePacket_.Equals(other.inputSidePacket_)) return false; if(!externalInput_.Equals(other.externalInput_)) return false; if(!outputSidePacket_.Equals(other.outputSidePacket_)) return false; if(!externalOutput_.Equals(other.externalOutput_)) return false; if (!object.Equals(Options, other.Options)) 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 (HasPacketGenerator) hash ^= PacketGenerator.GetHashCode(); hash ^= inputSidePacket_.GetHashCode(); hash ^= externalInput_.GetHashCode(); hash ^= outputSidePacket_.GetHashCode(); hash ^= externalOutput_.GetHashCode(); if (options_ != null) hash ^= Options.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 (HasPacketGenerator) { output.WriteRawTag(10); output.WriteString(PacketGenerator); } inputSidePacket_.WriteTo(output, _repeated_inputSidePacket_codec); outputSidePacket_.WriteTo(output, _repeated_outputSidePacket_codec); if (options_ != null) { output.WriteRawTag(34); output.WriteMessage(Options); } externalInput_.WriteTo(output, _repeated_externalInput_codec); externalOutput_.WriteTo(output, _repeated_externalOutput_codec); 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 (HasPacketGenerator) { output.WriteRawTag(10); output.WriteString(PacketGenerator); } inputSidePacket_.WriteTo(ref output, _repeated_inputSidePacket_codec); outputSidePacket_.WriteTo(ref output, _repeated_outputSidePacket_codec); if (options_ != null) { output.WriteRawTag(34); output.WriteMessage(Options); } externalInput_.WriteTo(ref output, _repeated_externalInput_codec); externalOutput_.WriteTo(ref output, _repeated_externalOutput_codec); 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 (HasPacketGenerator) { size += 1 + pb::CodedOutputStream.ComputeStringSize(PacketGenerator); } size += inputSidePacket_.CalculateSize(_repeated_inputSidePacket_codec); size += externalInput_.CalculateSize(_repeated_externalInput_codec); size += outputSidePacket_.CalculateSize(_repeated_outputSidePacket_codec); size += externalOutput_.CalculateSize(_repeated_externalOutput_codec); if (options_ != null) { size += 1 + pb::CodedOutputStream.ComputeMessageSize(Options); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] [global::System.CodeDom.Compiler.GeneratedCode("protoc", null)] public void MergeFrom(PacketGeneratorConfig other) { if (other == null) { return; } if (other.HasPacketGenerator) { PacketGenerator = other.PacketGenerator; } inputSidePacket_.Add(other.inputSidePacket_); externalInput_.Add(other.externalInput_); outputSidePacket_.Add(other.outputSidePacket_); externalOutput_.Add(other.externalOutput_); if (other.options_ != null) { if (options_ == null) { Options = new global::Mediapipe.PacketGeneratorOptions(); } Options.MergeFrom(other.Options); } _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: { PacketGenerator = input.ReadString(); break; } case 18: { inputSidePacket_.AddEntriesFrom(input, _repeated_inputSidePacket_codec); break; } case 26: { outputSidePacket_.AddEntriesFrom(input, _repeated_outputSidePacket_codec); break; } case 34: { if (options_ == null) { Options = new global::Mediapipe.PacketGeneratorOptions(); } input.ReadMessage(Options); break; } case 8018: { externalInput_.AddEntriesFrom(input, _repeated_externalInput_codec); break; } case 8026: { externalOutput_.AddEntriesFrom(input, _repeated_externalOutput_codec); 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: { PacketGenerator = input.ReadString(); break; } case 18: { inputSidePacket_.AddEntriesFrom(ref input, _repeated_inputSidePacket_codec); break; } case 26: { outputSidePacket_.AddEntriesFrom(ref input, _repeated_outputSidePacket_codec); break; } case 34: { if (options_ == null) { Options = new global::Mediapipe.PacketGeneratorOptions(); } input.ReadMessage(Options); break; } case 8018: { externalInput_.AddEntriesFrom(ref input, _repeated_externalInput_codec); break; } case 8026: { externalOutput_.AddEntriesFrom(ref input, _repeated_externalOutput_codec); break; } } } } #endif } #endregion } #endregion Designer generated code