-
Notifications
You must be signed in to change notification settings - Fork 310
/
contact_info.pb.paths.fm.go
56 lines (52 loc) · 1.23 KB
/
contact_info.pb.paths.fm.go
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
// Code generated by protoc-gen-fieldmask. DO NOT EDIT.
package ttnpb
var ContactInfoFieldPathsNested = []string{
"contact_method",
"contact_type",
"public",
"validated_at",
"value",
}
var ContactInfoFieldPathsTopLevel = []string{
"contact_method",
"contact_type",
"public",
"validated_at",
"value",
}
var ContactInfoValidationFieldPathsNested = []string{
"contact_info",
"created_at",
"entity",
"entity.ids",
"entity.ids.application_ids",
"entity.ids.application_ids.application_id",
"entity.ids.client_ids",
"entity.ids.client_ids.client_id",
"entity.ids.device_ids",
"entity.ids.device_ids.application_ids",
"entity.ids.device_ids.application_ids.application_id",
"entity.ids.device_ids.dev_addr",
"entity.ids.device_ids.dev_eui",
"entity.ids.device_ids.device_id",
"entity.ids.device_ids.join_eui",
"entity.ids.gateway_ids",
"entity.ids.gateway_ids.eui",
"entity.ids.gateway_ids.gateway_id",
"entity.ids.organization_ids",
"entity.ids.organization_ids.organization_id",
"entity.ids.user_ids",
"entity.ids.user_ids.email",
"entity.ids.user_ids.user_id",
"expires_at",
"id",
"token",
}
var ContactInfoValidationFieldPathsTopLevel = []string{
"contact_info",
"created_at",
"entity",
"expires_at",
"id",
"token",
}