[[["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 ToMappingOrBuilder (0.2.0)\n\n public interface ToMappingOrBuilder 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 inputVariable 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 inputVariable will pass its\nvalue to\n\n`string dependency = 1 [(.google.api.field_behavior) = REQUIRED];`\n\n### getIgnoreForLookup()\n\n public abstract boolean getIgnoreForLookup()\n\nOptional. Tells SaaS Runtime if this mapping should be used during lookup\nor not\n\n`bool ignore_for_lookup = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getInputVariable()\n\n public abstract String getInputVariable()\n\nRequired. Name of the inputVariable on the dependency\n\n`string input_variable = 2 [(.google.api.field_behavior) = REQUIRED];`\n\n### getInputVariableBytes()\n\n public abstract ByteString getInputVariableBytes()\n\nRequired. Name of the inputVariable on the dependency\n\n`string input_variable = 2 [(.google.api.field_behavior) = REQUIRED];`"]]