Class GrpcGatewayServiceStub (0.43.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
Name Description
clientContext ClientContext
Returns
Type Description
GrpcGatewayServiceStub
Exceptions
Type Description
IOException

create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)

public static final GrpcGatewayServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Parameters
Name Description
clientContext ClientContext
callableFactory GrpcStubCallableFactory
Returns
Type Description
GrpcGatewayServiceStub
Exceptions
Type Description
IOException

create(GatewayServiceStubSettings settings)

public static final GrpcGatewayServiceStub create(GatewayServiceStubSettings settings)
Parameter
Name Description
settings GatewayServiceStubSettings
Returns
Type Description
GrpcGatewayServiceStub
Exceptions
Type Description
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
Name Description
settings GatewayServiceStubSettings
clientContext ClientContext

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
Name Description
settings GatewayServiceStubSettings
clientContext ClientContext
callableFactory GrpcStubCallableFactory

Methods

awaitTermination(long duration, TimeUnit unit)

public boolean awaitTermination(long duration, TimeUnit unit)
Parameters
Name Description
duration long
unit TimeUnit
Returns
Type Description
boolean
Exceptions
Type Description
InterruptedException

close()

public final void close()
Overrides

deleteResourceCallable()

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

getOperationsStub()

public GrpcOperationsStub getOperationsStub()
Returns
Type Description
GrpcOperationsStub

getResourceCallable()

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

isShutdown()

public boolean isShutdown()
Returns
Type Description
boolean

isTerminated()

public boolean isTerminated()
Returns
Type Description
boolean

patchResourceCallable()

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

postResourceCallable()

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

putResourceCallable()

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

shutdown()

public void shutdown()

shutdownNow()

public void shutdownNow()