[[["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 FromMappingOrBuilder (0.2.0)\n\n public interface FromMappingOrBuilder 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### getDependency()\n\n public abstract String getDependency()\n\nRequired. Alias of the dependency that the outputVariable will pass its\nvalue to\n\n`string dependency = 1 [(.google.api.field_behavior) = REQUIRED];`\n\n### getDependencyBytes()\n\n public abstract ByteString getDependencyBytes()\n\nRequired. Alias of the dependency that the outputVariable will pass its\nvalue to\n\n`string dependency = 1 [(.google.api.field_behavior) = REQUIRED];`\n\n### getOutputVariable()\n\n public abstract String getOutputVariable()\n\nRequired. Name of the outputVariable on the dependency\n\n`string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];`\n\n### getOutputVariableBytes()\n\n public abstract ByteString getOutputVariableBytes()\n\nRequired. Name of the outputVariable on the dependency\n\n`string output_variable = 2 [(.google.api.field_behavior) = REQUIRED];`"]]