[[["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."],[[["\u003cp\u003e\u003ccode\u003eModulesServicePb.GetNumInstancesRequestOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003ecom.google.protobuf.MessageOrBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIt provides methods to retrieve module and version information as strings using the \u003ccode\u003egetModule()\u003c/code\u003e and \u003ccode\u003egetVersion()\u003c/code\u003e methods.\u003c/p\u003e\n"],["\u003cp\u003eThe interface supports retrieving module and version data as \u003ccode\u003eByteString\u003c/code\u003e objects using \u003ccode\u003egetModuleBytes()\u003c/code\u003e and \u003ccode\u003egetVersionBytes()\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eMethods \u003ccode\u003ehasModule()\u003c/code\u003e and \u003ccode\u003ehasVersion()\u003c/code\u003e allow checking if the module and version are present, respectively, returning boolean values.\u003c/p\u003e\n"]]],[],null,["# Interface ModulesServicePb.GetNumInstancesRequestOrBuilder (2.0.0)\n\n public static interface ModulesServicePb.GetNumInstancesRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\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### hasModule()\n\n public abstract boolean hasModule()\n\n### hasVersion()\n\n public abstract boolean hasVersion()"]]