[[["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 `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."]]],[]]