public sealed class ContainerInfo : IMessage<ContainerInfo>, IEquatable<ContainerInfo>, IDeepCloneable<ContainerInfo>, IBufferMessage, IMessage
Docker image that is used to create a container and start a VM instance for
the version that you deploy. Only applicable for instances running in the App
Engine flexible environment.
URI to the hosted container image in Google Container Registry. The URI
must be fully qualified and include a tag or digest.
Examples: "gcr.io/my-project/image:tag" or "gcr.io/my-project/image@digest"
[[["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 `ContainerInfo` class, used in the App Engine flexible environment, defines the Docker image necessary for creating a container and starting a VM instance."],["This class is part of the `Google.Cloud.AppEngine.V1` namespace and is implemented within the `Google.Cloud.AppEngine.V1.dll` assembly."],["`ContainerInfo` has an Image property where a fully qualified URI to the container image in Google Container Registry must be provided."],["The class implements several interfaces, including `IMessage\u003cContainerInfo\u003e`, `IEquatable\u003cContainerInfo\u003e`, `IDeepCloneable\u003cContainerInfo\u003e`, `IBufferMessage`, and `IMessage`."],["The documentation provided includes version information from 1.0.0 up to the latest, 2.4.0, but the current page is for version 1.3.0 of the `ContainerInfo` class."]]],[]]