Uses of Class
com.google.cloud.aiplatform.v1beta1.ReadIndexDatapointsRequest
-
Packages that use ReadIndexDatapointsRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of ReadIndexDatapointsRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return ReadIndexDatapointsRequest Modifier and Type Method Description ReadIndexDatapointsRequest
ReadIndexDatapointsRequest.Builder. build()
ReadIndexDatapointsRequest
ReadIndexDatapointsRequest.Builder. buildPartial()
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. getDefaultInstance()
ReadIndexDatapointsRequest
ReadIndexDatapointsRequest.Builder. getDefaultInstanceForType()
ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. getDefaultInstanceForType()
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseDelimitedFrom(InputStream input)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(byte[] data)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(com.google.protobuf.ByteString data)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(InputStream input)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(ByteBuffer data)
static ReadIndexDatapointsRequest
ReadIndexDatapointsRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 that return types with arguments of type ReadIndexDatapointsRequest Modifier and Type Method Description com.google.protobuf.Parser<ReadIndexDatapointsRequest>
ReadIndexDatapointsRequest. getParserForType()
static io.grpc.MethodDescriptor<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse>
MatchServiceGrpc. getReadIndexDatapointsMethod()
static com.google.protobuf.Parser<ReadIndexDatapointsRequest>
ReadIndexDatapointsRequest. parser()
com.google.api.gax.rpc.UnaryCallable<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse>
MatchServiceClient. readIndexDatapointsCallable()
Reads the datapoints/vectors of the given IDs.com.google.api.gax.rpc.UnaryCallSettings.Builder<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse>
MatchServiceSettings.Builder. readIndexDatapointsSettings()
Returns the builder for the settings used for calls to readIndexDatapoints.com.google.api.gax.rpc.UnaryCallSettings<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse>
MatchServiceSettings. readIndexDatapointsSettings()
Returns the object with the settings used for calls to readIndexDatapoints.Methods in com.google.cloud.aiplatform.v1beta1 with parameters of type ReadIndexDatapointsRequest Modifier and Type Method Description ReadIndexDatapointsRequest.Builder
ReadIndexDatapointsRequest.Builder. mergeFrom(ReadIndexDatapointsRequest other)
static ReadIndexDatapointsRequest.Builder
ReadIndexDatapointsRequest. newBuilder(ReadIndexDatapointsRequest prototype)
ReadIndexDatapointsResponse
MatchServiceClient. readIndexDatapoints(ReadIndexDatapointsRequest request)
Reads the datapoints/vectors of the given IDs.default void
MatchServiceGrpc.AsyncService. readIndexDatapoints(ReadIndexDatapointsRequest request, io.grpc.stub.StreamObserver<ReadIndexDatapointsResponse> responseObserver)
Reads the datapoints/vectors of the given IDs.ReadIndexDatapointsResponse
MatchServiceGrpc.MatchServiceBlockingStub. readIndexDatapoints(ReadIndexDatapointsRequest request)
Reads the datapoints/vectors of the given IDs.com.google.common.util.concurrent.ListenableFuture<ReadIndexDatapointsResponse>
MatchServiceGrpc.MatchServiceFutureStub. readIndexDatapoints(ReadIndexDatapointsRequest request)
Reads the datapoints/vectors of the given IDs.void
MatchServiceGrpc.MatchServiceStub. readIndexDatapoints(ReadIndexDatapointsRequest request, io.grpc.stub.StreamObserver<ReadIndexDatapointsResponse> responseObserver)
Reads the datapoints/vectors of the given IDs. -
Uses of ReadIndexDatapointsRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.stub that return types with arguments of type ReadIndexDatapointsRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse>
GrpcMatchServiceStub. readIndexDatapointsCallable()
com.google.api.gax.rpc.UnaryCallable<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse>
MatchServiceStub. readIndexDatapointsCallable()
com.google.api.gax.rpc.UnaryCallSettings.Builder<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse>
MatchServiceStubSettings.Builder. readIndexDatapointsSettings()
Returns the builder for the settings used for calls to readIndexDatapoints.com.google.api.gax.rpc.UnaryCallSettings<ReadIndexDatapointsRequest,ReadIndexDatapointsResponse>
MatchServiceStubSettings. readIndexDatapointsSettings()
Returns the object with the settings used for calls to readIndexDatapoints.
-