github.com/cloudwan/edgelq-sdk@v1.15.4/alerting/client/v1/edge_watch_service/edge_watch_service_service.pb.descriptors.go (about) 1 // Code generated by protoc-gen-goten-client 2 // API: EdgeWatchServiceService 3 // DO NOT EDIT!!! 4 5 package edge_watch_service_client 6 7 import ( 8 "google.golang.org/protobuf/proto" 9 10 gotenclient "github.com/cloudwan/goten-sdk/runtime/client" 11 gotenresource "github.com/cloudwan/goten-sdk/runtime/resource" 12 ) 13 14 // proto imports 15 import () 16 17 // Reference imports to suppress errors if they are not otherwise used. 18 var ( 19 _ = new(proto.Message) 20 _ = new(gotenclient.MethodDescriptor) 21 _ = gotenresource.WildcardId 22 ) 23 24 // make sure we're using proto imports 25 var () 26 27 var ( 28 descriptorsInitialized bool 29 edgeWatchServiceServiceDescriptor *EdgeWatchServiceServiceDescriptor 30 watchAlertDataDescriptor *WatchAlertDataDescriptor 31 ) 32 33 type WatchAlertDataDescriptor struct{} 34 35 type WatchAlertDataDescriptorClientMsgHandle struct{} 36 37 type WatchAlertDataDescriptorServerMsgHandle struct{} 38 39 func (d *WatchAlertDataDescriptor) NewEmptyClientMsg() proto.Message { 40 return &WatchAlertDataRequest{} 41 } 42 43 func (d *WatchAlertDataDescriptor) NewEmptyServerMsg() proto.Message { 44 return &WatchAlertDataResponse{} 45 } 46 47 func (d *WatchAlertDataDescriptor) IsUnary() bool { 48 return false 49 } 50 51 func (d *WatchAlertDataDescriptor) IsClientStream() bool { 52 return false 53 } 54 55 func (d *WatchAlertDataDescriptor) IsServerStream() bool { 56 return true 57 } 58 59 func (d *WatchAlertDataDescriptor) IsCollection() bool { 60 return false 61 } 62 63 func (d *WatchAlertDataDescriptor) IsPlural() bool { 64 return false 65 } 66 67 func (d *WatchAlertDataDescriptor) HasResource() bool { 68 return false 69 } 70 71 func (d *WatchAlertDataDescriptor) RequestHasResourceBody() bool { 72 return false 73 } 74 75 func (d *WatchAlertDataDescriptor) GetVerb() string { 76 return "watchAlertData" 77 } 78 79 func (d *WatchAlertDataDescriptor) GetMethodName() string { 80 return "WatchAlertData" 81 } 82 83 func (d *WatchAlertDataDescriptor) GetFullMethodName() string { 84 return "/ntt.alerting.v1.EdgeWatchServiceService/WatchAlertData" 85 } 86 87 func (d *WatchAlertDataDescriptor) GetProtoPkgName() string { 88 return "ntt.alerting.v1" 89 } 90 91 func (d *WatchAlertDataDescriptor) GetApiName() string { 92 return "EdgeWatchServiceService" 93 } 94 95 func (d *WatchAlertDataDescriptor) GetServiceDomain() string { 96 return "alerting.edgelq.com" 97 } 98 99 func (d *WatchAlertDataDescriptor) GetServiceVersion() string { 100 return "v1" 101 } 102 103 func (d *WatchAlertDataDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor { 104 return edgeWatchServiceServiceDescriptor 105 } 106 107 func (d *WatchAlertDataDescriptor) GetResourceDescriptor() gotenresource.Descriptor { 108 return nil 109 } 110 111 func (d *WatchAlertDataDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle { 112 return &WatchAlertDataDescriptorClientMsgHandle{} 113 } 114 115 func (d *WatchAlertDataDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle { 116 return &WatchAlertDataDescriptorServerMsgHandle{} 117 } 118 119 func (h *WatchAlertDataDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name { 120 return nil 121 } 122 123 func (h *WatchAlertDataDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList { 124 return nil 125 } 126 127 func (h *WatchAlertDataDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name { 128 return nil 129 } 130 131 func (h *WatchAlertDataDescriptorClientMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource { 132 return nil 133 } 134 135 func (h *WatchAlertDataDescriptorClientMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList { 136 return nil 137 } 138 139 func (h *WatchAlertDataDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name { 140 return nil 141 } 142 143 func (h *WatchAlertDataDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList { 144 return nil 145 } 146 147 func (h *WatchAlertDataDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name { 148 return nil 149 } 150 151 func (h *WatchAlertDataDescriptorServerMsgHandle) ExtractResourceBody(msg proto.Message) gotenresource.Resource { 152 return nil 153 } 154 155 func (h *WatchAlertDataDescriptorServerMsgHandle) ExtractResourceBodies(msg proto.Message) gotenresource.ResourceList { 156 return nil 157 } 158 159 func GetWatchAlertDataDescriptor() *WatchAlertDataDescriptor { 160 return watchAlertDataDescriptor 161 } 162 163 type EdgeWatchServiceServiceDescriptor struct{} 164 165 func (d *EdgeWatchServiceServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor { 166 return []gotenclient.MethodDescriptor{ 167 watchAlertDataDescriptor, 168 } 169 } 170 171 func (d *EdgeWatchServiceServiceDescriptor) GetFullAPIName() string { 172 return "/ntt.alerting.v1.EdgeWatchServiceService" 173 } 174 175 func (d *EdgeWatchServiceServiceDescriptor) GetProtoPkgName() string { 176 return "ntt.alerting.v1" 177 } 178 179 func (d *EdgeWatchServiceServiceDescriptor) GetApiName() string { 180 return "EdgeWatchServiceService" 181 } 182 183 func (d *EdgeWatchServiceServiceDescriptor) GetServiceDomain() string { 184 return "alerting.edgelq.com" 185 } 186 187 func (d *EdgeWatchServiceServiceDescriptor) GetServiceVersion() string { 188 return "v1" 189 } 190 191 func GetEdgeWatchServiceServiceDescriptor() *EdgeWatchServiceServiceDescriptor { 192 return edgeWatchServiceServiceDescriptor 193 } 194 195 func initDescriptors() { 196 edgeWatchServiceServiceDescriptor = &EdgeWatchServiceServiceDescriptor{} 197 watchAlertDataDescriptor = &WatchAlertDataDescriptor{} 198 gotenclient.GetRegistry().RegisterApiDescriptor(edgeWatchServiceServiceDescriptor) 199 gotenclient.GetRegistry().RegisterMethodDescriptor(watchAlertDataDescriptor) 200 } 201 202 func init() { 203 if !descriptorsInitialized { 204 initDescriptors() 205 descriptorsInitialized = true 206 } 207 }