Uses of Class
com.google.cloud.recommendationengine.v1beta1.UserEventServiceSettings
-
Packages that use UserEventServiceSettings Package Description com.google.cloud.recommendationengine.v1beta1 A client to Recommendations AI -
-
Uses of UserEventServiceSettings in com.google.cloud.recommendationengine.v1beta1
Methods in com.google.cloud.recommendationengine.v1beta1 that return UserEventServiceSettings Modifier and Type Method Description UserEventServiceSettings
UserEventServiceSettings.Builder. build()
static UserEventServiceSettings
UserEventServiceSettings. create(UserEventServiceStubSettings stub)
UserEventServiceSettings
UserEventServiceClient. getSettings()
Methods in com.google.cloud.recommendationengine.v1beta1 with parameters of type UserEventServiceSettings Modifier and Type Method Description static UserEventServiceClient
UserEventServiceClient. create(UserEventServiceSettings settings)
Constructs an instance of UserEventServiceClient, using the given settings.Constructors in com.google.cloud.recommendationengine.v1beta1 with parameters of type UserEventServiceSettings Constructor Description Builder(UserEventServiceSettings settings)
UserEventServiceClient(UserEventServiceSettings settings)
Constructs an instance of UserEventServiceClient, using the given settings.
-