elimity-insights-sdk 1.1.0__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Potentially problematic release.
This version of elimity-insights-sdk might be problematic. Click here for more details.
- elimity/__init__.py +0 -0
- elimity/__init__.pyi +1 -0
- elimity/insights/__init__.py +0 -0
- elimity/insights/__init__.pyi +3 -0
- elimity/insights/common/__init__.py +0 -0
- elimity/insights/common/__init__.pyi +1 -0
- elimity/insights/common/v1alpha1/__init__.py +0 -0
- elimity/insights/common/v1alpha1/__init__.pyi +1 -0
- elimity/insights/common/v1alpha1/common.pb.go +494 -0
- elimity/insights/common/v1alpha1/common_pb.ts +202 -0
- elimity/insights/common/v1alpha1/common_pb2.py +50 -0
- elimity/insights/common/v1alpha1/common_pb2.pyi +63 -0
- elimity/insights/customgateway/__init__.py +0 -0
- elimity/insights/customgateway/__init__.pyi +1 -0
- elimity/insights/customgateway/v1alpha1/__init__.py +0 -0
- elimity/insights/customgateway/v1alpha1/__init__.pyi +2 -0
- elimity/insights/customgateway/v1alpha1/customgateway.pb.go +504 -0
- elimity/insights/customgateway/v1alpha1/customgateway_connect.py +119 -0
- elimity/insights/customgateway/v1alpha1/customgateway_connect.ts +26 -0
- elimity/insights/customgateway/v1alpha1/customgateway_pb.ts +196 -0
- elimity/insights/customgateway/v1alpha1/customgateway_pb2.py +52 -0
- elimity/insights/customgateway/v1alpha1/customgateway_pb2.pyi +48 -0
- elimity/insights/customgateway/v1alpha1/v1alpha1connect/__init__.py +0 -0
- elimity/insights/customgateway/v1alpha1/v1alpha1connect/__init__.pyi +0 -0
- elimity/insights/customgateway/v1alpha1/v1alpha1connect/customgateway.connect.go +113 -0
- elimity/insights/export/__init__.py +0 -0
- elimity/insights/export/__init__.pyi +1 -0
- elimity/insights/export/v1alpha1/__init__.py +0 -0
- elimity/insights/export/v1alpha1/__init__.pyi +2 -0
- elimity/insights/export/v1alpha1/export.pb.go +635 -0
- elimity/insights/export/v1alpha1/export_connect.py +119 -0
- elimity/insights/export/v1alpha1/export_connect.ts +26 -0
- elimity/insights/export/v1alpha1/export_pb.ts +287 -0
- elimity/insights/export/v1alpha1/export_pb2.py +50 -0
- elimity/insights/export/v1alpha1/export_pb2.pyi +57 -0
- elimity/insights/export/v1alpha1/v1alpha1connect/__init__.py +0 -0
- elimity/insights/export/v1alpha1/v1alpha1connect/__init__.pyi +0 -0
- elimity/insights/export/v1alpha1/v1alpha1connect/export.connect.go +112 -0
- elimity/py.typed +0 -0
- elimity_insights_sdk/__init__.py +31 -0
- elimity_insights_sdk/_sdk.py +190 -0
- elimity_insights_sdk/py.typed +0 -0
- elimity_insights_sdk-1.1.0.dist-info/METADATA +13 -0
- elimity_insights_sdk-1.1.0.dist-info/RECORD +46 -0
- elimity_insights_sdk-1.1.0.dist-info/WHEEL +4 -0
- elimity_insights_sdk-1.1.0.dist-info/licenses/LICENSE.txt +201 -0
|
@@ -0,0 +1,635 @@
|
|
|
1
|
+
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
2
|
+
// versions:
|
|
3
|
+
// protoc-gen-go v1.34.1
|
|
4
|
+
// protoc (unknown)
|
|
5
|
+
// source: elimity/insights/export/v1alpha1/export.proto
|
|
6
|
+
|
|
7
|
+
package v1alpha1
|
|
8
|
+
|
|
9
|
+
import (
|
|
10
|
+
v1alpha1 "github.com/elimity-com/insights-sdk/gen/elimity/insights/common/v1alpha1"
|
|
11
|
+
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
12
|
+
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
13
|
+
reflect "reflect"
|
|
14
|
+
sync "sync"
|
|
15
|
+
)
|
|
16
|
+
|
|
17
|
+
const (
|
|
18
|
+
// Verify that this generated code is sufficiently up-to-date.
|
|
19
|
+
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
|
|
20
|
+
// Verify that runtime/protoimpl is sufficiently up-to-date.
|
|
21
|
+
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
|
|
22
|
+
)
|
|
23
|
+
|
|
24
|
+
type ExportRequest struct {
|
|
25
|
+
state protoimpl.MessageState
|
|
26
|
+
sizeCache protoimpl.SizeCache
|
|
27
|
+
unknownFields protoimpl.UnknownFields
|
|
28
|
+
|
|
29
|
+
ApiTokenId int64 `protobuf:"varint,1,opt,name=api_token_id,json=apiTokenId,proto3" json:"api_token_id,omitempty"`
|
|
30
|
+
ApiTokenSecret []byte `protobuf:"bytes,2,opt,name=api_token_secret,json=apiTokenSecret,proto3" json:"api_token_secret,omitempty"`
|
|
31
|
+
Targets []*Target `protobuf:"bytes,3,rep,name=targets,proto3" json:"targets,omitempty"`
|
|
32
|
+
}
|
|
33
|
+
|
|
34
|
+
func (x *ExportRequest) Reset() {
|
|
35
|
+
*x = ExportRequest{}
|
|
36
|
+
if protoimpl.UnsafeEnabled {
|
|
37
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[0]
|
|
38
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
39
|
+
ms.StoreMessageInfo(mi)
|
|
40
|
+
}
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
func (x *ExportRequest) String() string {
|
|
44
|
+
return protoimpl.X.MessageStringOf(x)
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
func (*ExportRequest) ProtoMessage() {}
|
|
48
|
+
|
|
49
|
+
func (x *ExportRequest) ProtoReflect() protoreflect.Message {
|
|
50
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[0]
|
|
51
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
52
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
53
|
+
if ms.LoadMessageInfo() == nil {
|
|
54
|
+
ms.StoreMessageInfo(mi)
|
|
55
|
+
}
|
|
56
|
+
return ms
|
|
57
|
+
}
|
|
58
|
+
return mi.MessageOf(x)
|
|
59
|
+
}
|
|
60
|
+
|
|
61
|
+
// Deprecated: Use ExportRequest.ProtoReflect.Descriptor instead.
|
|
62
|
+
func (*ExportRequest) Descriptor() ([]byte, []int) {
|
|
63
|
+
return file_elimity_insights_export_v1alpha1_export_proto_rawDescGZIP(), []int{0}
|
|
64
|
+
}
|
|
65
|
+
|
|
66
|
+
func (x *ExportRequest) GetApiTokenId() int64 {
|
|
67
|
+
if x != nil {
|
|
68
|
+
return x.ApiTokenId
|
|
69
|
+
}
|
|
70
|
+
return 0
|
|
71
|
+
}
|
|
72
|
+
|
|
73
|
+
func (x *ExportRequest) GetApiTokenSecret() []byte {
|
|
74
|
+
if x != nil {
|
|
75
|
+
return x.ApiTokenSecret
|
|
76
|
+
}
|
|
77
|
+
return nil
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
func (x *ExportRequest) GetTargets() []*Target {
|
|
81
|
+
if x != nil {
|
|
82
|
+
return x.Targets
|
|
83
|
+
}
|
|
84
|
+
return nil
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
type ExportResponse struct {
|
|
88
|
+
state protoimpl.MessageState
|
|
89
|
+
sizeCache protoimpl.SizeCache
|
|
90
|
+
unknownFields protoimpl.UnknownFields
|
|
91
|
+
|
|
92
|
+
Item *Item `protobuf:"bytes,1,opt,name=item,proto3" json:"item,omitempty"`
|
|
93
|
+
TargetIndex int64 `protobuf:"varint,2,opt,name=target_index,json=targetIndex,proto3" json:"target_index,omitempty"`
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
func (x *ExportResponse) Reset() {
|
|
97
|
+
*x = ExportResponse{}
|
|
98
|
+
if protoimpl.UnsafeEnabled {
|
|
99
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[1]
|
|
100
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
101
|
+
ms.StoreMessageInfo(mi)
|
|
102
|
+
}
|
|
103
|
+
}
|
|
104
|
+
|
|
105
|
+
func (x *ExportResponse) String() string {
|
|
106
|
+
return protoimpl.X.MessageStringOf(x)
|
|
107
|
+
}
|
|
108
|
+
|
|
109
|
+
func (*ExportResponse) ProtoMessage() {}
|
|
110
|
+
|
|
111
|
+
func (x *ExportResponse) ProtoReflect() protoreflect.Message {
|
|
112
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[1]
|
|
113
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
114
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
115
|
+
if ms.LoadMessageInfo() == nil {
|
|
116
|
+
ms.StoreMessageInfo(mi)
|
|
117
|
+
}
|
|
118
|
+
return ms
|
|
119
|
+
}
|
|
120
|
+
return mi.MessageOf(x)
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
// Deprecated: Use ExportResponse.ProtoReflect.Descriptor instead.
|
|
124
|
+
func (*ExportResponse) Descriptor() ([]byte, []int) {
|
|
125
|
+
return file_elimity_insights_export_v1alpha1_export_proto_rawDescGZIP(), []int{1}
|
|
126
|
+
}
|
|
127
|
+
|
|
128
|
+
func (x *ExportResponse) GetItem() *Item {
|
|
129
|
+
if x != nil {
|
|
130
|
+
return x.Item
|
|
131
|
+
}
|
|
132
|
+
return nil
|
|
133
|
+
}
|
|
134
|
+
|
|
135
|
+
func (x *ExportResponse) GetTargetIndex() int64 {
|
|
136
|
+
if x != nil {
|
|
137
|
+
return x.TargetIndex
|
|
138
|
+
}
|
|
139
|
+
return 0
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
type Filter struct {
|
|
143
|
+
state protoimpl.MessageState
|
|
144
|
+
sizeCache protoimpl.SizeCache
|
|
145
|
+
unknownFields protoimpl.UnknownFields
|
|
146
|
+
|
|
147
|
+
// Types that are assignable to Value:
|
|
148
|
+
//
|
|
149
|
+
// *Filter_EntityType
|
|
150
|
+
// *Filter_RelationshipType
|
|
151
|
+
Value isFilter_Value `protobuf_oneof:"value"`
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
func (x *Filter) Reset() {
|
|
155
|
+
*x = Filter{}
|
|
156
|
+
if protoimpl.UnsafeEnabled {
|
|
157
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[2]
|
|
158
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
159
|
+
ms.StoreMessageInfo(mi)
|
|
160
|
+
}
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
func (x *Filter) String() string {
|
|
164
|
+
return protoimpl.X.MessageStringOf(x)
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
func (*Filter) ProtoMessage() {}
|
|
168
|
+
|
|
169
|
+
func (x *Filter) ProtoReflect() protoreflect.Message {
|
|
170
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[2]
|
|
171
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
172
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
173
|
+
if ms.LoadMessageInfo() == nil {
|
|
174
|
+
ms.StoreMessageInfo(mi)
|
|
175
|
+
}
|
|
176
|
+
return ms
|
|
177
|
+
}
|
|
178
|
+
return mi.MessageOf(x)
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
// Deprecated: Use Filter.ProtoReflect.Descriptor instead.
|
|
182
|
+
func (*Filter) Descriptor() ([]byte, []int) {
|
|
183
|
+
return file_elimity_insights_export_v1alpha1_export_proto_rawDescGZIP(), []int{2}
|
|
184
|
+
}
|
|
185
|
+
|
|
186
|
+
func (m *Filter) GetValue() isFilter_Value {
|
|
187
|
+
if m != nil {
|
|
188
|
+
return m.Value
|
|
189
|
+
}
|
|
190
|
+
return nil
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
func (x *Filter) GetEntityType() string {
|
|
194
|
+
if x, ok := x.GetValue().(*Filter_EntityType); ok {
|
|
195
|
+
return x.EntityType
|
|
196
|
+
}
|
|
197
|
+
return ""
|
|
198
|
+
}
|
|
199
|
+
|
|
200
|
+
func (x *Filter) GetRelationshipType() *RelationshipType {
|
|
201
|
+
if x, ok := x.GetValue().(*Filter_RelationshipType); ok {
|
|
202
|
+
return x.RelationshipType
|
|
203
|
+
}
|
|
204
|
+
return nil
|
|
205
|
+
}
|
|
206
|
+
|
|
207
|
+
type isFilter_Value interface {
|
|
208
|
+
isFilter_Value()
|
|
209
|
+
}
|
|
210
|
+
|
|
211
|
+
type Filter_EntityType struct {
|
|
212
|
+
EntityType string `protobuf:"bytes,1,opt,name=entity_type,json=entityType,proto3,oneof"`
|
|
213
|
+
}
|
|
214
|
+
|
|
215
|
+
type Filter_RelationshipType struct {
|
|
216
|
+
RelationshipType *RelationshipType `protobuf:"bytes,2,opt,name=relationship_type,json=relationshipType,proto3,oneof"`
|
|
217
|
+
}
|
|
218
|
+
|
|
219
|
+
func (*Filter_EntityType) isFilter_Value() {}
|
|
220
|
+
|
|
221
|
+
func (*Filter_RelationshipType) isFilter_Value() {}
|
|
222
|
+
|
|
223
|
+
type Item struct {
|
|
224
|
+
state protoimpl.MessageState
|
|
225
|
+
sizeCache protoimpl.SizeCache
|
|
226
|
+
unknownFields protoimpl.UnknownFields
|
|
227
|
+
|
|
228
|
+
// Types that are assignable to Value:
|
|
229
|
+
//
|
|
230
|
+
// *Item_Entity
|
|
231
|
+
// *Item_Relationship
|
|
232
|
+
Value isItem_Value `protobuf_oneof:"value"`
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
func (x *Item) Reset() {
|
|
236
|
+
*x = Item{}
|
|
237
|
+
if protoimpl.UnsafeEnabled {
|
|
238
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[3]
|
|
239
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
240
|
+
ms.StoreMessageInfo(mi)
|
|
241
|
+
}
|
|
242
|
+
}
|
|
243
|
+
|
|
244
|
+
func (x *Item) String() string {
|
|
245
|
+
return protoimpl.X.MessageStringOf(x)
|
|
246
|
+
}
|
|
247
|
+
|
|
248
|
+
func (*Item) ProtoMessage() {}
|
|
249
|
+
|
|
250
|
+
func (x *Item) ProtoReflect() protoreflect.Message {
|
|
251
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[3]
|
|
252
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
253
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
254
|
+
if ms.LoadMessageInfo() == nil {
|
|
255
|
+
ms.StoreMessageInfo(mi)
|
|
256
|
+
}
|
|
257
|
+
return ms
|
|
258
|
+
}
|
|
259
|
+
return mi.MessageOf(x)
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
// Deprecated: Use Item.ProtoReflect.Descriptor instead.
|
|
263
|
+
func (*Item) Descriptor() ([]byte, []int) {
|
|
264
|
+
return file_elimity_insights_export_v1alpha1_export_proto_rawDescGZIP(), []int{3}
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
func (m *Item) GetValue() isItem_Value {
|
|
268
|
+
if m != nil {
|
|
269
|
+
return m.Value
|
|
270
|
+
}
|
|
271
|
+
return nil
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
func (x *Item) GetEntity() *v1alpha1.Entity {
|
|
275
|
+
if x, ok := x.GetValue().(*Item_Entity); ok {
|
|
276
|
+
return x.Entity
|
|
277
|
+
}
|
|
278
|
+
return nil
|
|
279
|
+
}
|
|
280
|
+
|
|
281
|
+
func (x *Item) GetRelationship() *v1alpha1.Relationship {
|
|
282
|
+
if x, ok := x.GetValue().(*Item_Relationship); ok {
|
|
283
|
+
return x.Relationship
|
|
284
|
+
}
|
|
285
|
+
return nil
|
|
286
|
+
}
|
|
287
|
+
|
|
288
|
+
type isItem_Value interface {
|
|
289
|
+
isItem_Value()
|
|
290
|
+
}
|
|
291
|
+
|
|
292
|
+
type Item_Entity struct {
|
|
293
|
+
Entity *v1alpha1.Entity `protobuf:"bytes,1,opt,name=entity,proto3,oneof"`
|
|
294
|
+
}
|
|
295
|
+
|
|
296
|
+
type Item_Relationship struct {
|
|
297
|
+
Relationship *v1alpha1.Relationship `protobuf:"bytes,2,opt,name=relationship,proto3,oneof"`
|
|
298
|
+
}
|
|
299
|
+
|
|
300
|
+
func (*Item_Entity) isItem_Value() {}
|
|
301
|
+
|
|
302
|
+
func (*Item_Relationship) isItem_Value() {}
|
|
303
|
+
|
|
304
|
+
type RelationshipType struct {
|
|
305
|
+
state protoimpl.MessageState
|
|
306
|
+
sizeCache protoimpl.SizeCache
|
|
307
|
+
unknownFields protoimpl.UnknownFields
|
|
308
|
+
|
|
309
|
+
FromEntityType string `protobuf:"bytes,1,opt,name=from_entity_type,json=fromEntityType,proto3" json:"from_entity_type,omitempty"`
|
|
310
|
+
ToEntityType string `protobuf:"bytes,2,opt,name=to_entity_type,json=toEntityType,proto3" json:"to_entity_type,omitempty"`
|
|
311
|
+
}
|
|
312
|
+
|
|
313
|
+
func (x *RelationshipType) Reset() {
|
|
314
|
+
*x = RelationshipType{}
|
|
315
|
+
if protoimpl.UnsafeEnabled {
|
|
316
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[4]
|
|
317
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
318
|
+
ms.StoreMessageInfo(mi)
|
|
319
|
+
}
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
func (x *RelationshipType) String() string {
|
|
323
|
+
return protoimpl.X.MessageStringOf(x)
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
func (*RelationshipType) ProtoMessage() {}
|
|
327
|
+
|
|
328
|
+
func (x *RelationshipType) ProtoReflect() protoreflect.Message {
|
|
329
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[4]
|
|
330
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
331
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
332
|
+
if ms.LoadMessageInfo() == nil {
|
|
333
|
+
ms.StoreMessageInfo(mi)
|
|
334
|
+
}
|
|
335
|
+
return ms
|
|
336
|
+
}
|
|
337
|
+
return mi.MessageOf(x)
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
// Deprecated: Use RelationshipType.ProtoReflect.Descriptor instead.
|
|
341
|
+
func (*RelationshipType) Descriptor() ([]byte, []int) {
|
|
342
|
+
return file_elimity_insights_export_v1alpha1_export_proto_rawDescGZIP(), []int{4}
|
|
343
|
+
}
|
|
344
|
+
|
|
345
|
+
func (x *RelationshipType) GetFromEntityType() string {
|
|
346
|
+
if x != nil {
|
|
347
|
+
return x.FromEntityType
|
|
348
|
+
}
|
|
349
|
+
return ""
|
|
350
|
+
}
|
|
351
|
+
|
|
352
|
+
func (x *RelationshipType) GetToEntityType() string {
|
|
353
|
+
if x != nil {
|
|
354
|
+
return x.ToEntityType
|
|
355
|
+
}
|
|
356
|
+
return ""
|
|
357
|
+
}
|
|
358
|
+
|
|
359
|
+
type Target struct {
|
|
360
|
+
state protoimpl.MessageState
|
|
361
|
+
sizeCache protoimpl.SizeCache
|
|
362
|
+
unknownFields protoimpl.UnknownFields
|
|
363
|
+
|
|
364
|
+
Filter *Filter `protobuf:"bytes,1,opt,name=filter,proto3" json:"filter,omitempty"`
|
|
365
|
+
SourceId int64 `protobuf:"varint,2,opt,name=source_id,json=sourceId,proto3" json:"source_id,omitempty"`
|
|
366
|
+
}
|
|
367
|
+
|
|
368
|
+
func (x *Target) Reset() {
|
|
369
|
+
*x = Target{}
|
|
370
|
+
if protoimpl.UnsafeEnabled {
|
|
371
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[5]
|
|
372
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
373
|
+
ms.StoreMessageInfo(mi)
|
|
374
|
+
}
|
|
375
|
+
}
|
|
376
|
+
|
|
377
|
+
func (x *Target) String() string {
|
|
378
|
+
return protoimpl.X.MessageStringOf(x)
|
|
379
|
+
}
|
|
380
|
+
|
|
381
|
+
func (*Target) ProtoMessage() {}
|
|
382
|
+
|
|
383
|
+
func (x *Target) ProtoReflect() protoreflect.Message {
|
|
384
|
+
mi := &file_elimity_insights_export_v1alpha1_export_proto_msgTypes[5]
|
|
385
|
+
if protoimpl.UnsafeEnabled && x != nil {
|
|
386
|
+
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
387
|
+
if ms.LoadMessageInfo() == nil {
|
|
388
|
+
ms.StoreMessageInfo(mi)
|
|
389
|
+
}
|
|
390
|
+
return ms
|
|
391
|
+
}
|
|
392
|
+
return mi.MessageOf(x)
|
|
393
|
+
}
|
|
394
|
+
|
|
395
|
+
// Deprecated: Use Target.ProtoReflect.Descriptor instead.
|
|
396
|
+
func (*Target) Descriptor() ([]byte, []int) {
|
|
397
|
+
return file_elimity_insights_export_v1alpha1_export_proto_rawDescGZIP(), []int{5}
|
|
398
|
+
}
|
|
399
|
+
|
|
400
|
+
func (x *Target) GetFilter() *Filter {
|
|
401
|
+
if x != nil {
|
|
402
|
+
return x.Filter
|
|
403
|
+
}
|
|
404
|
+
return nil
|
|
405
|
+
}
|
|
406
|
+
|
|
407
|
+
func (x *Target) GetSourceId() int64 {
|
|
408
|
+
if x != nil {
|
|
409
|
+
return x.SourceId
|
|
410
|
+
}
|
|
411
|
+
return 0
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
var File_elimity_insights_export_v1alpha1_export_proto protoreflect.FileDescriptor
|
|
415
|
+
|
|
416
|
+
var file_elimity_insights_export_v1alpha1_export_proto_rawDesc = []byte{
|
|
417
|
+
0x0a, 0x2d, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x2f, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68,
|
|
418
|
+
0x74, 0x73, 0x2f, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68,
|
|
419
|
+
0x61, 0x31, 0x2f, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x12,
|
|
420
|
+
0x20, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x2e, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74,
|
|
421
|
+
0x73, 0x2e, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61,
|
|
422
|
+
0x31, 0x1a, 0x2d, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x2f, 0x69, 0x6e, 0x73, 0x69, 0x67,
|
|
423
|
+
0x68, 0x74, 0x73, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70,
|
|
424
|
+
0x68, 0x61, 0x31, 0x2f, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
425
|
+
0x22, 0x9f, 0x01, 0x0a, 0x0d, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
426
|
+
0x73, 0x74, 0x12, 0x20, 0x0a, 0x0c, 0x61, 0x70, 0x69, 0x5f, 0x74, 0x6f, 0x6b, 0x65, 0x6e, 0x5f,
|
|
427
|
+
0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0a, 0x61, 0x70, 0x69, 0x54, 0x6f, 0x6b,
|
|
428
|
+
0x65, 0x6e, 0x49, 0x64, 0x12, 0x28, 0x0a, 0x10, 0x61, 0x70, 0x69, 0x5f, 0x74, 0x6f, 0x6b, 0x65,
|
|
429
|
+
0x6e, 0x5f, 0x73, 0x65, 0x63, 0x72, 0x65, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0e,
|
|
430
|
+
0x61, 0x70, 0x69, 0x54, 0x6f, 0x6b, 0x65, 0x6e, 0x53, 0x65, 0x63, 0x72, 0x65, 0x74, 0x12, 0x42,
|
|
431
|
+
0x0a, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x73, 0x18, 0x03, 0x20, 0x03, 0x28, 0x0b, 0x32,
|
|
432
|
+
0x28, 0x2e, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x2e, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68,
|
|
433
|
+
0x74, 0x73, 0x2e, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68,
|
|
434
|
+
0x61, 0x31, 0x2e, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x52, 0x07, 0x74, 0x61, 0x72, 0x67, 0x65,
|
|
435
|
+
0x74, 0x73, 0x22, 0x6f, 0x0a, 0x0e, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
436
|
+
0x6f, 0x6e, 0x73, 0x65, 0x12, 0x3a, 0x0a, 0x04, 0x69, 0x74, 0x65, 0x6d, 0x18, 0x01, 0x20, 0x01,
|
|
437
|
+
0x28, 0x0b, 0x32, 0x26, 0x2e, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x2e, 0x69, 0x6e, 0x73,
|
|
438
|
+
0x69, 0x67, 0x68, 0x74, 0x73, 0x2e, 0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x76, 0x31, 0x61,
|
|
439
|
+
0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x04, 0x69, 0x74, 0x65, 0x6d,
|
|
440
|
+
0x12, 0x21, 0x0a, 0x0c, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x5f, 0x69, 0x6e, 0x64, 0x65, 0x78,
|
|
441
|
+
0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x74, 0x61, 0x72, 0x67, 0x65, 0x74, 0x49, 0x6e,
|
|
442
|
+
0x64, 0x65, 0x78, 0x22, 0x97, 0x01, 0x0a, 0x06, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x21,
|
|
443
|
+
0x0a, 0x0b, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x01, 0x20,
|
|
444
|
+
0x01, 0x28, 0x09, 0x48, 0x00, 0x52, 0x0a, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x54, 0x79, 0x70,
|
|
445
|
+
0x65, 0x12, 0x61, 0x0a, 0x11, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69,
|
|
446
|
+
0x70, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x32, 0x2e, 0x65,
|
|
447
|
+
0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x2e, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x73, 0x2e,
|
|
448
|
+
0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e,
|
|
449
|
+
0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x54, 0x79, 0x70, 0x65,
|
|
450
|
+
0x48, 0x00, 0x52, 0x10, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70,
|
|
451
|
+
0x54, 0x79, 0x70, 0x65, 0x42, 0x07, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0xa9, 0x01,
|
|
452
|
+
0x0a, 0x04, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x42, 0x0a, 0x06, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79,
|
|
453
|
+
0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79,
|
|
454
|
+
0x2e, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e,
|
|
455
|
+
0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79,
|
|
456
|
+
0x48, 0x00, 0x52, 0x06, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x12, 0x54, 0x0a, 0x0c, 0x72, 0x65,
|
|
457
|
+
0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0b,
|
|
458
|
+
0x32, 0x2e, 0x2e, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x2e, 0x69, 0x6e, 0x73, 0x69, 0x67,
|
|
459
|
+
0x68, 0x74, 0x73, 0x2e, 0x63, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70,
|
|
460
|
+
0x68, 0x61, 0x31, 0x2e, 0x52, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70,
|
|
461
|
+
0x48, 0x00, 0x52, 0x0c, 0x72, 0x65, 0x6c, 0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70,
|
|
462
|
+
0x42, 0x07, 0x0a, 0x05, 0x76, 0x61, 0x6c, 0x75, 0x65, 0x22, 0x62, 0x0a, 0x10, 0x52, 0x65, 0x6c,
|
|
463
|
+
0x61, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x68, 0x69, 0x70, 0x54, 0x79, 0x70, 0x65, 0x12, 0x28, 0x0a,
|
|
464
|
+
0x10, 0x66, 0x72, 0x6f, 0x6d, 0x5f, 0x65, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x5f, 0x74, 0x79, 0x70,
|
|
465
|
+
0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0e, 0x66, 0x72, 0x6f, 0x6d, 0x45, 0x6e, 0x74,
|
|
466
|
+
0x69, 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, 0x12, 0x24, 0x0a, 0x0e, 0x74, 0x6f, 0x5f, 0x65, 0x6e,
|
|
467
|
+
0x74, 0x69, 0x74, 0x79, 0x5f, 0x74, 0x79, 0x70, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
468
|
+
0x0c, 0x74, 0x6f, 0x45, 0x6e, 0x74, 0x69, 0x74, 0x79, 0x54, 0x79, 0x70, 0x65, 0x22, 0x67, 0x0a,
|
|
469
|
+
0x06, 0x54, 0x61, 0x72, 0x67, 0x65, 0x74, 0x12, 0x40, 0x0a, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65,
|
|
470
|
+
0x72, 0x18, 0x01, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x28, 0x2e, 0x65, 0x6c, 0x69, 0x6d, 0x69, 0x74,
|
|
471
|
+
0x79, 0x2e, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x73, 0x2e, 0x65, 0x78, 0x70, 0x6f, 0x72,
|
|
472
|
+
0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65,
|
|
473
|
+
0x72, 0x52, 0x06, 0x66, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x12, 0x1b, 0x0a, 0x09, 0x73, 0x6f, 0x75,
|
|
474
|
+
0x72, 0x63, 0x65, 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x73, 0x6f,
|
|
475
|
+
0x75, 0x72, 0x63, 0x65, 0x49, 0x64, 0x32, 0x78, 0x0a, 0x07, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63,
|
|
476
|
+
0x65, 0x12, 0x6d, 0x0a, 0x06, 0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x12, 0x2f, 0x2e, 0x65, 0x6c,
|
|
477
|
+
0x69, 0x6d, 0x69, 0x74, 0x79, 0x2e, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x73, 0x2e, 0x65,
|
|
478
|
+
0x78, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e, 0x45,
|
|
479
|
+
0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e, 0x65,
|
|
480
|
+
0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x2e, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x73, 0x2e,
|
|
481
|
+
0x65, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x2e, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x2e,
|
|
482
|
+
0x45, 0x78, 0x70, 0x6f, 0x72, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x30, 0x01,
|
|
483
|
+
0x42, 0x4a, 0x5a, 0x48, 0x67, 0x69, 0x74, 0x68, 0x75, 0x62, 0x2e, 0x63, 0x6f, 0x6d, 0x2f, 0x65,
|
|
484
|
+
0x6c, 0x69, 0x6d, 0x69, 0x74, 0x79, 0x2d, 0x63, 0x6f, 0x6d, 0x2f, 0x69, 0x6e, 0x73, 0x69, 0x67,
|
|
485
|
+
0x68, 0x74, 0x73, 0x2d, 0x73, 0x64, 0x6b, 0x2f, 0x67, 0x65, 0x6e, 0x2f, 0x65, 0x6c, 0x69, 0x6d,
|
|
486
|
+
0x69, 0x74, 0x79, 0x2f, 0x69, 0x6e, 0x73, 0x69, 0x67, 0x68, 0x74, 0x73, 0x2f, 0x65, 0x78, 0x70,
|
|
487
|
+
0x6f, 0x72, 0x74, 0x2f, 0x76, 0x31, 0x61, 0x6c, 0x70, 0x68, 0x61, 0x31, 0x62, 0x06, 0x70, 0x72,
|
|
488
|
+
0x6f, 0x74, 0x6f, 0x33,
|
|
489
|
+
}
|
|
490
|
+
|
|
491
|
+
var (
|
|
492
|
+
file_elimity_insights_export_v1alpha1_export_proto_rawDescOnce sync.Once
|
|
493
|
+
file_elimity_insights_export_v1alpha1_export_proto_rawDescData = file_elimity_insights_export_v1alpha1_export_proto_rawDesc
|
|
494
|
+
)
|
|
495
|
+
|
|
496
|
+
func file_elimity_insights_export_v1alpha1_export_proto_rawDescGZIP() []byte {
|
|
497
|
+
file_elimity_insights_export_v1alpha1_export_proto_rawDescOnce.Do(func() {
|
|
498
|
+
file_elimity_insights_export_v1alpha1_export_proto_rawDescData = protoimpl.X.CompressGZIP(file_elimity_insights_export_v1alpha1_export_proto_rawDescData)
|
|
499
|
+
})
|
|
500
|
+
return file_elimity_insights_export_v1alpha1_export_proto_rawDescData
|
|
501
|
+
}
|
|
502
|
+
|
|
503
|
+
var file_elimity_insights_export_v1alpha1_export_proto_msgTypes = make([]protoimpl.MessageInfo, 6)
|
|
504
|
+
var file_elimity_insights_export_v1alpha1_export_proto_goTypes = []interface{}{
|
|
505
|
+
(*ExportRequest)(nil), // 0: elimity.insights.export.v1alpha1.ExportRequest
|
|
506
|
+
(*ExportResponse)(nil), // 1: elimity.insights.export.v1alpha1.ExportResponse
|
|
507
|
+
(*Filter)(nil), // 2: elimity.insights.export.v1alpha1.Filter
|
|
508
|
+
(*Item)(nil), // 3: elimity.insights.export.v1alpha1.Item
|
|
509
|
+
(*RelationshipType)(nil), // 4: elimity.insights.export.v1alpha1.RelationshipType
|
|
510
|
+
(*Target)(nil), // 5: elimity.insights.export.v1alpha1.Target
|
|
511
|
+
(*v1alpha1.Entity)(nil), // 6: elimity.insights.common.v1alpha1.Entity
|
|
512
|
+
(*v1alpha1.Relationship)(nil), // 7: elimity.insights.common.v1alpha1.Relationship
|
|
513
|
+
}
|
|
514
|
+
var file_elimity_insights_export_v1alpha1_export_proto_depIdxs = []int32{
|
|
515
|
+
5, // 0: elimity.insights.export.v1alpha1.ExportRequest.targets:type_name -> elimity.insights.export.v1alpha1.Target
|
|
516
|
+
3, // 1: elimity.insights.export.v1alpha1.ExportResponse.item:type_name -> elimity.insights.export.v1alpha1.Item
|
|
517
|
+
4, // 2: elimity.insights.export.v1alpha1.Filter.relationship_type:type_name -> elimity.insights.export.v1alpha1.RelationshipType
|
|
518
|
+
6, // 3: elimity.insights.export.v1alpha1.Item.entity:type_name -> elimity.insights.common.v1alpha1.Entity
|
|
519
|
+
7, // 4: elimity.insights.export.v1alpha1.Item.relationship:type_name -> elimity.insights.common.v1alpha1.Relationship
|
|
520
|
+
2, // 5: elimity.insights.export.v1alpha1.Target.filter:type_name -> elimity.insights.export.v1alpha1.Filter
|
|
521
|
+
0, // 6: elimity.insights.export.v1alpha1.Service.Export:input_type -> elimity.insights.export.v1alpha1.ExportRequest
|
|
522
|
+
1, // 7: elimity.insights.export.v1alpha1.Service.Export:output_type -> elimity.insights.export.v1alpha1.ExportResponse
|
|
523
|
+
7, // [7:8] is the sub-list for method output_type
|
|
524
|
+
6, // [6:7] is the sub-list for method input_type
|
|
525
|
+
6, // [6:6] is the sub-list for extension type_name
|
|
526
|
+
6, // [6:6] is the sub-list for extension extendee
|
|
527
|
+
0, // [0:6] is the sub-list for field type_name
|
|
528
|
+
}
|
|
529
|
+
|
|
530
|
+
func init() { file_elimity_insights_export_v1alpha1_export_proto_init() }
|
|
531
|
+
func file_elimity_insights_export_v1alpha1_export_proto_init() {
|
|
532
|
+
if File_elimity_insights_export_v1alpha1_export_proto != nil {
|
|
533
|
+
return
|
|
534
|
+
}
|
|
535
|
+
if !protoimpl.UnsafeEnabled {
|
|
536
|
+
file_elimity_insights_export_v1alpha1_export_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
537
|
+
switch v := v.(*ExportRequest); i {
|
|
538
|
+
case 0:
|
|
539
|
+
return &v.state
|
|
540
|
+
case 1:
|
|
541
|
+
return &v.sizeCache
|
|
542
|
+
case 2:
|
|
543
|
+
return &v.unknownFields
|
|
544
|
+
default:
|
|
545
|
+
return nil
|
|
546
|
+
}
|
|
547
|
+
}
|
|
548
|
+
file_elimity_insights_export_v1alpha1_export_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
549
|
+
switch v := v.(*ExportResponse); i {
|
|
550
|
+
case 0:
|
|
551
|
+
return &v.state
|
|
552
|
+
case 1:
|
|
553
|
+
return &v.sizeCache
|
|
554
|
+
case 2:
|
|
555
|
+
return &v.unknownFields
|
|
556
|
+
default:
|
|
557
|
+
return nil
|
|
558
|
+
}
|
|
559
|
+
}
|
|
560
|
+
file_elimity_insights_export_v1alpha1_export_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
561
|
+
switch v := v.(*Filter); i {
|
|
562
|
+
case 0:
|
|
563
|
+
return &v.state
|
|
564
|
+
case 1:
|
|
565
|
+
return &v.sizeCache
|
|
566
|
+
case 2:
|
|
567
|
+
return &v.unknownFields
|
|
568
|
+
default:
|
|
569
|
+
return nil
|
|
570
|
+
}
|
|
571
|
+
}
|
|
572
|
+
file_elimity_insights_export_v1alpha1_export_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
573
|
+
switch v := v.(*Item); i {
|
|
574
|
+
case 0:
|
|
575
|
+
return &v.state
|
|
576
|
+
case 1:
|
|
577
|
+
return &v.sizeCache
|
|
578
|
+
case 2:
|
|
579
|
+
return &v.unknownFields
|
|
580
|
+
default:
|
|
581
|
+
return nil
|
|
582
|
+
}
|
|
583
|
+
}
|
|
584
|
+
file_elimity_insights_export_v1alpha1_export_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
|
585
|
+
switch v := v.(*RelationshipType); i {
|
|
586
|
+
case 0:
|
|
587
|
+
return &v.state
|
|
588
|
+
case 1:
|
|
589
|
+
return &v.sizeCache
|
|
590
|
+
case 2:
|
|
591
|
+
return &v.unknownFields
|
|
592
|
+
default:
|
|
593
|
+
return nil
|
|
594
|
+
}
|
|
595
|
+
}
|
|
596
|
+
file_elimity_insights_export_v1alpha1_export_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
|
597
|
+
switch v := v.(*Target); i {
|
|
598
|
+
case 0:
|
|
599
|
+
return &v.state
|
|
600
|
+
case 1:
|
|
601
|
+
return &v.sizeCache
|
|
602
|
+
case 2:
|
|
603
|
+
return &v.unknownFields
|
|
604
|
+
default:
|
|
605
|
+
return nil
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
}
|
|
609
|
+
file_elimity_insights_export_v1alpha1_export_proto_msgTypes[2].OneofWrappers = []interface{}{
|
|
610
|
+
(*Filter_EntityType)(nil),
|
|
611
|
+
(*Filter_RelationshipType)(nil),
|
|
612
|
+
}
|
|
613
|
+
file_elimity_insights_export_v1alpha1_export_proto_msgTypes[3].OneofWrappers = []interface{}{
|
|
614
|
+
(*Item_Entity)(nil),
|
|
615
|
+
(*Item_Relationship)(nil),
|
|
616
|
+
}
|
|
617
|
+
type x struct{}
|
|
618
|
+
out := protoimpl.TypeBuilder{
|
|
619
|
+
File: protoimpl.DescBuilder{
|
|
620
|
+
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
621
|
+
RawDescriptor: file_elimity_insights_export_v1alpha1_export_proto_rawDesc,
|
|
622
|
+
NumEnums: 0,
|
|
623
|
+
NumMessages: 6,
|
|
624
|
+
NumExtensions: 0,
|
|
625
|
+
NumServices: 1,
|
|
626
|
+
},
|
|
627
|
+
GoTypes: file_elimity_insights_export_v1alpha1_export_proto_goTypes,
|
|
628
|
+
DependencyIndexes: file_elimity_insights_export_v1alpha1_export_proto_depIdxs,
|
|
629
|
+
MessageInfos: file_elimity_insights_export_v1alpha1_export_proto_msgTypes,
|
|
630
|
+
}.Build()
|
|
631
|
+
File_elimity_insights_export_v1alpha1_export_proto = out.File
|
|
632
|
+
file_elimity_insights_export_v1alpha1_export_proto_rawDesc = nil
|
|
633
|
+
file_elimity_insights_export_v1alpha1_export_proto_goTypes = nil
|
|
634
|
+
file_elimity_insights_export_v1alpha1_export_proto_depIdxs = nil
|
|
635
|
+
}
|