Uses of Enum Class
com.github.copilot.generated.rpc.DebugCollectLogsEntryKind
Packages that use DebugCollectLogsEntryKind
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of DebugCollectLogsEntryKind in com.github.copilot.generated.rpc
Subclasses with type arguments of type DebugCollectLogsEntryKind in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumKind of caller-provided debug log entry.Methods in com.github.copilot.generated.rpc that return DebugCollectLogsEntryKindModifier and TypeMethodDescriptionstatic DebugCollectLogsEntryKindDebugCollectLogsEntry.kind()Returns the value of thekindrecord component.static DebugCollectLogsEntryKindReturns the enum constant of this class with the specified name.static DebugCollectLogsEntryKind[]DebugCollectLogsEntryKind.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.github.copilot.generated.rpc with parameters of type DebugCollectLogsEntryKindModifierConstructorDescriptionDebugCollectLogsEntry(DebugCollectLogsEntryKind kind, String path, String bundlePath, DebugCollectLogsRedaction redaction, Boolean required) Creates an instance of aDebugCollectLogsEntryrecord class.