Uses of Class
com.google.cloud.aiplatform.v1.GetIndexRequest
-
Packages that use GetIndexRequest Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of GetIndexRequest in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 that return GetIndexRequest Modifier and Type Method Description GetIndexRequestGetIndexRequest.Builder. build()GetIndexRequestGetIndexRequest.Builder. buildPartial()static GetIndexRequestGetIndexRequest. getDefaultInstance()GetIndexRequestGetIndexRequest.Builder. getDefaultInstanceForType()GetIndexRequestGetIndexRequest. getDefaultInstanceForType()static GetIndexRequestGetIndexRequest. parseDelimitedFrom(InputStream input)static GetIndexRequestGetIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(byte[] data)static GetIndexRequestGetIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(com.google.protobuf.ByteString data)static GetIndexRequestGetIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)static GetIndexRequestGetIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(InputStream input)static GetIndexRequestGetIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static GetIndexRequestGetIndexRequest. parseFrom(ByteBuffer data)static GetIndexRequestGetIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)Methods in com.google.cloud.aiplatform.v1 that return types with arguments of type GetIndexRequest Modifier and Type Method Description static io.grpc.MethodDescriptor<GetIndexRequest,Index>IndexServiceGrpc. getGetIndexMethod()com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>IndexServiceClient. getIndexCallable()Gets an Index.com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index>IndexServiceSettings.Builder. getIndexSettings()Returns the builder for the settings used for calls to getIndex.com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index>IndexServiceSettings. getIndexSettings()Returns the object with the settings used for calls to getIndex.com.google.protobuf.Parser<GetIndexRequest>GetIndexRequest. getParserForType()static com.google.protobuf.Parser<GetIndexRequest>GetIndexRequest. parser()Methods in com.google.cloud.aiplatform.v1 with parameters of type GetIndexRequest Modifier and Type Method Description IndexIndexServiceClient. getIndex(GetIndexRequest request)Gets an Index.default voidIndexServiceGrpc.AsyncService. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)Gets an Index.IndexIndexServiceGrpc.IndexServiceBlockingStub. getIndex(GetIndexRequest request)Gets an Index.com.google.common.util.concurrent.ListenableFuture<Index>IndexServiceGrpc.IndexServiceFutureStub. getIndex(GetIndexRequest request)Gets an Index.voidIndexServiceGrpc.IndexServiceStub. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)Gets an Index.GetIndexRequest.BuilderGetIndexRequest.Builder. mergeFrom(GetIndexRequest other)static GetIndexRequest.BuilderGetIndexRequest. newBuilder(GetIndexRequest prototype) -
Uses of GetIndexRequest in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return types with arguments of type GetIndexRequest Modifier and Type Method Description com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>GrpcIndexServiceStub. getIndexCallable()com.google.api.gax.rpc.UnaryCallable<GetIndexRequest,Index>IndexServiceStub. getIndexCallable()com.google.api.gax.rpc.UnaryCallSettings.Builder<GetIndexRequest,Index>IndexServiceStubSettings.Builder. getIndexSettings()Returns the builder for the settings used for calls to getIndex.com.google.api.gax.rpc.UnaryCallSettings<GetIndexRequest,Index>IndexServiceStubSettings. getIndexSettings()Returns the object with the settings used for calls to getIndex.
-