Cloud Build v1 API - Class UploadedMavenArtifact (2.4.0)

public sealed class UploadedMavenArtifact : IMessage<UploadedMavenArtifact>, IEquatable<UploadedMavenArtifact>, IDeepCloneable<UploadedMavenArtifact>, IBufferMessage, IMessage

Reference documentation and code samples for the Cloud Build v1 API class UploadedMavenArtifact.

A Maven artifact uploaded using the MavenArtifact directive.

Inheritance

object > UploadedMavenArtifact

Namespace

GoogleCloudGoogle.Cloud.CloudBuildV1

Assembly

Google.Cloud.CloudBuild.V1.dll

Constructors

UploadedMavenArtifact()

public UploadedMavenArtifact()

UploadedMavenArtifact(UploadedMavenArtifact)

public UploadedMavenArtifact(UploadedMavenArtifact other)
Parameter
NameDescription
otherUploadedMavenArtifact

Properties

FileHashes

public FileHashes FileHashes { get; set; }

Hash types and values of the Maven Artifact.

Property Value
TypeDescription
FileHashes

PushTiming

public TimeSpan PushTiming { get; set; }

Output only. Stores timing information for pushing the specified artifact.

Property Value
TypeDescription
TimeSpan

Uri

public string Uri { get; set; }

URI of the uploaded artifact.

Property Value
TypeDescription
string