Uses of Class
com.google.cloud.aiplatform.v1.IndexServiceClient.ListIndexesPagedResponse
-
Packages that use IndexServiceClient.ListIndexesPagedResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of IndexServiceClient.ListIndexesPagedResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return IndexServiceClient.ListIndexesPagedResponse Modifier and Type Method Description IndexServiceClient.ListIndexesPagedResponse
IndexServiceClient. listIndexes(ListIndexesRequest request)
Lists Indexes in a Location.IndexServiceClient.ListIndexesPagedResponse
IndexServiceClient. listIndexes(LocationName parent)
Lists Indexes in a Location.IndexServiceClient.ListIndexesPagedResponse
IndexServiceClient. listIndexes(String parent)
Lists Indexes in a Location.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type IndexServiceClient.ListIndexesPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<IndexServiceClient.ListIndexesPagedResponse>
IndexServiceClient.ListIndexesPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,IndexServiceClient.ListIndexesPagedResponse>
IndexServiceClient. listIndexesPagedCallable()
Lists Indexes in a Location.com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse,IndexServiceClient.ListIndexesPagedResponse>
IndexServiceSettings.Builder. listIndexesSettings()
Returns the builder for the settings used for calls to listIndexes.com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse,IndexServiceClient.ListIndexesPagedResponse>
IndexServiceSettings. listIndexesSettings()
Returns the object with the settings used for calls to listIndexes. -
Uses of IndexServiceClient.ListIndexesPagedResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type IndexServiceClient.ListIndexesPagedResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,IndexServiceClient.ListIndexesPagedResponse>
GrpcIndexServiceStub. listIndexesPagedCallable()
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,IndexServiceClient.ListIndexesPagedResponse>
IndexServiceStub. listIndexesPagedCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<ListIndexesRequest,ListIndexesResponse,IndexServiceClient.ListIndexesPagedResponse>
IndexServiceStubSettings.Builder. listIndexesSettings()
Returns the builder for the settings used for calls to listIndexes.com.google.api.gax.rpc.PagedCallSettings<ListIndexesRequest,ListIndexesResponse,IndexServiceClient.ListIndexesPagedResponse>
IndexServiceStubSettings. listIndexesSettings()
Returns the object with the settings used for calls to listIndexes.
-