[[["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\u003eCapabilityServicePb.IsEnabledRequestOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003ecom.google.protobuf.MessageOrBuilder\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThe interface provides methods to get information about \u003ccode\u003ecall\u003c/code\u003e and \u003ccode\u003ecapability\u003c/code\u003e which includes retrieving them individually, counting them, and getting them as a list.\u003c/p\u003e\n"],["\u003cp\u003eMethods exist to obtain package details, including getting the package name as a String or \u003ccode\u003eByteString\u003c/code\u003e, and checking if a package is present.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetCall\u003c/code\u003e and \u003ccode\u003egetCapability\u003c/code\u003e methods allow access to specific elements at a given index which takes in an integer parameter.\u003c/p\u003e\n"],["\u003cp\u003eMultiple return types are used in the interface, including \u003ccode\u003eString\u003c/code\u003e, \u003ccode\u003eByteString\u003c/code\u003e, \u003ccode\u003eint\u003c/code\u003e, \u003ccode\u003eList<String>\u003c/code\u003e and \u003ccode\u003eboolean\u003c/code\u003e.\u003c/p\u003e\n"]]],[],null,["# Interface CapabilityServicePb.IsEnabledRequestOrBuilder (2.0.0)\n\n public static interface CapabilityServicePb.IsEnabledRequestOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getCall(int arg0)\n\n public abstract String getCall(int arg0)\n\n### getCallBytes(int arg0)\n\n public abstract ByteString getCallBytes(int arg0)\n\n### getCallCount()\n\n public abstract int getCallCount()\n\n### getCallList()\n\n public abstract List\u003cString\u003e getCallList()\n\n### getCapability(int arg0)\n\n public abstract String getCapability(int arg0)\n\n### getCapabilityBytes(int arg0)\n\n public abstract ByteString getCapabilityBytes(int arg0)\n\n### getCapabilityCount()\n\n public abstract int getCapabilityCount()\n\n### getCapabilityList()\n\n public abstract List\u003cString\u003e getCapabilityList()\n\n### getPackage()\n\n public abstract String getPackage()\n\n### getPackageBytes()\n\n public abstract ByteString getPackageBytes()\n\n### hasPackage()\n\n public abstract boolean hasPackage()"]]