Package | Description |
---|---|
com.google.cloud.hadoop.util |
Modifier and Type | Method and Description |
---|---|
static RedactedString |
RedactedString.create(String value) |
abstract RedactedString |
CredentialOptions.getAuthClientSecret() |
abstract RedactedString |
CredentialOptions.getAuthRefreshToken() |
abstract RedactedString |
CredentialOptions.getProxyPassword() |
abstract RedactedString |
CredentialOptions.getProxyUsername() |
abstract RedactedString |
CredentialOptions.getServiceAccountPrivateKey() |
abstract RedactedString |
CredentialOptions.getServiceAccountPrivateKeyId() |
Modifier and Type | Method and Description |
---|---|
static com.google.api.client.http.HttpTransport |
HttpTransportFactory.createHttpTransport(HttpTransportFactory.HttpTransportType type,
String proxyAddress,
RedactedString proxyUsername,
RedactedString proxyPassword)
Create an
HttpTransport based on a type class and an optional HTTP proxy. |
static com.google.api.client.http.HttpTransport |
HttpTransportFactory.createHttpTransport(HttpTransportFactory.HttpTransportType type,
String proxyAddress,
RedactedString proxyUsername,
RedactedString proxyPassword,
Duration readTimeout)
Create an
HttpTransport based on a type class, optional HTTP proxy and optional socket
read timeout. |
abstract CredentialOptions.Builder |
CredentialOptions.Builder.setAuthClientSecret(RedactedString clientSecret) |
abstract CredentialOptions.Builder |
CredentialOptions.Builder.setAuthRefreshToken(RedactedString refreshToken) |
abstract CredentialOptions.Builder |
CredentialOptions.Builder.setProxyPassword(RedactedString proxyPassword) |
abstract CredentialOptions.Builder |
CredentialOptions.Builder.setProxyUsername(RedactedString proxyUsername) |
abstract CredentialOptions.Builder |
CredentialOptions.Builder.setServiceAccountPrivateKey(RedactedString serviceAccountPrivateKey) |
abstract CredentialOptions.Builder |
CredentialOptions.Builder.setServiceAccountPrivateKeyId(RedactedString serviceAccountPrivateKeyId) |
Copyright © 2024. All rights reserved.