| Package | Description |
|---|---|
| com.google.cloud.visionai.v1 |
A client to Vision AI API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.visionai.v1.stub |
| Modifier and Type | Method and Description |
|---|---|
WarehouseClient.ListCollectionsPagedResponse |
WarehouseClient.listCollections(CorpusName parent)
Lists collections inside a corpus.
|
WarehouseClient.ListCollectionsPagedResponse |
WarehouseClient.listCollections(ListCollectionsRequest request)
Lists collections inside a corpus.
|
WarehouseClient.ListCollectionsPagedResponse |
WarehouseClient.listCollections(String parent)
Lists collections inside a corpus.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<WarehouseClient.ListCollectionsPagedResponse> |
WarehouseClient.ListCollectionsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListCollectionsRequest,ListCollectionsResponse,Collection> context,
com.google.api.core.ApiFuture<ListCollectionsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListCollectionsRequest,WarehouseClient.ListCollectionsPagedResponse> |
WarehouseClient.listCollectionsPagedCallable()
Lists collections inside a corpus.
|
com.google.api.gax.rpc.PagedCallSettings<ListCollectionsRequest,ListCollectionsResponse,WarehouseClient.ListCollectionsPagedResponse> |
WarehouseSettings.listCollectionsSettings()
Returns the object with the settings used for calls to listCollections.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListCollectionsRequest,ListCollectionsResponse,WarehouseClient.ListCollectionsPagedResponse> |
WarehouseSettings.Builder.listCollectionsSettings()
Returns the builder for the settings used for calls to listCollections.
|
Copyright © 2025 Google LLC. All rights reserved.