@Beta public class MockGoogleProtoClient extends AbstractGoogleProtoClient
Beta
Modifier and Type | Class and Description |
---|---|
static class |
MockGoogleProtoClient.Builder
|
Modifier | Constructor and Description |
---|---|
|
MockGoogleProtoClient(HttpTransport transport,
String rootUrl,
String servicePath,
HttpRequestInitializer httpRequestInitializer) |
protected |
MockGoogleProtoClient(MockGoogleProtoClient.Builder builder) |
getObjectParser
batch, batch, getApplicationName, getBaseUrl, getGoogleClientRequestInitializer, getRequestFactory, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterChecks, initialize
protected MockGoogleProtoClient(MockGoogleProtoClient.Builder builder)
builder
- builderpublic MockGoogleProtoClient(HttpTransport transport, String rootUrl, String servicePath, HttpRequestInitializer httpRequestInitializer)
transport
- HTTP transportrootUrl
- root URL of the serviceservicePath
- service pathhttpRequestInitializer
- HTTP request initializer or null
for noneCopyright © 2010–2022 Google. All rights reserved.