Package | Description |
---|---|
com.google.cloud.monitoring.v3 |
A client to Stackdriver Monitoring API.
|
com.google.cloud.monitoring.v3.stub |
Modifier and Type | Method and Description |
---|---|
NotificationChannelServiceClient.ListNotificationChannelsPagedResponse |
NotificationChannelServiceClient.listNotificationChannels(ListNotificationChannelsRequest request)
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.
|
Modifier and Type | Method and 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<ListNotificationChannelsRequest,ListNotificationChannelsResponse,NotificationChannelServiceClient.ListNotificationChannelsPagedResponse> |
NotificationChannelServiceSettings.listNotificationChannelsSettings()
Returns the object with the settings used for calls to listNotificationChannels.
|
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.
|
Copyright © 2019 Google LLC. All rights reserved.