github.com/cloudwan/edgelq-sdk@v1.15.4/monitoring/proto/v3/notification_channel_custom.proto (about) 1 syntax = "proto3"; 2 3 package ntt.monitoring.v3; 4 5 import "edgelq-sdk/monitoring/proto/v3/notification_channel.proto"; 6 import "edgelq-sdk/monitoring/proto/v3/notification_channel_change.proto"; 7 8 option go_package = "github.com/cloudwan/edgelq-sdk/monitoring/client/v3/notification_channel;notification_channel_client"; 9 option java_multiple_files = false; 10 option java_outer_classname = "NotificationChannelCustomProto"; 11 option java_package = "com.ntt.monitoring.pb.v3"; 12 13 // Request message for method 14 // [TestNotificationChannel][ntt.monitoring.v3.TestNotificationChannel] 15 message TestNotificationChannelRequest { 16 // name of ntt.monitoring.v3.NotificationChannel 17 string name = 1; 18 }