public class GrpcSearchTuningServiceStub extends SearchTuningServiceStub
gRPC stub implementation for the SearchTuningService service API.
This class is for advanced usage and reflects the underlying API directly.
Static Methods
create(ClientContext clientContext)
public static final GrpcSearchTuningServiceStub create(ClientContext clientContext)
create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
public static final GrpcSearchTuningServiceStub create(ClientContext clientContext, GrpcStubCallableFactory callableFactory)
create(SearchTuningServiceStubSettings settings)
public static final GrpcSearchTuningServiceStub create(SearchTuningServiceStubSettings settings)
Constructors
GrpcSearchTuningServiceStub(SearchTuningServiceStubSettings settings, ClientContext clientContext)
protected GrpcSearchTuningServiceStub(SearchTuningServiceStubSettings settings, ClientContext clientContext)
Constructs an instance of GrpcSearchTuningServiceStub, 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.
GrpcSearchTuningServiceStub(SearchTuningServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
protected GrpcSearchTuningServiceStub(SearchTuningServiceStubSettings settings, ClientContext clientContext, GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcSearchTuningServiceStub, 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
getOperationsStub()
public GrpcOperationsStub getOperationsStub()
Overrides
isShutdown()
public boolean isShutdown()
isTerminated()
public boolean isTerminated()
listCustomModelsCallable()
public UnaryCallable<ListCustomModelsRequest,ListCustomModelsResponse> listCustomModelsCallable()
Overrides
shutdown()
shutdownNow()
public void shutdownNow()
trainCustomModelCallable()
public UnaryCallable<TrainCustomModelRequest,Operation> trainCustomModelCallable()
Overrides
trainCustomModelOperationCallable()
public OperationCallable<TrainCustomModelRequest,TrainCustomModelResponse,TrainCustomModelMetadata> trainCustomModelOperationCallable()
Overrides