Class UploadedMavenArtifact
A Maven artifact uploaded using the MavenArtifact directive.
Implements
Inherited Members
Namespace: Google.Apis.CloudBuild.v1.Data
Assembly: Google.Apis.CloudBuild.v1.dll
Syntax
public class UploadedMavenArtifact : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
FileHashes
Hash types and values of the Maven Artifact.
Declaration
[JsonProperty("fileHashes")]
public virtual FileHashes FileHashes { get; set; }
Property Value
Type | Description |
---|---|
FileHashes |
PushTiming
Output only. Stores timing information for pushing the specified artifact.
Declaration
[JsonProperty("pushTiming")]
public virtual TimeSpan PushTiming { get; set; }
Property Value
Type | Description |
---|---|
TimeSpan |
Uri
URI of the uploaded artifact.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |