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