[[["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 DependencyOrBuilder (0.2.0)\n\n public interface DependencyOrBuilder 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### getAlias()\n\n public abstract String getAlias()\n\nRequired. An alias for the dependency. Used for input variable mapping.\n\n`string alias = 2 [(.google.api.field_behavior) = REQUIRED];`\n\n### getAliasBytes()\n\n public abstract ByteString getAliasBytes()\n\nRequired. An alias for the dependency. Used for input variable mapping.\n\n`string alias = 2 [(.google.api.field_behavior) = REQUIRED];`\n\n### getUnitKind()\n\n public abstract String getUnitKind()\n\nRequired. Immutable. The unit kind of the dependency.\n\n`\nstring unit_kind = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }\n`\n\n### getUnitKindBytes()\n\n public abstract ByteString getUnitKindBytes()\n\nRequired. Immutable. The unit kind of the dependency.\n\n`\nstring unit_kind = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE, (.google.api.resource_reference) = { ... }\n`"]]