public sealed class UploadedMavenArtifact : IMessage<UploadedMavenArtifact>, IEquatable<UploadedMavenArtifact>, IDeepCloneable<UploadedMavenArtifact>, IBufferMessage, IMessageReference documentation and code samples for the Cloud Build v1 API class UploadedMavenArtifact.
A Maven artifact uploaded using the MavenArtifact directive.
Implements
IMessage<UploadedMavenArtifact>, IEquatable<UploadedMavenArtifact>, IDeepCloneable<UploadedMavenArtifact>, IBufferMessage, IMessageNamespace
Google.Cloud.CloudBuild.V1Assembly
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 |
|