Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::BuiltImage.
An image built by the pipeline.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#digest
def digest() -> ::String
Returns
- (::String) — Docker Registry 2.0 digest.
#digest=
def digest=(value) -> ::String
Parameter
- value (::String) — Docker Registry 2.0 digest.
Returns
- (::String) — Docker Registry 2.0 digest.
#name
def name() -> ::String
Returns
-
(::String) — Name used to push the container image to Google Container Registry, as
presented to
docker push
.
#name=
def name=(value) -> ::String
Parameter
-
value (::String) — Name used to push the container image to Google Container Registry, as
presented to
docker push
.
Returns
-
(::String) — Name used to push the container image to Google Container Registry, as
presented to
docker push
.
#push_timing
def push_timing() -> ::Google::Cloud::Build::V1::TimeSpan
Returns
- (::Google::Cloud::Build::V1::TimeSpan) — Output only. Stores timing information for pushing the specified image.