[[["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 UnitVariableOrBuilder (0.2.0)\n\n public interface UnitVariableOrBuilder 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### getType()\n\n public abstract UnitVariable.Type getType()\n\nOptional. Immutable. Name of a supported variable type. Supported types are\nstring, int, bool.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable.Type type = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];\n`\n\n### getTypeValue()\n\n public abstract int getTypeValue()\n\nOptional. Immutable. Name of a supported variable type. Supported types are\nstring, int, bool.\n\n`\n.google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable.Type type = 2 [(.google.api.field_behavior) = OPTIONAL, (.google.api.field_behavior) = IMMUTABLE];\n`\n\n### getValue()\n\n public abstract String getValue()\n\nOptional. String encoded value for the variable.\n\n`string value = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getValueBytes()\n\n public abstract ByteString getValueBytes()\n\nOptional. String encoded value for the variable.\n\n`string value = 3 [(.google.api.field_behavior) = OPTIONAL];`\n\n### getVariable()\n\n public abstract String getVariable()\n\nRequired. Immutable. Name of the variable from actuation configs.\n\n`\nstring variable = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];\n`\n\n### getVariableBytes()\n\n public abstract ByteString getVariableBytes()\n\nRequired. Immutable. Name of the variable from actuation configs.\n\n`\nstring variable = 1 [(.google.api.field_behavior) = REQUIRED, (.google.api.field_behavior) = IMMUTABLE];\n`"]]