Class GrpcGatewayServiceStub (0.37.0)

public class GrpcGatewayServiceStub extends GatewayServiceStub

gRPC stub implementation for the GatewayService service API.

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

Inheritance

java.lang.Object > GatewayServiceStub > GrpcGatewayServiceStub

Static Methods

create(ClientContext clientContext)

public static final GrpcGatewayServiceStub create(ClientContext clientContext)
Parameter
NameDescription
clientContextClientContext
Returns
TypeDescription
GrpcGatewayServiceStub
Exceptions
TypeDescription
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcGatewayServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
NameDescription
clientContextClientContext
callableFactoryGrpcStubCallableFactory
Returns
TypeDescription
GrpcGatewayServiceStub
Exceptions
TypeDescription
IOException

create(GatewayServiceStubSettings settings)

public static final GrpcGatewayServiceStub create(GatewayServiceStubSettings settings)
Parameter
NameDescription
settingsGatewayServiceStubSettings
Returns
TypeDescription
GrpcGatewayServiceStub
Exceptions
TypeDescription
IOException

Constructors

GrpcGatewayServiceStub(GatewayServiceStubSettings settings, ClientContext clientContext)

protected GrpcGatewayServiceStub(GatewayServiceStubSettings settings, ClientContext clientContext)

Constructs an instance of GrpcGatewayServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsGatewayServiceStubSettings
clientContextClientContext

GrpcGatewayServiceStub(GatewayServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

protected GrpcGatewayServiceStub(GatewayServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)

Constructs an instance of GrpcGatewayServiceStub, using the given settings. This is protected so that it is easy to make a subclass, but otherwise, the static factory methods should be preferred.

Parameters
NameDescription
settingsGatewayServiceStubSettings
clientContextClientContext
callableFactoryGrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
NameDescription
durationlong
unitTimeUnit
Returns
TypeDescription
boolean
Exceptions
TypeDescription
InterruptedException

close()

public final void close()
Overrides

deleteResourceCallable()

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
TypeDescription
GrpcOperationsStub

getResourceCallable()

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

isShutdown()

public boolean isShutdown()
Returns
TypeDescription
boolean

isTerminated()

public boolean isTerminated()
Returns
TypeDescription
boolean

patchResourceCallable()

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

postResourceCallable()

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

putResourceCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()