[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 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."]]],[]]