Grafeas v1 API - Class Artifact (3.4.0)

 public sealed class Artifact : IMessage<Artifact>, IEquatable<Artifact>, IDeepCloneable<Artifact>, IBufferMessage, IMessage 

Reference documentation and code samples for the Grafeas v1 API class Artifact.

Artifact describes a build product.

Inheritance

object > Artifact

Namespace

Grafeas.V1

Assembly

Grafeas.V1.dll

Constructors

Artifact()

 public Artifact() 

Artifact(Artifact)

 public Artifact(Artifact other) 
Parameter
Name
Description
other

Properties

Checksum

 public string Checksum { get; set; } 

Hash or checksum value of a binary, or Docker Registry 2.0 digest of a container.

Property Value
Type
Description

Id

 public string Id { get; set; } 

Artifact ID, if any; for container images, this will be a URL by digest like gcr.io/projectID/imagename@sha256:123456 .

Property Value
Type
Description

Names

 public RepeatedField<string> Names { get; } 

Related artifact names. This may be the path to a binary or jar file, or in the case of a container build, the name used to push the container image to Google Container Registry, as presented to docker push . Note that a single Artifact ID can have multiple names, for example if two tags are applied to one image.

Property Value
Type
Description
Create a Mobile Website
View Site in Mobile | Classic
Share by: