Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goSDN Northbound
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
danet
goSDN Northbound
Commits
5c6f58ff
Commit
5c6f58ff
authored
3 years ago
by
Manuel Kieweg
Browse files
Options
Downloads
Patches
Plain Diff
getPath message
parent
efeedf7a
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
go/gosdn/pnd/pnd.pb.go
+296
-234
296 additions, 234 deletions
go/gosdn/pnd/pnd.pb.go
proto/gosdn/pnd/pnd.proto
+4
-0
4 additions, 0 deletions
proto/gosdn/pnd/pnd.proto
with
300 additions
and
234 deletions
go/gosdn/pnd/pnd.pb.go
+
296
−
234
View file @
5c6f58ff
...
...
@@ -119,7 +119,7 @@ func (x Change_State) Number() protoreflect.EnumNumber {
// Deprecated: Use Change_State.Descriptor instead.
func
(
Change_State
)
EnumDescriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
8
,
0
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
9
,
0
}
}
type
SetChange_Operation
int32
...
...
@@ -168,7 +168,7 @@ func (x SetChange_Operation) Number() protoreflect.EnumNumber {
// Deprecated: Use SetChange_Operation.Descriptor instead.
func
(
SetChange_Operation
)
EnumDescriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
2
,
0
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
3
,
0
}
}
type
SetResponseStatus
int32
...
...
@@ -214,7 +214,7 @@ func (x SetResponseStatus) Number() protoreflect.EnumNumber {
// Deprecated: Use SetResponseStatus.Descriptor instead.
func
(
SetResponseStatus
)
EnumDescriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
3
,
0
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
4
,
0
}
}
type
DeleteRequest_Type
int32
...
...
@@ -263,7 +263,7 @@ func (x DeleteRequest_Type) Number() protoreflect.EnumNumber {
// Deprecated: Use DeleteRequest_Type.Descriptor instead.
func
(
DeleteRequest_Type
)
EnumDescriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
5
,
0
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
6
,
0
}
}
type
DeleteResponseStatus
int32
...
...
@@ -309,7 +309,7 @@ func (x DeleteResponseStatus) Number() protoreflect.EnumNumber {
// Deprecated: Use DeleteResponseStatus.Descriptor instead.
func
(
DeleteResponseStatus
)
EnumDescriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
6
,
0
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
7
,
0
}
}
type
GetRequest
struct
{
...
...
@@ -639,6 +639,53 @@ func (x *GetChange) GetCuid() []string {
return
nil
}
type
GetPath
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
unknownFields
protoimpl
.
UnknownFields
Path
string
`protobuf:"bytes,1,opt,name=path,proto3" json:"path,omitempty"`
}
func
(
x
*
GetPath
)
Reset
()
{
*
x
=
GetPath
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
5
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
}
func
(
x
*
GetPath
)
String
()
string
{
return
protoimpl
.
X
.
MessageStringOf
(
x
)
}
func
(
*
GetPath
)
ProtoMessage
()
{}
func
(
x
*
GetPath
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
5
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
ms
.
StoreMessageInfo
(
mi
)
}
return
ms
}
return
mi
.
MessageOf
(
x
)
}
// Deprecated: Use GetPath.ProtoReflect.Descriptor instead.
func
(
*
GetPath
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
5
}
}
func
(
x
*
GetPath
)
GetPath
()
string
{
if
x
!=
nil
{
return
x
.
Path
}
return
""
}
type
GetResponse
struct
{
state
protoimpl
.
MessageState
sizeCache
protoimpl
.
SizeCache
...
...
@@ -654,7 +701,7 @@ type GetResponse struct {
func
(
x
*
GetResponse
)
Reset
()
{
*
x
=
GetResponse
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
5
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
6
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -667,7 +714,7 @@ func (x *GetResponse) String() string {
func
(
*
GetResponse
)
ProtoMessage
()
{}
func
(
x
*
GetResponse
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
5
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
6
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -680,7 +727,7 @@ func (x *GetResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use GetResponse.ProtoReflect.Descriptor instead.
func
(
*
GetResponse
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
5
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
6
}
}
func
(
x
*
GetResponse
)
GetTimestamp
()
int64
{
...
...
@@ -734,7 +781,7 @@ type PrincipalNetworkDomain struct {
func
(
x
*
PrincipalNetworkDomain
)
Reset
()
{
*
x
=
PrincipalNetworkDomain
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
6
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
7
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -747,7 +794,7 @@ func (x *PrincipalNetworkDomain) String() string {
func
(
*
PrincipalNetworkDomain
)
ProtoMessage
()
{}
func
(
x
*
PrincipalNetworkDomain
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
6
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
7
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -760,7 +807,7 @@ func (x *PrincipalNetworkDomain) ProtoReflect() protoreflect.Message {
// Deprecated: Use PrincipalNetworkDomain.ProtoReflect.Descriptor instead.
func
(
*
PrincipalNetworkDomain
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
6
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
7
}
}
func
(
x
*
PrincipalNetworkDomain
)
GetId
()
string
{
...
...
@@ -819,7 +866,7 @@ type OrchestratedNetworkingDevice struct {
func
(
x
*
OrchestratedNetworkingDevice
)
Reset
()
{
*
x
=
OrchestratedNetworkingDevice
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
7
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
8
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -832,7 +879,7 @@ func (x *OrchestratedNetworkingDevice) String() string {
func
(
*
OrchestratedNetworkingDevice
)
ProtoMessage
()
{}
func
(
x
*
OrchestratedNetworkingDevice
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
7
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
8
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -845,7 +892,7 @@ func (x *OrchestratedNetworkingDevice) ProtoReflect() protoreflect.Message {
// Deprecated: Use OrchestratedNetworkingDevice.ProtoReflect.Descriptor instead.
func
(
*
OrchestratedNetworkingDevice
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
7
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
8
}
}
func
(
x
*
OrchestratedNetworkingDevice
)
GetId
()
string
{
...
...
@@ -889,7 +936,7 @@ type Change struct {
func
(
x
*
Change
)
Reset
()
{
*
x
=
Change
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
8
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
9
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -902,7 +949,7 @@ func (x *Change) String() string {
func
(
*
Change
)
ProtoMessage
()
{}
func
(
x
*
Change
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
8
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
9
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -915,7 +962,7 @@ func (x *Change) ProtoReflect() protoreflect.Message {
// Deprecated: Use Change.ProtoReflect.Descriptor instead.
func
(
*
Change
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
8
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
9
}
}
func
(
x
*
Change
)
GetId
()
string
{
...
...
@@ -955,7 +1002,7 @@ type SetRequest struct {
func
(
x
*
SetRequest
)
Reset
()
{
*
x
=
SetRequest
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
9
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
10
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -968,7 +1015,7 @@ func (x *SetRequest) String() string {
func
(
*
SetRequest
)
ProtoMessage
()
{}
func
(
x
*
SetRequest
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
9
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
10
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -981,7 +1028,7 @@ func (x *SetRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use SetRequest.ProtoReflect.Descriptor instead.
func
(
*
SetRequest
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
9
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
10
}
}
func
(
x
*
SetRequest
)
GetTimestamp
()
int64
{
...
...
@@ -1040,7 +1087,7 @@ type SetOnd struct {
func
(
x
*
SetOnd
)
Reset
()
{
*
x
=
SetOnd
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
0
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
1
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -1053,7 +1100,7 @@ func (x *SetOnd) String() string {
func
(
*
SetOnd
)
ProtoMessage
()
{}
func
(
x
*
SetOnd
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
0
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
1
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -1066,7 +1113,7 @@ func (x *SetOnd) ProtoReflect() protoreflect.Message {
// Deprecated: Use SetOnd.ProtoReflect.Descriptor instead.
func
(
*
SetOnd
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
0
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
1
}
}
func
(
x
*
SetOnd
)
GetAddress
()
string
{
...
...
@@ -1106,7 +1153,7 @@ type SetSbi struct {
func
(
x
*
SetSbi
)
Reset
()
{
*
x
=
SetSbi
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
1
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
2
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -1119,7 +1166,7 @@ func (x *SetSbi) String() string {
func
(
*
SetSbi
)
ProtoMessage
()
{}
func
(
x
*
SetSbi
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
1
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
2
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -1132,7 +1179,7 @@ func (x *SetSbi) ProtoReflect() protoreflect.Message {
// Deprecated: Use SetSbi.ProtoReflect.Descriptor instead.
func
(
*
SetSbi
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
1
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
2
}
}
type
SetChange
struct
{
...
...
@@ -1147,7 +1194,7 @@ type SetChange struct {
func
(
x
*
SetChange
)
Reset
()
{
*
x
=
SetChange
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
2
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
3
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -1160,7 +1207,7 @@ func (x *SetChange) String() string {
func
(
*
SetChange
)
ProtoMessage
()
{}
func
(
x
*
SetChange
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
2
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
3
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -1173,7 +1220,7 @@ func (x *SetChange) ProtoReflect() protoreflect.Message {
// Deprecated: Use SetChange.ProtoReflect.Descriptor instead.
func
(
*
SetChange
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
2
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
3
}
}
func
(
x
*
SetChange
)
GetCuid
()
string
{
...
...
@@ -1203,7 +1250,7 @@ type SetResponse struct {
func
(
x
*
SetResponse
)
Reset
()
{
*
x
=
SetResponse
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
3
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
4
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -1216,7 +1263,7 @@ func (x *SetResponse) String() string {
func
(
*
SetResponse
)
ProtoMessage
()
{}
func
(
x
*
SetResponse
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
3
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
4
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -1229,7 +1276,7 @@ func (x *SetResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use SetResponse.ProtoReflect.Descriptor instead.
func
(
*
SetResponse
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
3
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
4
}
}
func
(
x
*
SetResponse
)
GetTimestamp
()
int64
{
...
...
@@ -1267,7 +1314,7 @@ type ChangeRequest struct {
func
(
x
*
ChangeRequest
)
Reset
()
{
*
x
=
ChangeRequest
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
4
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
5
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -1280,7 +1327,7 @@ func (x *ChangeRequest) String() string {
func
(
*
ChangeRequest
)
ProtoMessage
()
{}
func
(
x
*
ChangeRequest
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
4
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
5
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -1293,7 +1340,7 @@ func (x *ChangeRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use ChangeRequest.ProtoReflect.Descriptor instead.
func
(
*
ChangeRequest
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
4
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
5
}
}
func
(
x
*
ChangeRequest
)
GetId
()
string
{
...
...
@@ -1338,7 +1385,7 @@ type DeleteRequest struct {
func
(
x
*
DeleteRequest
)
Reset
()
{
*
x
=
DeleteRequest
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
5
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
6
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -1351,7 +1398,7 @@ func (x *DeleteRequest) String() string {
func
(
*
DeleteRequest
)
ProtoMessage
()
{}
func
(
x
*
DeleteRequest
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
5
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
6
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -1364,7 +1411,7 @@ func (x *DeleteRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteRequest.ProtoReflect.Descriptor instead.
func
(
*
DeleteRequest
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
5
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
6
}
}
func
(
x
*
DeleteRequest
)
GetTimestamp
()
int64
{
...
...
@@ -1407,7 +1454,7 @@ type DeleteResponse struct {
func
(
x
*
DeleteResponse
)
Reset
()
{
*
x
=
DeleteResponse
{}
if
protoimpl
.
UnsafeEnabled
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
6
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
7
]
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
ms
.
StoreMessageInfo
(
mi
)
}
...
...
@@ -1420,7 +1467,7 @@ func (x *DeleteResponse) String() string {
func
(
*
DeleteResponse
)
ProtoMessage
()
{}
func
(
x
*
DeleteResponse
)
ProtoReflect
()
protoreflect
.
Message
{
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
6
]
mi
:=
&
file_gosdn_pnd_pnd_proto_msgTypes
[
1
7
]
if
protoimpl
.
UnsafeEnabled
&&
x
!=
nil
{
ms
:=
protoimpl
.
X
.
MessageStateOf
(
protoimpl
.
Pointer
(
x
))
if
ms
.
LoadMessageInfo
()
==
nil
{
...
...
@@ -1433,7 +1480,7 @@ func (x *DeleteResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use DeleteResponse.ProtoReflect.Descriptor instead.
func
(
*
DeleteResponse
)
Descriptor
()
([]
byte
,
[]
int
)
{
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
6
}
return
file_gosdn_pnd_pnd_proto_rawDescGZIP
(),
[]
int
{
1
7
}
}
func
(
x
*
DeleteResponse
)
GetTimestamp
()
int64
{
...
...
@@ -1489,151 +1536,153 @@ var file_gosdn_pnd_pnd_proto_rawDesc = []byte{
0x09
,
0x67
,
0x65
,
0x74
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x12
,
0x10
,
0x0a
,
0x03
,
0x61
,
0x6c
,
0x6c
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x08
,
0x52
,
0x03
,
0x61
,
0x6c
,
0x6c
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x63
,
0x75
,
0x69
,
0x64
,
0x18
,
0x02
,
0x20
,
0x03
,
0x28
,
0x09
,
0x52
,
0x04
,
0x63
,
0x75
,
0x69
,
0x64
,
0x22
,
0xff
,
0x01
,
0x0a
,
0x0b
,
0x47
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x33
,
0x0a
,
0x03
,
0x70
,
0x6e
,
0x64
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x21
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x50
,
0x72
,
0x69
,
0x6e
,
0x63
,
0x69
,
0x70
,
0x61
,
0x6c
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x44
,
0x6f
,
0x6d
,
0x61
,
0x69
,
0x6e
,
0x52
,
0x03
,
0x70
,
0x6e
,
0x64
,
0x12
,
0x39
,
0x0a
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x18
,
0x03
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x27
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x4f
,
0x72
,
0x63
,
0x68
,
0x65
,
0x73
,
0x74
,
0x72
,
0x61
,
0x74
,
0x65
,
0x64
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x69
,
0x6e
,
0x67
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x52
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x12
,
0x37
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x05
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x25
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x73
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x49
,
0x6e
,
0x74
,
0x65
,
0x72
,
0x66
,
0x61
,
0x63
,
0x65
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x12
,
0x29
,
0x0a
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x18
,
0x07
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x11
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x22
,
0xfd
,
0x01
,
0x0a
,
0x16
,
0x50
,
0x72
,
0x69
,
0x6e
,
0x63
,
0x69
,
0x70
,
0x61
,
0x6c
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x44
,
0x6f
,
0x6d
,
0x61
,
0x69
,
0x6e
,
0x12
,
0x0e
,
0x0a
,
0x02
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x02
,
0x69
,
0x64
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x12
,
0x20
,
0x0a
,
0x0b
,
0x64
,
0x65
,
0x73
,
0x63
,
0x72
,
0x69
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x0b
,
0x64
,
0x65
,
0x73
,
0x63
,
0x72
,
0x69
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x39
,
0x0a
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x18
,
0x04
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x27
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x4f
,
0x72
,
0x63
,
0x68
,
0x65
,
0x73
,
0x74
,
0x72
,
0x61
,
0x74
,
0x65
,
0x64
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x69
,
0x6e
,
0x67
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x52
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x12
,
0x37
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x05
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x25
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x73
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x49
,
0x6e
,
0x74
,
0x65
,
0x72
,
0x66
,
0x61
,
0x63
,
0x65
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x12
,
0x29
,
0x0a
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x18
,
0x06
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x11
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x22
,
0xa7
,
0x01
,
0x0a
,
0x1c
,
0x4f
,
0x72
,
0x63
,
0x68
,
0x65
,
0x73
,
0x74
,
0x72
,
0x61
,
0x74
,
0x65
,
0x64
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x69
,
0x6e
,
0x67
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x12
,
0x0e
,
0x0a
,
0x02
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x02
,
0x69
,
0x64
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x12
,
0x2a
,
0x0a
,
0x06
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x18
,
0x03
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x12
,
0x2e
,
0x67
,
0x6e
,
0x6d
,
0x69
,
0x2e
,
0x4e
,
0x6f
,
0x74
,
0x69
,
0x66
,
0x69
,
0x63
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x52
,
0x06
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x12
,
0x37
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x25
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x73
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x49
,
0x6e
,
0x74
,
0x65
,
0x72
,
0x66
,
0x61
,
0x63
,
0x65
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x22
,
0x8d
,
0x01
,
0x0a
,
0x06
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x12
,
0x0e
,
0x0a
,
0x02
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x02
,
0x69
,
0x64
,
0x12
,
0x10
,
0x0a
,
0x03
,
0x61
,
0x67
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x03
,
0x61
,
0x67
,
0x65
,
0x12
,
0x2d
,
0x0a
,
0x05
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x17
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x2e
,
0x53
,
0x74
,
0x61
,
0x74
,
0x65
,
0x52
,
0x05
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x22
,
0x32
,
0x0a
,
0x05
,
0x53
,
0x74
,
0x61
,
0x74
,
0x65
,
0x12
,
0x0b
,
0x0a
,
0x07
,
0x50
,
0x45
,
0x4e
,
0x44
,
0x49
,
0x4e
,
0x47
,
0x10
,
0x00
,
0x12
,
0x0d
,
0x0a
,
0x09
,
0x43
,
0x4f
,
0x4d
,
0x4d
,
0x49
,
0x54
,
0x54
,
0x45
,
0x44
,
0x10
,
0x01
,
0x12
,
0x0d
,
0x0a
,
0x09
,
0x43
,
0x4f
,
0x4e
,
0x46
,
0x49
,
0x52
,
0x4d
,
0x45
,
0x44
,
0x10
,
0x02
,
0x22
,
0xf4
,
0x01
,
0x0a
,
0x0a
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x23
,
0x0a
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x18
,
0x02
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x11
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x73
,
0x65
,
0x74
,
0x4f
,
0x6e
,
0x64
,
0x52
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x12
,
0x23
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x03
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x11
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x73
,
0x65
,
0x74
,
0x53
,
0x62
,
0x69
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x12
,
0x2c
,
0x0a
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x18
,
0x04
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x14
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x73
,
0x65
,
0x74
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x12
,
0x3e
,
0x0a
,
0x0d
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x18
,
0x05
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x18
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x52
,
0x0d
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x10
,
0x0a
,
0x03
,
0x70
,
0x69
,
0x64
,
0x18
,
0x06
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x03
,
0x70
,
0x69
,
0x64
,
0x22
,
0xc7
,
0x01
,
0x0a
,
0x06
,
0x73
,
0x65
,
0x74
,
0x4f
,
0x6e
,
0x64
,
0x12
,
0x18
,
0x0a
,
0x07
,
0x61
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x07
,
0x61
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x12
,
0x37
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x25
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x73
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x49
,
0x6e
,
0x74
,
0x65
,
0x72
,
0x66
,
0x61
,
0x63
,
0x65
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x12
,
0x1e
,
0x0a
,
0x0a
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x4e
,
0x61
,
0x6d
,
0x65
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x0a
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x4e
,
0x61
,
0x6d
,
0x65
,
0x12
,
0x4a
,
0x0a
,
0x0f
,
0x74
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x70
,
0x6f
,
0x72
,
0x74
,
0x4f
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x20
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x74
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x70
,
0x6f
,
0x72
,
0x74
,
0x2e
,
0x54
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x70
,
0x6f
,
0x72
,
0x74
,
0x4f
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x52
,
0x0f
,
0x74
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x70
,
0x6f
,
0x72
,
0x74
,
0x4f
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x22
,
0x08
,
0x0a
,
0x06
,
0x73
,
0x65
,
0x74
,
0x53
,
0x62
,
0x69
,
0x22
,
0x81
,
0x01
,
0x0a
,
0x09
,
0x73
,
0x65
,
0x74
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x63
,
0x75
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x63
,
0x75
,
0x69
,
0x64
,
0x12
,
0x2e
,
0x0a
,
0x02
,
0x6f
,
0x70
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x1e
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x73
,
0x65
,
0x74
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x2e
,
0x4f
,
0x70
,
0x65
,
0x72
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x52
,
0x02
,
0x6f
,
0x70
,
0x22
,
0x30
,
0x0a
,
0x09
,
0x4f
,
0x70
,
0x65
,
0x72
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x0a
,
0x0a
,
0x06
,
0x43
,
0x52
,
0x45
,
0x41
,
0x54
,
0x45
,
0x10
,
0x00
,
0x12
,
0x0a
,
0x0a
,
0x06
,
0x43
,
0x4f
,
0x4d
,
0x4d
,
0x49
,
0x54
,
0x10
,
0x01
,
0x12
,
0x0b
,
0x0a
,
0x07
,
0x43
,
0x4f
,
0x4e
,
0x46
,
0x49
,
0x52
,
0x4d
,
0x10
,
0x02
,
0x22
,
0xb5
,
0x01
,
0x0a
,
0x0b
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x35
,
0x0a
,
0x06
,
0x53
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x1d
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x2e
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x52
,
0x06
,
0x53
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x12
,
0x34
,
0x0a
,
0x09
,
0x72
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x73
,
0x18
,
0x03
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x16
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x52
,
0x09
,
0x72
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x73
,
0x22
,
0x1b
,
0x0a
,
0x06
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x12
,
0x06
,
0x0a
,
0x02
,
0x4f
,
0x4b
,
0x10
,
0x00
,
0x12
,
0x09
,
0x0a
,
0x05
,
0x45
,
0x52
,
0x52
,
0x4f
,
0x52
,
0x10
,
0x01
,
0x22
,
0x78
,
0x0a
,
0x0d
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x0e
,
0x0a
,
0x02
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x02
,
0x69
,
0x64
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x70
,
0x61
,
0x74
,
0x68
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x70
,
0x61
,
0x74
,
0x68
,
0x12
,
0x14
,
0x0a
,
0x05
,
0x76
,
0x61
,
0x6c
,
0x75
,
0x65
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x05
,
0x76
,
0x61
,
0x6c
,
0x75
,
0x65
,
0x12
,
0x2d
,
0x0a
,
0x05
,
0x61
,
0x70
,
0x69
,
0x4f
,
0x70
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x17
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x41
,
0x70
,
0x69
,
0x4f
,
0x70
,
0x65
,
0x72
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x52
,
0x05
,
0x61
,
0x70
,
0x69
,
0x4f
,
0x70
,
0x22
,
0xa9
,
0x01
,
0x0a
,
0x0d
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x22
,
0x1d
,
0x0a
,
0x07
,
0x67
,
0x65
,
0x74
,
0x50
,
0x61
,
0x74
,
0x68
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x70
,
0x61
,
0x74
,
0x68
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x70
,
0x61
,
0x74
,
0x68
,
0x22
,
0xff
,
0x01
,
0x0a
,
0x0b
,
0x47
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x31
,
0x0a
,
0x04
,
0x74
,
0x79
,
0x70
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x1d
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x2e
,
0x54
,
0x79
,
0x70
,
0x65
,
0x52
,
0x04
,
0x74
,
0x79
,
0x70
,
0x65
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x75
,
0x75
,
0x69
,
0x64
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x75
,
0x75
,
0x69
,
0x64
,
0x12
,
0x10
,
0x0a
,
0x03
,
0x70
,
0x69
,
0x64
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x03
,
0x70
,
0x69
,
0x64
,
0x22
,
0x21
,
0x0a
,
0x04
,
0x54
,
0x79
,
0x70
,
0x65
,
0x12
,
0x07
,
0x0a
,
0x03
,
0x4f
,
0x4e
,
0x44
,
0x10
,
0x00
,
0x12
,
0x07
,
0x0a
,
0x03
,
0x53
,
0x42
,
0x49
,
0x10
,
0x01
,
0x12
,
0x07
,
0x0a
,
0x03
,
0x50
,
0x4e
,
0x44
,
0x10
,
0x02
,
0x22
,
0x85
,
0x01
,
0x0a
,
0x0e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x38
,
0x0a
,
0x06
,
0x53
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x20
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x2e
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x52
,
0x06
,
0x53
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x22
,
0x1b
,
0x0a
,
0x06
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x12
,
0x06
,
0x0a
,
0x02
,
0x4f
,
0x4b
,
0x10
,
0x00
,
0x12
,
0x09
,
0x0a
,
0x05
,
0x45
,
0x52
,
0x52
,
0x4f
,
0x52
,
0x10
,
0x01
,
0x2a
,
0x33
,
0x0a
,
0x0c
,
0x41
,
0x70
,
0x69
,
0x4f
,
0x70
,
0x65
,
0x72
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x0a
,
0x0a
,
0x06
,
0x55
,
0x50
,
0x44
,
0x41
,
0x54
,
0x45
,
0x10
,
0x00
,
0x12
,
0x0b
,
0x0a
,
0x07
,
0x52
,
0x45
,
0x50
,
0x4c
,
0x41
,
0x43
,
0x45
,
0x10
,
0x01
,
0x12
,
0x0a
,
0x0a
,
0x06
,
0x44
,
0x45
,
0x4c
,
0x45
,
0x54
,
0x45
,
0x10
,
0x02
,
0x32
,
0xb0
,
0x01
,
0x0a
,
0x03
,
0x70
,
0x6e
,
0x64
,
0x12
,
0x34
,
0x0a
,
0x03
,
0x47
,
0x65
,
0x74
,
0x12
,
0x15
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x47
,
0x65
,
0x74
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x16
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x47
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x34
,
0x0a
,
0x03
,
0x53
,
0x65
,
0x74
,
0x12
,
0x15
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x16
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x3d
,
0x0a
,
0x06
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x12
,
0x18
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x19
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x42
,
0x29
,
0x5a
,
0x27
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x2e
,
0x66
,
0x62
,
0x69
,
0x2e
,
0x68
,
0x2d
,
0x64
,
0x61
,
0x2e
,
0x64
,
0x65
,
0x2f
,
0x63
,
0x6f
,
0x63
,
0x73
,
0x6e
,
0x2f
,
0x61
,
0x70
,
0x69
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2f
,
0x70
,
0x6e
,
0x64
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x33
,
0x0a
,
0x03
,
0x70
,
0x6e
,
0x64
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x21
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x50
,
0x72
,
0x69
,
0x6e
,
0x63
,
0x69
,
0x70
,
0x61
,
0x6c
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x44
,
0x6f
,
0x6d
,
0x61
,
0x69
,
0x6e
,
0x52
,
0x03
,
0x70
,
0x6e
,
0x64
,
0x12
,
0x39
,
0x0a
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x18
,
0x03
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x27
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x4f
,
0x72
,
0x63
,
0x68
,
0x65
,
0x73
,
0x74
,
0x72
,
0x61
,
0x74
,
0x65
,
0x64
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x69
,
0x6e
,
0x67
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x52
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x12
,
0x37
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x05
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x25
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x73
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x49
,
0x6e
,
0x74
,
0x65
,
0x72
,
0x66
,
0x61
,
0x63
,
0x65
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x12
,
0x29
,
0x0a
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x18
,
0x07
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x11
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x22
,
0xfd
,
0x01
,
0x0a
,
0x16
,
0x50
,
0x72
,
0x69
,
0x6e
,
0x63
,
0x69
,
0x70
,
0x61
,
0x6c
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x44
,
0x6f
,
0x6d
,
0x61
,
0x69
,
0x6e
,
0x12
,
0x0e
,
0x0a
,
0x02
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x02
,
0x69
,
0x64
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x12
,
0x20
,
0x0a
,
0x0b
,
0x64
,
0x65
,
0x73
,
0x63
,
0x72
,
0x69
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x0b
,
0x64
,
0x65
,
0x73
,
0x63
,
0x72
,
0x69
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x39
,
0x0a
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x18
,
0x04
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x27
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x4f
,
0x72
,
0x63
,
0x68
,
0x65
,
0x73
,
0x74
,
0x72
,
0x61
,
0x74
,
0x65
,
0x64
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x69
,
0x6e
,
0x67
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x52
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x12
,
0x37
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x05
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x25
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x73
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x49
,
0x6e
,
0x74
,
0x65
,
0x72
,
0x66
,
0x61
,
0x63
,
0x65
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x12
,
0x29
,
0x0a
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x18
,
0x06
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x11
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x22
,
0xa7
,
0x01
,
0x0a
,
0x1c
,
0x4f
,
0x72
,
0x63
,
0x68
,
0x65
,
0x73
,
0x74
,
0x72
,
0x61
,
0x74
,
0x65
,
0x64
,
0x4e
,
0x65
,
0x74
,
0x77
,
0x6f
,
0x72
,
0x6b
,
0x69
,
0x6e
,
0x67
,
0x44
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x12
,
0x0e
,
0x0a
,
0x02
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x02
,
0x69
,
0x64
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x6e
,
0x61
,
0x6d
,
0x65
,
0x12
,
0x2a
,
0x0a
,
0x06
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x18
,
0x03
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x12
,
0x2e
,
0x67
,
0x6e
,
0x6d
,
0x69
,
0x2e
,
0x4e
,
0x6f
,
0x74
,
0x69
,
0x66
,
0x69
,
0x63
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x52
,
0x06
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x12
,
0x37
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x25
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x73
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x49
,
0x6e
,
0x74
,
0x65
,
0x72
,
0x66
,
0x61
,
0x63
,
0x65
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x22
,
0x8d
,
0x01
,
0x0a
,
0x06
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x12
,
0x0e
,
0x0a
,
0x02
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x02
,
0x69
,
0x64
,
0x12
,
0x10
,
0x0a
,
0x03
,
0x61
,
0x67
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x03
,
0x61
,
0x67
,
0x65
,
0x12
,
0x2d
,
0x0a
,
0x05
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x17
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x2e
,
0x53
,
0x74
,
0x61
,
0x74
,
0x65
,
0x52
,
0x05
,
0x73
,
0x74
,
0x61
,
0x74
,
0x65
,
0x22
,
0x32
,
0x0a
,
0x05
,
0x53
,
0x74
,
0x61
,
0x74
,
0x65
,
0x12
,
0x0b
,
0x0a
,
0x07
,
0x50
,
0x45
,
0x4e
,
0x44
,
0x49
,
0x4e
,
0x47
,
0x10
,
0x00
,
0x12
,
0x0d
,
0x0a
,
0x09
,
0x43
,
0x4f
,
0x4d
,
0x4d
,
0x49
,
0x54
,
0x54
,
0x45
,
0x44
,
0x10
,
0x01
,
0x12
,
0x0d
,
0x0a
,
0x09
,
0x43
,
0x4f
,
0x4e
,
0x46
,
0x49
,
0x52
,
0x4d
,
0x45
,
0x44
,
0x10
,
0x02
,
0x22
,
0xf4
,
0x01
,
0x0a
,
0x0a
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x23
,
0x0a
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x18
,
0x02
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x11
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x73
,
0x65
,
0x74
,
0x4f
,
0x6e
,
0x64
,
0x52
,
0x03
,
0x6f
,
0x6e
,
0x64
,
0x12
,
0x23
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x03
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x11
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x73
,
0x65
,
0x74
,
0x53
,
0x62
,
0x69
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x12
,
0x2c
,
0x0a
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x18
,
0x04
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x14
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x73
,
0x65
,
0x74
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x06
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x12
,
0x3e
,
0x0a
,
0x0d
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x18
,
0x05
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x18
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x52
,
0x0d
,
0x63
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x10
,
0x0a
,
0x03
,
0x70
,
0x69
,
0x64
,
0x18
,
0x06
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x03
,
0x70
,
0x69
,
0x64
,
0x22
,
0xc7
,
0x01
,
0x0a
,
0x06
,
0x73
,
0x65
,
0x74
,
0x4f
,
0x6e
,
0x64
,
0x12
,
0x18
,
0x0a
,
0x07
,
0x61
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x07
,
0x61
,
0x64
,
0x64
,
0x72
,
0x65
,
0x73
,
0x73
,
0x12
,
0x37
,
0x0a
,
0x03
,
0x73
,
0x62
,
0x69
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x25
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x73
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x6f
,
0x75
,
0x74
,
0x68
,
0x62
,
0x6f
,
0x75
,
0x6e
,
0x64
,
0x49
,
0x6e
,
0x74
,
0x65
,
0x72
,
0x66
,
0x61
,
0x63
,
0x65
,
0x52
,
0x03
,
0x73
,
0x62
,
0x69
,
0x12
,
0x1e
,
0x0a
,
0x0a
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x4e
,
0x61
,
0x6d
,
0x65
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x0a
,
0x64
,
0x65
,
0x76
,
0x69
,
0x63
,
0x65
,
0x4e
,
0x61
,
0x6d
,
0x65
,
0x12
,
0x4a
,
0x0a
,
0x0f
,
0x74
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x70
,
0x6f
,
0x72
,
0x74
,
0x4f
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0b
,
0x32
,
0x20
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x74
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x70
,
0x6f
,
0x72
,
0x74
,
0x2e
,
0x54
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x70
,
0x6f
,
0x72
,
0x74
,
0x4f
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x52
,
0x0f
,
0x74
,
0x72
,
0x61
,
0x6e
,
0x73
,
0x70
,
0x6f
,
0x72
,
0x74
,
0x4f
,
0x70
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x22
,
0x08
,
0x0a
,
0x06
,
0x73
,
0x65
,
0x74
,
0x53
,
0x62
,
0x69
,
0x22
,
0x81
,
0x01
,
0x0a
,
0x09
,
0x73
,
0x65
,
0x74
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x63
,
0x75
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x63
,
0x75
,
0x69
,
0x64
,
0x12
,
0x2e
,
0x0a
,
0x02
,
0x6f
,
0x70
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x1e
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x73
,
0x65
,
0x74
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x2e
,
0x4f
,
0x70
,
0x65
,
0x72
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x52
,
0x02
,
0x6f
,
0x70
,
0x22
,
0x30
,
0x0a
,
0x09
,
0x4f
,
0x70
,
0x65
,
0x72
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x0a
,
0x0a
,
0x06
,
0x43
,
0x52
,
0x45
,
0x41
,
0x54
,
0x45
,
0x10
,
0x00
,
0x12
,
0x0a
,
0x0a
,
0x06
,
0x43
,
0x4f
,
0x4d
,
0x4d
,
0x49
,
0x54
,
0x10
,
0x01
,
0x12
,
0x0b
,
0x0a
,
0x07
,
0x43
,
0x4f
,
0x4e
,
0x46
,
0x49
,
0x52
,
0x4d
,
0x10
,
0x02
,
0x22
,
0xb5
,
0x01
,
0x0a
,
0x0b
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x35
,
0x0a
,
0x06
,
0x53
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x1d
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x2e
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x52
,
0x06
,
0x53
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x12
,
0x34
,
0x0a
,
0x09
,
0x72
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x73
,
0x18
,
0x03
,
0x20
,
0x03
,
0x28
,
0x0b
,
0x32
,
0x16
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x52
,
0x09
,
0x72
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x73
,
0x22
,
0x1b
,
0x0a
,
0x06
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x12
,
0x06
,
0x0a
,
0x02
,
0x4f
,
0x4b
,
0x10
,
0x00
,
0x12
,
0x09
,
0x0a
,
0x05
,
0x45
,
0x52
,
0x52
,
0x4f
,
0x52
,
0x10
,
0x01
,
0x22
,
0x78
,
0x0a
,
0x0d
,
0x43
,
0x68
,
0x61
,
0x6e
,
0x67
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x0e
,
0x0a
,
0x02
,
0x69
,
0x64
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x02
,
0x69
,
0x64
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x70
,
0x61
,
0x74
,
0x68
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x70
,
0x61
,
0x74
,
0x68
,
0x12
,
0x14
,
0x0a
,
0x05
,
0x76
,
0x61
,
0x6c
,
0x75
,
0x65
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x05
,
0x76
,
0x61
,
0x6c
,
0x75
,
0x65
,
0x12
,
0x2d
,
0x0a
,
0x05
,
0x61
,
0x70
,
0x69
,
0x4f
,
0x70
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x17
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x41
,
0x70
,
0x69
,
0x4f
,
0x70
,
0x65
,
0x72
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x52
,
0x05
,
0x61
,
0x70
,
0x69
,
0x4f
,
0x70
,
0x22
,
0xa9
,
0x01
,
0x0a
,
0x0d
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x31
,
0x0a
,
0x04
,
0x74
,
0x79
,
0x70
,
0x65
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x1d
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x2e
,
0x54
,
0x79
,
0x70
,
0x65
,
0x52
,
0x04
,
0x74
,
0x79
,
0x70
,
0x65
,
0x12
,
0x12
,
0x0a
,
0x04
,
0x75
,
0x75
,
0x69
,
0x64
,
0x18
,
0x03
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x04
,
0x75
,
0x75
,
0x69
,
0x64
,
0x12
,
0x10
,
0x0a
,
0x03
,
0x70
,
0x69
,
0x64
,
0x18
,
0x04
,
0x20
,
0x01
,
0x28
,
0x09
,
0x52
,
0x03
,
0x70
,
0x69
,
0x64
,
0x22
,
0x21
,
0x0a
,
0x04
,
0x54
,
0x79
,
0x70
,
0x65
,
0x12
,
0x07
,
0x0a
,
0x03
,
0x4f
,
0x4e
,
0x44
,
0x10
,
0x00
,
0x12
,
0x07
,
0x0a
,
0x03
,
0x53
,
0x42
,
0x49
,
0x10
,
0x01
,
0x12
,
0x07
,
0x0a
,
0x03
,
0x50
,
0x4e
,
0x44
,
0x10
,
0x02
,
0x22
,
0x85
,
0x01
,
0x0a
,
0x0e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x1c
,
0x0a
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x18
,
0x01
,
0x20
,
0x01
,
0x28
,
0x03
,
0x52
,
0x09
,
0x74
,
0x69
,
0x6d
,
0x65
,
0x73
,
0x74
,
0x61
,
0x6d
,
0x70
,
0x12
,
0x38
,
0x0a
,
0x06
,
0x53
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x18
,
0x02
,
0x20
,
0x01
,
0x28
,
0x0e
,
0x32
,
0x20
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x2e
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x52
,
0x06
,
0x53
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x22
,
0x1b
,
0x0a
,
0x06
,
0x73
,
0x74
,
0x61
,
0x74
,
0x75
,
0x73
,
0x12
,
0x06
,
0x0a
,
0x02
,
0x4f
,
0x4b
,
0x10
,
0x00
,
0x12
,
0x09
,
0x0a
,
0x05
,
0x45
,
0x52
,
0x52
,
0x4f
,
0x52
,
0x10
,
0x01
,
0x2a
,
0x33
,
0x0a
,
0x0c
,
0x41
,
0x70
,
0x69
,
0x4f
,
0x70
,
0x65
,
0x72
,
0x61
,
0x74
,
0x69
,
0x6f
,
0x6e
,
0x12
,
0x0a
,
0x0a
,
0x06
,
0x55
,
0x50
,
0x44
,
0x41
,
0x54
,
0x45
,
0x10
,
0x00
,
0x12
,
0x0b
,
0x0a
,
0x07
,
0x52
,
0x45
,
0x50
,
0x4c
,
0x41
,
0x43
,
0x45
,
0x10
,
0x01
,
0x12
,
0x0a
,
0x0a
,
0x06
,
0x44
,
0x45
,
0x4c
,
0x45
,
0x54
,
0x45
,
0x10
,
0x02
,
0x32
,
0xb0
,
0x01
,
0x0a
,
0x03
,
0x70
,
0x6e
,
0x64
,
0x12
,
0x34
,
0x0a
,
0x03
,
0x47
,
0x65
,
0x74
,
0x12
,
0x15
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x47
,
0x65
,
0x74
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x16
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x47
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x34
,
0x0a
,
0x03
,
0x53
,
0x65
,
0x74
,
0x12
,
0x15
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x16
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x53
,
0x65
,
0x74
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x12
,
0x3d
,
0x0a
,
0x06
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x12
,
0x18
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x71
,
0x75
,
0x65
,
0x73
,
0x74
,
0x1a
,
0x19
,
0x2e
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2e
,
0x70
,
0x6e
,
0x64
,
0x2e
,
0x44
,
0x65
,
0x6c
,
0x65
,
0x74
,
0x65
,
0x52
,
0x65
,
0x73
,
0x70
,
0x6f
,
0x6e
,
0x73
,
0x65
,
0x42
,
0x29
,
0x5a
,
0x27
,
0x63
,
0x6f
,
0x64
,
0x65
,
0x2e
,
0x66
,
0x62
,
0x69
,
0x2e
,
0x68
,
0x2d
,
0x64
,
0x61
,
0x2e
,
0x64
,
0x65
,
0x2f
,
0x63
,
0x6f
,
0x63
,
0x73
,
0x6e
,
0x2f
,
0x61
,
0x70
,
0x69
,
0x2f
,
0x67
,
0x6f
,
0x2f
,
0x67
,
0x6f
,
0x73
,
0x64
,
0x6e
,
0x2f
,
0x70
,
0x6e
,
0x64
,
0x62
,
0x06
,
0x70
,
0x72
,
0x6f
,
0x74
,
0x6f
,
0x33
,
}
var
(
...
...
@@ -1649,7 +1698,7 @@ func file_gosdn_pnd_pnd_proto_rawDescGZIP() []byte {
}
var
file_gosdn_pnd_pnd_proto_enumTypes
=
make
([]
protoimpl
.
EnumInfo
,
6
)
var
file_gosdn_pnd_pnd_proto_msgTypes
=
make
([]
protoimpl
.
MessageInfo
,
1
7
)
var
file_gosdn_pnd_pnd_proto_msgTypes
=
make
([]
protoimpl
.
MessageInfo
,
1
8
)
var
file_gosdn_pnd_pnd_proto_goTypes
=
[]
interface
{}{
(
ApiOperation
)(
0
),
// 0: gosdn.pnd.ApiOperation
(
Change_State
)(
0
),
// 1: gosdn.pnd.Change.State
...
...
@@ -1662,55 +1711,56 @@ var file_gosdn_pnd_pnd_proto_goTypes = []interface{}{
(
*
GetOnd
)(
nil
),
// 8: gosdn.pnd.getOnd
(
*
GetSbi
)(
nil
),
// 9: gosdn.pnd.getSbi
(
*
GetChange
)(
nil
),
// 10: gosdn.pnd.getChange
(
*
GetResponse
)(
nil
),
// 11: gosdn.pnd.GetResponse
(
*
PrincipalNetworkDomain
)(
nil
),
// 12: gosdn.pnd.PrincipalNetworkDomain
(
*
OrchestratedNetworkingDevice
)(
nil
),
// 13: gosdn.pnd.OrchestratedNetworkingDevice
(
*
Change
)(
nil
),
// 14: gosdn.pnd.Change
(
*
SetRequest
)(
nil
),
// 15: gosdn.pnd.SetRequest
(
*
SetOnd
)(
nil
),
// 16: gosdn.pnd.setOnd
(
*
SetSbi
)(
nil
),
// 17: gosdn.pnd.setSbi
(
*
SetChange
)(
nil
),
// 18: gosdn.pnd.setChange
(
*
SetResponse
)(
nil
),
// 19: gosdn.pnd.SetResponse
(
*
ChangeRequest
)(
nil
),
// 20: gosdn.pnd.ChangeRequest
(
*
DeleteRequest
)(
nil
),
// 21: gosdn.pnd.DeleteRequest
(
*
DeleteResponse
)(
nil
),
// 22: gosdn.pnd.DeleteResponse
(
*
southbound
.
SouthboundInterface
)(
nil
),
// 23: gosdn.southbound.SouthboundInterface
(
*
gnmi
.
Notification
)(
nil
),
// 24: gnmi.Notification
(
*
transport
.
TransportOption
)(
nil
),
// 25: gosdn.transport.TransportOption
(
*
GetPath
)(
nil
),
// 11: gosdn.pnd.getPath
(
*
GetResponse
)(
nil
),
// 12: gosdn.pnd.GetResponse
(
*
PrincipalNetworkDomain
)(
nil
),
// 13: gosdn.pnd.PrincipalNetworkDomain
(
*
OrchestratedNetworkingDevice
)(
nil
),
// 14: gosdn.pnd.OrchestratedNetworkingDevice
(
*
Change
)(
nil
),
// 15: gosdn.pnd.Change
(
*
SetRequest
)(
nil
),
// 16: gosdn.pnd.SetRequest
(
*
SetOnd
)(
nil
),
// 17: gosdn.pnd.setOnd
(
*
SetSbi
)(
nil
),
// 18: gosdn.pnd.setSbi
(
*
SetChange
)(
nil
),
// 19: gosdn.pnd.setChange
(
*
SetResponse
)(
nil
),
// 20: gosdn.pnd.SetResponse
(
*
ChangeRequest
)(
nil
),
// 21: gosdn.pnd.ChangeRequest
(
*
DeleteRequest
)(
nil
),
// 22: gosdn.pnd.DeleteRequest
(
*
DeleteResponse
)(
nil
),
// 23: gosdn.pnd.DeleteResponse
(
*
southbound
.
SouthboundInterface
)(
nil
),
// 24: gosdn.southbound.SouthboundInterface
(
*
gnmi
.
Notification
)(
nil
),
// 25: gnmi.Notification
(
*
transport
.
TransportOption
)(
nil
),
// 26: gosdn.transport.TransportOption
}
var
file_gosdn_pnd_pnd_proto_depIdxs
=
[]
int32
{
7
,
// 0: gosdn.pnd.GetRequest.pnd:type_name -> gosdn.pnd.getPnd
8
,
// 1: gosdn.pnd.GetRequest.ond:type_name -> gosdn.pnd.getOnd
9
,
// 2: gosdn.pnd.GetRequest.sbi:type_name -> gosdn.pnd.getSbi
10
,
// 3: gosdn.pnd.GetRequest.change:type_name -> gosdn.pnd.getChange
1
2
,
// 4: gosdn.pnd.GetResponse.pnd:type_name -> gosdn.pnd.PrincipalNetworkDomain
1
3
,
// 5: gosdn.pnd.GetResponse.ond:type_name -> gosdn.pnd.OrchestratedNetworkingDevice
2
3
,
// 6: gosdn.pnd.GetResponse.sbi:type_name -> gosdn.southbound.SouthboundInterface
1
4
,
// 7: gosdn.pnd.GetResponse.change:type_name -> gosdn.pnd.Change
1
3
,
// 8: gosdn.pnd.PrincipalNetworkDomain.ond:type_name -> gosdn.pnd.OrchestratedNetworkingDevice
2
3
,
// 9: gosdn.pnd.PrincipalNetworkDomain.sbi:type_name -> gosdn.southbound.SouthboundInterface
1
4
,
// 10: gosdn.pnd.PrincipalNetworkDomain.change:type_name -> gosdn.pnd.Change
2
4
,
// 11: gosdn.pnd.OrchestratedNetworkingDevice.device:type_name -> gnmi.Notification
2
3
,
// 12: gosdn.pnd.OrchestratedNetworkingDevice.sbi:type_name -> gosdn.southbound.SouthboundInterface
1
3
,
// 4: gosdn.pnd.GetResponse.pnd:type_name -> gosdn.pnd.PrincipalNetworkDomain
1
4
,
// 5: gosdn.pnd.GetResponse.ond:type_name -> gosdn.pnd.OrchestratedNetworkingDevice
2
4
,
// 6: gosdn.pnd.GetResponse.sbi:type_name -> gosdn.southbound.SouthboundInterface
1
5
,
// 7: gosdn.pnd.GetResponse.change:type_name -> gosdn.pnd.Change
1
4
,
// 8: gosdn.pnd.PrincipalNetworkDomain.ond:type_name -> gosdn.pnd.OrchestratedNetworkingDevice
2
4
,
// 9: gosdn.pnd.PrincipalNetworkDomain.sbi:type_name -> gosdn.southbound.SouthboundInterface
1
5
,
// 10: gosdn.pnd.PrincipalNetworkDomain.change:type_name -> gosdn.pnd.Change
2
5
,
// 11: gosdn.pnd.OrchestratedNetworkingDevice.device:type_name -> gnmi.Notification
2
4
,
// 12: gosdn.pnd.OrchestratedNetworkingDevice.sbi:type_name -> gosdn.southbound.SouthboundInterface
1
,
// 13: gosdn.pnd.Change.state:type_name -> gosdn.pnd.Change.State
1
6
,
// 14: gosdn.pnd.SetRequest.ond:type_name -> gosdn.pnd.setOnd
1
7
,
// 15: gosdn.pnd.SetRequest.sbi:type_name -> gosdn.pnd.setSbi
1
8
,
// 16: gosdn.pnd.SetRequest.change:type_name -> gosdn.pnd.setChange
2
0
,
// 17: gosdn.pnd.SetRequest.changeRequest:type_name -> gosdn.pnd.ChangeRequest
2
3
,
// 18: gosdn.pnd.setOnd.sbi:type_name -> gosdn.southbound.SouthboundInterface
2
5
,
// 19: gosdn.pnd.setOnd.transportOption:type_name -> gosdn.transport.TransportOption
1
7
,
// 14: gosdn.pnd.SetRequest.ond:type_name -> gosdn.pnd.setOnd
1
8
,
// 15: gosdn.pnd.SetRequest.sbi:type_name -> gosdn.pnd.setSbi
1
9
,
// 16: gosdn.pnd.SetRequest.change:type_name -> gosdn.pnd.setChange
2
1
,
// 17: gosdn.pnd.SetRequest.changeRequest:type_name -> gosdn.pnd.ChangeRequest
2
4
,
// 18: gosdn.pnd.setOnd.sbi:type_name -> gosdn.southbound.SouthboundInterface
2
6
,
// 19: gosdn.pnd.setOnd.transportOption:type_name -> gosdn.transport.TransportOption
2
,
// 20: gosdn.pnd.setChange.op:type_name -> gosdn.pnd.setChange.Operation
3
,
// 21: gosdn.pnd.SetResponse.Status:type_name -> gosdn.pnd.SetResponse.status
19
,
// 22: gosdn.pnd.SetResponse.responses:type_name -> gosdn.pnd.SetResponse
20
,
// 22: gosdn.pnd.SetResponse.responses:type_name -> gosdn.pnd.SetResponse
0
,
// 23: gosdn.pnd.ChangeRequest.apiOp:type_name -> gosdn.pnd.ApiOperation
4
,
// 24: gosdn.pnd.DeleteRequest.type:type_name -> gosdn.pnd.DeleteRequest.Type
5
,
// 25: gosdn.pnd.DeleteResponse.Status:type_name -> gosdn.pnd.DeleteResponse.status
6
,
// 26: gosdn.pnd.pnd.Get:input_type -> gosdn.pnd.GetRequest
1
5
,
// 27: gosdn.pnd.pnd.Set:input_type -> gosdn.pnd.SetRequest
2
1
,
// 28: gosdn.pnd.pnd.Delete:input_type -> gosdn.pnd.DeleteRequest
1
1
,
// 29: gosdn.pnd.pnd.Get:output_type -> gosdn.pnd.GetResponse
19
,
// 30: gosdn.pnd.pnd.Set:output_type -> gosdn.pnd.SetResponse
2
2
,
// 31: gosdn.pnd.pnd.Delete:output_type -> gosdn.pnd.DeleteResponse
1
6
,
// 27: gosdn.pnd.pnd.Set:input_type -> gosdn.pnd.SetRequest
2
2
,
// 28: gosdn.pnd.pnd.Delete:input_type -> gosdn.pnd.DeleteRequest
1
2
,
// 29: gosdn.pnd.pnd.Get:output_type -> gosdn.pnd.GetResponse
20
,
// 30: gosdn.pnd.pnd.Set:output_type -> gosdn.pnd.SetResponse
2
3
,
// 31: gosdn.pnd.pnd.Delete:output_type -> gosdn.pnd.DeleteResponse
29
,
// [29:32] is the sub-list for method output_type
26
,
// [26:29] is the sub-list for method input_type
26
,
// [26:26] is the sub-list for extension type_name
...
...
@@ -1785,7 +1835,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
5
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Get
Response
);
i
{
switch
v
:=
v
.
(
*
Get
Path
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1797,7 +1847,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
6
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
PrincipalNetworkDomain
);
i
{
switch
v
:=
v
.
(
*
GetResponse
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1809,7 +1859,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
7
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
OrchestratedNetworkingDevice
);
i
{
switch
v
:=
v
.
(
*
PrincipalNetworkDomain
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1821,7 +1871,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
8
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Chang
e
);
i
{
switch
v
:=
v
.
(
*
OrchestratedNetworkingDevic
e
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1833,7 +1883,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
9
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
SetRequest
);
i
{
switch
v
:=
v
.
(
*
Change
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1845,7 +1895,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
10
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Set
Ond
);
i
{
switch
v
:=
v
.
(
*
Set
Request
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1857,7 +1907,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
11
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Set
Sbi
);
i
{
switch
v
:=
v
.
(
*
Set
Ond
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1869,7 +1919,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
12
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Set
Change
);
i
{
switch
v
:=
v
.
(
*
Set
Sbi
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1881,7 +1931,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
13
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Set
Respons
e
);
i
{
switch
v
:=
v
.
(
*
Set
Chang
e
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1893,7 +1943,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
14
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
ChangeRequest
);
i
{
switch
v
:=
v
.
(
*
SetResponse
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1905,7 +1955,7 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
15
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
Delet
eRequest
);
i
{
switch
v
:=
v
.
(
*
Chang
eRequest
);
i
{
case
0
:
return
&
v
.
state
case
1
:
...
...
@@ -1917,6 +1967,18 @@ func file_gosdn_pnd_pnd_proto_init() {
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
16
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
DeleteRequest
);
i
{
case
0
:
return
&
v
.
state
case
1
:
return
&
v
.
sizeCache
case
2
:
return
&
v
.
unknownFields
default
:
return
nil
}
}
file_gosdn_pnd_pnd_proto_msgTypes
[
17
]
.
Exporter
=
func
(
v
interface
{},
i
int
)
interface
{}
{
switch
v
:=
v
.
(
*
DeleteResponse
);
i
{
case
0
:
return
&
v
.
state
...
...
@@ -1941,7 +2003,7 @@ func file_gosdn_pnd_pnd_proto_init() {
GoPackagePath
:
reflect
.
TypeOf
(
x
{})
.
PkgPath
(),
RawDescriptor
:
file_gosdn_pnd_pnd_proto_rawDesc
,
NumEnums
:
6
,
NumMessages
:
1
7
,
NumMessages
:
1
8
,
NumExtensions
:
0
,
NumServices
:
1
,
},
...
...
This diff is collapsed.
Click to expand it.
proto/gosdn/pnd/pnd.proto
+
4
−
0
View file @
5c6f58ff
...
...
@@ -43,6 +43,10 @@ message getChange {
repeated
string
cuid
=
2
;
}
message
getPath
{
string
path
=
1
;
}
message
GetResponse
{
int64
timestamp
=
1
;
// Timestamp in nanoseconds since Epoch.
PrincipalNetworkDomain
pnd
=
2
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment