Class UploadedMavenArtifact
A Maven artifact uploaded using the MavenArtifact directive.
Inheritance
System.Object
UploadedMavenArtifact
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudBuild.v1alpha1.Data
Assembly: Google.Apis.CloudBuild.v1alpha1.dll
Syntax
public class UploadedMavenArtifact : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
System.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 |
---|---|
System.String |