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 ReadIndexDatapointsResponseReadIndexDatapointsResponse.Builder. build()ReadIndexDatapointsResponseReadIndexDatapointsResponse.Builder. buildPartial()static ReadIndexDatapointsResponseReadIndexDatapointsResponse. getDefaultInstance()ReadIndexDatapointsResponseReadIndexDatapointsResponse.Builder. getDefaultInstanceForType()ReadIndexDatapointsResponseReadIndexDatapointsResponse. getDefaultInstanceForType()static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseDelimitedFrom(InputStream input)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(byte[] data)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(com.google.protobuf.ByteString data)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(com.google.protobuf.CodedInputStream input)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(InputStream input)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(ByteBuffer data)static ReadIndexDatapointsResponseReadIndexDatapointsResponse. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)ReadIndexDatapointsResponseMatchServiceClient. readIndexDatapoints(ReadIndexDatapointsRequest request)Reads the datapoints/vectors of the given IDs.ReadIndexDatapointsResponseMatchServiceGrpc.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.BuilderReadIndexDatapointsResponse.Builder. mergeFrom(ReadIndexDatapointsResponse other)static ReadIndexDatapointsResponse.BuilderReadIndexDatapointsResponse. newBuilder(ReadIndexDatapointsResponse prototype)Method parameters in com.google.cloud.aiplatform.v1beta1 with type arguments of type ReadIndexDatapointsResponse Modifier and Type Method Description default voidMatchServiceGrpc.AsyncService. readIndexDatapoints(ReadIndexDatapointsRequest request, io.grpc.stub.StreamObserver<ReadIndexDatapointsResponse> responseObserver)Reads the datapoints/vectors of the given IDs.voidMatchServiceGrpc.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.
-