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

#artifact_registry_package::String (readonly)

Returns Output only. Path to the artifact in Artifact Registry.

Returns:

  • (::String)

    Output only. Path to the artifact in Artifact Registry.



307
308
309
310
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 307

class BuiltImage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#digest::String

Returns Docker Registry 2.0 digest.

Returns:

  • (::String)

    Docker Registry 2.0 digest.



307
308
309
310
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 307

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.



307
308
309
310
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 307

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:



307
308
309
310
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 307

class BuiltImage
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end