Uses of Class
com.google.cloud.talent.v4.EventServiceSettings
-
Packages that use EventServiceSettings Package Description com.google.cloud.talent.v4 A client to Cloud Talent Solution API -
-
Uses of EventServiceSettings in com.google.cloud.talent.v4
Methods in com.google.cloud.talent.v4 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.v4 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.v4 with parameters of type EventServiceSettings Constructor Description Builder(EventServiceSettings settings)
EventServiceClient(EventServiceSettings settings)
Constructs an instance of EventServiceClient, using the given settings.
-