Class: Google::Cloud::Build::V1::BuiltImage
- Inherits:
-
Object
- Object
- Google::Cloud::Build::V1::BuiltImage
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb
Overview
An image built by the pipeline.
Instance Attribute Summary collapse
-
#digest ⇒ ::String
Docker Registry 2.0 digest.
-
#name ⇒ ::String
Name used to push the container image to Google Container Registry, as presented to
docker push
. -
#push_timing ⇒ ::Google::Cloud::Build::V1::TimeSpan
readonly
Output only.
Instance Attribute Details
#digest ⇒ ::String
Returns Docker Registry 2.0 digest.
230 231 232 233 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 230 class BuiltImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
Returns Name used to push the container image to Google Container Registry, as
presented to docker push
.
230 231 232 233 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 230 class BuiltImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#push_timing ⇒ ::Google::Cloud::Build::V1::TimeSpan (readonly)
Returns Output only. Stores timing information for pushing the specified image.
230 231 232 233 |
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 230 class BuiltImage include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |