Class VectorSearchServiceStub (0.17.0)

public abstract class VectorSearchServiceStub implements BackgroundResource

Base stub class for the VectorSearchService service API.

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

Inheritance

java.lang.Object > VectorSearchServiceStub

Implements

BackgroundResource

Constructors

VectorSearchServiceStub()

public VectorSearchServiceStub()

Methods

close()

public abstract void close()

createCollectionCallable()

public UnaryCallable<CreateCollectionRequest,Operation> createCollectionCallable()
Returns
Type Description
UnaryCallable<CreateCollectionRequest,Operation>

createCollectionOperationCallable()

public OperationCallable<CreateCollectionRequest,Collection,OperationMetadata> createCollectionOperationCallable()
Returns
Type Description
OperationCallable<CreateCollectionRequest,Collection,OperationMetadata>

createIndexCallable()

public UnaryCallable<CreateIndexRequest,Operation> createIndexCallable()
Returns
Type Description
UnaryCallable<CreateIndexRequest,Operation>

createIndexOperationCallable()

public OperationCallable<CreateIndexRequest,Index,OperationMetadata> createIndexOperationCallable()
Returns
Type Description
OperationCallable<CreateIndexRequest,Index,OperationMetadata>

deleteCollectionCallable()

public UnaryCallable<DeleteCollectionRequest,Operation> deleteCollectionCallable()
Returns
Type Description
UnaryCallable<DeleteCollectionRequest,Operation>

deleteCollectionOperationCallable()

public OperationCallable<DeleteCollectionRequest,Empty,OperationMetadata> deleteCollectionOperationCallable()
Returns
Type Description
OperationCallable<DeleteCollectionRequest,Empty,OperationMetadata>

deleteIndexCallable()

public UnaryCallable<DeleteIndexRequest,Operation> deleteIndexCallable()
Returns
Type Description
UnaryCallable<DeleteIndexRequest,Operation>

deleteIndexOperationCallable()

public OperationCallable<DeleteIndexRequest,Empty,OperationMetadata> deleteIndexOperationCallable()
Returns
Type Description
OperationCallable<DeleteIndexRequest,Empty,OperationMetadata>

exportDataObjectsCallable()

public UnaryCallable<ExportDataObjectsRequest,Operation> exportDataObjectsCallable()
Returns
Type Description
UnaryCallable<ExportDataObjectsRequest,Operation>

exportDataObjectsOperationCallable()

public OperationCallable<ExportDataObjectsRequest,ExportDataObjectsResponse,ExportDataObjectsMetadata> exportDataObjectsOperationCallable()
Returns
Type Description
OperationCallable<ExportDataObjectsRequest,ExportDataObjectsResponse,ExportDataObjectsMetadata>

getCollectionCallable()

public UnaryCallable<GetCollectionRequest,Collection> getCollectionCallable()
Returns
Type Description
UnaryCallable<GetCollectionRequest,Collection>

getHttpJsonOperationsStub()

public @Nullable OperationsStub getHttpJsonOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.api.gax.httpjson.longrunning.stub.OperationsStub

getIndexCallable()

public UnaryCallable<GetIndexRequest,Index> getIndexCallable()
Returns
Type Description
UnaryCallable<GetIndexRequest,Index>

getLocationCallable()

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

getOperationsStub()

public @Nullable OperationsStub getOperationsStub()
Returns
Type Description
@org.jspecify.annotations.Nullable com.google.longrunning.stub.OperationsStub

importDataObjectsCallable()

public UnaryCallable<ImportDataObjectsRequest,Operation> importDataObjectsCallable()
Returns
Type Description
UnaryCallable<ImportDataObjectsRequest,Operation>

importDataObjectsOperationCallable()

public OperationCallable<ImportDataObjectsRequest,ImportDataObjectsResponse,ImportDataObjectsMetadata> importDataObjectsOperationCallable()
Returns
Type Description
OperationCallable<ImportDataObjectsRequest,ImportDataObjectsResponse,ImportDataObjectsMetadata>

listCollectionsCallable()

public UnaryCallable<ListCollectionsRequest,ListCollectionsResponse> listCollectionsCallable()
Returns
Type Description
UnaryCallable<ListCollectionsRequest,ListCollectionsResponse>

listCollectionsPagedCallable()

public UnaryCallable<ListCollectionsRequest,VectorSearchServiceClient.ListCollectionsPagedResponse> listCollectionsPagedCallable()
Returns
Type Description
UnaryCallable<ListCollectionsRequest,ListCollectionsPagedResponse>

listIndexesCallable()

public UnaryCallable<ListIndexesRequest,ListIndexesResponse> listIndexesCallable()
Returns
Type Description
UnaryCallable<ListIndexesRequest,ListIndexesResponse>

listIndexesPagedCallable()

public UnaryCallable<ListIndexesRequest,VectorSearchServiceClient.ListIndexesPagedResponse> listIndexesPagedCallable()
Returns
Type Description
UnaryCallable<ListIndexesRequest,ListIndexesPagedResponse>

listLocationsCallable()

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

listLocationsPagedCallable()

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

updateCollectionCallable()

public UnaryCallable<UpdateCollectionRequest,Operation> updateCollectionCallable()
Returns
Type Description
UnaryCallable<UpdateCollectionRequest,Operation>

updateCollectionOperationCallable()

public OperationCallable<UpdateCollectionRequest,Collection,OperationMetadata> updateCollectionOperationCallable()
Returns
Type Description
OperationCallable<UpdateCollectionRequest,Collection,OperationMetadata>

updateIndexCallable()

public UnaryCallable<UpdateIndexRequest,Operation> updateIndexCallable()
Returns
Type Description
UnaryCallable<UpdateIndexRequest,Operation>

updateIndexOperationCallable()

public OperationCallable<UpdateIndexRequest,Index,OperationMetadata> updateIndexOperationCallable()
Returns
Type Description
OperationCallable<UpdateIndexRequest,Index,OperationMetadata>