Uses of Class
com.google.cloud.advisorynotifications.v1.AdvisoryNotificationsServiceSettings
-
Packages that use AdvisoryNotificationsServiceSettings Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of AdvisoryNotificationsServiceSettings in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return AdvisoryNotificationsServiceSettings Modifier and Type Method Description AdvisoryNotificationsServiceSettings
AdvisoryNotificationsServiceSettings.Builder. build()
static AdvisoryNotificationsServiceSettings
AdvisoryNotificationsServiceSettings. create(AdvisoryNotificationsServiceStubSettings stub)
AdvisoryNotificationsServiceSettings
AdvisoryNotificationsServiceClient. getSettings()
Methods in com.google.cloud.advisorynotifications.v1 with parameters of type AdvisoryNotificationsServiceSettings Modifier and Type Method Description static AdvisoryNotificationsServiceClient
AdvisoryNotificationsServiceClient. create(AdvisoryNotificationsServiceSettings settings)
Constructs an instance of AdvisoryNotificationsServiceClient, using the given settings.Constructors in com.google.cloud.advisorynotifications.v1 with parameters of type AdvisoryNotificationsServiceSettings Constructor Description AdvisoryNotificationsServiceClient(AdvisoryNotificationsServiceSettings settings)
Constructs an instance of AdvisoryNotificationsServiceClient, using the given settings.Builder(AdvisoryNotificationsServiceSettings settings)
-