@Generated(value="by gapic-generator") @BetaApi(value="A restructuring of stub classes is planned, so this may break in the future") public class GrpcKnowledgeBasesStub extends KnowledgeBasesStub
This class is for advanced usage and reflects the underlying API directly.
Modifier | Constructor and Description |
---|---|
protected |
GrpcKnowledgeBasesStub(KnowledgeBasesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcKnowledgeBasesStub, using the given settings.
|
protected |
GrpcKnowledgeBasesStub(KnowledgeBasesStubSettings settings,
com.google.api.gax.rpc.ClientContext clientContext,
com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcKnowledgeBasesStub, using the given settings.
|
protected GrpcKnowledgeBasesStub(KnowledgeBasesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
protected GrpcKnowledgeBasesStub(KnowledgeBasesStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public static final GrpcKnowledgeBasesStub create(KnowledgeBasesStubSettings settings) throws IOException
IOException
public static final GrpcKnowledgeBasesStub create(com.google.api.gax.rpc.ClientContext clientContext) throws IOException
IOException
public static final GrpcKnowledgeBasesStub create(com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory) throws IOException
IOException
public com.google.api.gax.rpc.UnaryCallable<ListKnowledgeBasesRequest,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse> listKnowledgeBasesPagedCallable()
listKnowledgeBasesPagedCallable
in class KnowledgeBasesStub
public com.google.api.gax.rpc.UnaryCallable<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse> listKnowledgeBasesCallable()
listKnowledgeBasesCallable
in class KnowledgeBasesStub
public com.google.api.gax.rpc.UnaryCallable<GetKnowledgeBaseRequest,KnowledgeBase> getKnowledgeBaseCallable()
getKnowledgeBaseCallable
in class KnowledgeBasesStub
public com.google.api.gax.rpc.UnaryCallable<CreateKnowledgeBaseRequest,KnowledgeBase> createKnowledgeBaseCallable()
createKnowledgeBaseCallable
in class KnowledgeBasesStub
public com.google.api.gax.rpc.UnaryCallable<DeleteKnowledgeBaseRequest,Empty> deleteKnowledgeBaseCallable()
deleteKnowledgeBaseCallable
in class KnowledgeBasesStub
public com.google.api.gax.rpc.UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase> updateKnowledgeBaseCallable()
updateKnowledgeBaseCallable
in class KnowledgeBasesStub
public final void close()
close
in interface AutoCloseable
close
in class KnowledgeBasesStub
public void shutdown()
public boolean isShutdown()
public boolean isTerminated()
public void shutdownNow()
public boolean awaitTermination(long duration, TimeUnit unit) throws InterruptedException
InterruptedException
Copyright © 2019 Google LLC. All rights reserved.