|
|
@@ -1,7 +1,7 @@
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
// versions:
|
|
|
// protoc-gen-go v1.36.10
|
|
|
-// protoc v3.19.4
|
|
|
+// protoc v6.33.0
|
|
|
// source: gorpc.proto
|
|
|
|
|
|
package pb
|
|
|
@@ -26142,6 +26142,7 @@ func (x *VpnConfigTemplatePlanAddResp) GetDetails() []*VpnConfigTemplatePlanDeta
|
|
|
type VpnConfigTemplatePlanUpdateReq struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Vo *VpnConfigTemplatePlanVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ WithDetails bool `protobuf:"varint,2,opt,name=withDetails,proto3" json:"withDetails,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
|
@@ -26183,6 +26184,13 @@ func (x *VpnConfigTemplatePlanUpdateReq) GetVo() *VpnConfigTemplatePlanVo {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+func (x *VpnConfigTemplatePlanUpdateReq) GetWithDetails() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.WithDetails
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
type VpnConfigTemplatePlanUpdateResp struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Plan *VpnConfigTemplatePlanVo `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
|
|
|
@@ -26282,6 +26290,7 @@ func (x *VpnConfigTemplatePlanDelReq) GetIds() []int64 {
|
|
|
type VpnConfigTemplatePlanGetReq struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Vo *VpnConfigTemplatePlanVo `protobuf:"bytes,1,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
+ WithDetails bool `protobuf:"varint,2,opt,name=withDetails,proto3" json:"withDetails,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
|
@@ -26323,6 +26332,13 @@ func (x *VpnConfigTemplatePlanGetReq) GetVo() *VpnConfigTemplatePlanVo {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+func (x *VpnConfigTemplatePlanGetReq) GetWithDetails() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.WithDetails
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
type VpnConfigTemplatePlanGetResp struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Plan *VpnConfigTemplatePlanVo `protobuf:"bytes,1,opt,name=plan,proto3" json:"plan,omitempty"`
|
|
|
@@ -26381,6 +26397,7 @@ type VpnConfigTemplatePlanListReq struct {
|
|
|
Vo *VpnConfigTemplatePlanVo `protobuf:"bytes,2,opt,name=vo,proto3" json:"vo,omitempty"`
|
|
|
ExcludeIds []int64 `protobuf:"varint,3,rep,packed,name=excludeIds,proto3" json:"excludeIds,omitempty"`
|
|
|
ProductCodes []string `protobuf:"bytes,4,rep,name=productCodes,proto3" json:"productCodes,omitempty"`
|
|
|
+ WithDetails bool `protobuf:"varint,5,opt,name=withDetails,proto3" json:"withDetails,omitempty"`
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
}
|
|
|
@@ -26443,6 +26460,13 @@ func (x *VpnConfigTemplatePlanListReq) GetProductCodes() []string {
|
|
|
return nil
|
|
|
}
|
|
|
|
|
|
+func (x *VpnConfigTemplatePlanListReq) GetWithDetails() bool {
|
|
|
+ if x != nil {
|
|
|
+ return x.WithDetails
|
|
|
+ }
|
|
|
+ return false
|
|
|
+}
|
|
|
+
|
|
|
type VpnConfigTemplatePlanListResp struct {
|
|
|
state protoimpl.MessageState `protogen:"open.v1"`
|
|
|
Total int64 `protobuf:"varint,1,opt,name=total,proto3" json:"total,omitempty"`
|
|
|
@@ -29298,26 +29322,29 @@ const file_gorpc_proto_rawDesc = "" +
|
|
|
"\adetails\x18\x02 \x03(\v2$.gorpc.VpnConfigTemplatePlanDetailVoR\adetails\"\x92\x01\n" +
|
|
|
"\x1cVpnConfigTemplatePlanAddResp\x122\n" +
|
|
|
"\x04plan\x18\x01 \x01(\v2\x1e.gorpc.VpnConfigTemplatePlanVoR\x04plan\x12>\n" +
|
|
|
- "\adetails\x18\x02 \x03(\v2$.gorpc.VpnConfigTemplatePlanDetailVoR\adetails\"P\n" +
|
|
|
+ "\adetails\x18\x02 \x03(\v2$.gorpc.VpnConfigTemplatePlanDetailVoR\adetails\"r\n" +
|
|
|
"\x1eVpnConfigTemplatePlanUpdateReq\x12.\n" +
|
|
|
- "\x02vo\x18\x01 \x01(\v2\x1e.gorpc.VpnConfigTemplatePlanVoR\x02vo\"\x95\x01\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x1e.gorpc.VpnConfigTemplatePlanVoR\x02vo\x12 \n" +
|
|
|
+ "\vwithDetails\x18\x02 \x01(\bR\vwithDetails\"\x95\x01\n" +
|
|
|
"\x1fVpnConfigTemplatePlanUpdateResp\x122\n" +
|
|
|
"\x04plan\x18\x01 \x01(\v2\x1e.gorpc.VpnConfigTemplatePlanVoR\x04plan\x12>\n" +
|
|
|
"\adetails\x18\x02 \x03(\v2$.gorpc.VpnConfigTemplatePlanDetailVoR\adetails\"/\n" +
|
|
|
"\x1bVpnConfigTemplatePlanDelReq\x12\x10\n" +
|
|
|
- "\x03ids\x18\x01 \x03(\x03R\x03ids\"M\n" +
|
|
|
+ "\x03ids\x18\x01 \x03(\x03R\x03ids\"o\n" +
|
|
|
"\x1bVpnConfigTemplatePlanGetReq\x12.\n" +
|
|
|
- "\x02vo\x18\x01 \x01(\v2\x1e.gorpc.VpnConfigTemplatePlanVoR\x02vo\"\x92\x01\n" +
|
|
|
+ "\x02vo\x18\x01 \x01(\v2\x1e.gorpc.VpnConfigTemplatePlanVoR\x02vo\x12 \n" +
|
|
|
+ "\vwithDetails\x18\x02 \x01(\bR\vwithDetails\"\x92\x01\n" +
|
|
|
"\x1cVpnConfigTemplatePlanGetResp\x122\n" +
|
|
|
"\x04plan\x18\x01 \x01(\v2\x1e.gorpc.VpnConfigTemplatePlanVoR\x04plan\x12>\n" +
|
|
|
- "\adetails\x18\x02 \x03(\v2$.gorpc.VpnConfigTemplatePlanDetailVoR\adetails\"\xb3\x01\n" +
|
|
|
+ "\adetails\x18\x02 \x03(\v2$.gorpc.VpnConfigTemplatePlanDetailVoR\adetails\"\xd5\x01\n" +
|
|
|
"\x1cVpnConfigTemplatePlanListReq\x12\x1f\n" +
|
|
|
"\x04page\x18\x01 \x01(\v2\v.gorpc.PageR\x04page\x12.\n" +
|
|
|
"\x02vo\x18\x02 \x01(\v2\x1e.gorpc.VpnConfigTemplatePlanVoR\x02vo\x12\x1e\n" +
|
|
|
"\n" +
|
|
|
"excludeIds\x18\x03 \x03(\x03R\n" +
|
|
|
"excludeIds\x12\"\n" +
|
|
|
- "\fproductCodes\x18\x04 \x03(\tR\fproductCodes\"n\n" +
|
|
|
+ "\fproductCodes\x18\x04 \x03(\tR\fproductCodes\x12 \n" +
|
|
|
+ "\vwithDetails\x18\x05 \x01(\bR\vwithDetails\"n\n" +
|
|
|
"\x1dVpnConfigTemplatePlanListResp\x12\x14\n" +
|
|
|
"\x05total\x18\x01 \x01(\x03R\x05total\x127\n" +
|
|
|
"\x04list\x18\x02 \x03(\v2#.gorpc.VpnConfigTemplatePlanGetRespR\x04list\"Y\n" +
|