Uses of Class
com.google.auth.oauth2.GdchCredentials.Builder
-
Packages that use GdchCredentials.Builder Package Description com.google.auth.oauth2 -
-
Uses of GdchCredentials.Builder in com.google.auth.oauth2
Methods in com.google.auth.oauth2 that return GdchCredentials.Builder Modifier and Type Method Description static GdchCredentials.BuilderGdchCredentials. newBuilder()GdchCredentials.BuilderGdchCredentials.Builder. setCaCertPath(String caCertPath)GdchCredentials.BuilderGdchCredentials.Builder. setGdchAudience(URI apiAudience)GdchCredentials.BuilderGdchCredentials.Builder. setHttpTransportFactory(HttpTransportFactory transportFactory)GdchCredentials.BuilderGdchCredentials.Builder. setPrivateKey(PrivateKey privateKey)GdchCredentials.BuilderGdchCredentials.Builder. setPrivateKeyId(String privateKeyId)GdchCredentials.BuilderGdchCredentials.Builder. setProjectId(String projectId)GdchCredentials.BuilderGdchCredentials.Builder. setServiceIdentityName(String name)GdchCredentials.BuilderGdchCredentials.Builder. setTokenServerUri(URI tokenServerUri)GdchCredentials.BuilderGdchCredentials. toBuilder()
-