Class AbstractGoogleProtoClient (1.34.1)

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
NameDescription
builderAbstractGoogleProtoClient.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
TypeDescription
com.google.api.client.protobuf.ProtoObjectParser
Overrides