Class KnowledgeBasesStub
- java.lang.Object
-
- com.google.cloud.dialogflow.v2.stub.KnowledgeBasesStub
-
- All Implemented Interfaces:
com.google.api.gax.core.BackgroundResource
,AutoCloseable
- Direct Known Subclasses:
GrpcKnowledgeBasesStub
,HttpJsonKnowledgeBasesStub
@Generated("by gapic-generator-java") public abstract class KnowledgeBasesStub extends Object implements com.google.api.gax.core.BackgroundResource
Base stub class for the KnowledgeBases service API.This class is for advanced usage and reflects the underlying API directly.
-
-
Constructor Summary
Constructors Constructor Description KnowledgeBasesStub()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract void
close()
com.google.api.gax.rpc.UnaryCallable<CreateKnowledgeBaseRequest,KnowledgeBase>
createKnowledgeBaseCallable()
com.google.api.gax.rpc.UnaryCallable<DeleteKnowledgeBaseRequest,com.google.protobuf.Empty>
deleteKnowledgeBaseCallable()
com.google.api.gax.rpc.UnaryCallable<GetKnowledgeBaseRequest,KnowledgeBase>
getKnowledgeBaseCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>
getLocationCallable()
com.google.api.gax.rpc.UnaryCallable<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse>
listKnowledgeBasesCallable()
com.google.api.gax.rpc.UnaryCallable<ListKnowledgeBasesRequest,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse>
listKnowledgeBasesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>
listLocationsCallable()
com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,KnowledgeBasesClient.ListLocationsPagedResponse>
listLocationsPagedCallable()
com.google.api.gax.rpc.UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase>
updateKnowledgeBaseCallable()
-
-
-
Method Detail
-
listKnowledgeBasesPagedCallable
public com.google.api.gax.rpc.UnaryCallable<ListKnowledgeBasesRequest,KnowledgeBasesClient.ListKnowledgeBasesPagedResponse> listKnowledgeBasesPagedCallable()
-
listKnowledgeBasesCallable
public com.google.api.gax.rpc.UnaryCallable<ListKnowledgeBasesRequest,ListKnowledgeBasesResponse> listKnowledgeBasesCallable()
-
getKnowledgeBaseCallable
public com.google.api.gax.rpc.UnaryCallable<GetKnowledgeBaseRequest,KnowledgeBase> getKnowledgeBaseCallable()
-
createKnowledgeBaseCallable
public com.google.api.gax.rpc.UnaryCallable<CreateKnowledgeBaseRequest,KnowledgeBase> createKnowledgeBaseCallable()
-
deleteKnowledgeBaseCallable
public com.google.api.gax.rpc.UnaryCallable<DeleteKnowledgeBaseRequest,com.google.protobuf.Empty> deleteKnowledgeBaseCallable()
-
updateKnowledgeBaseCallable
public com.google.api.gax.rpc.UnaryCallable<UpdateKnowledgeBaseRequest,KnowledgeBase> updateKnowledgeBaseCallable()
-
listLocationsPagedCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,KnowledgeBasesClient.ListLocationsPagedResponse> listLocationsPagedCallable()
-
listLocationsCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse> listLocationsCallable()
-
getLocationCallable
public com.google.api.gax.rpc.UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location> getLocationCallable()
-
close
public abstract void close()
- Specified by:
close
in interfaceAutoCloseable
-
-