Reference documentation and code samples for the Cloud Build V1 API class Google::Cloud::Build::V1::UploadedMavenArtifact.
A Maven artifact uploaded using the MavenArtifact directive.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#file_hashes
def file_hashes() -> ::Google::Cloud::Build::V1::FileHashes
Returns
- (::Google::Cloud::Build::V1::FileHashes) — Hash types and values of the Maven Artifact.
#file_hashes=
def file_hashes=(value) -> ::Google::Cloud::Build::V1::FileHashes
Parameter
- value (::Google::Cloud::Build::V1::FileHashes) — Hash types and values of the Maven Artifact.
Returns
- (::Google::Cloud::Build::V1::FileHashes) — Hash types and values of the Maven Artifact.
#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 artifact.
#uri
def uri() -> ::String
Returns
- (::String) — URI of the uploaded artifact.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — URI of the uploaded artifact.
Returns
- (::String) — URI of the uploaded artifact.