Image tag to use. This will generally be the full path to an image, such
as "gcr.io/my-project/busybox:1.2.3" or
"gcr.io/my-project/busybox@sha256:abc123".
Image tag to use. This will generally be the full path to an image, such
as "gcr.io/my-project/busybox:1.2.3" or
"gcr.io/my-project/busybox@sha256:abc123".
[[["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-08-07 UTC."],[],[],null,["# Interface BuildArtifactOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.deploy.v1.BuildArtifactOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.BuildArtifactOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.BuildArtifactOrBuilder) \n\n public interface BuildArtifactOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\n[MessageOrBuilder](https://cloud.google.com/java/docs/reference/protobuf/latest/com.google.protobuf.MessageOrBuilder.html)\n\nMethods\n-------\n\n### getImage()\n\n public abstract String getImage()\n\nImage name in Skaffold configuration.\n\n`string image = 3;`\n\n### getImageBytes()\n\n public abstract ByteString getImageBytes()\n\nImage name in Skaffold configuration.\n\n`string image = 3;`\n\n### getTag()\n\n public abstract String getTag()\n\nImage tag to use. This will generally be the full path to an image, such\nas \"gcr.io/my-project/busybox:1.2.3\" or\n\"gcr.io/my-project/busybox@sha256:abc123\".\n\n`string tag = 2;`\n\n### getTagBytes()\n\n public abstract ByteString getTagBytes()\n\nImage tag to use. This will generally be the full path to an image, such\nas \"gcr.io/my-project/busybox:1.2.3\" or\n\"gcr.io/my-project/busybox@sha256:abc123\".\n\n`string tag = 2;`"]]