[[["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-09-04 UTC."],[],[],null,["# Interface BlueprintOrBuilder (0.2.0)\n\n public interface BlueprintOrBuilder 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### getEngine()\n\n public abstract String getEngine()\n\nOutput only. Type of the engine used to actuate the blueprint. e.g.\nterraform, helm etc.\n\n`string engine = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getEngineBytes()\n\n public abstract ByteString getEngineBytes()\n\nOutput only. Type of the engine used to actuate the blueprint. e.g.\nterraform, helm etc.\n\n`string engine = 2 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getPackage()\n\n public abstract String getPackage()\n\nOptional. Immutable. URI to a blueprint used by the Unit (required unless\nunitKind or release is set).\n\n`\nstring package = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];\n`\n\n### getPackageBytes()\n\n public abstract ByteString getPackageBytes()\n\nOptional. Immutable. URI to a blueprint used by the Unit (required unless\nunitKind or release is set).\n\n`\nstring package = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];\n`\n\n### getVersion()\n\n public abstract String getVersion()\n\nOutput only. Version metadata if present on the blueprint.\n\n`string version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getVersionBytes()\n\n public abstract ByteString getVersionBytes()\n\nOutput only. Version metadata if present on the blueprint.\n\n`string version = 3 [(.google.api.field_behavior) = OUTPUT_ONLY];`"]]