Class VertexRagDataServiceStub
java.lang.Object
com.google.cloud.aiplatform.v1.stub.VertexRagDataServiceStub
- All Implemented Interfaces:
BackgroundResource,AutoCloseable
- Direct Known Subclasses:
GrpcVertexRagDataServiceStub
@Generated("by gapic-generator-java")
public abstract class VertexRagDataServiceStub
extends Object
implements BackgroundResource
Base stub class for the VertexRagDataService service API.
This class is for advanced usage and reflects the underlying API directly.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionabstract voidclose()OperationCallable<DeleteRagCorpusRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<DeleteRagFileRequest,com.google.protobuf.Empty, DeleteOperationMetadata> OperationCallable<UpdateRagEngineConfigRequest,RagEngineConfig, UpdateRagEngineConfigOperationMetadata> Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.google.api.gax.core.BackgroundResource
awaitTermination, isShutdown, isTerminated, shutdown, shutdownNow
-
Constructor Details
-
VertexRagDataServiceStub
public VertexRagDataServiceStub()
-
-
Method Details
-
getOperationsStub
-
createRagCorpusOperationCallable
public OperationCallable<CreateRagCorpusRequest,RagCorpus, createRagCorpusOperationCallable()CreateRagCorpusOperationMetadata> -
createRagCorpusCallable
-
updateRagCorpusOperationCallable
public OperationCallable<UpdateRagCorpusRequest,RagCorpus, updateRagCorpusOperationCallable()UpdateRagCorpusOperationMetadata> -
updateRagCorpusCallable
-
getRagCorpusCallable
-
listRagCorporaPagedCallable
public UnaryCallable<ListRagCorporaRequest,VertexRagDataServiceClient.ListRagCorporaPagedResponse> listRagCorporaPagedCallable() -
listRagCorporaCallable
-
deleteRagCorpusOperationCallable
public OperationCallable<DeleteRagCorpusRequest,com.google.protobuf.Empty, deleteRagCorpusOperationCallable()DeleteOperationMetadata> -
deleteRagCorpusCallable
-
uploadRagFileCallable
-
importRagFilesOperationCallable
public OperationCallable<ImportRagFilesRequest,ImportRagFilesResponse, importRagFilesOperationCallable()ImportRagFilesOperationMetadata> -
importRagFilesCallable
-
getRagFileCallable
-
listRagFilesPagedCallable
public UnaryCallable<ListRagFilesRequest,VertexRagDataServiceClient.ListRagFilesPagedResponse> listRagFilesPagedCallable() -
listRagFilesCallable
-
deleteRagFileOperationCallable
public OperationCallable<DeleteRagFileRequest,com.google.protobuf.Empty, deleteRagFileOperationCallable()DeleteOperationMetadata> -
deleteRagFileCallable
-
updateRagEngineConfigOperationCallable
public OperationCallable<UpdateRagEngineConfigRequest,RagEngineConfig, updateRagEngineConfigOperationCallable()UpdateRagEngineConfigOperationMetadata> -
updateRagEngineConfigCallable
-
getRagEngineConfigCallable
-
listLocationsPagedCallable
public UnaryCallable<ListLocationsRequest,VertexRagDataServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable() -
listLocationsCallable
-
getLocationCallable
-
setIamPolicyCallable
-
getIamPolicyCallable
-
testIamPermissionsCallable
public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable() -
close
public abstract void close()- Specified by:
closein interfaceAutoCloseable
-