github.com/cloudwan/edgelq-sdk@v1.15.4/alerting/proto/v1/edge_watch_service_service.proto (about)

     1  syntax = "proto3";
     2  
     3  package ntt.alerting.v1;
     4  
     5  import "edgelq-sdk/alerting/proto/v1/edge_watch_service_custom.proto";
     6  import "google/api/annotations.proto";
     7  import "google/api/client.proto";
     8  import "google/protobuf/empty.proto";
     9  import "google/protobuf/field_mask.proto";
    10  import "google/protobuf/timestamp.proto";
    11  import "goten-sdk/types/view.proto";
    12  import "goten-sdk/types/watch_type.proto";
    13  
    14  option go_package = "github.com/cloudwan/edgelq-sdk/alerting/client/v1/edge_watch_service;edge_watch_service_client";
    15  option java_multiple_files = false;
    16  option java_outer_classname = "EdgeWatchServiceServiceProto";
    17  option java_package = "com.ntt.alerting.pb.v1";
    18  
    19  // EdgeWatchService service API for Alerting
    20  service EdgeWatchServiceService {
    21    option (google.api.default_host) = "alerting.edgelq.com";
    22    option (google.api.oauth_scopes) = "https://apis.edgelq.com";
    23  
    24    // WatchAlertData
    25    rpc WatchAlertData(WatchAlertDataRequest)
    26        returns (stream WatchAlertDataResponse) {
    27      option (google.api.http) = {
    28        post : "/v1:watchAlertData"
    29      };
    30    }
    31  }