// // Generated by the protocol buffer compiler. DO NOT EDIT! // source: mlagents/envs/communicator_objects/compressed_observation.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 MLAgents.CommunicatorObjects { /// Holder for reflection information generated from mlagents/envs/communicator_objects/compressed_observation.proto public static partial class CompressedObservationReflection { #region Descriptor /// File descriptor for mlagents/envs/communicator_objects/compressed_observation.proto public static pbr::FileDescriptor Descriptor { get { return descriptor; } } private static pbr::FileDescriptor descriptor; static CompressedObservationReflection() { byte[] descriptorData = global::System.Convert.FromBase64String( string.Concat( "Cj9tbGFnZW50cy9lbnZzL2NvbW11bmljYXRvcl9vYmplY3RzL2NvbXByZXNz", "ZWRfb2JzZXJ2YXRpb24ucHJvdG8SFGNvbW11bmljYXRvcl9vYmplY3RzIn8K", "GkNvbXByZXNzZWRPYnNlcnZhdGlvblByb3RvEg0KBXNoYXBlGAEgAygFEkQK", "EGNvbXByZXNzaW9uX3R5cGUYAiABKA4yKi5jb21tdW5pY2F0b3Jfb2JqZWN0", "cy5Db21wcmVzc2lvblR5cGVQcm90bxIMCgRkYXRhGAMgASgMKikKFENvbXBy", "ZXNzaW9uVHlwZVByb3RvEggKBE5PTkUQABIHCgNQTkcQAUIfqgIcTUxBZ2Vu", "dHMuQ29tbXVuaWNhdG9yT2JqZWN0c2IGcHJvdG8z")); descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData, new pbr::FileDescriptor[] { }, new pbr::GeneratedClrTypeInfo(new[] {typeof(global::MLAgents.CommunicatorObjects.CompressionTypeProto), }, new pbr::GeneratedClrTypeInfo[] { new pbr::GeneratedClrTypeInfo(typeof(global::MLAgents.CommunicatorObjects.CompressedObservationProto), global::MLAgents.CommunicatorObjects.CompressedObservationProto.Parser, new[]{ "Shape", "CompressionType", "Data" }, null, null, null) })); } #endregion } #region Enums public enum CompressionTypeProto { [pbr::OriginalName("NONE")] None = 0, [pbr::OriginalName("PNG")] Png = 1, } #endregion #region Messages public sealed partial class CompressedObservationProto : pb::IMessage { private static readonly pb::MessageParser _parser = new pb::MessageParser(() => new CompressedObservationProto()); private pb::UnknownFieldSet _unknownFields; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pb::MessageParser Parser { get { return _parser; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public static pbr::MessageDescriptor Descriptor { get { return global::MLAgents.CommunicatorObjects.CompressedObservationReflection.Descriptor.MessageTypes[0]; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] pbr::MessageDescriptor pb::IMessage.Descriptor { get { return Descriptor; } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public CompressedObservationProto() { OnConstruction(); } partial void OnConstruction(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public CompressedObservationProto(CompressedObservationProto other) : this() { shape_ = other.shape_.Clone(); compressionType_ = other.compressionType_; data_ = other.data_; _unknownFields = pb::UnknownFieldSet.Clone(other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public CompressedObservationProto Clone() { return new CompressedObservationProto(this); } /// Field number for the "shape" field. public const int ShapeFieldNumber = 1; private static readonly pb::FieldCodec _repeated_shape_codec = pb::FieldCodec.ForInt32(10); private readonly pbc::RepeatedField shape_ = new pbc::RepeatedField(); [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pbc::RepeatedField Shape { get { return shape_; } } /// Field number for the "compression_type" field. public const int CompressionTypeFieldNumber = 2; private global::MLAgents.CommunicatorObjects.CompressionTypeProto compressionType_ = 0; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public global::MLAgents.CommunicatorObjects.CompressionTypeProto CompressionType { get { return compressionType_; } set { compressionType_ = value; } } /// Field number for the "data" field. public const int DataFieldNumber = 3; private pb::ByteString data_ = pb::ByteString.Empty; [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public pb::ByteString Data { get { return data_; } set { data_ = pb::ProtoPreconditions.CheckNotNull(value, "value"); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override bool Equals(object other) { return Equals(other as CompressedObservationProto); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public bool Equals(CompressedObservationProto other) { if (ReferenceEquals(other, null)) { return false; } if (ReferenceEquals(other, this)) { return true; } if(!shape_.Equals(other.shape_)) return false; if (CompressionType != other.CompressionType) return false; if (Data != other.Data) return false; return Equals(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override int GetHashCode() { int hash = 1; hash ^= shape_.GetHashCode(); if (CompressionType != 0) hash ^= CompressionType.GetHashCode(); if (Data.Length != 0) hash ^= Data.GetHashCode(); if (_unknownFields != null) { hash ^= _unknownFields.GetHashCode(); } return hash; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public override string ToString() { return pb::JsonFormatter.ToDiagnosticString(this); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void WriteTo(pb::CodedOutputStream output) { shape_.WriteTo(output, _repeated_shape_codec); if (CompressionType != 0) { output.WriteRawTag(16); output.WriteEnum((int) CompressionType); } if (Data.Length != 0) { output.WriteRawTag(26); output.WriteBytes(Data); } if (_unknownFields != null) { _unknownFields.WriteTo(output); } } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public int CalculateSize() { int size = 0; size += shape_.CalculateSize(_repeated_shape_codec); if (CompressionType != 0) { size += 1 + pb::CodedOutputStream.ComputeEnumSize((int) CompressionType); } if (Data.Length != 0) { size += 1 + pb::CodedOutputStream.ComputeBytesSize(Data); } if (_unknownFields != null) { size += _unknownFields.CalculateSize(); } return size; } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(CompressedObservationProto other) { if (other == null) { return; } shape_.Add(other.shape_); if (other.CompressionType != 0) { CompressionType = other.CompressionType; } if (other.Data.Length != 0) { Data = other.Data; } _unknownFields = pb::UnknownFieldSet.MergeFrom(_unknownFields, other._unknownFields); } [global::System.Diagnostics.DebuggerNonUserCodeAttribute] public void MergeFrom(pb::CodedInputStream input) { uint tag; while ((tag = input.ReadTag()) != 0) { switch(tag) { default: _unknownFields = pb::UnknownFieldSet.MergeFieldFrom(_unknownFields, input); break; case 10: case 8: { shape_.AddEntriesFrom(input, _repeated_shape_codec); break; } case 16: { compressionType_ = (global::MLAgents.CommunicatorObjects.CompressionTypeProto) input.ReadEnum(); break; } case 26: { Data = input.ReadBytes(); break; } } } } } #endregion } #endregion Designer generated code