Class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact
A Maven artifact uploaded using the MavenArtifact directive.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleDevtoolsCloudbuildV1UploadedMavenArtifact : 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 GoogleDevtoolsCloudbuildV1FileHashes FileHashes { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsCloudbuildV1FileHashes |
PushTiming
Output only. Stores timing information for pushing the specified artifact.
Declaration
[JsonProperty("pushTiming")]
public virtual GoogleDevtoolsCloudbuildV1TimeSpan PushTiming { get; set; }
Property Value
Type | Description |
---|---|
GoogleDevtoolsCloudbuildV1TimeSpan |
Uri
URI of the uploaded artifact.
Declaration
[JsonProperty("uri")]
public virtual string Uri { get; set; }
Property Value
Type | Description |
---|---|
string |