[[["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-08-07 UTC."],[],[],null,["# Interface ScalingConfigOrBuilder (0.16.0)\n\nVersion latestkeyboard_arrow_down\n\n- [0.16.0 (latest)](/java/docs/reference/google-cloudevent-types/latest/com.google.events.cloud.metastore.v1.ScalingConfigOrBuilder)\n- [0.15.0](/java/docs/reference/google-cloudevent-types/0.15.0/com.google.events.cloud.metastore.v1.ScalingConfigOrBuilder)\n- [0.14.1](/java/docs/reference/google-cloudevent-types/0.14.1/com.google.events.cloud.metastore.v1.ScalingConfigOrBuilder) \n\n public interface ScalingConfigOrBuilder 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### getInstanceSize()\n\n public abstract ScalingConfig.InstanceSize getInstanceSize()\n\nAn enum of readable instance sizes, with each instance size mapping to a\nfloat value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))\n\n`.google.events.cloud.metastore.v1.ScalingConfig.InstanceSize instance_size = 1;`\n\n### getInstanceSizeValue()\n\n public abstract int getInstanceSizeValue()\n\nAn enum of readable instance sizes, with each instance size mapping to a\nfloat value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))\n\n`.google.events.cloud.metastore.v1.ScalingConfig.InstanceSize instance_size = 1;`\n\n### getScalingFactor()\n\n public abstract float getScalingFactor()\n\nScaling factor, increments of 0.1 for values less than 1.0, and\nincrements of 1.0 for values greater than 1.0.\n\n`float scaling_factor = 2;`\n\n### getScalingModelCase()\n\n public abstract ScalingConfig.ScalingModelCase getScalingModelCase()\n\n### hasInstanceSize()\n\n public abstract boolean hasInstanceSize()\n\nAn enum of readable instance sizes, with each instance size mapping to a\nfloat value (e.g. InstanceSize.EXTRA_SMALL = scaling_factor(0.1))\n\n`.google.events.cloud.metastore.v1.ScalingConfig.InstanceSize instance_size = 1;`\n\n### hasScalingFactor()\n\n public abstract boolean hasScalingFactor()\n\nScaling factor, increments of 0.1 for values less than 1.0, and\nincrements of 1.0 for values greater than 1.0.\n\n`float scaling_factor = 2;`"]]