Uses of Record Class
com.github.copilot.generated.rpc.DebugCollectLogsCollectedEntry
Packages that use DebugCollectLogsCollectedEntry
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of DebugCollectLogsCollectedEntry in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return types with arguments of type DebugCollectLogsCollectedEntryModifier and TypeMethodDescriptionSessionDebugCollectLogsResult.entries()Returns the value of theentriesrecord component.Constructor parameters in com.github.copilot.generated.rpc with type arguments of type DebugCollectLogsCollectedEntryModifierConstructorDescriptionSessionDebugCollectLogsResult(DebugCollectLogsResultKind kind, String path, List<DebugCollectLogsCollectedEntry> entries, List<DebugCollectLogsSkippedEntry> skippedEntries) Creates an instance of aSessionDebugCollectLogsResultrecord class.