[[["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\u003eThe \u003ccode\u003eModulesServicePb.GetHostnameRequestOrBuilder\u003c/code\u003e interface extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e and is used for building hostname requests.\u003c/p\u003e\n"],["\u003cp\u003eIt defines methods to retrieve the instance, module, and version as \u003ccode\u003eString\u003c/code\u003e objects, including their corresponding \u003ccode\u003eByteString\u003c/code\u003e representations.\u003c/p\u003e\n"],["\u003cp\u003eMethods \u003ccode\u003ehasInstance()\u003c/code\u003e, \u003ccode\u003ehasModule()\u003c/code\u003e, and \u003ccode\u003ehasVersion()\u003c/code\u003e check whether these respective values are present.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eString\u003c/code\u003e objects returned by these methods can be found with the following link: https://docs.oracle.com/javase/8/docs/api/java/lang/String.html.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eboolean\u003c/code\u003e objects returned by these methods can be found with the following link: https://docs.oracle.com/javase/tutorial/java/nutsandbolts/datatypes.html.\u003c/p\u003e\n"]]],[],null,["# Interface ModulesServicePb.GetHostnameRequestOrBuilder (2.0.0)\n\n public static interface ModulesServicePb.GetHostnameRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getInstance()\n\n public abstract String getInstance()\n\n### getInstanceBytes()\n\n public abstract ByteString getInstanceBytes()\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### hasInstance()\n\n public abstract boolean hasInstance()\n\n### hasModule()\n\n public abstract boolean hasModule()\n\n### hasVersion()\n\n public abstract boolean hasVersion()"]]