Class VertexRagDataServiceStub (3.44.0)

public abstract class VertexRagDataServiceStub implements BackgroundResource

Base stub class for the VertexRagDataService service API.

This class is for advanced usage and reflects the underlying API directly.

Inheritance

java.lang.Object > VertexRagDataServiceStub

Implements

BackgroundResource

Constructors

VertexRagDataServiceStub()

public VertexRagDataServiceStub()

Methods

close()

public abstract void close()

createRagCorpusCallable()

public UnaryCallable<CreateRagCorpusRequest,Operation> createRagCorpusCallable()
Returns
Type Description
UnaryCallable<CreateRagCorpusRequest,Operation>

createRagCorpusOperationCallable()

public OperationCallable<CreateRagCorpusRequest,RagCorpus,CreateRagCorpusOperationMetadata> createRagCorpusOperationCallable()
Returns
Type Description
OperationCallable<CreateRagCorpusRequest,RagCorpus,CreateRagCorpusOperationMetadata>

deleteRagCorpusCallable()

public UnaryCallable<DeleteRagCorpusRequest,Operation> deleteRagCorpusCallable()
Returns
Type Description
UnaryCallable<DeleteRagCorpusRequest,Operation>

deleteRagCorpusOperationCallable()

public OperationCallable<DeleteRagCorpusRequest,Empty,DeleteOperationMetadata> deleteRagCorpusOperationCallable()
Returns
Type Description
OperationCallable<DeleteRagCorpusRequest,Empty,DeleteOperationMetadata>

deleteRagFileCallable()

public UnaryCallable<DeleteRagFileRequest,Operation> deleteRagFileCallable()
Returns
Type Description
UnaryCallable<DeleteRagFileRequest,Operation>

deleteRagFileOperationCallable()

public OperationCallable<DeleteRagFileRequest,Empty,DeleteOperationMetadata> deleteRagFileOperationCallable()
Returns
Type Description
OperationCallable<DeleteRagFileRequest,Empty,DeleteOperationMetadata>

getIamPolicyCallable()

public UnaryCallable<GetIamPolicyRequest,Policy> getIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.GetIamPolicyRequest,com.google.iam.v1.Policy>

getLocationCallable()

public UnaryCallable<GetLocationRequest,Location> getLocationCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.GetLocationRequest,com.google.cloud.location.Location>

getOperationsStub()

public OperationsStub getOperationsStub()
Returns
Type Description
OperationsStub

getRagCorpusCallable()

public UnaryCallable<GetRagCorpusRequest,RagCorpus> getRagCorpusCallable()
Returns
Type Description
UnaryCallable<GetRagCorpusRequest,RagCorpus>

getRagFileCallable()

public UnaryCallable<GetRagFileRequest,RagFile> getRagFileCallable()
Returns
Type Description
UnaryCallable<GetRagFileRequest,RagFile>

importRagFilesCallable()

public UnaryCallable<ImportRagFilesRequest,Operation> importRagFilesCallable()
Returns
Type Description
UnaryCallable<ImportRagFilesRequest,Operation>

importRagFilesOperationCallable()

public OperationCallable<ImportRagFilesRequest,ImportRagFilesResponse,ImportRagFilesOperationMetadata> importRagFilesOperationCallable()
Returns
Type Description
OperationCallable<ImportRagFilesRequest,ImportRagFilesResponse,ImportRagFilesOperationMetadata>

listLocationsCallable()

public UnaryCallable<ListLocationsRequest,ListLocationsResponse> listLocationsCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,com.google.cloud.location.ListLocationsResponse>

listLocationsPagedCallable()

public UnaryCallable<ListLocationsRequest,VertexRagDataServiceClient.ListLocationsPagedResponse> listLocationsPagedCallable()
Returns
Type Description
UnaryCallable<com.google.cloud.location.ListLocationsRequest,ListLocationsPagedResponse>

listRagCorporaCallable()

public UnaryCallable<ListRagCorporaRequest,ListRagCorporaResponse> listRagCorporaCallable()
Returns
Type Description
UnaryCallable<ListRagCorporaRequest,ListRagCorporaResponse>

listRagCorporaPagedCallable()

public UnaryCallable<ListRagCorporaRequest,VertexRagDataServiceClient.ListRagCorporaPagedResponse> listRagCorporaPagedCallable()
Returns
Type Description
UnaryCallable<ListRagCorporaRequest,ListRagCorporaPagedResponse>

listRagFilesCallable()

public UnaryCallable<ListRagFilesRequest,ListRagFilesResponse> listRagFilesCallable()
Returns
Type Description
UnaryCallable<ListRagFilesRequest,ListRagFilesResponse>

listRagFilesPagedCallable()

public UnaryCallable<ListRagFilesRequest,VertexRagDataServiceClient.ListRagFilesPagedResponse> listRagFilesPagedCallable()
Returns
Type Description
UnaryCallable<ListRagFilesRequest,ListRagFilesPagedResponse>

setIamPolicyCallable()

public UnaryCallable<SetIamPolicyRequest,Policy> setIamPolicyCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.SetIamPolicyRequest,com.google.iam.v1.Policy>

testIamPermissionsCallable()

public UnaryCallable<TestIamPermissionsRequest,TestIamPermissionsResponse> testIamPermissionsCallable()
Returns
Type Description
UnaryCallable<com.google.iam.v1.TestIamPermissionsRequest,com.google.iam.v1.TestIamPermissionsResponse>

uploadRagFileCallable()

public UnaryCallable<UploadRagFileRequest,UploadRagFileResponse> uploadRagFileCallable()
Returns
Type Description
UnaryCallable<UploadRagFileRequest,UploadRagFileResponse>