@@ -1437,6 +1437,165 @@ func (x *ListAllEnabledIPItemsResponse) GetResults() []*ListAllEnabledIPItemsRes
return nil
}
// 列出所有名单中的IP ID
type ListAllIPItemIdsRequest struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
Keyword string ` protobuf:"bytes,8,opt,name=keyword,proto3" json:"keyword,omitempty" ` // 关键词
Ip string ` protobuf:"bytes,1,opt,name=ip,proto3" json:"ip,omitempty" ` // 单个IP, 搜索单个IP时需要
GlobalOnly bool ` protobuf:"varint,2,opt,name=globalOnly,proto3" json:"globalOnly,omitempty" ` // 是否为自动添加的IP
Unread bool ` protobuf:"varint,5,opt,name=unread,proto3" json:"unread,omitempty" ` // 是否未读
EventLevel string ` protobuf:"bytes,6,opt,name=eventLevel,proto3" json:"eventLevel,omitempty" ` // 事件级别
ListType string ` protobuf:"bytes,7,opt,name=listType,proto3" json:"listType,omitempty" ` // 列表类型: black|white
UserId int64 ` protobuf:"varint,9,opt,name=userId,proto3" json:"userId,omitempty" ` // 用户ID, 只有管理员才有权限指定用户ID
Offset int64 ` protobuf:"varint,3,opt,name=offset,proto3" json:"offset,omitempty" ` // 读取位置, 从0开始
Size int64 ` protobuf:"varint,4,opt,name=size,proto3" json:"size,omitempty" ` // 每次读取数量
}
func ( x * ListAllIPItemIdsRequest ) Reset ( ) {
* x = ListAllIPItemIdsRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_service_ip_item_proto_msgTypes [ 21 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * ListAllIPItemIdsRequest ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * ListAllIPItemIdsRequest ) ProtoMessage ( ) { }
func ( x * ListAllIPItemIdsRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_service_ip_item_proto_msgTypes [ 21 ]
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 ListAllIPItemIdsRequest.ProtoReflect.Descriptor instead.
func ( * ListAllIPItemIdsRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_service_ip_item_proto_rawDescGZIP ( ) , [ ] int { 21 }
}
func ( x * ListAllIPItemIdsRequest ) GetKeyword ( ) string {
if x != nil {
return x . Keyword
}
return ""
}
func ( x * ListAllIPItemIdsRequest ) GetIp ( ) string {
if x != nil {
return x . Ip
}
return ""
}
func ( x * ListAllIPItemIdsRequest ) GetGlobalOnly ( ) bool {
if x != nil {
return x . GlobalOnly
}
return false
}
func ( x * ListAllIPItemIdsRequest ) GetUnread ( ) bool {
if x != nil {
return x . Unread
}
return false
}
func ( x * ListAllIPItemIdsRequest ) GetEventLevel ( ) string {
if x != nil {
return x . EventLevel
}
return ""
}
func ( x * ListAllIPItemIdsRequest ) GetListType ( ) string {
if x != nil {
return x . ListType
}
return ""
}
func ( x * ListAllIPItemIdsRequest ) GetUserId ( ) int64 {
if x != nil {
return x . UserId
}
return 0
}
func ( x * ListAllIPItemIdsRequest ) GetOffset ( ) int64 {
if x != nil {
return x . Offset
}
return 0
}
func ( x * ListAllIPItemIdsRequest ) GetSize ( ) int64 {
if x != nil {
return x . Size
}
return 0
}
type ListAllIPItemIdsResponse struct {
state protoimpl . MessageState
sizeCache protoimpl . SizeCache
unknownFields protoimpl . UnknownFields
IpItemIds [ ] int64 ` protobuf:"varint,1,rep,packed,name=ipItemIds,proto3" json:"ipItemIds,omitempty" ` // IP ID列表
}
func ( x * ListAllIPItemIdsResponse ) Reset ( ) {
* x = ListAllIPItemIdsResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_service_ip_item_proto_msgTypes [ 22 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
}
func ( x * ListAllIPItemIdsResponse ) String ( ) string {
return protoimpl . X . MessageStringOf ( x )
}
func ( * ListAllIPItemIdsResponse ) ProtoMessage ( ) { }
func ( x * ListAllIPItemIdsResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_service_ip_item_proto_msgTypes [ 22 ]
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 ListAllIPItemIdsResponse.ProtoReflect.Descriptor instead.
func ( * ListAllIPItemIdsResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_service_ip_item_proto_rawDescGZIP ( ) , [ ] int { 22 }
}
func ( x * ListAllIPItemIdsResponse ) GetIpItemIds ( ) [ ] int64 {
if x != nil {
return x . IpItemIds
}
return nil
}
// 设置所有为已读
type UpdateIPItemsReadRequest struct {
state protoimpl . MessageState
@@ -1447,7 +1606,7 @@ type UpdateIPItemsReadRequest struct {
func ( x * UpdateIPItemsReadRequest ) Reset ( ) {
* x = UpdateIPItemsReadRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_service_ip_item_proto_msgTypes [ 21 ]
mi := & file_service_ip_item_proto_msgTypes [ 23 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@@ -1460,7 +1619,7 @@ func (x *UpdateIPItemsReadRequest) String() string {
func ( * UpdateIPItemsReadRequest ) ProtoMessage ( ) { }
func ( x * UpdateIPItemsReadRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_service_ip_item_proto_msgTypes [ 21 ]
mi := & file_service_ip_item_proto_msgTypes [ 23 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@@ -1473,7 +1632,7 @@ func (x *UpdateIPItemsReadRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use UpdateIPItemsReadRequest.ProtoReflect.Descriptor instead.
func ( * UpdateIPItemsReadRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_service_ip_item_proto_rawDescGZIP ( ) , [ ] int { 21 }
return file_service_ip_item_proto_rawDescGZIP ( ) , [ ] int { 23 }
}
// 查找IP对应的名单所属网站ID
@@ -1488,7 +1647,7 @@ type FindServerIdWithIPItemIdRequest struct {
func ( x * FindServerIdWithIPItemIdRequest ) Reset ( ) {
* x = FindServerIdWithIPItemIdRequest { }
if protoimpl . UnsafeEnabled {
mi := & file_service_ip_item_proto_msgTypes [ 22 ]
mi := & file_service_ip_item_proto_msgTypes [ 24 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@@ -1501,7 +1660,7 @@ func (x *FindServerIdWithIPItemIdRequest) String() string {
func ( * FindServerIdWithIPItemIdRequest ) ProtoMessage ( ) { }
func ( x * FindServerIdWithIPItemIdRequest ) ProtoReflect ( ) protoreflect . Message {
mi := & file_service_ip_item_proto_msgTypes [ 22 ]
mi := & file_service_ip_item_proto_msgTypes [ 24 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@@ -1514,7 +1673,7 @@ func (x *FindServerIdWithIPItemIdRequest) ProtoReflect() protoreflect.Message {
// Deprecated: Use FindServerIdWithIPItemIdRequest.ProtoReflect.Descriptor instead.
func ( * FindServerIdWithIPItemIdRequest ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_service_ip_item_proto_rawDescGZIP ( ) , [ ] int { 22 }
return file_service_ip_item_proto_rawDescGZIP ( ) , [ ] int { 24 }
}
func ( x * FindServerIdWithIPItemIdRequest ) GetIpItemId ( ) int64 {
@@ -1535,7 +1694,7 @@ type FindServerIdWithIPItemIdResponse struct {
func ( x * FindServerIdWithIPItemIdResponse ) Reset ( ) {
* x = FindServerIdWithIPItemIdResponse { }
if protoimpl . UnsafeEnabled {
mi := & file_service_ip_item_proto_msgTypes [ 23 ]
mi := & file_service_ip_item_proto_msgTypes [ 25 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@@ -1548,7 +1707,7 @@ func (x *FindServerIdWithIPItemIdResponse) String() string {
func ( * FindServerIdWithIPItemIdResponse ) ProtoMessage ( ) { }
func ( x * FindServerIdWithIPItemIdResponse ) ProtoReflect ( ) protoreflect . Message {
mi := & file_service_ip_item_proto_msgTypes [ 23 ]
mi := & file_service_ip_item_proto_msgTypes [ 25 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@@ -1561,7 +1720,7 @@ func (x *FindServerIdWithIPItemIdResponse) ProtoReflect() protoreflect.Message {
// Deprecated: Use FindServerIdWithIPItemIdResponse.ProtoReflect.Descriptor instead.
func ( * FindServerIdWithIPItemIdResponse ) Descriptor ( ) ( [ ] byte , [ ] int ) {
return file_service_ip_item_proto_rawDescGZIP ( ) , [ ] int { 23 }
return file_service_ip_item_proto_rawDescGZIP ( ) , [ ] int { 25 }
}
func ( x * FindServerIdWithIPItemIdResponse ) GetServerId ( ) int64 {
@@ -1595,7 +1754,7 @@ type CreateIPItemsRequest_IPItem struct {
func ( x * CreateIPItemsRequest_IPItem ) Reset ( ) {
* x = CreateIPItemsRequest_IPItem { }
if protoimpl . UnsafeEnabled {
mi := & file_service_ip_item_proto_msgTypes [ 24 ]
mi := & file_service_ip_item_proto_msgTypes [ 26 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@@ -1608,7 +1767,7 @@ func (x *CreateIPItemsRequest_IPItem) String() string {
func ( * CreateIPItemsRequest_IPItem ) ProtoMessage ( ) { }
func ( x * CreateIPItemsRequest_IPItem ) ProtoReflect ( ) protoreflect . Message {
mi := & file_service_ip_item_proto_msgTypes [ 24 ]
mi := & file_service_ip_item_proto_msgTypes [ 26 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@@ -1736,7 +1895,7 @@ type ListAllEnabledIPItemsResponse_Result struct {
func ( x * ListAllEnabledIPItemsResponse_Result ) Reset ( ) {
* x = ListAllEnabledIPItemsResponse_Result { }
if protoimpl . UnsafeEnabled {
mi := & file_service_ip_item_proto_msgTypes [ 25 ]
mi := & file_service_ip_item_proto_msgTypes [ 27 ]
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
ms . StoreMessageInfo ( mi )
}
@@ -1749,7 +1908,7 @@ func (x *ListAllEnabledIPItemsResponse_Result) String() string {
func ( * ListAllEnabledIPItemsResponse_Result ) ProtoMessage ( ) { }
func ( x * ListAllEnabledIPItemsResponse_Result ) ProtoReflect ( ) protoreflect . Message {
mi := & file_service_ip_item_proto_msgTypes [ 25 ]
mi := & file_service_ip_item_proto_msgTypes [ 27 ]
if protoimpl . UnsafeEnabled && x != nil {
ms := protoimpl . X . MessageStateOf ( protoimpl . Pointer ( x ) )
if ms . LoadMessageInfo ( ) == nil {
@@ -2022,93 +2181,118 @@ var file_service_ip_item_proto_rawDesc = []byte{
0x77 , 0x61 , 0x6c , 0x6c , 0x50 , 0x6f , 0x6c , 0x69 , 0x63 , 0x79 , 0x18 , 0x04 , 0x20 , 0x01 , 0x28 , 0x0b ,
0x32 , 0x16 , 0x2e , 0x70 , 0x62 , 0x2e , 0x48 , 0x54 , 0x54 , 0x50 , 0x46 , 0x69 , 0x72 , 0x65 , 0x77 , 0x61 ,
0x6c , 0x6c , 0x50 , 0x6f , 0x6c , 0x69 , 0x63 , 0x79 , 0x52 , 0x12 , 0x68 , 0x74 , 0x74 , 0x70 , 0x46 , 0x69 ,
0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x50 , 0x6f , 0x6c , 0x69 , 0x63 , 0x79 , 0x22 , 0x1a , 0x0a , 0x18 ,
0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x52 , 0x65 , 0x61 ,
0x64 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x2 2 , 0x3d , 0x0a , 0x1f , 0x4 6 , 0x69 , 0x6e , 0x64 ,
0x53 , 0x65 , 0x72 , 0x7 6 , 0x65 , 0x7 2 , 0x49 , 0x64 , 0x57 , 0x69 , 0x74 , 0x68 , 0x49 , 0x50 , 0x49 , 0x74 ,
0x65 , 0x6d , 0x49 , 0x64 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x12 , 0x1a , 0x0a , 0x08 , 0x69 ,
0x70 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x18 , 0x01 , 0x20 , 0x0 1 , 0x28 , 0x03 , 0x52 , 0x08 , 0x6 9 ,
0x70 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x22 , 0x3e , 0x0a , 0x20 , 0x4 6 , 0x69 , 0x6e , 0x6 4 , 0x53 ,
0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x49 , 0x64 , 0x57 , 0x69 , 0x74 , 0x68 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 ,
0x6d , 0x49 , 0x64 , 0x52 , 0x6 5 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x1 a , 0x0a , 0x08 , 0x73 ,
0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x49 , 0x64 , 0x18 , 0x01 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x08 , 0x73 ,
0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x49 , 0x64 , 0x32 , 0xb1 , 0x09 , 0x0a , 0x0d , 0x49 , 0x5 0 , 0x49 , 0x74 ,
0x65 , 0x6d , 0x53 , 0x65 , 0x72 , 0x7 6 , 0x69 , 0x63 , 0x65 , 0x12 , 0x41 , 0x0a , 0x0c , 0x63 , 0x72 , 0x65 ,
0x61 , 0x74 , 0x6 5 , 0x4 9 , 0x5 0 , 0x49 , 0x74 , 0x65 , 0x6d , 0x12 , 0x1 7 , 0x2e , 0x70 , 0x6 2 , 0x2e , 0x43 ,
0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x5 2 , 0x65 , 0x71 , 0x75 , 0x65 ,
0x73 , 0x74 , 0x1a , 0x18 , 0x2e , 0x70 , 0x62 , 0x2e , 0x43 , 0x72 , 0x65 , 0x6 1 , 0x74 , 0x65 , 0x49 , 0x5 0 ,
0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x44 , 0x0a , 0x0d ,
0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x12 , 0x18 , 0x2e ,
0x70 , 0x62 , 0x2e , 0x43 , 0x72 , 0x65 , 0x61 , 0x7 4 , 0x65 , 0x49 , 0x50 , 0x49 , 0x7 4 , 0x65 , 0x6d , 0x73 ,
0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x19 , 0x2e , 0x70 , 0x62 , 0x2e , 0x43 , 0x72 , 0x65 ,
0x61 , 0x7 4 , 0x65 , 0x49 , 0x5 0 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e ,
0x73 , 0x65 , 0x12 , 0x3 7 , 0x0a , 0x0c , 0x7 5 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 ,
0x65 , 0x6d , 0x12 , 0x17 , 0x2e , 0x70 , 0x62 , 0x2e , 0x55 , 0x70 , 0x64 , 0x6 1 , 0x74 , 0x65 , 0x49 , 0x50 ,
0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x65 , 0x71 , 0x75 , 0x6 5 , 0x73 , 0x74 , 0x1a , 0x0e , 0x2e , 0x70 , 0x62 ,
0x2e , 0x52 , 0x50 , 0x43 , 0x53 , 0x7 5 , 0x63 , 0x63 , 0x65 , 0x73 , 0x73 , 0x12 , 0x37 , 0x0a , 0x0c , 0x64 ,
0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x5 0 , 0x4 9 , 0x74 , 0x65 , 0x6d , 0x12 , 0x17 , 0x2e , 0x70 , 0x62 ,
0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x4 9 , 0x5 0 , 0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x65 , 0x71 ,
0x75 , 0x65 , 0x73 , 0x7 4 , 0x1a , 0x0 e , 0x2e , 0x70 , 0x62 , 0x2e , 0x52 , 0x50 , 0x43 , 0x53 , 0x75 , 0x63 ,
0x63 , 0x65 , 0x73 , 0x73 , 0x12 , 0x3 9 , 0x0a , 0x0d , 0x64 , 0x65 , 0x6c , 0x6 5 , 0x74 , 0x65 , 0x49 , 0x50 ,
0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x12 , 0x1 8 , 0x2e , 0x70 , 0x6 2 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 ,
0x72 , 0x65 , 0x77 , 0x61 , 0x6c , 0x6c , 0x50 , 0x6f , 0x6c , 0x69 , 0x63 , 0x79 , 0x22 , 0xfb , 0x01 , 0x0a ,
0x17 , 0x4c , 0x69 , 0x73 , 0x74 , 0x41 , 0x6c , 0x6c , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 ,
0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1 2 , 0x18 , 0x0a , 0x07 , 0x6b , 0x65 , 0x79 , 0x77 ,
0x6f , 0x72 , 0x64 , 0x18 , 0x08 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0 7 , 0x6b , 0x65 , 0x79 , 0x77 , 0x6f ,
0x72 , 0x64 , 0x12 , 0x0e , 0x0a , 0x02 , 0x69 , 0x70 , 0x18 , 0x01 , 0x20 , 0x0 1 , 0x28 , 0x09 , 0x52 , 0x02 ,
0x69 , 0x70 , 0x12 , 0x1e , 0x0a , 0x0a , 0x67 , 0x6c , 0x6f , 0x6 2 , 0x6 1 , 0x6c , 0x4f , 0x6e , 0x6c , 0x7 9 ,
0x18 , 0x02 , 0x20 , 0x01 , 0x28 , 0x08 , 0x52 , 0x0a , 0x67 , 0x6c , 0x6f , 0x62 , 0x61 , 0x6c , 0x4f , 0x6e ,
0x6c , 0x79 , 0x12 , 0x1 6 , 0x0a , 0x06 , 0x75 , 0x6e , 0x72 , 0x65 , 0x61 , 0x6 4 , 0x18 , 0x05 , 0x20 , 0x01 ,
0x28 , 0x08 , 0x52 , 0x06 , 0x7 5 , 0x6e , 0x72 , 0x65 , 0x61 , 0x64 , 0x12 , 0x1e , 0x0 a , 0x0a , 0x65 , 0x76 ,
0x65 , 0x6e , 0x74 , 0x4c , 0x65 , 0x76 , 0x65 , 0x6c , 0x18 , 0x06 , 0x20 , 0x01 , 0x28 , 0x09 , 0x52 , 0x0a ,
0x65 , 0x76 , 0x65 , 0x6e , 0x74 , 0x4c , 0x65 , 0x76 , 0x65 , 0x6c , 0x12 , 0x1a , 0x0a , 0x08 , 0x6c , 0x69 ,
0x73 , 0x74 , 0x54 , 0x79 , 0x70 , 0x65 , 0x18 , 0x07 , 0x20 , 0x0 1 , 0x28 , 0x09 , 0x52 , 0x08 , 0x6c , 0x69 ,
0x73 , 0x74 , 0x54 , 0x7 9 , 0x7 0 , 0x65 , 0x12 , 0x1 6 , 0x0a , 0x06 , 0x75 , 0x73 , 0x65 , 0x7 2 , 0x49 , 0x6 4 ,
0x18 , 0x09 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x06 , 0x75 , 0x73 , 0x65 , 0x7 2 , 0x49 , 0x64 , 0x12 , 0x1 6 ,
0x0a , 0x06 , 0x6f , 0x66 , 0x66 , 0x73 , 0x65 , 0x74 , 0x18 , 0x03 , 0x20 , 0x0 1 , 0x28 , 0x03 , 0x52 , 0x06 ,
0x6f , 0x66 , 0x66 , 0x73 , 0x6 5 , 0x74 , 0x12 , 0x12 , 0x0a , 0x04 , 0x73 , 0x69 , 0x7a , 0x65 , 0x18 , 0x04 ,
0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x04 , 0x73 , 0x69 , 0x7a , 0x65 , 0x22 , 0x38 , 0x0a , 0x18 , 0x4c , 0x69 ,
0x73 , 0x74 , 0x41 , 0x6c , 0x6c , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x6 4 , 0x73 , 0x52 , 0x65 ,
0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x1c , 0x0a , 0x09 , 0x69 , 0x70 , 0x49 , 0x7 4 , 0x65 , 0x6d ,
0x49 , 0x6 4 , 0x73 , 0x18 , 0x01 , 0x20 , 0x03 , 0x28 , 0x03 , 0x52 , 0x09 , 0x69 , 0x70 , 0x49 , 0x74 , 0x65 ,
0x6d , 0x49 , 0x64 , 0x73 , 0x22 , 0x1a , 0x0a , 0x18 , 0x5 5 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 ,
0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x52 , 0x65 , 0x7 1 , 0x75 , 0x65 , 0x73 , 0x74 ,
0x22 , 0x3d , 0x0a , 0x1f , 0x46 , 0x69 , 0x6e , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x7 2 , 0x49 , 0x64 ,
0x57 , 0x69 , 0x74 , 0x68 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x52 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x12 , 0x1a , 0x0a , 0x08 , 0x6 9 , 0x70 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x18 ,
0x01 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x08 , 0x6 9 , 0x7 0 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x22 ,
0x3e , 0x0a , 0x20 , 0x46 , 0x69 , 0x6 e , 0x64 , 0x53 , 0x65 , 0x7 2 , 0x76 , 0x6 5 , 0x72 , 0x49 , 0x64 , 0x57 ,
0x69 , 0x74 , 0x68 , 0x49 , 0x50 , 0x4 9 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f ,
0x6e , 0x73 , 0x65 , 0x12 , 0x1a , 0x0a , 0x0 8 , 0x73 , 0x65 , 0x7 2 , 0x76 , 0x65 , 0x72 , 0x49 , 0x64 , 0x18 ,
0x01 , 0x20 , 0x01 , 0x28 , 0x03 , 0x52 , 0x08 , 0x73 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x49 , 0x64 , 0x32 ,
0x80 , 0x0a , 0x0a , 0x0d , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x53 , 0x65 , 0x72 , 0x76 , 0x69 , 0x63 ,
0x65 , 0x12 , 0x41 , 0x0a , 0x0c , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 ,
0x6d , 0x12 , 0x17 , 0x2e , 0x70 , 0x62 , 0x2e , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 ,
0x74 , 0x65 , 0x6d , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x18 , 0x2e , 0x70 , 0x62 , 0x2e ,
0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x65 , 0x73 , 0x70 ,
0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x44 , 0x0a , 0x0d , 0x63 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 ,
0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x12 , 0x18 , 0x2e , 0x70 , 0x62 , 0x2e , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 ,
0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a ,
0x0e , 0x2e , 0x70 , 0x62 , 0x2e , 0x52 , 0x50 , 0x43 , 0x53 , 0x75 , 0x63 , 0x63 , 0x6 5 , 0x73 , 0x73 , 0x12 ,
0x51 , 0x0a , 0x16 , 0x63 , 0x6f , 0x75 , 0x6e , 0x74 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x5 7 ,
0x69 , 0x74 , 0x68 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x12 , 0x2 1 , 0x2e , 0x70 , 0x62 , 0x2e , 0x43 ,
0x6f , 0x75 , 0x6e , 0x74 , 0x49 , 0x50 , 0x49 , 0x74, 0x65 , 0x6d , 0x73 , 0x57 , 0x69 , 0x74 , 0x68 , 0x4c ,
0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x5 2 , 0x65 , 0x71 , 0x75 , 0x6 5 , 0x73 , 0x7 4 , 0x1a , 0x14 , 0x2e , 0x70 ,
0x62 , 0x2e , 0x52 , 0x50 , 0x4 3 , 0x43 , 0x6f , 0x75 , 0x6e , 0x74 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e ,
0x73 , 0x65 , 0x12 , 0x5c , 0x0a , 0x15 , 0x6c , 0x69 , 0x73 , 0x7 4 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d ,
0x73 , 0x57 , 0x69 , 0x74 , 0x68 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x12 , 0x20 , 0x2e , 0x70 , 0x62 ,
0x2e , 0x4c , 0x69 , 0x73 , 0x7 4 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x57 , 0x6 9 , 0x74 , 0x68 ,
0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x52 , 0x6 5 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x2 1 , 0x2e ,
0x70 , 0x62 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x57 , 0x69 ,
0x74 , 0x68 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 ,
0x12 , 0x50 , 0x0a , 0x11 , 0x66 , 0x69 , 0x6e , 0x64 , 0x4 5 , 0x6e , 0x6 1 , 0x62 , 0x6c , 0x6 5 , 0x64 , 0x49 ,
0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x12 , 0x1c , 0x2e , 0x70 , 0x62 , 0x2e , 0x46 , 0x69 , 0x6e , 0x6 4 , 0x45 ,
0x6e , 0x6 1 , 0x6 2 , 0x6c , 0x65 , 0x64 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x6 5 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x1a , 0x1d , 0x2e , 0x70 , 0x62 , 0x2e , 0x46 , 0x69 , 0x6e , 0x64 , 0x4 5 , 0x6e , 0x6 1 ,
0x62 , 0x6c , 0x65 , 0x6 4 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x6 5 , 0x7 3 , 0x70 , 0x6f , 0x6e ,
0x73 , 0x65 , 0x1 2 , 0x62 , 0x0a , 0x1 7 , 0x6c , 0x69 , 0x73 , 0x74 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d ,
0x73 , 0x41 , 0x66 , 0x74 , 0x65 , 0x72 , 0x5 6 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x12 , 0x22 , 0x2e ,
0x70 , 0x62 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x41 , 0x66 ,
0x74 , 0x65 , 0x72 , 0x56 , 0x6 5 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 , 0x71 , 0x75 , 0x6 5 , 0x73 ,
0x74 , 0x1a , 0x23 , 0x2e , 0x70 , 0x62 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 ,
0x6d , 0x73 , 0x41 , 0x66 , 0x74 , 0x65 , 0x72 , 0x5 6 , 0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 ,
0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x50 , 0x0a , 0x11 , 0x63 , 0x68 , 0x65 , 0x63 , 0x6b , 0x49 ,
0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x53 , 0x7 4 , 0x61 , 0x74 , 0x75 , 0x73 , 0x12 , 0x1c , 0x2e , 0x70 , 0x6 2 ,
0x2e , 0x43 , 0x68 , 0x65 , 0x63 , 0x6b , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x53 , 0x7 4 , 0x61 , 0x74 ,
0x7 5 , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x1d , 0x2e , 0x70 , 0x62 , 0x2e , 0x43 ,
0x68 , 0x65 , 0x63 , 0x6b , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x53 , 0x7 4 , 0x61 , 0x74 , 0x75 , 0x73 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x5 6 , 0x0a , 0x13 , 0x65 , 0x78 , 0x69 , 0x73 ,
0x74 , 0x73 , 0x45 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x64 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x12 ,
0x1e , 0x2e , 0x70 , 0x62 , 0x2 e , 0x45 , 0x78 , 0x69 , 0x73 , 0x74 , 0x73 , 0x45 , 0x6e , 0x61 , 0x62 , 0x6c ,
0x65 , 0x64 , 0x49 , 0x50, 0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x65 , 0x71 , 0x7 5 , 0x65 , 0x73 , 0x74 , 0x1a ,
0x1 f , 0x2 e , 0x70 , 0x62 , 0x2e , 0x4 5 , 0x78 , 0x69 , 0x 73 , 0x74 , 0x7 3 , 0x45 , 0x6e , 0x61 , 0x6 2 , 0x6 c ,
0x65 , 0x6 4 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x6 5 ,
0x12 , 0x51 , 0x0a , 0x1 6 , 0x63 , 0x6f , 0x7 5 , 0x6e , 0x74 , 0x41 , 0x6c , 0x6c , 0x45 , 0x6e , 0x6 1 , 0x62 ,
0x6c , 0x65 , 0x64 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x12 , 0x21 , 0x2e , 0x70 , 0x62 , 0x2e ,
0x43 , 0x6f , 0x75 , 0x6e , 0x74 , 0x41 , 0x6c , 0x6c , 0x45 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x6 4 , 0x49 ,
0x50 , 0x49, 0x74 , 0x65 , 0x6d , 0x7 3 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x14 , 0x2e ,
0x70 , 0x62 , 0x2e , 0x5 2 , 0x5 0 , 0x43 , 0x43 , 0x6f , 0x75 , 0x6e , 0x74 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f ,
0x6e , 0x73 , 0x6 5 , 0x12 , 0x5c , 0x0a , 0x1 5 , 0x6c , 0x69 , 0x73 , 0x74 , 0x41 , 0x6c , 0x6c , 0x45 , 0x6e ,
0x61 , 0x62 , 0x6c , 0x65, 0x64 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x12 , 0x20 , 0x2e , 0x70 ,
0x62 , 0x2e , 0x4c , 0x6 9 , 0x73 , 0x74 , 0x41 , 0x6c , 0x6c , 0x45 , 0x6e , 0x61 , 0x6 2 , 0x6c , 0x65 , 0x64 ,
0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d, 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x21 ,
0x2e , 0x70 , 0x62 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x4 1 , 0x6c , 0x6c , 0x45 , 0x6 e , 0x61 , 0x62 , 0x6c ,
0x65 , 0x64 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d, 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 ,
0x6 5 , 0x12 , 0x41 , 0x0a , 0x11 , 0x75 , 0x70 , 0x64 , 0x6 1 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 ,
0x6d , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x12 , 0x1c , 0x2e , 0x70 , 0x62 , 0x2e , 0x55 , 0x70 , 0x6 4 , 0x61 ,
0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x7 3 , 0x52 , 0x6 5 , 0x61 , 0x6 4 , 0x52 , 0x65 , 0x71 ,
0x7 5 , 0x65 , 0x73 , 0x74 , 0x1a , 0x0e , 0x2e , 0x70 , 0x62 , 0x2e , 0x52 , 0x50 , 0x43 , 0x5 3 , 0x7 5 , 0x63 ,
0x63 , 0x65 , 0x73 , 0x73 , 0x12 , 0x65 , 0x0a , 0x18 , 0x66 , 0x69 , 0x6 e , 0x64 , 0x53 , 0x65 , 0x72 , 0x7 6 ,
0x6 5 , 0x72 , 0x49 , 0x64 , 0x57 , 0x69 , 0x74 , 0x68 , 0x49 , 0x50 , 0x49 , 0x74 , 0x6 5 , 0x6d , 0x49 , 0x64 ,
0x12 , 0x2 3 , 0x2e , 0x70 , 0x62 , 0x2e , 0x46 , 0x69 , 0x6e , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x6 5 , 0x72 ,
0x49 , 0x64 , 0x57 , 0x69 , 0x74 , 0x68 , 0x49 , 0x5 0 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x6 4 , 0x52 , 0x65 ,
0x71 , 0x7 5 , 0x65 , 0x73 , 0x74 , 0x1a , 0x24 , 0x2e , 0x70 , 0x62 , 0x2e , 0x46 , 0x69 , 0x6e , 0x64 , 0x53 ,
0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x49 , 0x64 , 0x57 , 0x69 , 0x74 , 0x68 , 0x49 , 0x50 , 0x4 9 , 0x74 , 0x65 ,
0x6d , 0x49 , 0x64 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x42 , 0x06 , 0x5a , 0x04 , 0x2e ,
0x2f , 0x70 , 0x62 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 , 0x6f , 0x3 3 ,
0x19 , 0x2e , 0x70 , 0x62 , 0x2e , 0x43 , 0x72 , 0x65 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 ,
0x6d , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x6 5 , 0x12 , 0x3 7 , 0x0a , 0x0c , 0x75 , 0x70 ,
0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x12 , 0x17 , 0x2e , 0x70 , 0x62 , 0x2e ,
0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x65 , 0x71 , 0x75 ,
0x65 , 0x73 , 0x74 , 0x1a , 0x0e , 0x2e , 0x70 , 0x62 , 0x2e , 0x52 , 0x50 , 0x43 , 0x53 , 0x75 , 0x63 , 0x63 ,
0x65 , 0x73 , 0x73 , 0x12 , 0x37 , 0x0a , 0x0c , 0x64 , 0x65 , 0x6c , 0x6 5 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 ,
0x74 , 0x65 , 0x6d , 0x12 , 0x17 , 0x2e , 0x70 , 0x62 , 0x2e , 0x4 4 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 ,
0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x0e , 0x2e , 0x70 ,
0x6 2 , 0x2e , 0x52 , 0x50 , 0x43 , 0x53 , 0x7 5 , 0x63 , 0x63 , 0x65 , 0x73 , 0x73 , 0x12 , 0x3 9 , 0x0a , 0x0d ,
0x6 4 , 0x65 , 0x6c , 0x65 , 0x7 4 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x12 , 0x18 , 0x2e ,
0x70 , 0x62 , 0x2e , 0x44 , 0x65 , 0x6c , 0x65 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 ,
0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x0e , 0x2e , 0x70 , 0x62 , 0x2e , 0x52 , 0x50 , 0x43 ,
0x53 , 0x7 5 , 0x63 , 0x63 , 0x65 , 0x73 , 0x73 , 0x12 , 0x51 , 0x0a , 0x16 , 0x63 , 0x6f , 0x7 5 , 0x6e , 0x7 4 ,
0x49 , 0x50, 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x57 , 0x69 , 0x74 , 0x68 , 0x4c , 0x69 , 0x73 , 0x7 4 , 0x49 ,
0x64 , 0x12 , 0x21 , 0x2e , 0x70 , 0x62 , 0x2e , 0x43 , 0x6f , 0x75 , 0x6e , 0x74 , 0x49 , 0x50 , 0x49 , 0x74 ,
0x65 , 0x6d , 0x73 , 0x57 , 0x69 , 0x74 , 0x68 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x52 , 0x65 , 0x7 1 ,
0x75 , 0x65 , 0x73 , 0x7 4 , 0x1a , 0x14 , 0x2e , 0x70 , 0x62 , 0x2e , 0x52 , 0x50 , 0x4 3 , 0x43 , 0x6f , 0x75 ,
0x6e , 0x74 , 0x5 2 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x5c , 0x0a , 0x15 , 0x6c , 0x69 ,
0x73 , 0x7 4 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x5 7 , 0x69 , 0x74 , 0x68 , 0x4c , 0x69 , 0x73 ,
0x74 , 0x49 , 0x64 , 0x12 , 0x20 , 0x2e , 0x70, 0x62 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x50 , 0x49 ,
0x74 , 0x65 , 0x6d , 0x73 , 0x57 , 0x69 , 0x74 , 0x68 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 , 0x52 , 0x65 ,
0x71 , 0x75 , 0x65 , 0x73 , 0x74, 0x1a , 0x21 , 0x2e , 0x70 , 0x62 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 ,
0x50 , 0x49 , 0x7 4 , 0x65 , 0x6d , 0x73 , 0x5 7 , 0x69 , 0x74 , 0x68 , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 , 0x64 ,
0x52 , 0x65 , 0x73, 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x50 , 0x0a , 0x11 , 0x66 , 0x69 , 0x6e , 0x64 ,
0x4 5 , 0x6e , 0x61 , 0x62 , 0x6c , 0x6 5 , 0x6 4 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x1 2 , 0x1c , 0x2e ,
0x70 , 0x62 , 0x2e , 0x4 6 , 0x69 , 0x6e , 0x6 4 , 0x4 5 , 0x6e , 0x61 , 0x62 , 0x6c , 0x6 5 , 0x6 4 , 0x49 , 0x50 ,
0x49 , 0x74 , 0x6 5 , 0x6d , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x1d , 0x2e , 0x70 , 0x62 ,
0x2e , 0x4 6 , 0x69 , 0x6e , 0x6 4 , 0x4 5 , 0x6e , 0x61 , 0x62 , 0x6c , 0x6 5 , 0x6 4 , 0x49 , 0x50 , 0x49 , 0x74 ,
0x65 , 0x6d , 0x52, 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x62 , 0x0a , 0x17 , 0x6c , 0x69 ,
0x73 , 0x74 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x41 , 0x66 , 0x74 , 0x65, 0x72 , 0x5 6 , 0x65 ,
0x72 , 0x73 , 0x69 , 0x6f , 0x6 e , 0x12 , 0x22 , 0x2e , 0x70 , 0x62 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x49 ,
0x50 , 0x49 , 0x74 , 0x65 , 0x6d, 0x73 , 0x41 , 0x66 , 0x74 , 0x65 , 0x72 , 0x56 , 0x65 , 0x72 , 0x73 , 0x69 ,
0x6 f , 0x6 e , 0x52 , 0x65 , 0x71 , 0x7 5 , 0x65 , 0x 73 , 0x74 , 0x1a , 0x2 3 , 0x2e , 0x70 , 0x62 , 0x2e , 0x4 c ,
0x69 , 0x73 , 0x7 4 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x41 , 0x66 , 0x74 , 0x65 , 0x72 , 0x56 ,
0x65 , 0x72 , 0x73 , 0x69 , 0x6f , 0x6e , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x50 ,
0x0a , 0x11 , 0x63 , 0x68 , 0x6 5 , 0x63 , 0x6b , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x53 , 0x74 , 0x61 ,
0x7 4 , 0x75 , 0x73 , 0x12 , 0x1c , 0x2e , 0x70 , 0x62 , 0x2e , 0x43 , 0x68 , 0x65 , 0x63 , 0x6b , 0x49 , 0x50 ,
0x49 , 0x74 , 0x65 , 0x6d , 0x5 3 , 0x74 , 0x61 , 0x74 , 0x75 , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 ,
0x74 , 0x1a , 0x1d , 0x2e , 0x7 0 , 0x62 , 0x2e , 0x43 , 0x68 , 0x65 , 0x63 , 0x6b , 0x49 , 0x50 , 0x49 , 0x74 ,
0x65 , 0x6d , 0x53 , 0x74 , 0x61 , 0x74 , 0x7 5 , 0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 ,
0x12 , 0x56 , 0x0a , 0x13 , 0x65 , 0x78 , 0x69 , 0x73 , 0x74 , 0x73 , 0x45 , 0x6e , 0x 61 , 0x62 , 0x6c , 0x65 ,
0x64 , 0x49 , 0x50 , 0x4 9 , 0x74 , 0x65 , 0x6d , 0x12 , 0x1e , 0x2e , 0x70 , 0x62 , 0x2e , 0x45 , 0x78 , 0x69 ,
0x73 , 0x74 , 0x73 , 0x45 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x64 , 0x 49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d ,
0x5 2 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x1f , 0x2e , 0x70 , 0x62 , 0x2 e , 0x45 , 0x78 , 0x69 ,
0x73 , 0x74 , 0x73 , 0x45 , 0x6e , 0x61 , 0x62 , 0x6c , 0x 65 , 0x64 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d ,
0x52 , 0x65 , 0x73 , 0x7 0 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x51 , 0x0a , 0x16 , 0x63 , 0x6f , 0x75 , 0x6e ,
0x74 , 0x41 , 0x6c , 0x6c , 0x45 , 0x6e , 0x6 1 , 0x62 , 0x6c , 0x65 , 0x64 , 0x49 , 0x50 , 0x49 , 0x7 4 , 0x65 ,
0x6d , 0x73 , 0x12 , 0x21 , 0x2e , 0x70 , 0x62 , 0x2e , 0x4 3 , 0x6f , 0x7 5 , 0x6e , 0x7 4 , 0x41 , 0x6c , 0x6c ,
0x4 5 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x64 , 0x49 , 0x50 , 0x49 , 0x74 , 0x6 5 , 0x6d , 0x7 3 , 0x52 , 0x65 ,
0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x14 , 0x2e , 0x70 , 0x62 , 0x2 e , 0x52 , 0x50 , 0x43 , 0x43 , 0x6f ,
0x7 5 , 0x6e , 0x7 4 , 0x52 , 0x6 5 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x5c , 0x0a , 0x15 , 0x6c ,
0x69 , 0x7 3 , 0x74 , 0x41 , 0x6c , 0x6c , 0x45 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x64 , 0x49 , 0x50 , 0x49 ,
0x7 4 , 0x65 , 0x6d , 0x73 , 0x12 , 0x20 , 0x2e , 0x7 0 , 0x62 , 0x2e , 0x4c , 0x69 , 0x73 , 0x7 4 , 0x41 , 0x6c ,
0x6c , 0x4 5 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x64 , 0x49 , 0x50 , 0x49 , 0x7 4 , 0x65 , 0x6d , 0x73 , 0x52 ,
0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x7 4 , 0x1a , 0x21 , 0x2e , 0x70 , 0x62 , 0x2e , 0x4c , 0x6 9 , 0x73 , 0x74 ,
0x41 , 0x6c , 0x6c , 0x4 5 , 0x6e , 0x61 , 0x62 , 0x6c , 0x65 , 0x64 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d ,
0x73 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x4d , 0x0a , 0x10 , 0x6c , 0x69 , 0x7 3 ,
0x74 , 0x41 , 0x6c , 0x6c , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x73 , 0x12 , 0x1b , 0x2e ,
0x70 , 0x62 , 0x2e , 0x4c , 0x69 , 0x73 , 0x74 , 0x41 , 0x6c , 0x6c , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d ,
0x49 , 0x64 , 0x73 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x1c , 0x2e , 0x70 , 0x62 , 0x2e ,
0x4c , 0x69 , 0x73 , 0x74 , 0x41 , 0x6c , 0x6c , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x73 ,
0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e , 0x73 , 0x65 , 0x12 , 0x41 , 0x0a , 0x11 , 0x75 , 0x70 , 0x64 , 0x61 ,
0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 , 0x52 , 0x65 , 0x61 , 0x64 , 0x12 , 0x1c , 0x2e ,
0x70 , 0x62 , 0x2e , 0x55 , 0x70 , 0x64 , 0x61 , 0x74 , 0x65 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x73 ,
0x52 , 0x65 , 0x61 , 0x64 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x0e , 0x2e , 0x70 , 0x62 ,
0x2e , 0x52 , 0x50 , 0x43 , 0x53 , 0x75 , 0x63 , 0x63 , 0x65 , 0x73 , 0x73 , 0x12 , 0x65 , 0x0a , 0x18 , 0x66 ,
0x69 , 0x6e , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x49 , 0x64 , 0x57 , 0x69 , 0x74 , 0x68 , 0x49 ,
0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x12 , 0x23 , 0x2e , 0x70 , 0x62 , 0x2e , 0x46 , 0x69 , 0x6e ,
0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x49 , 0x64 , 0x57 , 0x69 , 0x74 , 0x68 , 0x49 , 0x50 , 0x49 ,
0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x52 , 0x65 , 0x71 , 0x75 , 0x65 , 0x73 , 0x74 , 0x1a , 0x24 , 0x2e , 0x70 ,
0x62 , 0x2e , 0x46 , 0x69 , 0x6e , 0x64 , 0x53 , 0x65 , 0x72 , 0x76 , 0x65 , 0x72 , 0x49 , 0x64 , 0x57 , 0x69 ,
0x74 , 0x68 , 0x49 , 0x50 , 0x49 , 0x74 , 0x65 , 0x6d , 0x49 , 0x64 , 0x52 , 0x65 , 0x73 , 0x70 , 0x6f , 0x6e ,
0x73 , 0x65 , 0x42 , 0x06 , 0x5a , 0x04 , 0x2e , 0x2f , 0x70 , 0x62 , 0x62 , 0x06 , 0x70 , 0x72 , 0x6f , 0x74 ,
0x6f , 0x33 ,
}
var (
@@ -2123,7 +2307,7 @@ func file_service_ip_item_proto_rawDescGZIP() []byte {
return file_service_ip_item_proto_rawDescData
}
var file_service_ip_item_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 26 )
var file_service_ip_item_proto_msgTypes = make ( [ ] protoimpl . MessageInfo , 28 )
var file_service_ip_item_proto_goTypes = [ ] interface { } {
( * CreateIPItemRequest ) ( nil ) , // 0: pb.CreateIPItemRequest
( * CreateIPItemResponse ) ( nil ) , // 1: pb.CreateIPItemResponse
@@ -2146,29 +2330,31 @@ var file_service_ip_item_proto_goTypes = []interface{}{
( * CountAllEnabledIPItemsRequest ) ( nil ) , // 18: pb.CountAllEnabledIPItemsRequest
( * ListAllEnabledIPItemsRequest ) ( nil ) , // 19: pb.ListAllEnabledIPItemsRequest
( * ListAllEnabledIPItemsResponse ) ( nil ) , // 20: pb.ListAllEnabledIPItemsResponse
( * Update IPItemsRead Request) ( nil ) , // 21: pb.Update IPItemsRead Request
( * FindServerIdWith IPItemIdRequest ) ( nil ) , // 22: pb.FindServerIdWith IPItemIdRequest
( * FindServerIdWithIPItemIdResponse ) ( nil ) , // 23: pb.FindServerIdWithIPItemIdResponse
( * Create IPItems Request_IPItem ) ( nil ) , // 24: pb.Create IPItems Request.IPItem
( * ListAllEnabled IPItems Response_Result ) ( nil ) , // 25: pb.ListAllEnabled IPItems Response.Result
( * IPItem ) ( nil ) , // 26: pb.IPItem
( * IPList ) ( nil ) , // 27: pb.IPLis t
( * Server ) ( nil ) , // 28: pb.Server
( * HTTPFirewallPolicy ) ( nil ) , // 29: pb.HTTPFirewallPolicy
( * RPCSuccess ) ( nil ) , // 30: pb.RPCSuccess
( * RPCCountResponse ) ( nil ) , // 31: pb.RPCCountResponse
( * ListAll IPItemIds Request) ( nil ) , // 21: pb.ListAll IPItemIds Request
( * ListAll IPItemIds Response ) ( nil ) , // 22: pb.ListAll IPItemIds Response
( * UpdateIPItemsReadRequest ) ( nil ) , // 23: pb.UpdateIPItemsReadRequest
( * FindServerIdWith IPItemId Request) ( nil ) , // 24: pb.FindServerIdWith IPItemId Request
( * FindServerIdWith IPItemId Response) ( nil ) , // 25: pb.FindServerIdWith IPItemId Response
( * CreateIPItemsRequest_ IPItem) ( nil ) , // 26: pb.CreateIPItemsRequest .IPItem
( * ListAllEnabledIPItemsResponse_Result ) ( nil ) , // 27: pb.ListAllEnabledIPItemsResponse.Resul t
( * IPItem ) ( nil ) , // 28: pb.IPItem
( * IPList ) ( nil ) , // 29: pb.IPList
( * Server ) ( nil ) , // 30: pb.Server
( * HTTPFirewallPolicy ) ( nil ) , // 31: pb.HTTPFirewallPolicy
( * RPCSuccess ) ( nil ) , // 32: pb.RPCSuccess
( * RPCCountResponse ) ( nil ) , // 33: pb.RPCCountResponse
}
var file_service_ip_item_proto_depIdxs = [ ] int32 {
24 , // 0: pb.CreateIPItemsRequest.ipItems:type_name -> pb.CreateIPItemsRequest.IPItem
26 , // 1: pb.ListIPItemsWithListIdResponse.ipItems:type_name -> pb.IPItem
26 , // 2: pb.FindEnabledIPItemResponse.ipItem:type_name -> pb.IPItem
26 , // 3: pb.ListIPItemsAfterVersionResponse.ipItems:type_name -> pb.IPItem
26 , // 4: pb.CheckIPItemStatusResponse.ipItem:type_name -> pb.IPItem
25 , // 5: pb.ListAllEnabledIPItemsResponse.results:type_name -> pb.ListAllEnabledIPItemsResponse.Result
27 , // 6: pb.ListAllEnabledIPItemsResponse.Result.ipList:type_name -> pb.IPList
26 , // 7: pb.ListAllEnabledIPItemsResponse.Result.ipItem:type_name -> pb.IPItem
28 , // 8: pb.ListAllEnabledIPItemsResponse.Result.server:type_name -> pb.Server
29 , // 9: pb.ListAllEnabledIPItemsResponse.Result.httpFirewallPolicy:type_name -> pb.HTTPFirewallPolicy
26 , // 0: pb.CreateIPItemsRequest.ipItems:type_name -> pb.CreateIPItemsRequest.IPItem
28 , // 1: pb.ListIPItemsWithListIdResponse.ipItems:type_name -> pb.IPItem
28 , // 2: pb.FindEnabledIPItemResponse.ipItem:type_name -> pb.IPItem
28 , // 3: pb.ListIPItemsAfterVersionResponse.ipItems:type_name -> pb.IPItem
28 , // 4: pb.CheckIPItemStatusResponse.ipItem:type_name -> pb.IPItem
27 , // 5: pb.ListAllEnabledIPItemsResponse.results:type_name -> pb.ListAllEnabledIPItemsResponse.Result
29 , // 6: pb.ListAllEnabledIPItemsResponse.Result.ipList:type_name -> pb.IPList
28 , // 7: pb.ListAllEnabledIPItemsResponse.Result.ipItem:type_name -> pb.IPItem
30 , // 8: pb.ListAllEnabledIPItemsResponse.Result.server:type_name -> pb.Server
31 , // 9: pb.ListAllEnabledIPItemsResponse.Result.httpFirewallPolicy:type_name -> pb.HTTPFirewallPolicy
0 , // 10: pb.IPItemService.createIPItem:input_type -> pb.CreateIPItemRequest
2 , // 11: pb.IPItemService.createIPItems:input_type -> pb.CreateIPItemsRequest
4 , // 12: pb.IPItemService.updateIPItem:input_type -> pb.UpdateIPItemRequest
@@ -2182,25 +2368,27 @@ var file_service_ip_item_proto_depIdxs = []int32{
16 , // 20: pb.IPItemService.existsEnabledIPItem:input_type -> pb.ExistsEnabledIPItemRequest
18 , // 21: pb.IPItemService.countAllEnabledIPItems:input_type -> pb.CountAllEnabledIPItemsRequest
19 , // 22: pb.IPItemService.listAllEnabledIPItems:input_type -> pb.ListAllEnabledIPItemsRequest
21 , // 23: pb.IPItemService.update IPItemsRead :input_type -> pb.Update IPItemsRead Request
22 , // 24: pb.IPItemService.findServerIdWith IPItemI d:input_type -> pb.FindServerIdWith IPItemI dRequest
1 , // 25: pb.IPItemService.create IPItem:out put_type -> pb.CreateIPItemResponse
3 , // 26: pb.IPItemService.createIPItems :output_type -> pb.CreateIPItems Response
30 , // 27: pb.IPItemService.upd ateIPItem:output_type -> pb.RPCSuccess
30 , // 28: pb.IPItemService.dele teIPItem:output_type -> pb.RPCSuccess
30 , // 29: pb.IPItemService.deleteIPItems :output_type -> pb.RPCSuccess
31 , // 30: pb.IPItemService.count IPItemsWithListId :output_type -> pb.RPCCountResponse
9 , // 31: pb.IPItemService.lis tIPItemsWithListId:output_type -> pb.ListIPItemsWithListId Response
11 , // 32: pb.IPItemService.findEnabledIPItem:output_type -> pb.FindEnabledIPItem Response
13 , // 33: pb.IPItemService.listIPItemsAfterVersion:output_type -> pb.ListIPItemsAfterVersion Response
15 , // 34: pb.IPItemService.check IPItemStatus :output_type -> pb.Check IPItemStatus Response
17 , // 35: pb.IPItemService.existsEnabledIPItem:output_type -> pb.ExistsEnabledIPItem Response
3 1, // 36: pb.IPItemService.countAll EnabledIPItems :output_type -> pb.RPCCount Response
20 , // 37: pb.IPItemService.lis tAllEnabledIPItems:output_type -> pb.ListAllEnabledIPItems Response
3 0, // 38: pb.IPItemService.update IPItemsRead :output_type -> pb.RPCSuccess
23 , // 39: pb.IPItemService.findServerIdWith IPItemId:output_type -> pb.FindServerIdWith IPItemIdResponse
25 , // [25:40] is the sub-list for method output_type
10 , // [10:25] is the sub-list for method input_typ e
21 , // 23: pb.IPItemService.listAll IPItemIds :input_type -> pb.ListAll IPItemIds Request
23 , // 24: pb.IPItemService.update IPItemsRea d:input_type -> pb.Update IPItemsRea dRequest
24 , // 25: pb.IPItemService.findServerIdWith IPItemId:in put_type -> pb.FindServerIdWithIPItemIdRequest
1 , // 26: pb.IPItemService.createIPItem:output_type -> pb.CreateIPItemResponse
3 , // 27: pb.IPItemService.cre ateIPItems :output_type -> pb.CreateIPItemsResponse
32 , // 28: pb.IPItemService.upda teIPItem:output_type -> pb.RPCSuccess
32 , // 29: pb.IPItemService.deleteIPItem:output_type -> pb.RPCSuccess
32 , // 30: pb.IPItemService.delete IPItems:output_type -> pb.RPCSuccess
33 , // 31: pb.IPItemService.coun tIPItemsWithListId:output_type -> pb.RPCCount Response
9 , // 32: pb.IPItemService.listIPItemsWithListId:output_type -> pb.ListIPItemsWithListId Response
11 , // 33: pb.IPItemService.findEnabledIPItem:output_type -> pb.FindEnabledIPItem Response
13 , // 34: pb.IPItemService.list IPItemsAfterVersion :output_type -> pb.List IPItemsAfterVersion Response
15 , // 35: pb.IPItemService.checkIPItemStatus:output_type -> pb.CheckIPItemStatus Response
17 , // 36: pb.IPItemService.exists EnabledIPItem:output_type -> pb.ExistsEnabledIPItem Response
33 , // 37: pb.IPItemService.coun tAllEnabledIPItems:output_type -> pb.RPCCount Response
2 0, // 38: pb.IPItemService.listAllEnabled IPItems:output_type -> pb.ListAllEnabledIPItemsResponse
22 , // 39: pb.IPItemService.listAll IPItemIds :output_type -> pb.ListAll IPItemIds Response
3 2, // 40: pb.IPItemService.updateIPItemsRead:output_type -> pb.RPCSuccess
25 , // 41: pb.IPItemService.findServerIdWithIPItemId:output_type -> pb.FindServerIdWithIPItemIdRespons e
26 , // [26:42] is the sub-list for method output_type
10 , // [10:26] is the sub-list for method input_type
10 , // [10:10] is the sub-list for extension type_name
10 , // [10:10] is the sub-list for extension extendee
0 , // [0:10] is the sub-list for field type_name
@@ -2470,7 +2658,7 @@ func file_service_ip_item_proto_init() {
}
}
file_service_ip_item_proto_msgTypes [ 21 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * Update IPItemsRead Request) ; i {
switch v := v . ( * ListAll IPItemIds Request) ; i {
case 0 :
return & v . state
case 1 :
@@ -2482,7 +2670,7 @@ func file_service_ip_item_proto_init() {
}
}
file_service_ip_item_proto_msgTypes [ 22 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * FindServerIdWith IPItemIdRequest ) ; i {
switch v := v . ( * ListAll IPItemIds Response ) ; i {
case 0 :
return & v . state
case 1 :
@@ -2494,7 +2682,7 @@ func file_service_ip_item_proto_init() {
}
}
file_service_ip_item_proto_msgTypes [ 23 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * FindServerIdWithIPItemIdResponse ) ; i {
switch v := v . ( * UpdateIPItemsReadRequest ) ; i {
case 0 :
return & v . state
case 1 :
@@ -2506,7 +2694,7 @@ func file_service_ip_item_proto_init() {
}
}
file_service_ip_item_proto_msgTypes [ 24 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * Create IPItems Request_IPItem ) ; i {
switch v := v . ( * FindServerIdWith IPItemId Request) ; i {
case 0 :
return & v . state
case 1 :
@@ -2518,6 +2706,30 @@ func file_service_ip_item_proto_init() {
}
}
file_service_ip_item_proto_msgTypes [ 25 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * FindServerIdWithIPItemIdResponse ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_service_ip_item_proto_msgTypes [ 26 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * CreateIPItemsRequest_IPItem ) ; i {
case 0 :
return & v . state
case 1 :
return & v . sizeCache
case 2 :
return & v . unknownFields
default :
return nil
}
}
file_service_ip_item_proto_msgTypes [ 27 ] . Exporter = func ( v interface { } , i int ) interface { } {
switch v := v . ( * ListAllEnabledIPItemsResponse_Result ) ; i {
case 0 :
return & v . state
@@ -2536,7 +2748,7 @@ func file_service_ip_item_proto_init() {
GoPackagePath : reflect . TypeOf ( x { } ) . PkgPath ( ) ,
RawDescriptor : file_service_ip_item_proto_rawDesc ,
NumEnums : 0 ,
NumMessages : 26 ,
NumMessages : 28 ,
NumExtensions : 0 ,
NumServices : 1 ,
} ,