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.
Implements
IMessageUploadedMavenArtifact, IEquatableUploadedMavenArtifact, IDeepCloneableUploadedMavenArtifact, IBufferMessage, IMessageNamespace
GoogleCloudGoogle.Cloud.CloudBuildV1Assembly
Google.Cloud.CloudBuild.V1.dll
Constructors
UploadedMavenArtifact()
public UploadedMavenArtifact()
UploadedMavenArtifact(UploadedMavenArtifact)
public UploadedMavenArtifact(UploadedMavenArtifact other)
Parameter | |
---|---|
Name | Description |
other | UploadedMavenArtifact |
Properties
FileHashes
public FileHashes FileHashes { get; set; }
Hash types and values of the Maven Artifact.
Property Value | |
---|---|
Type | Description |
FileHashes |
PushTiming
public TimeSpan PushTiming { get; set; }
Output only. Stores timing information for pushing the specified artifact.
Property Value | |
---|---|
Type | Description |
TimeSpan |
Uri
public string Uri { get; set; }
URI of the uploaded artifact.
Property Value | |
---|---|
Type | Description |
string |