Class MockGoogleCredential.Builder (2.8.1)
public static class MockGoogleCredential.Builder extends GoogleCredential.Builder
Mock for GoogleCredential.Builder.
Setters that are necessary for simple GoogleCredential creation are overridden in
order to change the return type. A concrete JsonFactory is set by default, since JSON
parsing is relied upon often in GoogleCredential which makes mocking parse calls problematic.
By default, a standard MockHttpTransport is supplied. For simple tests in which
'refresh' methods are called but the request/response isn't used #newMockHttpTransportWithSampleTokenResponse() provides a minimal implementation. For more
complex tests which check request/response behavior prefer MockTokenServerTransport.
Inherited Members
com.google.api.client.auth.oauth2.Credential.Builder.getClientAuthentication()
com.google.api.client.auth.oauth2.Credential.Builder.getClock()
com.google.api.client.auth.oauth2.Credential.Builder.getJsonFactory()
com.google.api.client.auth.oauth2.Credential.Builder.getMethod()
com.google.api.client.auth.oauth2.Credential.Builder.getRefreshListeners()
com.google.api.client.auth.oauth2.Credential.Builder.getRequestInitializer()
com.google.api.client.auth.oauth2.Credential.Builder.getTokenServerUrl()
com.google.api.client.auth.oauth2.Credential.Builder.getTransport()
Constructors
Builder()
Methods
build()
public MockGoogleCredential build()
Overrides
setClientAuthentication(HttpExecuteInterceptor clientAuthentication)
public MockGoogleCredential.Builder setClientAuthentication(HttpExecuteInterceptor clientAuthentication)
Parameter |
Name |
Description |
clientAuthentication |
com.google.api.client.http.HttpExecuteInterceptor
|
Overrides
setClock(Clock clock)
public MockGoogleCredential.Builder setClock(Clock clock)
Parameter |
Name |
Description |
clock |
com.google.api.client.util.Clock
|
Overrides
setJsonFactory(JsonFactory jsonFactory)
public MockGoogleCredential.Builder setJsonFactory(JsonFactory jsonFactory)
Parameter |
Name |
Description |
jsonFactory |
com.google.api.client.json.JsonFactory
|
Overrides
setTransport(HttpTransport transport)
public MockGoogleCredential.Builder setTransport(HttpTransport transport)
Parameter |
Name |
Description |
transport |
com.google.api.client.http.HttpTransport
|
Overrides
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-10-10 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-10-10 UTC."],[],[]]