Uses of Enum Class
com.github.copilot.generated.rpc.ProviderConfigWireApi
Packages that use ProviderConfigWireApi
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ProviderConfigWireApi in com.github.copilot.generated.rpc
Subclasses with type arguments of type ProviderConfigWireApi in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return ProviderConfigWireApiModifier and TypeMethodDescriptionstatic ProviderConfigWireApistatic ProviderConfigWireApiReturns the enum constant of this class with the specified name.static ProviderConfigWireApi[]ProviderConfigWireApi.values()Returns an array containing the constants of this enum class, in the order they are declared.NamedProviderConfig.wireApi()Returns the value of thewireApirecord component.ProviderConfig.wireApi()Returns the value of thewireApirecord component.Constructors in com.github.copilot.generated.rpc with parameters of type ProviderConfigWireApiModifierConstructorDescriptionNamedProviderConfig(String name, ProviderConfigType type, ProviderConfigWireApi wireApi, ProviderConfigTransport transport, String baseUrl, String apiKey, String bearerToken, ProviderConfigAzure azure, Map<String, String> headers, Boolean hasBearerTokenProvider) Creates an instance of aNamedProviderConfigrecord class.ProviderConfig(ProviderConfigType type, ProviderConfigWireApi wireApi, ProviderConfigTransport transport, String baseUrl, String apiKey, String bearerToken, ProviderConfigAzure azure, String modelId, String wireModel, Double maxPromptTokens, Double maxContextWindowTokens, Double maxOutputTokens, Map<String, String> headers, Boolean hasBearerTokenProvider) Creates an instance of aProviderConfigrecord class.