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