| 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 |
|---|---|
AppPlatformClient.ListApplicationsPagedResponse |
AppPlatformClient.listApplications(ListApplicationsRequest request)
Lists Applications in a given project and location.
|
AppPlatformClient.ListApplicationsPagedResponse |
AppPlatformClient.listApplications(LocationName parent)
Lists Applications in a given project and location.
|
AppPlatformClient.ListApplicationsPagedResponse |
AppPlatformClient.listApplications(String parent)
Lists Applications in a given project and location.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<AppPlatformClient.ListApplicationsPagedResponse> |
AppPlatformClient.ListApplicationsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListApplicationsRequest,ListApplicationsResponse,Application> context,
com.google.api.core.ApiFuture<ListApplicationsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListApplicationsRequest,AppPlatformClient.ListApplicationsPagedResponse> |
AppPlatformClient.listApplicationsPagedCallable()
Lists Applications in a given project and location.
|
com.google.api.gax.rpc.PagedCallSettings<ListApplicationsRequest,ListApplicationsResponse,AppPlatformClient.ListApplicationsPagedResponse> |
AppPlatformSettings.listApplicationsSettings()
Returns the object with the settings used for calls to listApplications.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListApplicationsRequest,ListApplicationsResponse,AppPlatformClient.ListApplicationsPagedResponse> |
AppPlatformSettings.Builder.listApplicationsSettings()
Returns the builder for the settings used for calls to listApplications.
|
Copyright © 2025 Google LLC. All rights reserved.