@Beta public abstract class AbstractGoogleProtoClient extends AbstractGoogleClient
Beta
Modifier and Type | Class and Description |
---|---|
static class |
AbstractGoogleProtoClient.Builder
|
Modifier | Constructor and Description |
---|---|
protected |
AbstractGoogleProtoClient(AbstractGoogleProtoClient.Builder builder) |
Modifier and Type | Method and Description |
---|---|
ProtoObjectParser |
getObjectParser()
Returns the object parser or
null for none. |
batch, batch, getApplicationName, getBaseUrl, getGoogleClientRequestInitializer, getRequestFactory, getRootUrl, getServicePath, getSuppressPatternChecks, getSuppressRequiredParameterChecks, initialize
protected AbstractGoogleProtoClient(AbstractGoogleProtoClient.Builder builder)
builder
- builderpublic ProtoObjectParser getObjectParser()
AbstractGoogleClient
null
for none.
Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.
getObjectParser
in class AbstractGoogleClient
Copyright © 2010–2022 Google. All rights reserved.