Class FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceStub (3.34.0)

public static final class FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceStub extends AbstractAsyncStub<FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceStub>

A stub to allow clients to do asynchronous rpc calls to service FeatureOnlineStoreService.

Inheritance

java.lang.Object > io.grpc.stub.AbstractStub > io.grpc.stub.AbstractAsyncStub > FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceStub

Methods

build(Channel channel, CallOptions callOptions)

protected FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceStub build(Channel channel, CallOptions callOptions)
Parameters
NameDescription
channelio.grpc.Channel
callOptionsio.grpc.CallOptions
Returns
TypeDescription
FeatureOnlineStoreServiceGrpc.FeatureOnlineStoreServiceStub
Overrides
io.grpc.stub.AbstractStub.build(io.grpc.Channel,io.grpc.CallOptions)

fetchFeatureValues(FetchFeatureValuesRequest request, StreamObserver<FetchFeatureValuesResponse> responseObserver)

public void fetchFeatureValues(FetchFeatureValuesRequest request, StreamObserver<FetchFeatureValuesResponse> responseObserver)

Fetch feature values under a FeatureView.

Parameters
NameDescription
requestFetchFeatureValuesRequest
responseObserverio.grpc.stub.StreamObserver<FetchFeatureValuesResponse>