Class MockGoogleCredential.Builder (2.9.0)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
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 2026-03-09 UTC.
[null,null,["Last updated 2026-03-09 UTC."],[],[]]