Files
waf-platform/EdgeCommon/pkg/rpc/pb/service_client_agent_ip.pb.go
2026-03-22 17:37:40 +08:00

306 lines
11 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v3.19.6
// source: service_client_agent_ip.proto
package pb
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// 创建一组IP
type CreateClientAgentIPsRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
AgentIPs []*CreateClientAgentIPsRequest_AgentIPInfo `protobuf:"bytes,1,rep,name=agentIPs,proto3" json:"agentIPs,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *CreateClientAgentIPsRequest) Reset() {
*x = CreateClientAgentIPsRequest{}
mi := &file_service_client_agent_ip_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *CreateClientAgentIPsRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateClientAgentIPsRequest) ProtoMessage() {}
func (x *CreateClientAgentIPsRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_client_agent_ip_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CreateClientAgentIPsRequest.ProtoReflect.Descriptor instead.
func (*CreateClientAgentIPsRequest) Descriptor() ([]byte, []int) {
return file_service_client_agent_ip_proto_rawDescGZIP(), []int{0}
}
func (x *CreateClientAgentIPsRequest) GetAgentIPs() []*CreateClientAgentIPsRequest_AgentIPInfo {
if x != nil {
return x.AgentIPs
}
return nil
}
// 查询最新的IP
type ListClientAgentIPsAfterIdRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
Id int64 `protobuf:"varint,1,opt,name=id,proto3" json:"id,omitempty"`
Size int64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ListClientAgentIPsAfterIdRequest) Reset() {
*x = ListClientAgentIPsAfterIdRequest{}
mi := &file_service_client_agent_ip_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ListClientAgentIPsAfterIdRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListClientAgentIPsAfterIdRequest) ProtoMessage() {}
func (x *ListClientAgentIPsAfterIdRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_client_agent_ip_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ListClientAgentIPsAfterIdRequest.ProtoReflect.Descriptor instead.
func (*ListClientAgentIPsAfterIdRequest) Descriptor() ([]byte, []int) {
return file_service_client_agent_ip_proto_rawDescGZIP(), []int{1}
}
func (x *ListClientAgentIPsAfterIdRequest) GetId() int64 {
if x != nil {
return x.Id
}
return 0
}
func (x *ListClientAgentIPsAfterIdRequest) GetSize() int64 {
if x != nil {
return x.Size
}
return 0
}
type ListClientAgentIPsAfterIdResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
ClientAgentIPs []*ClientAgentIP `protobuf:"bytes,1,rep,name=clientAgentIPs,proto3" json:"clientAgentIPs,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *ListClientAgentIPsAfterIdResponse) Reset() {
*x = ListClientAgentIPsAfterIdResponse{}
mi := &file_service_client_agent_ip_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *ListClientAgentIPsAfterIdResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*ListClientAgentIPsAfterIdResponse) ProtoMessage() {}
func (x *ListClientAgentIPsAfterIdResponse) ProtoReflect() protoreflect.Message {
mi := &file_service_client_agent_ip_proto_msgTypes[2]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use ListClientAgentIPsAfterIdResponse.ProtoReflect.Descriptor instead.
func (*ListClientAgentIPsAfterIdResponse) Descriptor() ([]byte, []int) {
return file_service_client_agent_ip_proto_rawDescGZIP(), []int{2}
}
func (x *ListClientAgentIPsAfterIdResponse) GetClientAgentIPs() []*ClientAgentIP {
if x != nil {
return x.ClientAgentIPs
}
return nil
}
type CreateClientAgentIPsRequest_AgentIPInfo struct {
state protoimpl.MessageState `protogen:"open.v1"`
AgentCode string `protobuf:"bytes,1,opt,name=agentCode,proto3" json:"agentCode,omitempty"`
Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
Ptr string `protobuf:"bytes,3,opt,name=ptr,proto3" json:"ptr,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *CreateClientAgentIPsRequest_AgentIPInfo) Reset() {
*x = CreateClientAgentIPsRequest_AgentIPInfo{}
mi := &file_service_client_agent_ip_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *CreateClientAgentIPsRequest_AgentIPInfo) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateClientAgentIPsRequest_AgentIPInfo) ProtoMessage() {}
func (x *CreateClientAgentIPsRequest_AgentIPInfo) ProtoReflect() protoreflect.Message {
mi := &file_service_client_agent_ip_proto_msgTypes[3]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CreateClientAgentIPsRequest_AgentIPInfo.ProtoReflect.Descriptor instead.
func (*CreateClientAgentIPsRequest_AgentIPInfo) Descriptor() ([]byte, []int) {
return file_service_client_agent_ip_proto_rawDescGZIP(), []int{0, 0}
}
func (x *CreateClientAgentIPsRequest_AgentIPInfo) GetAgentCode() string {
if x != nil {
return x.AgentCode
}
return ""
}
func (x *CreateClientAgentIPsRequest_AgentIPInfo) GetIp() string {
if x != nil {
return x.Ip
}
return ""
}
func (x *CreateClientAgentIPsRequest_AgentIPInfo) GetPtr() string {
if x != nil {
return x.Ptr
}
return ""
}
var File_service_client_agent_ip_proto protoreflect.FileDescriptor
const file_service_client_agent_ip_proto_rawDesc = "" +
"\n" +
"\x1dservice_client_agent_ip.proto\x12\x02pb\x1a\x19models/rpc_messages.proto\x1a\"models/model_client_agent_ip.proto\"\xb5\x01\n" +
"\x1bCreateClientAgentIPsRequest\x12G\n" +
"\bagentIPs\x18\x01 \x03(\v2+.pb.CreateClientAgentIPsRequest.AgentIPInfoR\bagentIPs\x1aM\n" +
"\vAgentIPInfo\x12\x1c\n" +
"\tagentCode\x18\x01 \x01(\tR\tagentCode\x12\x0e\n" +
"\x02ip\x18\x02 \x01(\tR\x02ip\x12\x10\n" +
"\x03ptr\x18\x03 \x01(\tR\x03ptr\"F\n" +
" ListClientAgentIPsAfterIdRequest\x12\x0e\n" +
"\x02id\x18\x01 \x01(\x03R\x02id\x12\x12\n" +
"\x04size\x18\x02 \x01(\x03R\x04size\"^\n" +
"!ListClientAgentIPsAfterIdResponse\x129\n" +
"\x0eclientAgentIPs\x18\x01 \x03(\v2\x11.pb.ClientAgentIPR\x0eclientAgentIPs2\xc9\x01\n" +
"\x14ClientAgentIPService\x12G\n" +
"\x14createClientAgentIPs\x12\x1f.pb.CreateClientAgentIPsRequest\x1a\x0e.pb.RPCSuccess\x12h\n" +
"\x19listClientAgentIPsAfterId\x12$.pb.ListClientAgentIPsAfterIdRequest\x1a%.pb.ListClientAgentIPsAfterIdResponseB\x06Z\x04./pbb\x06proto3"
var (
file_service_client_agent_ip_proto_rawDescOnce sync.Once
file_service_client_agent_ip_proto_rawDescData []byte
)
func file_service_client_agent_ip_proto_rawDescGZIP() []byte {
file_service_client_agent_ip_proto_rawDescOnce.Do(func() {
file_service_client_agent_ip_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_service_client_agent_ip_proto_rawDesc), len(file_service_client_agent_ip_proto_rawDesc)))
})
return file_service_client_agent_ip_proto_rawDescData
}
var file_service_client_agent_ip_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
var file_service_client_agent_ip_proto_goTypes = []any{
(*CreateClientAgentIPsRequest)(nil), // 0: pb.CreateClientAgentIPsRequest
(*ListClientAgentIPsAfterIdRequest)(nil), // 1: pb.ListClientAgentIPsAfterIdRequest
(*ListClientAgentIPsAfterIdResponse)(nil), // 2: pb.ListClientAgentIPsAfterIdResponse
(*CreateClientAgentIPsRequest_AgentIPInfo)(nil), // 3: pb.CreateClientAgentIPsRequest.AgentIPInfo
(*ClientAgentIP)(nil), // 4: pb.ClientAgentIP
(*RPCSuccess)(nil), // 5: pb.RPCSuccess
}
var file_service_client_agent_ip_proto_depIdxs = []int32{
3, // 0: pb.CreateClientAgentIPsRequest.agentIPs:type_name -> pb.CreateClientAgentIPsRequest.AgentIPInfo
4, // 1: pb.ListClientAgentIPsAfterIdResponse.clientAgentIPs:type_name -> pb.ClientAgentIP
0, // 2: pb.ClientAgentIPService.createClientAgentIPs:input_type -> pb.CreateClientAgentIPsRequest
1, // 3: pb.ClientAgentIPService.listClientAgentIPsAfterId:input_type -> pb.ListClientAgentIPsAfterIdRequest
5, // 4: pb.ClientAgentIPService.createClientAgentIPs:output_type -> pb.RPCSuccess
2, // 5: pb.ClientAgentIPService.listClientAgentIPsAfterId:output_type -> pb.ListClientAgentIPsAfterIdResponse
4, // [4:6] is the sub-list for method output_type
2, // [2:4] is the sub-list for method input_type
2, // [2:2] is the sub-list for extension type_name
2, // [2:2] is the sub-list for extension extendee
0, // [0:2] is the sub-list for field type_name
}
func init() { file_service_client_agent_ip_proto_init() }
func file_service_client_agent_ip_proto_init() {
if File_service_client_agent_ip_proto != nil {
return
}
file_models_rpc_messages_proto_init()
file_models_model_client_agent_ip_proto_init()
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_service_client_agent_ip_proto_rawDesc), len(file_service_client_agent_ip_proto_rawDesc)),
NumEnums: 0,
NumMessages: 4,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_service_client_agent_ip_proto_goTypes,
DependencyIndexes: file_service_client_agent_ip_proto_depIdxs,
MessageInfos: file_service_client_agent_ip_proto_msgTypes,
}.Build()
File_service_client_agent_ip_proto = out.File
file_service_client_agent_ip_proto_goTypes = nil
file_service_client_agent_ip_proto_depIdxs = nil
}