Uses of Class
com.google.cloud.monitoring.v3.NotificationChannelServiceClient.ListNotificationChannelsPagedResponse
-
Packages that use NotificationChannelServiceClient.ListNotificationChannelsPagedResponse Package Description com.google.cloud.monitoring.v3 A client to Cloud Monitoring APIcom.google.cloud.monitoring.v3.stub -
-
Uses of NotificationChannelServiceClient.ListNotificationChannelsPagedResponse in com.google.cloud.monitoring.v3
Methods in com.google.cloud.monitoring.v3 that return NotificationChannelServiceClient.ListNotificationChannelsPagedResponse Modifier and Type Method Description NotificationChannelServiceClient.ListNotificationChannelsPagedResponse
NotificationChannelServiceClient. listNotificationChannels(com.google.api.resourcenames.ResourceName name)
Lists the notification channels that have been created for the project.NotificationChannelServiceClient.ListNotificationChannelsPagedResponse
NotificationChannelServiceClient. listNotificationChannels(ListNotificationChannelsRequest request)
Lists the notification channels that have been created for the project.NotificationChannelServiceClient.ListNotificationChannelsPagedResponse
NotificationChannelServiceClient. listNotificationChannels(OrganizationName name)
Lists the notification channels that have been created for the project.NotificationChannelServiceClient.ListNotificationChannelsPagedResponse
NotificationChannelServiceClient. listNotificationChannels(ProjectName name)
Lists the notification channels that have been created for the project.NotificationChannelServiceClient.ListNotificationChannelsPagedResponse
NotificationChannelServiceClient. listNotificationChannels(String name)
Lists the notification channels that have been created for the project.Methods in com.google.cloud.monitoring.v3 that return types with arguments of type NotificationChannelServiceClient.ListNotificationChannelsPagedResponse Modifier and Type Method Description static com.google.api.core.ApiFuture<NotificationChannelServiceClient.ListNotificationChannelsPagedResponse>
NotificationChannelServiceClient.ListNotificationChannelsPagedResponse. createAsync(com.google.api.gax.rpc.PageContext<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannel> context, com.google.api.core.ApiFuture<ListNotificationChannelsResponse> futureResponse)
com.google.api.gax.rpc.UnaryCallable<ListNotificationChannelsRequest,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse>
NotificationChannelServiceClient. listNotificationChannelsPagedCallable()
Lists the notification channels that have been created for the project.com.google.api.gax.rpc.PagedCallSettings.Builder<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse>
NotificationChannelServiceSettings.Builder. listNotificationChannelsSettings()
Returns the builder for the settings used for calls to listNotificationChannels.com.google.api.gax.rpc.PagedCallSettings<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse>
NotificationChannelServiceSettings. listNotificationChannelsSettings()
Returns the object with the settings used for calls to listNotificationChannels. -
Uses of NotificationChannelServiceClient.ListNotificationChannelsPagedResponse in com.google.cloud.monitoring.v3.stub
-