Optional. The Skaffold custom action responsible for render operations. If
not provided then Cloud Deploy will perform the render operations via
skaffold render.
Optional. The Skaffold custom action responsible for render operations. If
not provided then Cloud Deploy will perform the render operations via
skaffold render.
[[["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 CustomTargetSkaffoldActionsOrBuilder (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.CustomTargetSkaffoldActionsOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.deploy.v1.CustomTargetSkaffoldActionsOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.deploy.v1.CustomTargetSkaffoldActionsOrBuilder) \n\n public interface CustomTargetSkaffoldActionsOrBuilder 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### getDeployAction()\n\n public abstract String getDeployAction()\n\nRequired. The Skaffold custom action responsible for deploy operations.\n\n`string deploy_action = 2;`\n\n### getDeployActionBytes()\n\n public abstract ByteString getDeployActionBytes()\n\nRequired. The Skaffold custom action responsible for deploy operations.\n\n`string deploy_action = 2;`\n\n### getIncludeSkaffoldModules(int index)\n\n public abstract SkaffoldModules getIncludeSkaffoldModules(int index)\n\nOptional. List of Skaffold modules Cloud Deploy will include in the\nSkaffold Config as required before performing diagnose.\n\n`repeated .google.events.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3;\n`\n\n### getIncludeSkaffoldModulesCount()\n\n public abstract int getIncludeSkaffoldModulesCount()\n\nOptional. List of Skaffold modules Cloud Deploy will include in the\nSkaffold Config as required before performing diagnose.\n\n`repeated .google.events.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3;\n`\n\n### getIncludeSkaffoldModulesList()\n\n public abstract List\u003cSkaffoldModules\u003e getIncludeSkaffoldModulesList()\n\nOptional. List of Skaffold modules Cloud Deploy will include in the\nSkaffold Config as required before performing diagnose.\n\n`repeated .google.events.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3;\n`\n\n### getIncludeSkaffoldModulesOrBuilder(int index)\n\n public abstract SkaffoldModulesOrBuilder getIncludeSkaffoldModulesOrBuilder(int index)\n\nOptional. List of Skaffold modules Cloud Deploy will include in the\nSkaffold Config as required before performing diagnose.\n\n`repeated .google.events.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3;\n`\n\n### getIncludeSkaffoldModulesOrBuilderList()\n\n public abstract List\u003c? extends SkaffoldModulesOrBuilder\u003e getIncludeSkaffoldModulesOrBuilderList()\n\nOptional. List of Skaffold modules Cloud Deploy will include in the\nSkaffold Config as required before performing diagnose.\n\n`repeated .google.events.cloud.deploy.v1.SkaffoldModules include_skaffold_modules = 3;\n`\n\n### getRenderAction()\n\n public abstract String getRenderAction()\n\nOptional. The Skaffold custom action responsible for render operations. If\nnot provided then Cloud Deploy will perform the render operations via\n`skaffold render`.\n\n`string render_action = 1;`\n\n### getRenderActionBytes()\n\n public abstract ByteString getRenderActionBytes()\n\nOptional. The Skaffold custom action responsible for render operations. If\nnot provided then Cloud Deploy will perform the render operations via\n`skaffold render`.\n\n`string render_action = 1;`"]]