public sealed class ContainerInfo : IMessage<ContainerInfo>, IEquatable<ContainerInfo>, IDeepCloneable<ContainerInfo>, IBufferMessage, IMessage
Reference documentation and code samples for the App Engine v1 API class ContainerInfo.
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."],[[["This webpage provides documentation for the `ContainerInfo` class within the Google Cloud App Engine v1 API, specifically version 2.3.0."],["`ContainerInfo` represents a Docker image used to create and start a VM instance for deployments in the App Engine flexible environment."],["The `ContainerInfo` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The page details the constructors available for `ContainerInfo`, which are a parameterless constructor, and one that takes another `ContainerInfo` as a parameter."],["The `Image` property of the class is detailed, showing it's a string value that represents the URI of the hosted container image in the Google Container Registry."]]],[]]