Uses of Class
com.google.cloud.aiplatform.v1beta1.IndexEndpointServiceClient.ListIndexEndpointsPagedResponse
-
Packages that use IndexEndpointServiceClient.ListIndexEndpointsPagedResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of IndexEndpointServiceClient.ListIndexEndpointsPagedResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return IndexEndpointServiceClient.ListIndexEndpointsPagedResponse Modifier and Type Method Description IndexEndpointServiceClient.ListIndexEndpointsPagedResponse
IndexEndpointServiceClient. listIndexEndpoints(ListIndexEndpointsRequest request)
Lists IndexEndpoints in a Location.IndexEndpointServiceClient.ListIndexEndpointsPagedResponse
IndexEndpointServiceClient. listIndexEndpoints(LocationName parent)
Lists IndexEndpoints in a Location.IndexEndpointServiceClient.ListIndexEndpointsPagedResponse
IndexEndpointServiceClient. listIndexEndpoints(String parent)
Lists IndexEndpoints in a Location.Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type IndexEndpointServiceClient.ListIndexEndpointsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<IndexEndpointServiceClient.ListIndexEndpointsPagedResponse>
IndexEndpointServiceClient.ListIndexEndpointsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpoint> context, com.google.api.core.ApiFuture<ListIndexEndpointsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListIndexEndpointsRequest,IndexEndpointServiceClient.ListIndexEndpointsPagedResponse>
IndexEndpointServiceClient. listIndexEndpointsPagedCallable()
Lists IndexEndpoints in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpointServiceClient.ListIndexEndpointsPagedResponse>
IndexEndpointServiceSettings.Builder. listIndexEndpointsSettings()
Returns the builder for the settings used for calls to listIndexEndpoints.com.google.api.gax.rpc.PagedCallSettings<ListIndexEndpointsRequest,ListIndexEndpointsResponse,IndexEndpointServiceClient.ListIndexEndpointsPagedResponse>
IndexEndpointServiceSettings. listIndexEndpointsSettings()
Returns the object with the settings used for calls to listIndexEndpoints. -
Uses of IndexEndpointServiceClient.ListIndexEndpointsPagedResponse in com.google.cloud.aiplatform.v1beta1.stub
-