[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-18 UTC."],[],[],null,["# Interface ReleaseInfoOrBuilder (0.6.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.6.0 (latest)](/java/docs/reference/google-cloud-configdelivery/latest/com.google.cloud.configdelivery.v1.ReleaseInfoOrBuilder)\n- [0.4.0](/java/docs/reference/google-cloud-configdelivery/0.4.0/com.google.cloud.configdelivery.v1.ReleaseInfoOrBuilder)\n- [0.2.0](/java/docs/reference/google-cloud-configdelivery/0.2.0/com.google.cloud.configdelivery.v1.ReleaseInfoOrBuilder)\n- [0.1.0](/java/docs/reference/google-cloud-configdelivery/0.1.0/com.google.cloud.configdelivery.v1.ReleaseInfoOrBuilder) \n\n public interface ReleaseInfoOrBuilder 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### containsVariantOciImagePaths(String key)\n\n public abstract boolean containsVariantOciImagePaths(String key)\n\nOptional. per-variant paths to the oci images the service uploads on\npackage release creation\n\n`\nmap\u003cstring, string\u003e variant_oci_image_paths = 2 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getOciImagePath()\n\n public abstract String getOciImagePath()\n\nOutput only. path to the oci image the service uploads to on a `Release`\ncreation.\n\n`string oci_image_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getOciImagePathBytes()\n\n public abstract ByteString getOciImagePathBytes()\n\nOutput only. path to the oci image the service uploads to on a `Release`\ncreation.\n\n`string oci_image_path = 1 [(.google.api.field_behavior) = OUTPUT_ONLY];`\n\n### getVariantOciImagePaths() (deprecated)\n\n public abstract Map\u003cString,String\u003e getVariantOciImagePaths()\n\nUse [#getVariantOciImagePathsMap()](/java/docs/reference/google-cloud-configdelivery/latest/com.google.cloud.configdelivery.v1.ReleaseInfoOrBuilder#com_google_cloud_configdelivery_v1_ReleaseInfoOrBuilder_getVariantOciImagePathsMap__) instead.\n\n### getVariantOciImagePathsCount()\n\n public abstract int getVariantOciImagePathsCount()\n\nOptional. per-variant paths to the oci images the service uploads on\npackage release creation\n\n`\nmap\u003cstring, string\u003e variant_oci_image_paths = 2 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getVariantOciImagePathsMap()\n\n public abstract Map\u003cString,String\u003e getVariantOciImagePathsMap()\n\nOptional. per-variant paths to the oci images the service uploads on\npackage release creation\n\n`\nmap\u003cstring, string\u003e variant_oci_image_paths = 2 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getVariantOciImagePathsOrDefault(String key, String defaultValue)\n\n public abstract String getVariantOciImagePathsOrDefault(String key, String defaultValue)\n\nOptional. per-variant paths to the oci images the service uploads on\npackage release creation\n\n`\nmap\u003cstring, string\u003e variant_oci_image_paths = 2 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getVariantOciImagePathsOrThrow(String key)\n\n public abstract String getVariantOciImagePathsOrThrow(String key)\n\nOptional. per-variant paths to the oci images the service uploads on\npackage release creation\n\n`\nmap\u003cstring, string\u003e variant_oci_image_paths = 2 [(.google.api.field_behavior) = OPTIONAL];\n`"]]