Uses of Enum Class
com.github.copilot.generated.rpc.ProviderConfigTransport
Packages that use ProviderConfigTransport
Package
Description
Auto-generated RPC parameter and result types for the GitHub Copilot SDK.
-
Uses of ProviderConfigTransport in com.github.copilot.generated.rpc
Subclasses with type arguments of type ProviderConfigTransport in com.github.copilot.generated.rpcMethods in com.github.copilot.generated.rpc that return ProviderConfigTransportModifier and TypeMethodDescriptionstatic ProviderConfigTransportNamedProviderConfig.transport()Returns the value of thetransportrecord component.ProviderConfig.transport()Returns the value of thetransportrecord component.static ProviderConfigTransportReturns the enum constant of this class with the specified name.static ProviderConfigTransport[]ProviderConfigTransport.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 ProviderConfigTransportModifierConstructorDescriptionNamedProviderConfig(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.