[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The `Envelope` class in the Grafeas v1 API is the latest version (3.7.0) and serves as an authenticated message container."],["The `Envelope` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities like deep cloning and message buffer handling."],["`Envelope` objects have properties like `Payload` (a ByteString), `PayloadType` (a string), and `Signatures` (a RepeatedField of `EnvelopeSignature`) that handle the message's content and authentication."],["The class has a constructor that creates an empty Envelope and another constructor that creates an Envelope based on an already existing `Envelope` object."],["The `Envelope` is based off of the envelope.proto from the secure-systems-lab GitHub project."]]],[]]