Uses of Enum Class
com.github.copilot.generated.rpc.DebugCollectLogsRedaction
Packages that use DebugCollectLogsRedaction
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of DebugCollectLogsRedaction in com.github.copilot.generated.rpc
Subclasses with type arguments of type DebugCollectLogsRedaction in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumHow a collected debug entry should be redacted before being staged.Methods in com.github.copilot.generated.rpc that return DebugCollectLogsRedactionModifier and TypeMethodDescriptionstatic DebugCollectLogsRedactionDebugCollectLogsEntry.redaction()Returns the value of theredactionrecord component.static DebugCollectLogsRedactionReturns the enum constant of this class with the specified name.static DebugCollectLogsRedaction[]DebugCollectLogsRedaction.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 DebugCollectLogsRedactionModifierConstructorDescriptionDebugCollectLogsEntry(DebugCollectLogsEntryKind kind, String path, String bundlePath, DebugCollectLogsRedaction redaction, Boolean required) Creates an instance of aDebugCollectLogsEntryrecord class.