Uses of Class
com.google.cloud.aiplatform.v1beta1.ListIndexesResponse
-
Packages that use ListIndexesResponse Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ListIndexesResponse in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ListIndexesResponse Modifier and Type Method Description ListIndexesResponse
ListIndexesResponse.Builder. build()
ListIndexesResponse
ListIndexesResponse.Builder. buildPartial()
static ListIndexesResponse
ListIndexesResponse. getDefaultInstance()
ListIndexesResponse
ListIndexesResponse.Builder. getDefaultInstanceForType()
ListIndexesResponse
ListIndexesResponse. getDefaultInstanceForType()
ListIndexesResponse
IndexServiceGrpc.IndexServiceBlockingStub. listIndexes(ListIndexesRequest request)
Lists Indexes in a Location.static ListIndexesResponse
ListIndexesResponse. parseDelimitedFrom(InputStream input)
static ListIndexesResponse
ListIndexesResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexesResponse
ListIndexesResponse. parseFrom(byte[] data)
static ListIndexesResponse
ListIndexesResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexesResponse
ListIndexesResponse. parseFrom(com.google.protobuf.ByteString data)
static ListIndexesResponse
ListIndexesResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexesResponse
ListIndexesResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static ListIndexesResponse
ListIndexesResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexesResponse
ListIndexesResponse. parseFrom(InputStream input)
static ListIndexesResponse
ListIndexesResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ListIndexesResponse
ListIndexesResponse. parseFrom(ByteBuffer data)
static ListIndexesResponse
ListIndexesResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ListIndexesResponse Modifier and Type Method Description static io.grpc.MethodDescriptor<ListIndexesRequest,ListIndexesResponse>
IndexServiceGrpc. getListIndexesMethod()
com.google.protobuf.Parser<ListIndexesResponse>
ListIndexesResponse. getParserForType()
com.google.common.util.concurrent.ListenableFuture<ListIndexesResponse>
IndexServiceGrpc.IndexServiceFutureStub. listIndexes(ListIndexesRequest request)
Lists Indexes in a Location.com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,ListIndexesResponse>
IndexServiceClient. listIndexesCallable()
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.static com.google.protobuf.Parser<ListIndexesResponse>
ListIndexesResponse. parser()
Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ListIndexesResponse Modifier and Type Method Description protected IndexServiceClient.ListIndexesPage
IndexServiceClient.ListIndexesPage. createPage(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)
ListIndexesResponse.Builder
ListIndexesResponse.Builder. mergeFrom(ListIndexesResponse other)
static ListIndexesResponse.Builder
ListIndexesResponse. newBuilder(ListIndexesResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ListIndexesResponse 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)
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)
protected IndexServiceClient.ListIndexesPage
IndexServiceClient.ListIndexesPage. createPage(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, ListIndexesResponse response)
com.google.api.core.ApiFuture<IndexServiceClient.ListIndexesPage>
IndexServiceClient.ListIndexesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse)
com.google.api.core.ApiFuture<IndexServiceClient.ListIndexesPage>
IndexServiceClient.ListIndexesPage. createPageAsync(com.google.api.gax.rpc.PageContext<ListIndexesRequest,ListIndexesResponse,Index> context, com.google.api.core.ApiFuture<ListIndexesResponse> futureResponse)
default void
IndexServiceGrpc.AsyncService. listIndexes(ListIndexesRequest request, io.grpc.stub.StreamObserver<ListIndexesResponse> responseObserver)
Lists Indexes in a Location.void
IndexServiceGrpc.IndexServiceStub. listIndexes(ListIndexesRequest request, io.grpc.stub.StreamObserver<ListIndexesResponse> responseObserver)
Lists Indexes in a Location. -
Uses of ListIndexesResponse in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ListIndexesResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,ListIndexesResponse>
GrpcIndexServiceStub. listIndexesCallable()
com.google.api.gax.rpc.UnaryCallable<ListIndexesRequest,ListIndexesResponse>
IndexServiceStub. listIndexesCallable()
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.
-