| Package | Description |
|---|---|
| com.google.cloud.vertexai.api |
A client to Vertex AI API
The interfaces provided are listed below, along with usage samples.
|
| com.google.cloud.vertexai.api.stub |
| Modifier and Type | Method and Description |
|---|---|
EndpointServiceClient.ListEndpointsPagedResponse |
EndpointServiceClient.listEndpoints(ListEndpointsRequest request)
Lists Endpoints in a Location.
|
EndpointServiceClient.ListEndpointsPagedResponse |
EndpointServiceClient.listEndpoints(LocationName parent)
Lists Endpoints in a Location.
|
EndpointServiceClient.ListEndpointsPagedResponse |
EndpointServiceClient.listEndpoints(String parent)
Lists Endpoints in a Location.
|
| Modifier and Type | Method and Description |
|---|---|
static com.google.api.core.ApiFuture<EndpointServiceClient.ListEndpointsPagedResponse> |
EndpointServiceClient.ListEndpointsPagedResponse.createAsync(com.google.api.gax.rpc.PageContext<ListEndpointsRequest,ListEndpointsResponse,Endpoint> context,
com.google.api.core.ApiFuture<ListEndpointsResponse> futureResponse) |
com.google.api.gax.rpc.UnaryCallable<ListEndpointsRequest,EndpointServiceClient.ListEndpointsPagedResponse> |
EndpointServiceClient.listEndpointsPagedCallable()
Lists Endpoints in a Location.
|
com.google.api.gax.rpc.PagedCallSettings<ListEndpointsRequest,ListEndpointsResponse,EndpointServiceClient.ListEndpointsPagedResponse> |
EndpointServiceSettings.listEndpointsSettings()
Returns the object with the settings used for calls to listEndpoints.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListEndpointsRequest,ListEndpointsResponse,EndpointServiceClient.ListEndpointsPagedResponse> |
EndpointServiceSettings.Builder.listEndpointsSettings()
Returns the builder for the settings used for calls to listEndpoints.
|
| Modifier and Type | Method and Description |
|---|---|
com.google.api.gax.rpc.UnaryCallable<ListEndpointsRequest,EndpointServiceClient.ListEndpointsPagedResponse> |
GrpcEndpointServiceStub.listEndpointsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListEndpointsRequest,EndpointServiceClient.ListEndpointsPagedResponse> |
HttpJsonEndpointServiceStub.listEndpointsPagedCallable() |
com.google.api.gax.rpc.UnaryCallable<ListEndpointsRequest,EndpointServiceClient.ListEndpointsPagedResponse> |
EndpointServiceStub.listEndpointsPagedCallable() |
com.google.api.gax.rpc.PagedCallSettings<ListEndpointsRequest,ListEndpointsResponse,EndpointServiceClient.ListEndpointsPagedResponse> |
EndpointServiceStubSettings.listEndpointsSettings()
Returns the object with the settings used for calls to listEndpoints.
|
com.google.api.gax.rpc.PagedCallSettings.Builder<ListEndpointsRequest,ListEndpointsResponse,EndpointServiceClient.ListEndpointsPagedResponse> |
EndpointServiceStubSettings.Builder.listEndpointsSettings()
Returns the builder for the settings used for calls to listEndpoints.
|
Copyright © 2025 Google LLC. All rights reserved.