Class: Google::Cloud::Notebooks::V1::ContainerImage
- Inherits:
-
Object
- Object
- Google::Cloud::Notebooks::V1::ContainerImage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/cloud/notebooks/v1/environment.rb
Overview
Definition of a container image for starting a notebook instance with the environment installed in a container.
Instance Attribute Summary collapse
-
#repository ⇒ ::String
Required.
-
#tag ⇒ ::String
The tag of the container image.
Instance Attribute Details
#repository ⇒ ::String
Returns Required. The path to the container image repository. For example:
gcr.io/{project_id}/{image_name}
.
84 85 86 87 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 84 class ContainerImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#tag ⇒ ::String
Returns The tag of the container image. If not specified, this defaults to the latest tag.
84 85 86 87 |
# File 'proto_docs/google/cloud/notebooks/v1/environment.rb', line 84 class ContainerImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |