[[["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 ProvisionOrBuilder (0.2.0)\n\n public interface ProvisionOrBuilder 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### getInputVariables(int index)\n\n public abstract UnitVariable getInputVariables(int index)\n\nOptional. Set of input variables. Maximum 100. (optional)\n\n`\nrepeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 3 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getInputVariablesCount()\n\n public abstract int getInputVariablesCount()\n\nOptional. Set of input variables. Maximum 100. (optional)\n\n`\nrepeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 3 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getInputVariablesList()\n\n public abstract List\u003cUnitVariable\u003e getInputVariablesList()\n\nOptional. Set of input variables. Maximum 100. (optional)\n\n`\nrepeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 3 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getInputVariablesOrBuilder(int index)\n\n public abstract UnitVariableOrBuilder getInputVariablesOrBuilder(int index)\n\nOptional. Set of input variables. Maximum 100. (optional)\n\n`\nrepeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 3 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getInputVariablesOrBuilderList()\n\n public abstract List\u003c? extends UnitVariableOrBuilder\u003e getInputVariablesOrBuilderList()\n\nOptional. Set of input variables. Maximum 100. (optional)\n\n`\nrepeated .google.cloud.saasplatform.saasservicemgmt.v1beta1.UnitVariable input_variables = 3 [(.google.api.field_behavior) = OPTIONAL];\n`\n\n### getRelease()\n\n public abstract String getRelease()\n\nOptional. Reference to the Release object to use for the Unit. (optional).\n\n`\nstring release = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }\n`\n\n### getReleaseBytes()\n\n public abstract ByteString getReleaseBytes()\n\nOptional. Reference to the Release object to use for the Unit. (optional).\n\n`\nstring release = 1 [(.google.api.field_behavior) = OPTIONAL, (.google.api.resource_reference) = { ... }\n`"]]