Class: Google::Cloud::AppEngine::V1::ContainerInfo
- Inherits:
-
Object
- Object
- Google::Cloud::AppEngine::V1::ContainerInfo
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/appengine/v1/deploy.rb
Overview
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.
Instance Attribute Summary collapse
-
#image ⇒ ::String
URI to the hosted container image in Google Container Registry.
Instance Attribute Details
#image ⇒ ::String
Returns 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".
86 87 88 89 |
# File 'proto_docs/google/appengine/v1/deploy.rb', line 86 class ContainerInfo include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |