Uses of Class
com.google.cloud.aiplatform.v1beta1.GetIndexRequest
-
Packages that use GetIndexRequest Package Description com.google.cloud.aiplatform.v1beta1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1beta1.stub -
-
Uses of GetIndexRequest in com.google.cloud.aiplatform.v1beta1
Methods in com.google.cloud.aiplatform.v1beta1 that return GetIndexRequest Modifier and Type Method Description GetIndexRequest
GetIndexRequest.Builder. build()
GetIndexRequest
GetIndexRequest.Builder. buildPartial()
static GetIndexRequest
GetIndexRequest. getDefaultInstance()
GetIndexRequest
GetIndexRequest.Builder. getDefaultInstanceForType()
GetIndexRequest
GetIndexRequest. getDefaultInstanceForType()
static GetIndexRequest
GetIndexRequest. parseDelimitedFrom(InputStream input)
static GetIndexRequest
GetIndexRequest. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIndexRequest
GetIndexRequest. parseFrom(byte[] data)
static GetIndexRequest
GetIndexRequest. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIndexRequest
GetIndexRequest. parseFrom(com.google.protobuf.ByteString data)
static GetIndexRequest
GetIndexRequest. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIndexRequest
GetIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input)
static GetIndexRequest
GetIndexRequest. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIndexRequest
GetIndexRequest. parseFrom(InputStream input)
static GetIndexRequest
GetIndexRequest. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static GetIndexRequest
GetIndexRequest. parseFrom(ByteBuffer data)
static GetIndexRequest
GetIndexRequest. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.aiplatform.v1beta1 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.v1beta1 with parameters of type GetIndexRequest Modifier and Type Method Description Index
IndexServiceClient. getIndex(GetIndexRequest request)
Gets an Index.default void
IndexServiceGrpc.AsyncService. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)
Gets an Index.Index
IndexServiceGrpc.IndexServiceBlockingStub. getIndex(GetIndexRequest request)
Gets an Index.com.google.common.util.concurrent.ListenableFuture<Index>
IndexServiceGrpc.IndexServiceFutureStub. getIndex(GetIndexRequest request)
Gets an Index.void
IndexServiceGrpc.IndexServiceStub. getIndex(GetIndexRequest request, io.grpc.stub.StreamObserver<Index> responseObserver)
Gets an Index.GetIndexRequest.Builder
GetIndexRequest.Builder. mergeFrom(GetIndexRequest other)
static GetIndexRequest.Builder
GetIndexRequest. newBuilder(GetIndexRequest prototype)
-
Uses of GetIndexRequest in com.google.cloud.aiplatform.v1beta1.stub
Methods in com.google.cloud.aiplatform.v1beta1.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.
-