Class: Google::Cloud::Build::V1::BuiltImage

Inherits:
Object
  • Object
show all
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

Instance Attribute Details

#digest::String

Returns Docker Registry 2.0 digest.

Returns:

  • (::String)

    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.

Returns:

  • (::String)

    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.

Returns:



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