[[["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-03 UTC."],[[["\u003cp\u003e\u003ccode\u003eCapabilityServicePb.IsEnabledResponseOrBuilder\u003c/code\u003e is an interface that extends \u003ccode\u003eMessageOrBuilder\u003c/code\u003e, designed to interact with capability configurations.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003egetConfig\u003c/code\u003e method retrieves a specific \u003ccode\u003eCapabilityConfig\u003c/code\u003e by its index (arg0), while \u003ccode\u003egetConfigList\u003c/code\u003e allows fetching all \u003ccode\u003eCapabilityConfig\u003c/code\u003e instances as a list.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetConfigCount\u003c/code\u003e returns the total number of capability configurations, and \u003ccode\u003egetConfigOrBuilder\u003c/code\u003e gets a \u003ccode\u003eCapabilityConfigOrBuilder\u003c/code\u003e by its index.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetSummaryStatus\u003c/code\u003e provides the current summary status of the service capabilities, and the \u003ccode\u003ehasSummaryStatus\u003c/code\u003e allows verifying if a status is available.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003egetTimeUntilScheduled\u003c/code\u003e gives the scheduled time for an upcoming capability event, with \u003ccode\u003ehasTimeUntilScheduled\u003c/code\u003e used to determine if such a scheduled time exists.\u003c/p\u003e\n"]]],[],null,["# Interface CapabilityServicePb.IsEnabledResponseOrBuilder (2.0.0)\n\n public static interface CapabilityServicePb.IsEnabledResponseOrBuilder extends MessageOrBuilder\n\nImplements\n----------\n\ncom.google.protobuf.MessageOrBuilder\n\nMethods\n-------\n\n### getConfig(int arg0)\n\n public abstract CapabilitiesPb.CapabilityConfig getConfig(int arg0)\n\n### getConfigCount()\n\n public abstract int getConfigCount()\n\n### getConfigList()\n\n public abstract List\u003cCapabilitiesPb.CapabilityConfig\u003e getConfigList()\n\n### getConfigOrBuilder(int arg0)\n\n public abstract CapabilitiesPb.CapabilityConfigOrBuilder getConfigOrBuilder(int arg0)\n\n### getConfigOrBuilderList()\n\n public abstract List\u003c? extends CapabilitiesPb.CapabilityConfigOrBuilder\u003e getConfigOrBuilderList()\n\n### getSummaryStatus()\n\n public abstract CapabilityServicePb.IsEnabledResponse.SummaryStatus getSummaryStatus()\n\n### getTimeUntilScheduled()\n\n public abstract long getTimeUntilScheduled()\n\n### hasSummaryStatus()\n\n public abstract boolean hasSummaryStatus()\n\n### hasTimeUntilScheduled()\n\n public abstract boolean hasTimeUntilScheduled()"]]