Class AbstractGoogleProtoClient (2.1.2)

public abstract class AbstractGoogleProtoClient extends AbstractGoogleClient

Beta
Thread-safe Google protocol buffer client.

Inheritance

java.lang.Object > AbstractGoogleClient > AbstractGoogleProtoClient

Constructors

AbstractGoogleProtoClient(AbstractGoogleProtoClient.Builder builder)

protected AbstractGoogleProtoClient(AbstractGoogleProtoClient.Builder builder)
Parameter
Name Description
builder AbstractGoogleProtoClient.Builder

builder

Methods

getObjectParser()

public ProtoObjectParser getObjectParser()

Returns the object parser or null for none.

Overriding is only supported for the purpose of calling the super implementation and changing the return type, but nothing else.

Returns
Type Description
com.google.api.client.protobuf.ProtoObjectParser
Overrides