Reference documentation and code samples for the Google Cloud Appengine Admin V1 Client 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.
Generated from protobuf messagegoogle.appengine.v1.ContainerInfo
Namespace
Google \ Cloud \ AppEngine \ V1
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ image
string
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"
getImage
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"
Returns
Type
Description
string
setImage
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-09-04 UTC."],[],[],null,["# Google Cloud Appengine Admin V1 Client - Class ContainerInfo (2.0.4)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.4 (latest)](/php/docs/reference/cloud-appengine-admin/latest/V1.ContainerInfo)\n- [2.0.3](/php/docs/reference/cloud-appengine-admin/2.0.3/V1.ContainerInfo)\n- [1.3.5](/php/docs/reference/cloud-appengine-admin/1.3.5/V1.ContainerInfo)\n- [1.2.2](/php/docs/reference/cloud-appengine-admin/1.2.2/V1.ContainerInfo)\n- [1.1.1](/php/docs/reference/cloud-appengine-admin/1.1.1/V1.ContainerInfo)\n- [1.0.6](/php/docs/reference/cloud-appengine-admin/1.0.6/V1.ContainerInfo) \nReference documentation and code samples for the Google Cloud Appengine Admin V1 Client class ContainerInfo.\n\nDocker image that is used to create a container and start a VM instance for\nthe version that you deploy. Only applicable for instances running in the App\nEngine flexible environment.\n\nGenerated from protobuf message `google.appengine.v1.ContainerInfo`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ AppEngine \\\\ V1\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getImage\n\nURI to the hosted container image in Google Container Registry. The URI\nmust be fully qualified and include a tag or digest.\n\nExamples: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\"\n\n### setImage\n\nURI to the hosted container image in Google Container Registry. The URI\nmust be fully qualified and include a tag or digest.\n\nExamples: \"gcr.io/my-project/image:tag\" or \"gcr.io/my-project/image@digest\""]]