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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-04-17 UTC."],[[["The Grafeas v1 API class `Artifact` describes a build product and is available in multiple versions, with the latest being 3.7.0."],["The `Artifact` class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members such as `GetHashCode`, `GetType`, and `ToString` from the `object` class."],["`Artifact` objects have properties such as `Checksum`, `Id`, and `Names`, which store the hash value, the unique identifier, and related names of the artifact respectively."],["The `Names` property within the `Artifact` class, stores a list of strings in the `RepeatedField` format, which could be related paths to binaries or jar files, or names used to push container images."],["The class contains two constructors, `Artifact()` and `Artifact(Artifact other)` that either creates an empty object or copies the data of another passed `Artifact` object."]]],[]]