Uses of Class
com.google.cloud.talent.v4beta1.EventServiceSettings
-
Packages that use EventServiceSettings Package Description com.google.cloud.talent.v4beta1 A client to Cloud Talent Solution API -
-
Uses of EventServiceSettings in com.google.cloud.talent.v4beta1
Methods in com.google.cloud.talent.v4beta1 that return EventServiceSettings Modifier and Type Method Description EventServiceSettings
EventServiceSettings.Builder. build()
static EventServiceSettings
EventServiceSettings. create(EventServiceStubSettings stub)
EventServiceSettings
EventServiceClient. getSettings()
Methods in com.google.cloud.talent.v4beta1 with parameters of type EventServiceSettings Modifier and Type Method Description static EventServiceClient
EventServiceClient. create(EventServiceSettings settings)
Constructs an instance of EventServiceClient, using the given settings.Constructors in com.google.cloud.talent.v4beta1 with parameters of type EventServiceSettings Constructor Description Builder(EventServiceSettings settings)
EventServiceClient(EventServiceSettings settings)
Constructs an instance of EventServiceClient, using the given settings.
-