[[["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-21 UTC."],[[["The `ContainerImage` class is part of the Google Cloud Notebooks v2 API and is used to define a container image for starting notebook instances."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionalities for message handling, equality checks, deep cloning, and buffer message operations."],["`ContainerImage` has two constructors: a default constructor and one that accepts another `ContainerImage` object for cloning."],["The `Repository` property, which is required, specifies the path to the container image repository, such as `gcr.io/{project_id}/{image_name}`."],["The optional `Tag` property indicates the container image tag, defaulting to the latest tag if not specified."]]],[]]