Uses of Record Class
com.github.copilot.generated.rpc.FactoryDeclaredLimits
Packages that use FactoryDeclaredLimits
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of FactoryDeclaredLimits in com.github.copilot.generated.rpc
Methods in com.github.copilot.generated.rpc that return FactoryDeclaredLimitsModifier and TypeMethodDescriptionFactoryRunSummary.approved()Returns the value of theapprovedrecord component.SessionFactoryGetRunDetailResult.approved()Returns the value of theapprovedrecord component.FactoryRunSummary.declaredLimits()Returns the value of thedeclaredLimitsrecord component.SessionFactoryGetRunDetailResult.declaredLimits()Returns the value of thedeclaredLimitsrecord component.Constructors in com.github.copilot.generated.rpc with parameters of type FactoryDeclaredLimitsModifierConstructorDescriptionFactoryRunSummary(String runId, String factoryName, String description, FactoryRunStatus status, Long revision, Long createdAt, Long startedAt, Long updatedAt, Long completedAt, FactoryCurrentPhase currentPhase, Long declaredPhaseCount, Long liveAgentCount, Long totalSpawnedAgentCount, FactoryRunConsumed consumed, FactoryDeclaredLimits declaredLimits, FactoryDeclaredLimits approved, Long observedAt, Long activeSegmentStartedAt, FactoryRunTerminal terminal) Creates an instance of aFactoryRunSummaryrecord class.SessionFactoryGetRunDetailResult(String runId, String factoryName, String description, FactoryRunStatus status, Long revision, Long createdAt, Long startedAt, Long updatedAt, Long completedAt, FactoryCurrentPhase currentPhase, Long declaredPhaseCount, Long liveAgentCount, Long totalSpawnedAgentCount, FactoryRunConsumed consumed, FactoryDeclaredLimits declaredLimits, FactoryDeclaredLimits approved, Long observedAt, Long activeSegmentStartedAt, FactoryRunTerminal terminal, List<FactoryPhaseObservation> phases, List<FactoryAgentSummary> agents, FactoryProgressPage progress) Creates an instance of aSessionFactoryGetRunDetailResultrecord class.