[[["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 VmImageOrBuilder (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.notebooks.v1.VmImageOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.notebooks.v1.VmImageOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.notebooks.v1.VmImageOrBuilder) \n\n public interface VmImageOrBuilder 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### getImageCase()\n\n public abstract VmImage.ImageCase getImageCase()\n\n### getImageFamily()\n\n public abstract String getImageFamily()\n\nUse this VM image family to find the image; the newest image in this\nfamily will be used.\n\n`string image_family = 3;`\n\n### getImageFamilyBytes()\n\n public abstract ByteString getImageFamilyBytes()\n\nUse this VM image family to find the image; the newest image in this\nfamily will be used.\n\n`string image_family = 3;`\n\n### getImageName()\n\n public abstract String getImageName()\n\nUse VM image name to find the image.\n\n`string image_name = 2;`\n\n### getImageNameBytes()\n\n public abstract ByteString getImageNameBytes()\n\nUse VM image name to find the image.\n\n`string image_name = 2;`\n\n### getProject()\n\n public abstract String getProject()\n\nRequired. The name of the Google Cloud project that this VM image belongs\nto. Format: `{project_id}`\n\n`string project = 1;`\n\n### getProjectBytes()\n\n public abstract ByteString getProjectBytes()\n\nRequired. The name of the Google Cloud project that this VM image belongs\nto. Format: `{project_id}`\n\n`string project = 1;`\n\n### hasImageFamily()\n\n public abstract boolean hasImageFamily()\n\nUse this VM image family to find the image; the newest image in this\nfamily will be used.\n\n`string image_family = 3;`\n\n### hasImageName()\n\n public abstract boolean hasImageName()\n\nUse VM image name to find the image.\n\n`string image_name = 2;`"]]