Uses of Enum Class
com.github.copilot.generated.rpc.DebugCollectLogsSource
Packages that use DebugCollectLogsSource
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of DebugCollectLogsSource in com.github.copilot.generated.rpc
Subclasses with type arguments of type DebugCollectLogsSource in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumSource category for a collected debug bundle entry.Methods in com.github.copilot.generated.rpc that return DebugCollectLogsSourceModifier and TypeMethodDescriptionstatic DebugCollectLogsSourceDebugCollectLogsCollectedEntry.source()Returns the value of thesourcerecord component.static DebugCollectLogsSourceReturns the enum constant of this class with the specified name.static DebugCollectLogsSource[]DebugCollectLogsSource.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 DebugCollectLogsSourceModifierConstructorDescriptionDebugCollectLogsCollectedEntry(String bundlePath, DebugCollectLogsSource source, Long sizeBytes) Creates an instance of aDebugCollectLogsCollectedEntryrecord class.