Uses of Class
com.google.cloud.aiplatform.v1.stub.IndexServiceStubSettings
-
Packages that use IndexServiceStubSettings Package Description com.google.cloud.aiplatform.v1 A client to Vertex AI APIcom.google.cloud.aiplatform.v1.stub -
-
Uses of IndexServiceStubSettings in com.google.cloud.aiplatform.v1
Methods in com.google.cloud.aiplatform.v1 with parameters of type IndexServiceStubSettings Modifier and Type Method Description static IndexServiceSettings
IndexServiceSettings. create(IndexServiceStubSettings stub)
-
Uses of IndexServiceStubSettings in com.google.cloud.aiplatform.v1.stub
Methods in com.google.cloud.aiplatform.v1.stub that return IndexServiceStubSettings Modifier and Type Method Description IndexServiceStubSettings
IndexServiceStubSettings.Builder. build()
Methods in com.google.cloud.aiplatform.v1.stub with parameters of type IndexServiceStubSettings Modifier and Type Method Description static GrpcIndexServiceStub
GrpcIndexServiceStub. create(IndexServiceStubSettings settings)
Constructors in com.google.cloud.aiplatform.v1.stub with parameters of type IndexServiceStubSettings Constructor Description Builder(IndexServiceStubSettings settings)
GrpcIndexServiceStub(IndexServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext)
Constructs an instance of GrpcIndexServiceStub, using the given settings.GrpcIndexServiceStub(IndexServiceStubSettings settings, com.google.api.gax.rpc.ClientContext clientContext, com.google.api.gax.grpc.GrpcStubCallableFactory callableFactory)
Constructs an instance of GrpcIndexServiceStub, using the given settings.
-