Uses of Class
com.google.cloud.advisorynotifications.v1.AdvisoryNotificationsServiceClient
-
Packages that use AdvisoryNotificationsServiceClient Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications API -
-
Uses of AdvisoryNotificationsServiceClient in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return AdvisoryNotificationsServiceClient Modifier and Type Method Description static AdvisoryNotificationsServiceClient
AdvisoryNotificationsServiceClient. create()
Constructs an instance of AdvisoryNotificationsServiceClient with default settings.static AdvisoryNotificationsServiceClient
AdvisoryNotificationsServiceClient. create(AdvisoryNotificationsServiceSettings settings)
Constructs an instance of AdvisoryNotificationsServiceClient, using the given settings.static AdvisoryNotificationsServiceClient
AdvisoryNotificationsServiceClient. create(AdvisoryNotificationsServiceStub stub)
Constructs an instance of AdvisoryNotificationsServiceClient, using the given stub for making calls.
-