Uses of Class
com.google.cloud.aiplatform.v1.SearchDataItemsResponse
-
Packages that use SearchDataItemsResponse Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of SearchDataItemsResponse in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return SearchDataItemsResponse Modifier and Type Method Description SearchDataItemsResponse
SearchDataItemsResponse.Builder. build()
SearchDataItemsResponse
SearchDataItemsResponse.Builder. buildPartial()
static SearchDataItemsResponse
SearchDataItemsResponse. getDefaultInstance()
SearchDataItemsResponse
SearchDataItemsResponse.Builder. getDefaultInstanceForType()
SearchDataItemsResponse
SearchDataItemsResponse. getDefaultInstanceForType()
static SearchDataItemsResponse
SearchDataItemsResponse. parseDelimitedFrom(InputStream input)
static SearchDataItemsResponse
SearchDataItemsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(byte[] data)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(com.google.protobuf.ByteString data)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(com.google.protobuf.CodedInputStream input)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(InputStream input)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(ByteBuffer data)
static SearchDataItemsResponse
SearchDataItemsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
SearchDataItemsResponse
DatasetServiceGrpc.DatasetServiceBlockingStub. searchDataItems(SearchDataItemsRequest request)
Searches DataItems in a Dataset.Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type SearchDataItemsResponse Modifier and Type Method Description com.google.protobuf.Parser<SearchDataItemsResponse>
SearchDataItemsResponse. getParserForType()
static io.grpc.MethodDescriptor<SearchDataItemsRequest,SearchDataItemsResponse>
DatasetServiceGrpc. getSearchDataItemsMethod()
static com.google.protobuf.Parser<SearchDataItemsResponse>
SearchDataItemsResponse. parser()
com.google.common.util.concurrent.ListenableFuture<SearchDataItemsResponse>
DatasetServiceGrpc.DatasetServiceFutureStub. searchDataItems(SearchDataItemsRequest request)
Searches DataItems in a Dataset.com.google.api.gax.rpc.UnaryCallable<SearchDataItemsRequest,SearchDataItemsResponse>
DatasetServiceClient. searchDataItemsCallable()
Searches DataItems in a Dataset.com.google.api.gax.rpc.PagedCallSettings.Builder<SearchDataItemsRequest,SearchDataItemsResponse,DatasetServiceClient.SearchDataItemsPagedResponse>
DatasetServiceSettings.Builder. searchDataItemsSettings()
Returns the builder for the settings used for calls to searchDataItems.com.google.api.gax.rpc.PagedCallSettings<SearchDataItemsRequest,SearchDataItemsResponse,DatasetServiceClient.SearchDataItemsPagedResponse>
DatasetServiceSettings. searchDataItemsSettings()
Returns the object with the settings used for calls to searchDataItems.Methods in com.google.cloud.aiplatform.v1 with parameters of type SearchDataItemsResponse Modifier and Type Method Description protected DatasetServiceClient.SearchDataItemsPage
DatasetServiceClient.SearchDataItemsPage. createPage(com.google.api.gax.rpc.PageContext<SearchDataItemsRequest,SearchDataItemsResponse,DataItemView> context, SearchDataItemsResponse response)
SearchDataItemsResponse.Builder
SearchDataItemsResponse.Builder. mergeFrom(SearchDataItemsResponse other)
static SearchDataItemsResponse.Builder
SearchDataItemsResponse. newBuilder(SearchDataItemsResponse prototype)
Method parameters in com.google.cloud.aiplatform.v1 with type arguments of type SearchDataItemsResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<DatasetServiceClient.SearchDataItemsPagedResponse>
DatasetServiceClient.SearchDataItemsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchDataItemsRequest,SearchDataItemsResponse,DataItemView> context, com.google.api.core.ApiFuture<SearchDataItemsResponse> futureResponse)
static com.google.api.core.ApiFuture<DatasetServiceClient.SearchDataItemsPagedResponse>
DatasetServiceClient.SearchDataItemsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<SearchDataItemsRequest,SearchDataItemsResponse,DataItemView> context, com.google.api.core.ApiFuture<SearchDataItemsResponse> futureResponse)
protected DatasetServiceClient.SearchDataItemsPage
DatasetServiceClient.SearchDataItemsPage. createPage(com.google.api.gax.rpc.PageContext<SearchDataItemsRequest,SearchDataItemsResponse,DataItemView> context, SearchDataItemsResponse response)
com.google.api.core.ApiFuture<DatasetServiceClient.SearchDataItemsPage>
DatasetServiceClient.SearchDataItemsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchDataItemsRequest,SearchDataItemsResponse,DataItemView> context, com.google.api.core.ApiFuture<SearchDataItemsResponse> futureResponse)
com.google.api.core.ApiFuture<DatasetServiceClient.SearchDataItemsPage>
DatasetServiceClient.SearchDataItemsPage. createPageAsync(com.google.api.gax.rpc.PageContext<SearchDataItemsRequest,SearchDataItemsResponse,DataItemView> context, com.google.api.core.ApiFuture<SearchDataItemsResponse> futureResponse)
default void
DatasetServiceGrpc.AsyncService. searchDataItems(SearchDataItemsRequest request, io.grpc.stub.StreamObserver<SearchDataItemsResponse> responseObserver)
Searches DataItems in a Dataset.void
DatasetServiceGrpc.DatasetServiceStub. searchDataItems(SearchDataItemsRequest request, io.grpc.stub.StreamObserver<SearchDataItemsResponse> responseObserver)
Searches DataItems in a Dataset. -
Uses of SearchDataItemsResponse in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type SearchDataItemsResponse Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<SearchDataItemsRequest,SearchDataItemsResponse>
DatasetServiceStub. searchDataItemsCallable()
com.google.api.gax.rpc.UnaryCallable<SearchDataItemsRequest,SearchDataItemsResponse>
GrpcDatasetServiceStub. searchDataItemsCallable()
com.google.api.gax.rpc.PagedCallSettings.Builder<SearchDataItemsRequest,SearchDataItemsResponse,DatasetServiceClient.SearchDataItemsPagedResponse>
DatasetServiceStubSettings.Builder. searchDataItemsSettings()
Returns the builder for the settings used for calls to searchDataItems.com.google.api.gax.rpc.PagedCallSettings<SearchDataItemsRequest,SearchDataItemsResponse,DatasetServiceClient.SearchDataItemsPagedResponse>
DatasetServiceStubSettings. searchDataItemsSettings()
Returns the object with the settings used for calls to searchDataItems.
-