| 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.ListDataSchemasPagedResponse |
WarehouseClient.listDataSchemas(CorpusName parent)
Lists a list of data schemas inside corpus.
|
WarehouseClient.ListDataSchemasPagedResponse |
WarehouseClient.listDataSchemas(ListDataSchemasRequest request)
Lists a list of data schemas inside corpus.
|
WarehouseClient.ListDataSchemasPagedResponse |
WarehouseClient.listDataSchemas(String parent)
Lists a list of data schemas inside corpus.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<WarehouseClient.ListDataSchemasPagedResponse> |
WarehouseClient.ListDataSchemasPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListDataSchemasRequest,ListDataSchemasResponse,DataSchema> context,
com.google.api.core.ApiFuture<ListDataSchemasResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListDataSchemasRequest,WarehouseClient.ListDataSchemasPagedResponse> |
WarehouseClient.listDataSchemasPagedCallable()
Lists a list of data schemas inside corpus.
|
com.google.api.gax.rpc.PagedCallSettings<ListDataSchemasRequest,ListDataSchemasResponse,WarehouseClient.ListDataSchemasPagedResponse> |
WarehouseSettings.listDataSchemasSettings()
Returns the object with the settings used for calls to listDataSchemas.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListDataSchemasRequest,ListDataSchemasResponse,WarehouseClient.ListDataSchemasPagedResponse> |
WarehouseSettings.Builder.listDataSchemasSettings()
Returns the builder for the settings used for calls to listDataSchemas.
|
Copyright © 2025 Google LLC. All rights reserved.