Uses of Enum Class
com.github.copilot.generated.rpc.AgentDiscoveryPathScope
Packages that use AgentDiscoveryPathScope
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of AgentDiscoveryPathScope in com.github.copilot.generated.rpc
Subclasses with type arguments of type AgentDiscoveryPathScope in com.github.copilot.generated.rpcModifier and TypeClassDescriptionenumWhich tier this directory belongs toMethods in com.github.copilot.generated.rpc that return AgentDiscoveryPathScopeModifier and TypeMethodDescriptionstatic AgentDiscoveryPathScopeAgentDiscoveryPath.scope()Returns the value of thescoperecord component.static AgentDiscoveryPathScopeReturns the enum constant of this class with the specified name.static AgentDiscoveryPathScope[]AgentDiscoveryPathScope.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 AgentDiscoveryPathScopeModifierConstructorDescriptionAgentDiscoveryPath(String path, AgentDiscoveryPathScope scope, Boolean preferredForCreation, String projectPath) Creates an instance of aAgentDiscoveryPathrecord class.