[[["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."],[[["\u003cp\u003e\u003ccode\u003eModulesServicePb.SetNumInstancesRequestOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e, providing methods for interacting with module instance data.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides methods to retrieve the number of instances (\u003ccode\u003egetInstances\u003c/code\u003e), the module name (\u003ccode\u003egetModule\u003c/code\u003e), and the version (\u003ccode\u003egetVersion\u003c/code\u003e), along with their respective byte representations.\u003c/p\u003e\n"],["\u003cp\u003eThere are boolean methods to determine if a number of instances, module, or version is present (\u003ccode\u003ehasInstances\u003c/code\u003e, \u003ccode\u003ehasModule\u003c/code\u003e, \u003ccode\u003ehasVersion\u003c/code\u003e).\u003c/p\u003e\n"],["\u003cp\u003eThe type of number of instances returned by \u003ccode\u003egetInstances\u003c/code\u003e is a \u003ccode\u003elong\u003c/code\u003e, while the module and version data are returned as \u003ccode\u003eString\u003c/code\u003e types and their byte representations as \u003ccode\u003eByteString\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface ModulesServicePb.SetNumInstancesRequestOrBuilder (2.0.0)\n\n public static interface ModulesServicePb.SetNumInstancesRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getInstances()\n\n public abstract long getInstances()\n\n### getModule()\n\n public abstract String getModule()\n\n### getModuleBytes()\n\n public abstract ByteString getModuleBytes()\n\n### getVersion()\n\n public abstract String getVersion()\n\n### getVersionBytes()\n\n public abstract ByteString getVersionBytes()\n\n### hasInstances()\n\n public abstract boolean hasInstances()\n\n### hasModule()\n\n public abstract boolean hasModule()\n\n### hasVersion()\n\n public abstract boolean hasVersion()"]]