[[["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-03-05 UTC."],[[["`EntityTranslator` is a class that handles the conversion of an `Entity` object into protocol buffers for API communication."],["This class inherits from `java.lang.Object` and includes inherited members like `clone()`, `equals()`, and `toString()`."],["The `convertToPb(Entity entity)` static method translates an `Entity` into an `OnestoreEntity.EntityProto`."],["The static methods `createFromPb` are used to take a `OnestoreEntity.EntityProto` or byte array and create a new `Entity` object."],["There are multiple static `createFromPb` methods, one taking only a `OnestoreEntity.EntityProto`, another a `OnestoreEntity.EntityProto` and a Collection of Projections, and another a byte array."]]],[]]