Class: Google::Cloud::Build::V1::UploadedMavenArtifact

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb

Overview

A Maven artifact uploaded using the MavenArtifact directive.

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.



343
344
345
346
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 343

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

#file_hashes::Google::Cloud::Build::V1::FileHashes

Returns Hash types and values of the Maven Artifact.

Returns:



343
344
345
346
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 343

class UploadedMavenArtifact
  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 artifact.

Returns:



343
344
345
346
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 343

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

#uri::String

Returns URI of the uploaded artifact.

Returns:

  • (::String)

    URI of the uploaded artifact.



343
344
345
346
# File 'proto_docs/google/devtools/cloudbuild/v1/cloudbuild.rb', line 343

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