| 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.ListAnnotationsPagedResponse |
WarehouseClient.listAnnotations(AssetName parent)
Lists a list of annotations inside asset.
|
WarehouseClient.ListAnnotationsPagedResponse |
WarehouseClient.listAnnotations(ListAnnotationsRequest request)
Lists a list of annotations inside asset.
|
WarehouseClient.ListAnnotationsPagedResponse |
WarehouseClient.listAnnotations(String parent)
Lists a list of annotations inside asset.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<WarehouseClient.ListAnnotationsPagedResponse> |
WarehouseClient.ListAnnotationsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListAnnotationsRequest,ListAnnotationsResponse,Annotation> context,
com.google.api.core.ApiFuture<ListAnnotationsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListAnnotationsRequest,WarehouseClient.ListAnnotationsPagedResponse> |
WarehouseClient.listAnnotationsPagedCallable()
Lists a list of annotations inside asset.
|
com.google.api.gax.rpc.PagedCallSettings<ListAnnotationsRequest,ListAnnotationsResponse,WarehouseClient.ListAnnotationsPagedResponse> |
WarehouseSettings.listAnnotationsSettings()
Returns the object with the settings used for calls to listAnnotations.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListAnnotationsRequest,ListAnnotationsResponse,WarehouseClient.ListAnnotationsPagedResponse> |
WarehouseSettings.Builder.listAnnotationsSettings()
Returns the builder for the settings used for calls to listAnnotations.
|
Copyright © 2025 Google LLC. All rights reserved.