Class GatewayServiceStub (0.17.0)

public abstract class GatewayServiceStub implements BackgroundResource

Base stub class for the GatewayService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > GatewayServiceStub

Implements

BackgroundResource

Constructors

GatewayServiceStub()

public GatewayServiceStub()

Methods

close()

public abstract void close()

deleteResourceCallable()

public UnaryCallable<HttpBody,HttpBody> deleteResourceCallable()
Returns
TypeDescription
UnaryCallable<com.google.api.HttpBody,com.google.api.HttpBody>

getResourceCallable()

public UnaryCallable<HttpBody,HttpBody> getResourceCallable()
Returns
TypeDescription
UnaryCallable<com.google.api.HttpBody,com.google.api.HttpBody>

patchResourceCallable()

public UnaryCallable<HttpBody,HttpBody> patchResourceCallable()
Returns
TypeDescription
UnaryCallable<com.google.api.HttpBody,com.google.api.HttpBody>

postResourceCallable()

public UnaryCallable<HttpBody,HttpBody> postResourceCallable()
Returns
TypeDescription
UnaryCallable<com.google.api.HttpBody,com.google.api.HttpBody>

putResourceCallable()

public UnaryCallable<HttpBody,HttpBody> putResourceCallable()
Returns
TypeDescription
UnaryCallable<com.google.api.HttpBody,com.google.api.HttpBody>