|
@@ -1,7 +1,7 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
// protoc-gen-go v1.28.0
|
|
|
-// protoc v3.15.1
|
|
|
+// protoc v3.19.4
|
|
|
// source: medical.proto
|
|
|
|
|
|
package medical
|
|
@@ -1504,6 +1504,78 @@ func (x *UnclaimedReq) GetAppId() string {
|
|
|
return ""
|
|
|
}
|
|
|
|
|
|
+//
|
|
|
+type ClaimResp struct {
|
|
|
+ state protoimpl.MessageState
|
|
|
+ sizeCache protoimpl.SizeCache
|
|
|
+ unknownFields protoimpl.UnknownFields
|
|
|
+
|
|
|
+ ErrorCode int64 `protobuf:"varint,1,opt,name=ErrorCode,proto3" json:"ErrorCode,omitempty"` // 响应代码
|
|
|
+ ErrorMsg string `protobuf:"bytes,2,opt,name=ErrorMsg,proto3" json:"ErrorMsg,omitempty"` // 响应信息
|
|
|
+ ResourceNum int64 `protobuf:"varint,3,opt,name=resourceNum,proto3" json:"resourceNum,omitempty"` // 数量
|
|
|
+ ResourceIds string `protobuf:"bytes,4,opt,name=resourceIds,proto3" json:"resourceIds,omitempty"` //id
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ClaimResp) Reset() {
|
|
|
+ *x = ClaimResp{}
|
|
|
+ if protoimpl.UnsafeEnabled {
|
|
|
+ mi := &file_medical_proto_msgTypes[20]
|
|
|
+ ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
+ ms.StoreMessageInfo(mi)
|
|
|
+ }
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ClaimResp) String() string {
|
|
|
+ return protoimpl.X.MessageStringOf(x)
|
|
|
+}
|
|
|
+
|
|
|
+func (*ClaimResp) ProtoMessage() {}
|
|
|
+
|
|
|
+func (x *ClaimResp) ProtoReflect() protoreflect.Message {
|
|
|
+ mi := &file_medical_proto_msgTypes[20]
|
|
|
+ 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 ClaimResp.ProtoReflect.Descriptor instead.
|
|
|
+func (*ClaimResp) Descriptor() ([]byte, []int) {
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{20}
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ClaimResp) GetErrorCode() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrorCode
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ClaimResp) GetErrorMsg() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ErrorMsg
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ClaimResp) GetResourceNum() int64 {
|
|
|
+ if x != nil {
|
|
|
+ return x.ResourceNum
|
|
|
+ }
|
|
|
+ return 0
|
|
|
+}
|
|
|
+
|
|
|
+func (x *ClaimResp) GetResourceIds() string {
|
|
|
+ if x != nil {
|
|
|
+ return x.ResourceIds
|
|
|
+ }
|
|
|
+ return ""
|
|
|
+}
|
|
|
+
|
|
|
// 是否是认领的
|
|
|
type IsClaimedReq struct {
|
|
|
state protoimpl.MessageState
|
|
@@ -1519,7 +1591,7 @@ type IsClaimedReq struct {
|
|
|
func (x *IsClaimedReq) Reset() {
|
|
|
*x = IsClaimedReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[20]
|
|
|
+ mi := &file_medical_proto_msgTypes[21]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1532,7 +1604,7 @@ func (x *IsClaimedReq) String() string {
|
|
|
func (*IsClaimedReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *IsClaimedReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[20]
|
|
|
+ mi := &file_medical_proto_msgTypes[21]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1545,7 +1617,7 @@ func (x *IsClaimedReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use IsClaimedReq.ProtoReflect.Descriptor instead.
|
|
|
func (*IsClaimedReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{20}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{21}
|
|
|
}
|
|
|
|
|
|
func (x *IsClaimedReq) GetUserId() int64 {
|
|
@@ -1589,7 +1661,7 @@ type IsClaimedResp struct {
|
|
|
func (x *IsClaimedResp) Reset() {
|
|
|
*x = IsClaimedResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[21]
|
|
|
+ mi := &file_medical_proto_msgTypes[22]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1602,7 +1674,7 @@ func (x *IsClaimedResp) String() string {
|
|
|
func (*IsClaimedResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *IsClaimedResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[21]
|
|
|
+ mi := &file_medical_proto_msgTypes[22]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1615,7 +1687,7 @@ func (x *IsClaimedResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use IsClaimedResp.ProtoReflect.Descriptor instead.
|
|
|
func (*IsClaimedResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{21}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{22}
|
|
|
}
|
|
|
|
|
|
func (x *IsClaimedResp) GetErrorCode() int64 {
|
|
@@ -1654,7 +1726,7 @@ type ClaimedReq struct {
|
|
|
func (x *ClaimedReq) Reset() {
|
|
|
*x = ClaimedReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[22]
|
|
|
+ mi := &file_medical_proto_msgTypes[23]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1667,7 +1739,7 @@ func (x *ClaimedReq) String() string {
|
|
|
func (*ClaimedReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *ClaimedReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[22]
|
|
|
+ mi := &file_medical_proto_msgTypes[23]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1680,7 +1752,7 @@ func (x *ClaimedReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use ClaimedReq.ProtoReflect.Descriptor instead.
|
|
|
func (*ClaimedReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{22}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{23}
|
|
|
}
|
|
|
|
|
|
func (x *ClaimedReq) GetUserId() int64 {
|
|
@@ -1725,7 +1797,7 @@ type GetNewMsgReq struct {
|
|
|
func (x *GetNewMsgReq) Reset() {
|
|
|
*x = GetNewMsgReq{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[23]
|
|
|
+ mi := &file_medical_proto_msgTypes[24]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1738,7 +1810,7 @@ func (x *GetNewMsgReq) String() string {
|
|
|
func (*GetNewMsgReq) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetNewMsgReq) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[23]
|
|
|
+ mi := &file_medical_proto_msgTypes[24]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1751,7 +1823,7 @@ func (x *GetNewMsgReq) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use GetNewMsgReq.ProtoReflect.Descriptor instead.
|
|
|
func (*GetNewMsgReq) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{23}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{24}
|
|
|
}
|
|
|
|
|
|
func (x *GetNewMsgReq) GetCompanyName() string {
|
|
@@ -1790,7 +1862,7 @@ type GetNewMsgResp struct {
|
|
|
func (x *GetNewMsgResp) Reset() {
|
|
|
*x = GetNewMsgResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[24]
|
|
|
+ mi := &file_medical_proto_msgTypes[25]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1803,7 +1875,7 @@ func (x *GetNewMsgResp) String() string {
|
|
|
func (*GetNewMsgResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *GetNewMsgResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[24]
|
|
|
+ mi := &file_medical_proto_msgTypes[25]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1816,7 +1888,7 @@ func (x *GetNewMsgResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use GetNewMsgResp.ProtoReflect.Descriptor instead.
|
|
|
func (*GetNewMsgResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{24}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{25}
|
|
|
}
|
|
|
|
|
|
func (x *GetNewMsgResp) GetList() []*NewMsgList {
|
|
@@ -1865,7 +1937,7 @@ type NewMsgList struct {
|
|
|
func (x *NewMsgList) Reset() {
|
|
|
*x = NewMsgList{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[25]
|
|
|
+ mi := &file_medical_proto_msgTypes[26]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1878,7 +1950,7 @@ func (x *NewMsgList) String() string {
|
|
|
func (*NewMsgList) ProtoMessage() {}
|
|
|
|
|
|
func (x *NewMsgList) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[25]
|
|
|
+ mi := &file_medical_proto_msgTypes[26]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1891,7 +1963,7 @@ func (x *NewMsgList) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use NewMsgList.ProtoReflect.Descriptor instead.
|
|
|
func (*NewMsgList) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{25}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{26}
|
|
|
}
|
|
|
|
|
|
func (x *NewMsgList) GetArea() string {
|
|
@@ -1965,7 +2037,7 @@ type EntClaim struct {
|
|
|
func (x *EntClaim) Reset() {
|
|
|
*x = EntClaim{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[26]
|
|
|
+ mi := &file_medical_proto_msgTypes[27]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -1978,7 +2050,7 @@ func (x *EntClaim) String() string {
|
|
|
func (*EntClaim) ProtoMessage() {}
|
|
|
|
|
|
func (x *EntClaim) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[26]
|
|
|
+ mi := &file_medical_proto_msgTypes[27]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -1991,7 +2063,7 @@ func (x *EntClaim) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use EntClaim.ProtoReflect.Descriptor instead.
|
|
|
func (*EntClaim) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{26}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{27}
|
|
|
}
|
|
|
|
|
|
func (x *EntClaim) GetId() string {
|
|
@@ -2091,7 +2163,7 @@ type EntClaimListStruct struct {
|
|
|
func (x *EntClaimListStruct) Reset() {
|
|
|
*x = EntClaimListStruct{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[27]
|
|
|
+ mi := &file_medical_proto_msgTypes[28]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -2104,7 +2176,7 @@ func (x *EntClaimListStruct) String() string {
|
|
|
func (*EntClaimListStruct) ProtoMessage() {}
|
|
|
|
|
|
func (x *EntClaimListStruct) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[27]
|
|
|
+ mi := &file_medical_proto_msgTypes[28]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2117,7 +2189,7 @@ func (x *EntClaimListStruct) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use EntClaimListStruct.ProtoReflect.Descriptor instead.
|
|
|
func (*EntClaimListStruct) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{27}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{28}
|
|
|
}
|
|
|
|
|
|
func (x *EntClaimListStruct) GetList() []*EntClaim {
|
|
@@ -2148,7 +2220,7 @@ type EntClaimListResp struct {
|
|
|
func (x *EntClaimListResp) Reset() {
|
|
|
*x = EntClaimListResp{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[28]
|
|
|
+ mi := &file_medical_proto_msgTypes[29]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -2161,7 +2233,7 @@ func (x *EntClaimListResp) String() string {
|
|
|
func (*EntClaimListResp) ProtoMessage() {}
|
|
|
|
|
|
func (x *EntClaimListResp) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[28]
|
|
|
+ mi := &file_medical_proto_msgTypes[29]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2174,7 +2246,7 @@ func (x *EntClaimListResp) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use EntClaimListResp.ProtoReflect.Descriptor instead.
|
|
|
func (*EntClaimListResp) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{28}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{29}
|
|
|
}
|
|
|
|
|
|
func (x *EntClaimListResp) GetErrorCode() int64 {
|
|
@@ -2209,7 +2281,7 @@ type IsClaimedResp_StatusRes struct {
|
|
|
func (x *IsClaimedResp_StatusRes) Reset() {
|
|
|
*x = IsClaimedResp_StatusRes{}
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
- mi := &file_medical_proto_msgTypes[29]
|
|
|
+ mi := &file_medical_proto_msgTypes[30]
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
}
|
|
@@ -2222,7 +2294,7 @@ func (x *IsClaimedResp_StatusRes) String() string {
|
|
|
func (*IsClaimedResp_StatusRes) ProtoMessage() {}
|
|
|
|
|
|
func (x *IsClaimedResp_StatusRes) ProtoReflect() protoreflect.Message {
|
|
|
- mi := &file_medical_proto_msgTypes[29]
|
|
|
+ mi := &file_medical_proto_msgTypes[30]
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
@@ -2235,7 +2307,7 @@ func (x *IsClaimedResp_StatusRes) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
// Deprecated: Use IsClaimedResp_StatusRes.ProtoReflect.Descriptor instead.
|
|
|
func (*IsClaimedResp_StatusRes) Descriptor() ([]byte, []int) {
|
|
|
- return file_medical_proto_rawDescGZIP(), []int{21, 0}
|
|
|
+ return file_medical_proto_rawDescGZIP(), []int{22, 0}
|
|
|
}
|
|
|
|
|
|
func (x *IsClaimedResp_StatusRes) GetStatus() bool {
|
|
@@ -2424,141 +2496,149 @@ var file_medical_proto_rawDesc = []byte{
|
|
|
0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72,
|
|
|
0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x02,
|
|
|
0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x22, 0x66, 0x0a, 0x0c, 0x49, 0x73, 0x43, 0x6c,
|
|
|
- 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72,
|
|
|
- 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64,
|
|
|
- 0x12, 0x14, 0x0a, 0x05, 0x45, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x05, 0x45, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x18,
|
|
|
- 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04,
|
|
|
- 0x54, 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x54, 0x79, 0x70, 0x65,
|
|
|
- 0x22, 0xa4, 0x01, 0x0a, 0x0d, 0x49, 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18,
|
|
|
- 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65,
|
|
|
- 0x12, 0x1a, 0x0a, 0x08, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x08, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x34, 0x0a, 0x04,
|
|
|
- 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6d, 0x65, 0x64,
|
|
|
- 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x49, 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x2e, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x52, 0x04, 0x44, 0x61,
|
|
|
- 0x74, 0x61, 0x1a, 0x23, 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x12,
|
|
|
- 0x16, 0x0a, 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
|
- 0x06, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x22, 0x6a, 0x0a, 0x0a, 0x43, 0x6c, 0x61, 0x69, 0x6d,
|
|
|
- 0x65, 0x64, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18,
|
|
|
- 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a,
|
|
|
- 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x41, 0x70,
|
|
|
- 0x70, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
- 0x03, 0x52, 0x04, 0x50, 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x67, 0x65, 0x53,
|
|
|
- 0x69, 0x7a, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x50, 0x61, 0x67, 0x65, 0x53,
|
|
|
- 0x69, 0x7a, 0x65, 0x22, 0x66, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67,
|
|
|
- 0x52, 0x65, 0x71, 0x12, 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x4e, 0x61,
|
|
|
- 0x6d, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
|
|
|
- 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d,
|
|
|
- 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x12,
|
|
|
- 0x1a, 0x0a, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
- 0x03, 0x52, 0x08, 0x70, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x8a, 0x01, 0x0a, 0x0d,
|
|
|
- 0x47, 0x65, 0x74, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a,
|
|
|
- 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x65,
|
|
|
- 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74,
|
|
|
- 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18,
|
|
|
- 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1b, 0x0a, 0x09,
|
|
|
- 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52,
|
|
|
- 0x08, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72,
|
|
|
- 0x6f, 0x72, 0x5f, 0x63, 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65,
|
|
|
- 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x22, 0xb8, 0x01, 0x0a, 0x0a, 0x4e, 0x65, 0x77,
|
|
|
- 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65, 0x61, 0x18,
|
|
|
- 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x62,
|
|
|
- 0x69, 0x64, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09,
|
|
|
- 0x62, 0x69, 0x64, 0x73, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x69, 0x64,
|
|
|
- 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x69,
|
|
|
- 0x64, 0x61, 0x6d, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x72, 0x73, 0x74,
|
|
|
- 0x74, 0x69, 0x6d, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x66, 0x69, 0x72, 0x73,
|
|
|
- 0x74, 0x74, 0x69, 0x6d, 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x06,
|
|
|
- 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x77,
|
|
|
- 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x77, 0x69, 0x6e,
|
|
|
- 0x6e, 0x65, 0x72, 0x22, 0xd1, 0x02, 0x0a, 0x08, 0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d,
|
|
|
- 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64,
|
|
|
- 0x12, 0x17, 0x0a, 0x07, 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
- 0x03, 0x52, 0x06, 0x75, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x74,
|
|
|
- 0x5f, 0x69, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64,
|
|
|
- 0x12, 0x19, 0x0a, 0x08, 0x65, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01,
|
|
|
- 0x28, 0x09, 0x52, 0x07, 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74,
|
|
|
- 0x79, 0x70, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12,
|
|
|
- 0x18, 0x0a, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09,
|
|
|
- 0x52, 0x07, 0x61, 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x65, 0x73, 0x74,
|
|
|
- 0x61, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x0d, 0x65, 0x73, 0x74, 0x61, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x44, 0x61, 0x74, 0x65,
|
|
|
- 0x12, 0x18, 0x0a, 0x07, 0x63, 0x61, 0x70, 0x69, 0x74, 0x61, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x07, 0x63, 0x61, 0x70, 0x69, 0x74, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f,
|
|
|
- 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28,
|
|
|
- 0x09, 0x52, 0x0c, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12,
|
|
|
- 0x14, 0x0a, 0x05, 0x61, 0x70, 0x70, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05,
|
|
|
- 0x61, 0x70, 0x70, 0x49, 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f,
|
|
|
- 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61,
|
|
|
- 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65,
|
|
|
- 0x5f, 0x74, 0x69, 0x6d, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x70, 0x64,
|
|
|
- 0x61, 0x74, 0x65, 0x54, 0x69, 0x6d, 0x65, 0x22, 0x51, 0x0a, 0x12, 0x45, 0x6e, 0x74, 0x43, 0x6c,
|
|
|
- 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x12, 0x25, 0x0a,
|
|
|
- 0x04, 0x6c, 0x69, 0x73, 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x65,
|
|
|
- 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x04,
|
|
|
- 0x6c, 0x69, 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20,
|
|
|
- 0x01, 0x28, 0x03, 0x52, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x7d, 0x0a, 0x10, 0x45, 0x6e,
|
|
|
- 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1c,
|
|
|
+ 0x09, 0x52, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x22, 0x89, 0x01, 0x0a, 0x09, 0x43, 0x6c, 0x61,
|
|
|
+ 0x69, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x43,
|
|
|
+ 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72,
|
|
|
+ 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67,
|
|
|
+ 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67,
|
|
|
+ 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e, 0x75, 0x6d, 0x18,
|
|
|
+ 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0b, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x4e,
|
|
|
+ 0x75, 0x6d, 0x12, 0x20, 0x0a, 0x0b, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63, 0x65, 0x49, 0x64,
|
|
|
+ 0x73, 0x18, 0x04, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x72, 0x65, 0x73, 0x6f, 0x75, 0x72, 0x63,
|
|
|
+ 0x65, 0x49, 0x64, 0x73, 0x22, 0x66, 0x0a, 0x0c, 0x49, 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65,
|
|
|
+ 0x64, 0x52, 0x65, 0x71, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01,
|
|
|
+ 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05,
|
|
|
+ 0x45, 0x6e, 0x74, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x45, 0x6e, 0x74,
|
|
|
+ 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x54, 0x79, 0x70, 0x65,
|
|
|
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x54, 0x79, 0x70, 0x65, 0x22, 0xa4, 0x01, 0x0a,
|
|
|
+ 0x0d, 0x49, 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1c,
|
|
|
0x0a, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
0x03, 0x52, 0x09, 0x45, 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08,
|
|
|
0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08,
|
|
|
- 0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x2f, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61,
|
|
|
- 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c,
|
|
|
- 0x2e, 0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x72,
|
|
|
- 0x75, 0x63, 0x74, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x32, 0xf0, 0x05, 0x0a, 0x07, 0x4d, 0x65,
|
|
|
- 0x64, 0x69, 0x63, 0x61, 0x6c, 0x12, 0x42, 0x0a, 0x0b, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75,
|
|
|
- 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1d, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x53,
|
|
|
- 0x65, 0x61, 0x72, 0x63, 0x68, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
- 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f,
|
|
|
- 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x0d, 0x47, 0x65, 0x74,
|
|
|
- 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x0d, 0x2e, 0x6d, 0x65, 0x64,
|
|
|
- 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x5a, 0x65, 0x72, 0x6f, 0x1a, 0x17, 0x2e, 0x6d, 0x65, 0x64, 0x69,
|
|
|
- 0x63, 0x61, 0x6c, 0x2e, 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x12, 0x42, 0x0a, 0x0b, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x6f,
|
|
|
- 0x72, 0x12, 0x1d, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x53, 0x65, 0x61, 0x72,
|
|
|
- 0x63, 0x68, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x71,
|
|
|
- 0x1a, 0x14, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61,
|
|
|
- 0x6e, 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3a, 0x0a, 0x10, 0x75, 0x73, 0x65, 0x72, 0x41, 0x75,
|
|
|
- 0x74, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x53, 0x61, 0x76, 0x65, 0x12, 0x11, 0x2e, 0x6d, 0x65, 0x64,
|
|
|
- 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x13, 0x2e,
|
|
|
- 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65,
|
|
|
- 0x73, 0x70, 0x12, 0x39, 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x41, 0x75, 0x74, 0x68, 0x49, 0x6e,
|
|
|
- 0x66, 0x6f, 0x12, 0x12, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f, 0x6d,
|
|
|
- 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c,
|
|
|
- 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a,
|
|
|
- 0x08, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x12, 0x14, 0x2e, 0x6d, 0x65, 0x64, 0x69,
|
|
|
- 0x63, 0x61, 0x6c, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x52, 0x65, 0x71, 0x1a,
|
|
|
- 0x15, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61,
|
|
|
- 0x69, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x2f, 0x0a, 0x05, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12,
|
|
|
- 0x11, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52,
|
|
|
- 0x65, 0x71, 0x1a, 0x13, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f, 0x6d,
|
|
|
- 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x09, 0x55, 0x6e, 0x43, 0x6c, 0x61,
|
|
|
- 0x69, 0x6d, 0x65, 0x64, 0x12, 0x15, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x55,
|
|
|
- 0x6e, 0x63, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x13, 0x2e, 0x6d, 0x65,
|
|
|
- 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70,
|
|
|
- 0x12, 0x3a, 0x0a, 0x09, 0x49, 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x12, 0x15, 0x2e,
|
|
|
- 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x49, 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65,
|
|
|
- 0x64, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x49,
|
|
|
- 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x16,
|
|
|
- 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74,
|
|
|
- 0x6f, 0x72, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x13, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c,
|
|
|
- 0x2e, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x6d, 0x65,
|
|
|
- 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69,
|
|
|
- 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x16, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65,
|
|
|
- 0x64, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74,
|
|
|
+ 0x45, 0x72, 0x72, 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x34, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61,
|
|
|
+ 0x18, 0x03, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x20, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c,
|
|
|
+ 0x2e, 0x49, 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x2e, 0x53,
|
|
|
+ 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x52, 0x04, 0x44, 0x61, 0x74, 0x61, 0x1a, 0x23,
|
|
|
+ 0x0a, 0x09, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x12, 0x16, 0x0a, 0x06, 0x73,
|
|
|
+ 0x74, 0x61, 0x74, 0x75, 0x73, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x06, 0x73, 0x74, 0x61,
|
|
|
+ 0x74, 0x75, 0x73, 0x22, 0x6a, 0x0a, 0x0a, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65,
|
|
|
+ 0x71, 0x12, 0x16, 0x0a, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
+ 0x03, 0x52, 0x06, 0x55, 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x14, 0x0a, 0x05, 0x41, 0x70, 0x70,
|
|
|
+ 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x41, 0x70, 0x70, 0x49, 0x64, 0x12,
|
|
|
+ 0x12, 0x0a, 0x04, 0x50, 0x61, 0x67, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x50,
|
|
|
+ 0x61, 0x67, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x50, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18,
|
|
|
+ 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x50, 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22,
|
|
|
+ 0x66, 0x0a, 0x0c, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x12,
|
|
|
+ 0x20, 0x0a, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x4e, 0x61, 0x6d, 0x65, 0x18, 0x01,
|
|
|
+ 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x4e, 0x61, 0x6d,
|
|
|
+ 0x65, 0x12, 0x18, 0x0a, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x18, 0x02, 0x20, 0x01,
|
|
|
+ 0x28, 0x03, 0x52, 0x07, 0x70, 0x61, 0x67, 0x65, 0x4e, 0x75, 0x6d, 0x12, 0x1a, 0x0a, 0x08, 0x70,
|
|
|
+ 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x03, 0x52, 0x08, 0x70,
|
|
|
+ 0x61, 0x67, 0x65, 0x53, 0x69, 0x7a, 0x65, 0x22, 0x8a, 0x01, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x4e,
|
|
|
+ 0x65, 0x77, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x12, 0x27, 0x0a, 0x04, 0x6c, 0x69, 0x73,
|
|
|
+ 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x13, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61,
|
|
|
+ 0x6c, 0x2e, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x04, 0x6c, 0x69,
|
|
|
+ 0x73, 0x74, 0x12, 0x14, 0x0a, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
+ 0x03, 0x52, 0x05, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x12, 0x1b, 0x0a, 0x09, 0x65, 0x72, 0x72, 0x6f,
|
|
|
+ 0x72, 0x5f, 0x6d, 0x73, 0x67, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x65, 0x72, 0x72,
|
|
|
+ 0x6f, 0x72, 0x4d, 0x73, 0x67, 0x12, 0x1d, 0x0a, 0x0a, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x5f, 0x63,
|
|
|
+ 0x6f, 0x64, 0x65, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x65, 0x72, 0x72, 0x6f, 0x72,
|
|
|
+ 0x43, 0x6f, 0x64, 0x65, 0x22, 0xb8, 0x01, 0x0a, 0x0a, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67, 0x4c,
|
|
|
+ 0x69, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x61, 0x72, 0x65, 0x61, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
+ 0x09, 0x52, 0x04, 0x61, 0x72, 0x65, 0x61, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x69, 0x64, 0x73, 0x74,
|
|
|
+ 0x61, 0x74, 0x75, 0x73, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x69, 0x64, 0x73,
|
|
|
+ 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x1c, 0x0a, 0x09, 0x62, 0x69, 0x64, 0x61, 0x6d, 0x6f, 0x75,
|
|
|
+ 0x6e, 0x74, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x09, 0x62, 0x69, 0x64, 0x61, 0x6d, 0x6f,
|
|
|
+ 0x75, 0x6e, 0x74, 0x12, 0x1c, 0x0a, 0x09, 0x66, 0x69, 0x72, 0x73, 0x74, 0x74, 0x69, 0x6d, 0x65,
|
|
|
+ 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x66, 0x69, 0x72, 0x73, 0x74, 0x74, 0x69, 0x6d,
|
|
|
+ 0x65, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69,
|
|
|
+ 0x64, 0x12, 0x14, 0x0a, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09,
|
|
|
+ 0x52, 0x05, 0x74, 0x69, 0x74, 0x6c, 0x65, 0x12, 0x16, 0x0a, 0x06, 0x77, 0x69, 0x6e, 0x6e, 0x65,
|
|
|
+ 0x72, 0x18, 0x07, 0x20, 0x03, 0x28, 0x09, 0x52, 0x06, 0x77, 0x69, 0x6e, 0x6e, 0x65, 0x72, 0x22,
|
|
|
+ 0xd1, 0x02, 0x0a, 0x08, 0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x0e, 0x0a, 0x02,
|
|
|
+ 0x69, 0x64, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x09, 0x52, 0x02, 0x69, 0x64, 0x12, 0x17, 0x0a, 0x07,
|
|
|
+ 0x75, 0x73, 0x65, 0x72, 0x5f, 0x69, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x75,
|
|
|
+ 0x73, 0x65, 0x72, 0x49, 0x64, 0x12, 0x15, 0x0a, 0x06, 0x65, 0x6e, 0x74, 0x5f, 0x69, 0x64, 0x18,
|
|
|
+ 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x6e, 0x74, 0x49, 0x64, 0x12, 0x19, 0x0a, 0x08,
|
|
|
+ 0x65, 0x6e, 0x74, 0x5f, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07,
|
|
|
+ 0x65, 0x6e, 0x74, 0x4e, 0x61, 0x6d, 0x65, 0x12, 0x12, 0x0a, 0x04, 0x74, 0x79, 0x70, 0x65, 0x18,
|
|
|
+ 0x04, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x74, 0x79, 0x70, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x61,
|
|
|
+ 0x64, 0x64, 0x72, 0x65, 0x73, 0x73, 0x18, 0x05, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x61, 0x64,
|
|
|
+ 0x64, 0x72, 0x65, 0x73, 0x73, 0x12, 0x25, 0x0a, 0x0e, 0x65, 0x73, 0x74, 0x61, 0x62, 0x6c, 0x69,
|
|
|
+ 0x73, 0x68, 0x5f, 0x64, 0x61, 0x74, 0x65, 0x18, 0x06, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0d, 0x65,
|
|
|
+ 0x73, 0x74, 0x61, 0x62, 0x6c, 0x69, 0x73, 0x68, 0x44, 0x61, 0x74, 0x65, 0x12, 0x18, 0x0a, 0x07,
|
|
|
+ 0x63, 0x61, 0x70, 0x69, 0x74, 0x61, 0x6c, 0x18, 0x07, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x63,
|
|
|
+ 0x61, 0x70, 0x69, 0x74, 0x61, 0x6c, 0x12, 0x23, 0x0a, 0x0d, 0x63, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
|
|
|
+ 0x79, 0x5f, 0x70, 0x68, 0x6f, 0x6e, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0c, 0x63,
|
|
|
+ 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x50, 0x68, 0x6f, 0x6e, 0x65, 0x12, 0x14, 0x0a, 0x05, 0x61,
|
|
|
+ 0x70, 0x70, 0x49, 0x64, 0x18, 0x09, 0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x61, 0x70, 0x70, 0x49,
|
|
|
+ 0x64, 0x12, 0x1f, 0x0a, 0x0b, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d, 0x65,
|
|
|
+ 0x18, 0x0b, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x54, 0x69,
|
|
|
+ 0x6d, 0x65, 0x12, 0x1f, 0x0a, 0x0b, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x5f, 0x74, 0x69, 0x6d,
|
|
|
+ 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0a, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x54,
|
|
|
+ 0x69, 0x6d, 0x65, 0x22, 0x51, 0x0a, 0x12, 0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c,
|
|
|
+ 0x69, 0x73, 0x74, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x12, 0x25, 0x0a, 0x04, 0x6c, 0x69, 0x73,
|
|
|
+ 0x74, 0x18, 0x01, 0x20, 0x03, 0x28, 0x0b, 0x32, 0x11, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61,
|
|
|
+ 0x6c, 0x2e, 0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x04, 0x6c, 0x69, 0x73, 0x74,
|
|
|
+ 0x12, 0x14, 0x0a, 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
+ 0x05, 0x74, 0x6f, 0x74, 0x61, 0x6c, 0x22, 0x7d, 0x0a, 0x10, 0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61,
|
|
|
+ 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x1c, 0x0a, 0x09, 0x45, 0x72,
|
|
|
+ 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x09, 0x45,
|
|
|
+ 0x72, 0x72, 0x6f, 0x72, 0x43, 0x6f, 0x64, 0x65, 0x12, 0x1a, 0x0a, 0x08, 0x45, 0x72, 0x72, 0x6f,
|
|
|
+ 0x72, 0x4d, 0x73, 0x67, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x08, 0x45, 0x72, 0x72, 0x6f,
|
|
|
+ 0x72, 0x4d, 0x73, 0x67, 0x12, 0x2f, 0x0a, 0x04, 0x44, 0x61, 0x74, 0x61, 0x18, 0x03, 0x20, 0x01,
|
|
|
+ 0x28, 0x0b, 0x32, 0x1b, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x45, 0x6e, 0x74,
|
|
|
+ 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x53, 0x74, 0x72, 0x75, 0x63, 0x74, 0x52,
|
|
|
+ 0x04, 0x44, 0x61, 0x74, 0x61, 0x32, 0xee, 0x05, 0x0a, 0x07, 0x4d, 0x65, 0x64, 0x69, 0x63, 0x61,
|
|
|
+ 0x6c, 0x12, 0x42, 0x0a, 0x0b, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e,
|
|
|
+ 0x12, 0x1d, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63,
|
|
|
+ 0x68, 0x49, 0x6e, 0x73, 0x74, 0x69, 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x14, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e,
|
|
|
+ 0x79, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x0d, 0x47, 0x65, 0x74, 0x46, 0x69, 0x6c, 0x74,
|
|
|
+ 0x65, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x0d, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c,
|
|
|
+ 0x2e, 0x5a, 0x65, 0x72, 0x6f, 0x1a, 0x17, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e,
|
|
|
+ 0x46, 0x69, 0x6c, 0x74, 0x65, 0x72, 0x49, 0x74, 0x65, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x42,
|
|
|
+ 0x0a, 0x0b, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x6f, 0x72, 0x12, 0x1d, 0x2e,
|
|
|
+ 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x53, 0x65, 0x61, 0x72, 0x63, 0x68, 0x44, 0x69,
|
|
|
+ 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x6f, 0x72, 0x52, 0x65, 0x71, 0x1a, 0x14, 0x2e, 0x6d,
|
|
|
+ 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x12, 0x3a, 0x0a, 0x10, 0x75, 0x73, 0x65, 0x72, 0x41, 0x75, 0x74, 0x68, 0x49, 0x6e,
|
|
|
+ 0x66, 0x6f, 0x53, 0x61, 0x76, 0x65, 0x12, 0x11, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c,
|
|
|
+ 0x2e, 0x55, 0x73, 0x65, 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x1a, 0x13, 0x2e, 0x6d, 0x65, 0x64, 0x69,
|
|
|
+ 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52, 0x65, 0x73, 0x70, 0x12, 0x39,
|
|
|
+ 0x0a, 0x0c, 0x75, 0x73, 0x65, 0x72, 0x41, 0x75, 0x74, 0x68, 0x49, 0x6e, 0x66, 0x6f, 0x12, 0x12,
|
|
|
+ 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6f, 0x6d, 0x6d, 0x6f, 0x6e, 0x52,
|
|
|
+ 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x55, 0x73, 0x65,
|
|
|
+ 0x72, 0x49, 0x6e, 0x66, 0x6f, 0x52, 0x65, 0x73, 0x70, 0x12, 0x37, 0x0a, 0x08, 0x50, 0x6f, 0x72,
|
|
|
+ 0x74, 0x72, 0x61, 0x69, 0x74, 0x12, 0x14, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e,
|
|
|
+ 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x52, 0x65, 0x71, 0x1a, 0x15, 0x2e, 0x6d, 0x65,
|
|
|
+ 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x50, 0x6f, 0x72, 0x74, 0x72, 0x61, 0x69, 0x74, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x12, 0x2e, 0x0a, 0x05, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x12, 0x11, 0x2e, 0x6d, 0x65,
|
|
|
+ 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x71, 0x1a, 0x12,
|
|
|
+ 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65,
|
|
|
+ 0x73, 0x70, 0x12, 0x36, 0x0a, 0x09, 0x55, 0x6e, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x12,
|
|
|
+ 0x15, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x55, 0x6e, 0x63, 0x6c, 0x61, 0x69,
|
|
|
+ 0x6d, 0x65, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x12, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c,
|
|
|
+ 0x2e, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3a, 0x0a, 0x09, 0x49, 0x73,
|
|
|
+ 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x12, 0x15, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61,
|
|
|
+ 0x6c, 0x2e, 0x49, 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x16,
|
|
|
+ 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x49, 0x73, 0x43, 0x6c, 0x61, 0x69, 0x6d,
|
|
|
+ 0x65, 0x64, 0x52, 0x65, 0x73, 0x70, 0x12, 0x48, 0x0a, 0x16, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65,
|
|
|
+ 0x64, 0x44, 0x69, 0x73, 0x74, 0x72, 0x69, 0x62, 0x75, 0x74, 0x6f, 0x72, 0x4c, 0x69, 0x73, 0x74,
|
|
|
0x12, 0x13, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6c, 0x61, 0x69, 0x6d,
|
|
|
0x65, 0x64, 0x52, 0x65, 0x71, 0x1a, 0x19, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e,
|
|
|
0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70,
|
|
|
- 0x12, 0x3a, 0x0a, 0x09, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67, 0x12, 0x15, 0x2e,
|
|
|
- 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x77, 0x4d, 0x73,
|
|
|
- 0x67, 0x52, 0x65, 0x71, 0x1a, 0x16, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x47,
|
|
|
- 0x65, 0x74, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09,
|
|
|
- 0x2e, 0x2f, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
- 0x33,
|
|
|
+ 0x12, 0x48, 0x0a, 0x16, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x49, 0x6e, 0x73, 0x74, 0x69,
|
|
|
+ 0x74, 0x75, 0x74, 0x69, 0x6f, 0x6e, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x13, 0x2e, 0x6d, 0x65, 0x64,
|
|
|
+ 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x43, 0x6c, 0x61, 0x69, 0x6d, 0x65, 0x64, 0x52, 0x65, 0x71, 0x1a,
|
|
|
+ 0x19, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x45, 0x6e, 0x74, 0x43, 0x6c, 0x61,
|
|
|
+ 0x69, 0x6d, 0x4c, 0x69, 0x73, 0x74, 0x52, 0x65, 0x73, 0x70, 0x12, 0x3a, 0x0a, 0x09, 0x47, 0x65,
|
|
|
+ 0x74, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67, 0x12, 0x15, 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61,
|
|
|
+ 0x6c, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x77, 0x4d, 0x73, 0x67, 0x52, 0x65, 0x71, 0x1a, 0x16,
|
|
|
+ 0x2e, 0x6d, 0x65, 0x64, 0x69, 0x63, 0x61, 0x6c, 0x2e, 0x47, 0x65, 0x74, 0x4e, 0x65, 0x77, 0x4d,
|
|
|
+ 0x73, 0x67, 0x52, 0x65, 0x73, 0x70, 0x42, 0x0b, 0x5a, 0x09, 0x2e, 0x2f, 0x6d, 0x65, 0x64, 0x69,
|
|
|
+ 0x63, 0x61, 0x6c, 0x62, 0x06, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x33,
|
|
|
}
|
|
|
|
|
|
var (
|
|
@@ -2573,7 +2653,7 @@ func file_medical_proto_rawDescGZIP() []byte {
|
|
|
return file_medical_proto_rawDescData
|
|
|
}
|
|
|
|
|
|
-var file_medical_proto_msgTypes = make([]protoimpl.MessageInfo, 30)
|
|
|
+var file_medical_proto_msgTypes = make([]protoimpl.MessageInfo, 31)
|
|
|
var file_medical_proto_goTypes = []interface{}{
|
|
|
(*Request)(nil), // 0: medical.Request
|
|
|
(*Response)(nil), // 1: medical.Response
|
|
@@ -2595,16 +2675,17 @@ var file_medical_proto_goTypes = []interface{}{
|
|
|
(*PortraitResp)(nil), // 17: medical.PortraitResp
|
|
|
(*ClaimReq)(nil), // 18: medical.ClaimReq
|
|
|
(*UnclaimedReq)(nil), // 19: medical.UnclaimedReq
|
|
|
- (*IsClaimedReq)(nil), // 20: medical.IsClaimedReq
|
|
|
- (*IsClaimedResp)(nil), // 21: medical.IsClaimedResp
|
|
|
- (*ClaimedReq)(nil), // 22: medical.ClaimedReq
|
|
|
- (*GetNewMsgReq)(nil), // 23: medical.GetNewMsgReq
|
|
|
- (*GetNewMsgResp)(nil), // 24: medical.GetNewMsgResp
|
|
|
- (*NewMsgList)(nil), // 25: medical.NewMsgList
|
|
|
- (*EntClaim)(nil), // 26: medical.EntClaim
|
|
|
- (*EntClaimListStruct)(nil), // 27: medical.EntClaimListStruct
|
|
|
- (*EntClaimListResp)(nil), // 28: medical.EntClaimListResp
|
|
|
- (*IsClaimedResp_StatusRes)(nil), // 29: medical.IsClaimedResp.StatusRes
|
|
|
+ (*ClaimResp)(nil), // 20: medical.ClaimResp
|
|
|
+ (*IsClaimedReq)(nil), // 21: medical.IsClaimedReq
|
|
|
+ (*IsClaimedResp)(nil), // 22: medical.IsClaimedResp
|
|
|
+ (*ClaimedReq)(nil), // 23: medical.ClaimedReq
|
|
|
+ (*GetNewMsgReq)(nil), // 24: medical.GetNewMsgReq
|
|
|
+ (*GetNewMsgResp)(nil), // 25: medical.GetNewMsgResp
|
|
|
+ (*NewMsgList)(nil), // 26: medical.NewMsgList
|
|
|
+ (*EntClaim)(nil), // 27: medical.EntClaim
|
|
|
+ (*EntClaimListStruct)(nil), // 28: medical.EntClaimListStruct
|
|
|
+ (*EntClaimListResp)(nil), // 29: medical.EntClaimListResp
|
|
|
+ (*IsClaimedResp_StatusRes)(nil), // 30: medical.IsClaimedResp.StatusRes
|
|
|
}
|
|
|
var file_medical_proto_depIdxs = []int32{
|
|
|
7, // 0: medical.SearchInstitutionReq.sdequipmentCode:type_name -> medical.Business_Scope
|
|
@@ -2614,10 +2695,10 @@ var file_medical_proto_depIdxs = []int32{
|
|
|
11, // 4: medical.FilterItem.mi_type_code:type_name -> medical.MiTypeCode
|
|
|
12, // 5: medical.FilterItemResp.data:type_name -> medical.FilterItem
|
|
|
14, // 6: medical.UserInfoResp.data:type_name -> medical.UserInfo
|
|
|
- 29, // 7: medical.IsClaimedResp.Data:type_name -> medical.IsClaimedResp.StatusRes
|
|
|
- 25, // 8: medical.GetNewMsgResp.list:type_name -> medical.NewMsgList
|
|
|
- 26, // 9: medical.EntClaimListStruct.list:type_name -> medical.EntClaim
|
|
|
- 27, // 10: medical.EntClaimListResp.Data:type_name -> medical.EntClaimListStruct
|
|
|
+ 30, // 7: medical.IsClaimedResp.Data:type_name -> medical.IsClaimedResp.StatusRes
|
|
|
+ 26, // 8: medical.GetNewMsgResp.list:type_name -> medical.NewMsgList
|
|
|
+ 27, // 9: medical.EntClaimListStruct.list:type_name -> medical.EntClaim
|
|
|
+ 28, // 10: medical.EntClaimListResp.Data:type_name -> medical.EntClaimListStruct
|
|
|
5, // 11: medical.Medical.Institution:input_type -> medical.SearchInstitutionReq
|
|
|
4, // 12: medical.Medical.GetFilterItem:input_type -> medical.Zero
|
|
|
6, // 13: medical.Medical.Distributor:input_type -> medical.SearchDistributorReq
|
|
@@ -2626,22 +2707,22 @@ var file_medical_proto_depIdxs = []int32{
|
|
|
16, // 16: medical.Medical.Portrait:input_type -> medical.PortraitReq
|
|
|
18, // 17: medical.Medical.Claim:input_type -> medical.ClaimReq
|
|
|
19, // 18: medical.Medical.UnClaimed:input_type -> medical.UnclaimedReq
|
|
|
- 20, // 19: medical.Medical.IsClaimed:input_type -> medical.IsClaimedReq
|
|
|
- 22, // 20: medical.Medical.ClaimedDistributorList:input_type -> medical.ClaimedReq
|
|
|
- 22, // 21: medical.Medical.ClaimedInstitutionList:input_type -> medical.ClaimedReq
|
|
|
- 23, // 22: medical.Medical.GetNewMsg:input_type -> medical.GetNewMsgReq
|
|
|
+ 21, // 19: medical.Medical.IsClaimed:input_type -> medical.IsClaimedReq
|
|
|
+ 23, // 20: medical.Medical.ClaimedDistributorList:input_type -> medical.ClaimedReq
|
|
|
+ 23, // 21: medical.Medical.ClaimedInstitutionList:input_type -> medical.ClaimedReq
|
|
|
+ 24, // 22: medical.Medical.GetNewMsg:input_type -> medical.GetNewMsgReq
|
|
|
9, // 23: medical.Medical.Institution:output_type -> medical.CompanyResp
|
|
|
13, // 24: medical.Medical.GetFilterItem:output_type -> medical.FilterItemResp
|
|
|
9, // 25: medical.Medical.Distributor:output_type -> medical.CompanyResp
|
|
|
2, // 26: medical.Medical.userAuthInfoSave:output_type -> medical.CommonResp
|
|
|
15, // 27: medical.Medical.userAuthInfo:output_type -> medical.UserInfoResp
|
|
|
17, // 28: medical.Medical.Portrait:output_type -> medical.PortraitResp
|
|
|
- 2, // 29: medical.Medical.Claim:output_type -> medical.CommonResp
|
|
|
- 2, // 30: medical.Medical.UnClaimed:output_type -> medical.CommonResp
|
|
|
- 21, // 31: medical.Medical.IsClaimed:output_type -> medical.IsClaimedResp
|
|
|
- 28, // 32: medical.Medical.ClaimedDistributorList:output_type -> medical.EntClaimListResp
|
|
|
- 28, // 33: medical.Medical.ClaimedInstitutionList:output_type -> medical.EntClaimListResp
|
|
|
- 24, // 34: medical.Medical.GetNewMsg:output_type -> medical.GetNewMsgResp
|
|
|
+ 20, // 29: medical.Medical.Claim:output_type -> medical.ClaimResp
|
|
|
+ 20, // 30: medical.Medical.UnClaimed:output_type -> medical.ClaimResp
|
|
|
+ 22, // 31: medical.Medical.IsClaimed:output_type -> medical.IsClaimedResp
|
|
|
+ 29, // 32: medical.Medical.ClaimedDistributorList:output_type -> medical.EntClaimListResp
|
|
|
+ 29, // 33: medical.Medical.ClaimedInstitutionList:output_type -> medical.EntClaimListResp
|
|
|
+ 25, // 34: medical.Medical.GetNewMsg:output_type -> medical.GetNewMsgResp
|
|
|
23, // [23:35] is the sub-list for method output_type
|
|
|
11, // [11:23] is the sub-list for method input_type
|
|
|
11, // [11:11] is the sub-list for extension type_name
|
|
@@ -2896,7 +2977,7 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*IsClaimedReq); i {
|
|
|
+ switch v := v.(*ClaimResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -2908,7 +2989,7 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*IsClaimedResp); i {
|
|
|
+ switch v := v.(*IsClaimedReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -2920,7 +3001,7 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[22].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*ClaimedReq); i {
|
|
|
+ switch v := v.(*IsClaimedResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -2932,7 +3013,7 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[23].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*GetNewMsgReq); i {
|
|
|
+ switch v := v.(*ClaimedReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -2944,7 +3025,7 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[24].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*GetNewMsgResp); i {
|
|
|
+ switch v := v.(*GetNewMsgReq); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -2956,7 +3037,7 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[25].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*NewMsgList); i {
|
|
|
+ switch v := v.(*GetNewMsgResp); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -2968,7 +3049,7 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[26].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*EntClaim); i {
|
|
|
+ switch v := v.(*NewMsgList); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -2980,7 +3061,7 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[27].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*EntClaimListStruct); i {
|
|
|
+ switch v := v.(*EntClaim); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -2992,7 +3073,7 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[28].Exporter = func(v interface{}, i int) interface{} {
|
|
|
- switch v := v.(*EntClaimListResp); i {
|
|
|
+ switch v := v.(*EntClaimListStruct); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
|
case 1:
|
|
@@ -3004,6 +3085,18 @@ func file_medical_proto_init() {
|
|
|
}
|
|
|
}
|
|
|
file_medical_proto_msgTypes[29].Exporter = func(v interface{}, i int) interface{} {
|
|
|
+ switch v := v.(*EntClaimListResp); i {
|
|
|
+ case 0:
|
|
|
+ return &v.state
|
|
|
+ case 1:
|
|
|
+ return &v.sizeCache
|
|
|
+ case 2:
|
|
|
+ return &v.unknownFields
|
|
|
+ default:
|
|
|
+ return nil
|
|
|
+ }
|
|
|
+ }
|
|
|
+ file_medical_proto_msgTypes[30].Exporter = func(v interface{}, i int) interface{} {
|
|
|
switch v := v.(*IsClaimedResp_StatusRes); i {
|
|
|
case 0:
|
|
|
return &v.state
|
|
@@ -3022,7 +3115,7 @@ func file_medical_proto_init() {
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
RawDescriptor: file_medical_proto_rawDesc,
|
|
|
NumEnums: 0,
|
|
|
- NumMessages: 30,
|
|
|
+ NumMessages: 31,
|
|
|
NumExtensions: 0,
|
|
|
NumServices: 1,
|
|
|
},
|