Uses of Class
com.google.cloud.hadoop.util.RedactedString
-
Packages that use RedactedString Package Description com.google.cloud.hadoop.util -
-
Uses of RedactedString in com.google.cloud.hadoop.util
Methods in com.google.cloud.hadoop.util that return RedactedString Modifier and Type Method Description static RedactedStringRedactedString. create(String value)Methods in com.google.cloud.hadoop.util with parameters of type RedactedString Modifier and Type Method Description static com.google.api.client.http.HttpTransportHttpTransportFactory. createHttpTransport(String proxyAddress, RedactedString proxyUsername, RedactedString proxyPassword)Create anHttpTransportbased on a type class and an optional HTTP proxy.static com.google.api.client.http.HttpTransportHttpTransportFactory. createHttpTransport(String proxyAddress, RedactedString proxyUsername, RedactedString proxyPassword, Duration readTimeout)Create anHttpTransportbased on a type class, optional HTTP proxy and optional socket read timeout.
-