Uses of Class
com.google.cloud.aiplatform.v1beta1.EndpointServiceClient.ListEndpointsPagedResponse
Packages that use EndpointServiceClient.ListEndpointsPagedResponse
Package
Description
A client to Vertex AI API
-
Uses of EndpointServiceClient.ListEndpointsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return EndpointServiceClient.ListEndpointsPagedResponseModifier and TypeMethodDescriptionEndpointServiceClient.listEndpoints(ListEndpointsRequest request) Lists Endpoints in a Location.EndpointServiceClient.listEndpoints(LocationName parent) Lists Endpoints in a Location.EndpointServiceClient.listEndpoints(String parent) Lists Endpoints in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type EndpointServiceClient.ListEndpointsPagedResponseModifier and TypeMethodDescriptionEndpointServiceClient.ListEndpointsPagedResponse.createAsync(PageContext<ListEndpointsRequest, ListEndpointsResponse, Endpoint> context, ApiFuture<ListEndpointsResponse> futureResponse) EndpointServiceClient.listEndpointsPagedCallable()Lists Endpoints in a Location.PagedCallSettings.Builder<ListEndpointsRequest,ListEndpointsResponse, EndpointServiceClient.ListEndpointsPagedResponse> EndpointServiceSettings.Builder.listEndpointsSettings()Returns the builder for the settings used for calls to listEndpoints.PagedCallSettings<ListEndpointsRequest,ListEndpointsResponse, EndpointServiceClient.ListEndpointsPagedResponse> EndpointServiceSettings.listEndpointsSettings()Returns the object with the settings used for calls to listEndpoints. -
Uses of EndpointServiceClient.ListEndpointsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type EndpointServiceClient.ListEndpointsPagedResponseModifier and TypeMethodDescriptionEndpointServiceStub.listEndpointsPagedCallable()GrpcEndpointServiceStub.listEndpointsPagedCallable()PagedCallSettings.Builder<ListEndpointsRequest,ListEndpointsResponse, EndpointServiceClient.ListEndpointsPagedResponse> EndpointServiceStubSettings.Builder.listEndpointsSettings()Returns the builder for the settings used for calls to listEndpoints.PagedCallSettings<ListEndpointsRequest,ListEndpointsResponse, EndpointServiceClient.ListEndpointsPagedResponse> EndpointServiceStubSettings.listEndpointsSettings()Returns the object with the settings used for calls to listEndpoints.