Home
last modified time | relevance | path

Searched defs:sendNotificationChannelVerificationCode (Results 1 – 3 of 3) sorted by relevance

/external/google-cloud-java/java-monitoring/grpc-google-cloud-monitoring-v3/src/main/java/com/google/monitoring/v3/
DNotificationChannelServiceGrpc.java737 default void sendNotificationChannelVerificationCode( in sendNotificationChannelVerificationCode() method
970 public void sendNotificationChannelVerificationCode( in sendNotificationChannelVerificationCode() method in NotificationChannelServiceGrpc.NotificationChannelServiceStub
1166 public com.google.protobuf.Empty sendNotificationChannelVerificationCode( in sendNotificationChannelVerificationCode() method in NotificationChannelServiceGrpc.NotificationChannelServiceBlockingStub
1370 sendNotificationChannelVerificationCode( in sendNotificationChannelVerificationCode() method in NotificationChannelServiceGrpc.NotificationChannelServiceFutureStub
/external/google-cloud-java/java-monitoring/google-cloud-monitoring/src/main/java/com/google/cloud/monitoring/v3/
DNotificationChannelServiceClient.java1539 public final void sendNotificationChannelVerificationCode(NotificationChannelName name) { in sendNotificationChannelVerificationCode() method in NotificationChannelServiceClient
1573 public final void sendNotificationChannelVerificationCode(String name) { in sendNotificationChannelVerificationCode() method in NotificationChannelServiceClient
1608 public final void sendNotificationChannelVerificationCode( in sendNotificationChannelVerificationCode() method in NotificationChannelServiceClient
/external/google-cloud-java/java-monitoring/google-cloud-monitoring/src/test/java/com/google/cloud/monitoring/v3/
DMockNotificationChannelServiceImpl.java230 public void sendNotificationChannelVerificationCode( in sendNotificationChannelVerificationCode() method in MockNotificationChannelServiceImpl