public static class MockGoogleProtoClient.Builder extends AbstractGoogleProtoClient.Builder
Inheritance
java.lang.Object > AbstractGoogleClient.Builder > AbstractGoogleProtoClient.Builder > MockGoogleProtoClient.BuilderConstructors
Builder(HttpTransport transport, String rootUrl, String servicePath, HttpRequestInitializer httpRequestInitializer)
public Builder(HttpTransport transport, String rootUrl, String servicePath, HttpRequestInitializer httpRequestInitializer)
Parameters | |
---|---|
Name | Description |
transport |
com.google.api.client.http.HttpTransport HTTP transport |
rootUrl |
String root URL of the service |
servicePath |
String service path |
httpRequestInitializer |
com.google.api.client.http.HttpRequestInitializer HTTP request initializer or |
Methods
build()
public MockGoogleProtoClient build()
Builds a new instance of AbstractGoogleClient.
Returns | |
---|---|
Type | Description |
MockGoogleProtoClient |
setApplicationName(String applicationName)
public MockGoogleProtoClient.Builder setApplicationName(String applicationName)
Sets the application name to be used in the UserAgent header of each request or null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
Parameter | |
---|---|
Name | Description |
applicationName |
String |
Returns | |
---|---|
Type | Description |
MockGoogleProtoClient.Builder |
setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer)
public MockGoogleProtoClient.Builder setGoogleClientRequestInitializer(GoogleClientRequestInitializer googleClientRequestInitializer)
Sets the Google client request initializer or null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
Parameter | |
---|---|
Name | Description |
googleClientRequestInitializer |
GoogleClientRequestInitializer |
Returns | |
---|---|
Type | Description |
MockGoogleProtoClient.Builder |
setHttpRequestInitializer(HttpRequestInitializer httpRequestInitializer)
public MockGoogleProtoClient.Builder setHttpRequestInitializer(HttpRequestInitializer httpRequestInitializer)
Sets the HTTP request initializer or null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
Parameter | |
---|---|
Name | Description |
httpRequestInitializer |
com.google.api.client.http.HttpRequestInitializer |
Returns | |
---|---|
Type | Description |
MockGoogleProtoClient.Builder |
setRootUrl(String rootUrl)
public MockGoogleProtoClient.Builder setRootUrl(String rootUrl)
Sets the URL-encoded root URL of the service, for example https://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.
Parameter | |
---|---|
Name | Description |
rootUrl |
String |
Returns | |
---|---|
Type | Description |
MockGoogleProtoClient.Builder |
setServicePath(String servicePath)
public MockGoogleProtoClient.Builder setServicePath(String servicePath)
Sets the URL-encoded service path of the service, for example "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.
Parameter | |
---|---|
Name | Description |
servicePath |
String |
Returns | |
---|---|
Type | Description |
MockGoogleProtoClient.Builder |
setSuppressAllChecks(boolean suppressAllChecks)
public MockGoogleProtoClient.Builder setSuppressAllChecks(boolean suppressAllChecks)
Suppresses all discovery pattern and required parameter checks.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
Parameter | |
---|---|
Name | Description |
suppressAllChecks |
boolean |
Returns | |
---|---|
Type | Description |
MockGoogleProtoClient.Builder |
setSuppressPatternChecks(boolean suppressPatternChecks)
public MockGoogleProtoClient.Builder setSuppressPatternChecks(boolean suppressPatternChecks)
Sets whether discovery pattern checks should be suppressed on required parameters.
Default value is false
.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
Parameter | |
---|---|
Name | Description |
suppressPatternChecks |
boolean |
Returns | |
---|---|
Type | Description |
MockGoogleProtoClient.Builder |
setSuppressRequiredParameterChecks(boolean suppressRequiredParameterChecks)
public MockGoogleProtoClient.Builder setSuppressRequiredParameterChecks(boolean suppressRequiredParameterChecks)
Sets whether discovery required parameter checks should be suppressed.
Default value is false
.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
Parameter | |
---|---|
Name | Description |
suppressRequiredParameterChecks |
boolean |
Returns | |
---|---|
Type | Description |
MockGoogleProtoClient.Builder |