Uses of Class
com.google.cloud.advisorynotifications.v1.AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse
-
Packages that use AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse Package Description com.google.cloud.advisorynotifications.v1 A client to Advisory Notifications APIcom.google.cloud.advisorynotifications.v1.stub -
-
Uses of AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse in com.google.cloud.advisorynotifications.v1
Methods in com.google.cloud.advisorynotifications.v1 that return AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse Modifier and Type Method Description AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse
AdvisoryNotificationsServiceClient. listNotifications(ListNotificationsRequest request)
Lists notifications under a given parent.AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse
AdvisoryNotificationsServiceClient. listNotifications(LocationName parent)
Lists notifications under a given parent.AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse
AdvisoryNotificationsServiceClient. listNotifications(String parent)
Lists notifications under a given parent.Methods in com.google.cloud.advisorynotifications.v1 that return types with arguments of type AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse>
AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNotificationsRequest,ListNotificationsResponse,Notification> context, com.google.api.core.ApiFuture<ListNotificationsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNotificationsRequest,AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse>
AdvisoryNotificationsServiceClient. listNotificationsPagedCallable()
Lists notifications under a given parent.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationsRequest,ListNotificationsResponse,AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse>
AdvisoryNotificationsServiceSettings.Builder. listNotificationsSettings()
Returns the builder for the settings used for calls to listNotifications.com.google.api.gax.rpc.PagedCallSettings<ListNotificationsRequest,ListNotificationsResponse,AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse>
AdvisoryNotificationsServiceSettings. listNotificationsSettings()
Returns the object with the settings used for calls to listNotifications. -
Uses of AdvisoryNotificationsServiceClient.ListNotificationsPagedResponse in com.google.cloud.advisorynotifications.v1.stub
-