@Beta public static class MockGoogleJsonClient.Builder extends AbstractGoogleJsonClient.Builder
| Constructor and Description |
|---|
MockGoogleJsonClient.Builder(com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory jsonFactory,
String rootUrl,
String servicePath,
com.google.api.client.http.HttpRequestInitializer httpRequestInitializer,
boolean legacyDataWrapper) |
| Modifier and Type | Method and Description |
|---|---|
MockGoogleJsonClient |
build()
Builds a new instance of
AbstractGoogleClient. |
MockGoogleJsonClient.Builder |
setApplicationName(String applicationName)
Sets the application name to be used in the UserAgent header of each request or
null
for none. |
MockGoogleJsonClient.Builder |
setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer)
Sets the Google client request initializer or
null for none. |
MockGoogleJsonClient.Builder |
setHttpRequestInitializer(com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
Sets the HTTP request initializer or
null for none. |
MockGoogleJsonClient.Builder |
setRootUrl(String rootUrl)
Sets the URL-encoded root URL of the service, for example
https://www.googleapis.com/
. |
MockGoogleJsonClient.Builder |
setServicePath(String servicePath)
Sets the URL-encoded service path of the service, for example
"tasks/v1/". |
MockGoogleJsonClient.Builder |
setSuppressAllChecks(boolean suppressAllChecks)
Suppresses all discovery pattern and required parameter checks.
|
MockGoogleJsonClient.Builder |
setSuppressPatternChecks(boolean suppressPatternChecks)
Sets whether discovery pattern checks should be suppressed on required parameters.
|
MockGoogleJsonClient.Builder |
setSuppressRequiredParameterChecks(boolean suppressRequiredParameterChecks)
Sets whether discovery required parameter checks should be suppressed.
|
getJsonFactory, getObjectParsergetApplicationName, getGoogleClientRequestInitializer, getHttpRequestInitializer, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterChecks, getTransportpublic MockGoogleJsonClient.Builder(com.google.api.client.http.HttpTransport transport,
com.google.api.client.json.JsonFactory jsonFactory,
String rootUrl,
String servicePath,
com.google.api.client.http.HttpRequestInitializer httpRequestInitializer,
boolean legacyDataWrapper)
transport - HTTP transportjsonFactory - JSON factoryrootUrl - root URL of the serviceservicePath - service pathhttpRequestInitializer - HTTP request initializer or null for nonelegacyDataWrapper - whether using the legacy data wrapper in responsespublic MockGoogleJsonClient build()
AbstractGoogleClient.BuilderAbstractGoogleClient.build in class AbstractGoogleJsonClient.Builderpublic MockGoogleJsonClient.Builder setRootUrl(String rootUrl)
AbstractGoogleClient.Builderhttps://www.googleapis.com/
.
If the specified root URL does not end with a "/" then a "/" is added to the end.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
setRootUrl in class AbstractGoogleJsonClient.Builderpublic MockGoogleJsonClient.Builder setServicePath(String servicePath)
AbstractGoogleClient.Builder"tasks/v1/".
It is allowed to be an empty string "" or a forward slash "/", if it is a
forward slash then it is treated as an empty string. This is determined when the library is
generated and normally should not be changed.
If the specified service path does not end with a "/" then a "/" is added to the end. If the specified service path begins with a "/" then the "/" is removed.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
setServicePath in class AbstractGoogleJsonClient.Builderpublic MockGoogleJsonClient.Builder setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer)
AbstractGoogleClient.Buildernull for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
setGoogleClientRequestInitializer in class AbstractGoogleJsonClient.Builderpublic MockGoogleJsonClient.Builder setHttpRequestInitializer(com.google.api.client.http.HttpRequestInitializer httpRequestInitializer)
AbstractGoogleClient.Buildernull for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
setHttpRequestInitializer in class AbstractGoogleJsonClient.Builderpublic MockGoogleJsonClient.Builder setApplicationName(String applicationName)
AbstractGoogleClient.Buildernull
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
setApplicationName in class AbstractGoogleJsonClient.Builderpublic MockGoogleJsonClient.Builder setSuppressPatternChecks(boolean suppressPatternChecks)
AbstractGoogleClient.Builder
Default value is false.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
setSuppressPatternChecks in class AbstractGoogleJsonClient.Builderpublic MockGoogleJsonClient.Builder setSuppressRequiredParameterChecks(boolean suppressRequiredParameterChecks)
AbstractGoogleClient.Builder
Default value is false.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
setSuppressRequiredParameterChecks in class AbstractGoogleJsonClient.Builderpublic MockGoogleJsonClient.Builder setSuppressAllChecks(boolean suppressAllChecks)
AbstractGoogleClient.BuilderOverriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
setSuppressAllChecks in class AbstractGoogleJsonClient.BuilderCopyright © 2010-2013 Google. All Rights Reserved.