public class PineconeConnectionConfig
extends java.lang.Object
| Modifier | Constructor and Description |
|---|---|
|
PineconeConnectionConfig()
Creates a new default config.
|
protected |
PineconeConnectionConfig(PineconeConnectionConfig other) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getConnectionUrl() |
java.util.function.BiFunction<PineconeClientConfig,PineconeConnectionConfig,io.grpc.ManagedChannel> |
getCustomChannelBuilder() |
java.lang.String |
getIndexName() |
java.lang.String |
toString() |
PineconeConnectionConfig |
withConnectionUrl(java.lang.String connectionUrl) |
PineconeConnectionConfig |
withCustomChannelBuilder(java.util.function.BiFunction<PineconeClientConfig,PineconeConnectionConfig,io.grpc.ManagedChannel> customChannelBuilder) |
PineconeConnectionConfig |
withIndexName(java.lang.String indexName) |
public PineconeConnectionConfig()
protected PineconeConnectionConfig(PineconeConnectionConfig other)
public java.lang.String getIndexName()
indexName.public PineconeConnectionConfig withIndexName(java.lang.String indexName)
indexName.public java.lang.String getConnectionUrl()
public PineconeConnectionConfig withConnectionUrl(java.lang.String connectionUrl)
public java.util.function.BiFunction<PineconeClientConfig,PineconeConnectionConfig,io.grpc.ManagedChannel> getCustomChannelBuilder()
public PineconeConnectionConfig withCustomChannelBuilder(java.util.function.BiFunction<PineconeClientConfig,PineconeConnectionConfig,io.grpc.ManagedChannel> customChannelBuilder)
public java.lang.String toString()
toString in class java.lang.Object