Home
last modified time | relevance | path

Searched defs:deleteNotificationChannel (Results 1 – 5 of 5) sorted by relevance

/external/google-cloud-java/java-monitoring/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/
DNotificationChannelServiceGrpc.java722 default void deleteNotificationChannel( in deleteNotificationChannel() method
953 public void deleteNotificationChannel( in deleteNotificationChannel() method in NotificationChannelServiceGrpc.NotificationChannelServiceStub
1152 public com.google.protobuf.Empty deleteNotificationChannel( in deleteNotificationChannel() method in NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub
1355 deleteNotificationChannel( in deleteNotificationChannel() method in NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub
/external/google-cloud-java/java-monitoring/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/
DNotificationChannelServiceClient.java1401 public final void deleteNotificationChannel(NotificationChannelName name, boolean force) { in deleteNotificationChannel() method in NotificationChannelServiceClient
1441 public final void deleteNotificationChannel(String name, boolean force) { in deleteNotificationChannel() method in NotificationChannelServiceClient
1476 public final void deleteNotificationChannel(DeleteNotificationChannelRequest request) { in deleteNotificationChannel() method in NotificationChannelServiceClient
/external/google-cloud-java/java-monitoring/google-cloud-monitoring/src/test/java/com/google/cloud/monitoring/v3/
DMockNotificationChannelServiceImpl.java209 public void deleteNotificationChannel( in deleteNotificationChannel() method in MockNotificationChannelServiceImpl
/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowNotificationManagerTest.java169 public void deleteNotificationChannel() { in deleteNotificationChannel() method in ShadowNotificationManagerTest
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowNotificationManager.java211 protected void deleteNotificationChannel(String channelId) { in deleteNotificationChannel() method in ShadowNotificationManager