public interface BigQueryProxyConfig
| Modifier and Type | Method and Description |
|---|---|
Optional<String> |
getProxyPassword()
The password used to connect to the proxy.
|
Optional<URI> |
getProxyUri()
The Uniform Resource Identifier (
URI) of the proxy sever. |
Optional<String> |
getProxyUsername()
The userName used to connect to the proxy.
|
Optional<URI> getProxyUri()
URI) of the proxy sever. This is an Optional field
so can be empty.Optional<String> getProxyUsername()
Copyright © 2024. All rights reserved.