public class GrpcAssetServiceStub extends AssetServiceStub
gRPC stub implementation for the AssetService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcAssetServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcAssetServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(AssetServiceStubSettings settings)
public static final GrpcAssetServiceStub create(AssetServiceStubSettings settings)
Constructors
GrpcAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext)
protected GrpcAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcAssetServiceStub, 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.
GrpcAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcAssetServiceStub(AssetServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcAssetServiceStub, 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.
Methods
awaitTermination(long duration, TimeUnit unit)
public boolean awaitTermination(long duration, TimeUnit unit)
close()
public final void close()
Overrides
createFeedCallable()
public UnaryCallable<CreateFeedRequest,Feed> createFeedCallable()
Overrides
deleteFeedCallable()
public UnaryCallable<DeleteFeedRequest,Empty> deleteFeedCallable()
Overrides
getFeedCallable()
public UnaryCallable<GetFeedRequest,Feed> getFeedCallable()
Overrides
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listFeedsCallable()
public UnaryCallable<ListFeedsRequest,ListFeedsResponse> listFeedsCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
updateFeedCallable()
public UnaryCallable<UpdateFeedRequest,Feed> updateFeedCallable()
Overrides