2020-09-20 20:12:53 +08:00
|
|
|
|
// Code generated by protoc-gen-go. DO NOT EDIT.
|
|
|
|
|
|
// versions:
|
2023-08-06 23:36:50 +08:00
|
|
|
|
// protoc-gen-go v1.31.0
|
2022-03-04 15:44:39 +08:00
|
|
|
|
// protoc v3.19.4
|
2020-09-20 20:12:53 +08:00
|
|
|
|
// source: service_http_firewall_policy.proto
|
|
|
|
|
|
|
|
|
|
|
|
package pb
|
|
|
|
|
|
|
|
|
|
|
|
import (
|
|
|
|
|
|
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
|
|
|
|
|
|
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
|
|
|
|
|
|
reflect "reflect"
|
|
|
|
|
|
sync "sync"
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
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)
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
// 获取所有可用策略
|
|
|
|
|
|
type FindAllEnabledHTTPFirewallPoliciesRequest struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindAllEnabledHTTPFirewallPoliciesRequest) Reset() {
|
|
|
|
|
|
*x = FindAllEnabledHTTPFirewallPoliciesRequest{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[0]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindAllEnabledHTTPFirewallPoliciesRequest) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*FindAllEnabledHTTPFirewallPoliciesRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindAllEnabledHTTPFirewallPoliciesRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[0]
|
|
|
|
|
|
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 FindAllEnabledHTTPFirewallPoliciesRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*FindAllEnabledHTTPFirewallPoliciesRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{0}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type FindAllEnabledHTTPFirewallPoliciesResponse struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
|
|
FirewallPolicies []*HTTPFirewallPolicy `protobuf:"bytes,1,rep,name=firewallPolicies,proto3" json:"firewallPolicies,omitempty"`
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindAllEnabledHTTPFirewallPoliciesResponse) Reset() {
|
|
|
|
|
|
*x = FindAllEnabledHTTPFirewallPoliciesResponse{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[1]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindAllEnabledHTTPFirewallPoliciesResponse) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*FindAllEnabledHTTPFirewallPoliciesResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindAllEnabledHTTPFirewallPoliciesResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[1]
|
|
|
|
|
|
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 FindAllEnabledHTTPFirewallPoliciesResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*FindAllEnabledHTTPFirewallPoliciesResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{1}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindAllEnabledHTTPFirewallPoliciesResponse) GetFirewallPolicies() []*HTTPFirewallPolicy {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.FirewallPolicies
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-10-06 21:02:21 +08:00
|
|
|
|
// 创建防火墙策略
|
|
|
|
|
|
type CreateHTTPFirewallPolicyRequest struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
IsOn bool `protobuf:"varint,1,opt,name=isOn,proto3" json:"isOn,omitempty"`
|
|
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
|
|
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
|
|
|
|
|
|
HttpFirewallGroupCodes []string `protobuf:"bytes,4,rep,name=httpFirewallGroupCodes,proto3" json:"httpFirewallGroupCodes,omitempty"`
|
2021-01-20 14:22:56 +08:00
|
|
|
|
ServerId int64 `protobuf:"varint,5,opt,name=serverId,proto3" json:"serverId,omitempty"`
|
2021-10-07 16:47:31 +08:00
|
|
|
|
ServerGroupId int64 `protobuf:"varint,6,opt,name=serverGroupId,proto3" json:"serverGroupId,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateHTTPFirewallPolicyRequest) Reset() {
|
|
|
|
|
|
*x = CreateHTTPFirewallPolicyRequest{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[2]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateHTTPFirewallPolicyRequest) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*CreateHTTPFirewallPolicyRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateHTTPFirewallPolicyRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[2]
|
|
|
|
|
|
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 CreateHTTPFirewallPolicyRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*CreateHTTPFirewallPolicyRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{2}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateHTTPFirewallPolicyRequest) GetIsOn() bool {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.IsOn
|
|
|
|
|
|
}
|
|
|
|
|
|
return false
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateHTTPFirewallPolicyRequest) GetName() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Name
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateHTTPFirewallPolicyRequest) GetDescription() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Description
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *CreateHTTPFirewallPolicyRequest) GetHttpFirewallGroupCodes() []string {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallGroupCodes
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-01-20 14:22:56 +08:00
|
|
|
|
func (x *CreateHTTPFirewallPolicyRequest) GetServerId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.ServerId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-10-07 16:47:31 +08:00
|
|
|
|
func (x *CreateHTTPFirewallPolicyRequest) GetServerGroupId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.ServerGroupId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-10-06 21:02:21 +08:00
|
|
|
|
type CreateHTTPFirewallPolicyResponse struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateHTTPFirewallPolicyResponse) Reset() {
|
|
|
|
|
|
*x = CreateHTTPFirewallPolicyResponse{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[3]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateHTTPFirewallPolicyResponse) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*CreateHTTPFirewallPolicyResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateHTTPFirewallPolicyResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[3]
|
|
|
|
|
|
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 CreateHTTPFirewallPolicyResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*CreateHTTPFirewallPolicyResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{3}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *CreateHTTPFirewallPolicyResponse) GetHttpFirewallPolicyId() int64 {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyId
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-01-18 20:41:37 +08:00
|
|
|
|
// 创建空防火墙策略
|
|
|
|
|
|
type CreateEmptyHTTPFirewallPolicyRequest struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2021-10-07 16:47:31 +08:00
|
|
|
|
IsOn bool `protobuf:"varint,1,opt,name=isOn,proto3" json:"isOn,omitempty"`
|
|
|
|
|
|
Name string `protobuf:"bytes,2,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
|
|
Description string `protobuf:"bytes,3,opt,name=description,proto3" json:"description,omitempty"`
|
|
|
|
|
|
ServerId int64 `protobuf:"varint,4,opt,name=serverId,proto3" json:"serverId,omitempty"`
|
|
|
|
|
|
ServerGroupId int64 `protobuf:"varint,5,opt,name=serverGroupId,proto3" json:"serverGroupId,omitempty"`
|
2021-01-18 20:41:37 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyRequest) Reset() {
|
|
|
|
|
|
*x = CreateEmptyHTTPFirewallPolicyRequest{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[4]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyRequest) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*CreateEmptyHTTPFirewallPolicyRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[4]
|
|
|
|
|
|
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 CreateEmptyHTTPFirewallPolicyRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*CreateEmptyHTTPFirewallPolicyRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{4}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyRequest) GetIsOn() bool {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.IsOn
|
|
|
|
|
|
}
|
|
|
|
|
|
return false
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyRequest) GetName() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Name
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyRequest) GetDescription() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Description
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-01-20 14:22:56 +08:00
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyRequest) GetServerId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.ServerId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-10-07 16:47:31 +08:00
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyRequest) GetServerGroupId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.ServerGroupId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-01-18 20:41:37 +08:00
|
|
|
|
type CreateEmptyHTTPFirewallPolicyResponse struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyResponse) Reset() {
|
|
|
|
|
|
*x = CreateEmptyHTTPFirewallPolicyResponse{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[5]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyResponse) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*CreateEmptyHTTPFirewallPolicyResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[5]
|
|
|
|
|
|
if protoimpl.UnsafeEnabled && x != nil {
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
if ms.LoadMessageInfo() == nil {
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
return ms
|
|
|
|
|
|
}
|
|
|
|
|
|
return mi.MessageOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// Deprecated: Use CreateEmptyHTTPFirewallPolicyResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*CreateEmptyHTTPFirewallPolicyResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{5}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CreateEmptyHTTPFirewallPolicyResponse) GetHttpFirewallPolicyId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.HttpFirewallPolicyId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-10-06 21:02:21 +08:00
|
|
|
|
// 修改防火墙策略
|
|
|
|
|
|
type UpdateHTTPFirewallPolicyRequest struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
|
|
|
|
|
IsOn bool `protobuf:"varint,2,opt,name=isOn,proto3" json:"isOn,omitempty"`
|
|
|
|
|
|
Name string `protobuf:"bytes,3,opt,name=name,proto3" json:"name,omitempty"`
|
|
|
|
|
|
Description string `protobuf:"bytes,4,opt,name=description,proto3" json:"description,omitempty"`
|
|
|
|
|
|
FirewallGroupCodes []string `protobuf:"bytes,5,rep,name=firewallGroupCodes,proto3" json:"firewallGroupCodes,omitempty"`
|
2024-04-07 14:21:29 +08:00
|
|
|
|
BlockOptionsJSON []byte `protobuf:"bytes,6,opt,name=blockOptionsJSON,proto3" json:"blockOptionsJSON,omitempty"` // 阻止动作配置
|
|
|
|
|
|
PageOptionsJSON []byte `protobuf:"bytes,15,opt,name=pageOptionsJSON,proto3" json:"pageOptionsJSON,omitempty"` // 显示网页动作配置
|
|
|
|
|
|
CaptchaOptionsJSON []byte `protobuf:"bytes,11,opt,name=captchaOptionsJSON,proto3" json:"captchaOptionsJSON,omitempty"` // 验证码动作配置
|
|
|
|
|
|
JsCookieOptionsJSON []byte `protobuf:"bytes,16,opt,name=jsCookieOptionsJSON,proto3" json:"jsCookieOptionsJSON,omitempty"` // JSCookie动作配置
|
2021-09-30 11:30:16 +08:00
|
|
|
|
Mode string `protobuf:"bytes,7,opt,name=mode,proto3" json:"mode,omitempty"`
|
2023-08-02 17:00:40 +08:00
|
|
|
|
UseLocalFirewall bool `protobuf:"varint,8,opt,name=useLocalFirewall,proto3" json:"useLocalFirewall,omitempty"` // 是否使用本地防火墙
|
|
|
|
|
|
SynFloodJSON []byte `protobuf:"bytes,9,opt,name=synFloodJSON,proto3" json:"synFloodJSON,omitempty"` // SYN Flood相关配置
|
|
|
|
|
|
LogJSON []byte `protobuf:"bytes,10,opt,name=LogJSON,proto3" json:"LogJSON,omitempty"` // 日志相关配置
|
|
|
|
|
|
MaxRequestBodySize int64 `protobuf:"varint,12,opt,name=maxRequestBodySize,proto3" json:"maxRequestBodySize,omitempty"` // 最大文件尺寸,单位为字节
|
2023-08-10 10:30:05 +08:00
|
|
|
|
DenyCountryHTML string `protobuf:"bytes,13,opt,name=denyCountryHTML,proto3" json:"denyCountryHTML,omitempty"` // 区域封禁提示
|
|
|
|
|
|
DenyProvinceHTML string `protobuf:"bytes,14,opt,name=denyProvinceHTML,proto3" json:"denyProvinceHTML,omitempty"` // 省份封禁提示
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) Reset() {
|
|
|
|
|
|
*x = UpdateHTTPFirewallPolicyRequest{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[6]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*UpdateHTTPFirewallPolicyRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[6]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
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 UpdateHTTPFirewallPolicyRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*UpdateHTTPFirewallPolicyRequest) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{6}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetHttpFirewallPolicyId() int64 {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyId
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetIsOn() bool {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.IsOn
|
|
|
|
|
|
}
|
|
|
|
|
|
return false
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetName() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Name
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetDescription() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Description
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetFirewallGroupCodes() []string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.FirewallGroupCodes
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-11-22 16:54:39 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetBlockOptionsJSON() []byte {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.BlockOptionsJSON
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2024-01-20 16:18:49 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetPageOptionsJSON() []byte {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.PageOptionsJSON
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-05-20 22:10:58 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetCaptchaOptionsJSON() []byte {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.CaptchaOptionsJSON
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2024-04-07 14:21:29 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetJsCookieOptionsJSON() []byte {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.JsCookieOptionsJSON
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-09-30 11:30:16 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetMode() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Mode
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-01-09 17:05:24 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetUseLocalFirewall() bool {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.UseLocalFirewall
|
|
|
|
|
|
}
|
|
|
|
|
|
return false
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-01-10 19:54:18 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetSynFloodJSON() []byte {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.SynFloodJSON
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-04-21 19:44:33 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetLogJSON() []byte {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.LogJSON
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-08-02 17:00:40 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetMaxRequestBodySize() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.MaxRequestBodySize
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-08-10 10:30:05 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetDenyCountryHTML() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.DenyCountryHTML
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyRequest) GetDenyProvinceHTML() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.DenyProvinceHTML
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-10-07 11:18:24 +08:00
|
|
|
|
// 修改分组信息
|
|
|
|
|
|
type UpdateHTTPFirewallPolicyGroupsRequest struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
|
|
|
|
|
InboundJSON []byte `protobuf:"bytes,2,opt,name=inboundJSON,proto3" json:"inboundJSON,omitempty"`
|
|
|
|
|
|
OutboundJSON []byte `protobuf:"bytes,3,opt,name=outboundJSON,proto3" json:"outboundJSON,omitempty"`
|
2020-10-07 11:18:24 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyGroupsRequest) Reset() {
|
|
|
|
|
|
*x = UpdateHTTPFirewallPolicyGroupsRequest{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[7]
|
2020-10-07 11:18:24 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyGroupsRequest) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*UpdateHTTPFirewallPolicyGroupsRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyGroupsRequest) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[7]
|
2020-10-07 11:18:24 +08:00
|
|
|
|
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 UpdateHTTPFirewallPolicyGroupsRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*UpdateHTTPFirewallPolicyGroupsRequest) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{7}
|
2020-10-07 11:18:24 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallPolicyGroupsRequest) GetHttpFirewallPolicyId() int64 {
|
2020-10-07 11:18:24 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyId
|
2020-10-07 11:18:24 +08:00
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyGroupsRequest) GetInboundJSON() []byte {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.InboundJSON
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallPolicyGroupsRequest) GetOutboundJSON() []byte {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.OutboundJSON
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-11-06 11:02:18 +08:00
|
|
|
|
// 修改inbound信息
|
|
|
|
|
|
type UpdateHTTPFirewallInboundConfigRequest struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
|
|
|
|
|
InboundJSON []byte `protobuf:"bytes,2,opt,name=inboundJSON,proto3" json:"inboundJSON,omitempty"`
|
2020-11-06 11:02:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallInboundConfigRequest) Reset() {
|
|
|
|
|
|
*x = UpdateHTTPFirewallInboundConfigRequest{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[8]
|
2020-11-06 11:02:18 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallInboundConfigRequest) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*UpdateHTTPFirewallInboundConfigRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallInboundConfigRequest) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[8]
|
2020-11-06 11:02:18 +08:00
|
|
|
|
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 UpdateHTTPFirewallInboundConfigRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*UpdateHTTPFirewallInboundConfigRequest) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{8}
|
2020-11-06 11:02:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *UpdateHTTPFirewallInboundConfigRequest) GetHttpFirewallPolicyId() int64 {
|
2020-11-06 11:02:18 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyId
|
2020-11-06 11:02:18 +08:00
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *UpdateHTTPFirewallInboundConfigRequest) GetInboundJSON() []byte {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.InboundJSON
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-10-06 21:02:21 +08:00
|
|
|
|
// 计算可用的防火墙策略数量
|
2020-12-17 15:51:09 +08:00
|
|
|
|
type CountAllEnabledHTTPFirewallPoliciesRequest struct {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
2021-06-07 08:58:36 +08:00
|
|
|
|
|
2022-01-11 15:46:21 +08:00
|
|
|
|
Keyword string `protobuf:"bytes,1,opt,name=keyword,proto3" json:"keyword,omitempty"`
|
|
|
|
|
|
NodeClusterId int64 `protobuf:"varint,2,opt,name=nodeClusterId,proto3" json:"nodeClusterId,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *CountAllEnabledHTTPFirewallPoliciesRequest) Reset() {
|
|
|
|
|
|
*x = CountAllEnabledHTTPFirewallPoliciesRequest{}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[9]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *CountAllEnabledHTTPFirewallPoliciesRequest) String() string {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (*CountAllEnabledHTTPFirewallPoliciesRequest) ProtoMessage() {}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *CountAllEnabledHTTPFirewallPoliciesRequest) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[9]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
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)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
// Deprecated: Use CountAllEnabledHTTPFirewallPoliciesRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*CountAllEnabledHTTPFirewallPoliciesRequest) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{9}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2021-06-07 08:58:36 +08:00
|
|
|
|
func (x *CountAllEnabledHTTPFirewallPoliciesRequest) GetKeyword() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Keyword
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-01-11 15:46:21 +08:00
|
|
|
|
func (x *CountAllEnabledHTTPFirewallPoliciesRequest) GetNodeClusterId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.NodeClusterId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-10-06 21:02:21 +08:00
|
|
|
|
// 列出单页的防火墙策略
|
2020-12-17 15:51:09 +08:00
|
|
|
|
type ListEnabledHTTPFirewallPoliciesRequest struct {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2022-01-11 15:46:21 +08:00
|
|
|
|
Offset int64 `protobuf:"varint,1,opt,name=offset,proto3" json:"offset,omitempty"`
|
|
|
|
|
|
Size int64 `protobuf:"varint,2,opt,name=size,proto3" json:"size,omitempty"`
|
|
|
|
|
|
Keyword string `protobuf:"bytes,3,opt,name=keyword,proto3" json:"keyword,omitempty"`
|
|
|
|
|
|
NodeClusterId int64 `protobuf:"varint,4,opt,name=nodeClusterId,proto3" json:"nodeClusterId,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesRequest) Reset() {
|
|
|
|
|
|
*x = ListEnabledHTTPFirewallPoliciesRequest{}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[10]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesRequest) String() string {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (*ListEnabledHTTPFirewallPoliciesRequest) ProtoMessage() {}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesRequest) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[10]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
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)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
// Deprecated: Use ListEnabledHTTPFirewallPoliciesRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*ListEnabledHTTPFirewallPoliciesRequest) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{10}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesRequest) GetOffset() int64 {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Offset
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesRequest) GetSize() int64 {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Size
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-06-07 08:58:36 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesRequest) GetKeyword() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Keyword
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2022-01-11 15:46:21 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesRequest) GetNodeClusterId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.NodeClusterId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
type ListEnabledHTTPFirewallPoliciesResponse struct {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicies []*HTTPFirewallPolicy `protobuf:"bytes,1,rep,name=httpFirewallPolicies,proto3" json:"httpFirewallPolicies,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesResponse) Reset() {
|
|
|
|
|
|
*x = ListEnabledHTTPFirewallPoliciesResponse{}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[11]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesResponse) String() string {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (*ListEnabledHTTPFirewallPoliciesResponse) ProtoMessage() {}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesResponse) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[11]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
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)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
// Deprecated: Use ListEnabledHTTPFirewallPoliciesResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*ListEnabledHTTPFirewallPoliciesResponse) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{11}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ListEnabledHTTPFirewallPoliciesResponse) GetHttpFirewallPolicies() []*HTTPFirewallPolicy {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicies
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 删除某个防火墙策略
|
2020-12-17 15:51:09 +08:00
|
|
|
|
type DeleteHTTPFirewallPolicyRequest struct {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *DeleteHTTPFirewallPolicyRequest) Reset() {
|
|
|
|
|
|
*x = DeleteHTTPFirewallPolicyRequest{}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[12]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *DeleteHTTPFirewallPolicyRequest) String() string {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (*DeleteHTTPFirewallPolicyRequest) ProtoMessage() {}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *DeleteHTTPFirewallPolicyRequest) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[12]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
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)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
// Deprecated: Use DeleteHTTPFirewallPolicyRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*DeleteHTTPFirewallPolicyRequest) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{12}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *DeleteHTTPFirewallPolicyRequest) GetHttpFirewallPolicyId() int64 {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyId
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 查找单个防火墙配置
|
2020-12-17 15:51:09 +08:00
|
|
|
|
type FindEnabledHTTPFirewallPolicyConfigRequest struct {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyConfigRequest) Reset() {
|
|
|
|
|
|
*x = FindEnabledHTTPFirewallPolicyConfigRequest{}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[13]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyConfigRequest) String() string {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (*FindEnabledHTTPFirewallPolicyConfigRequest) ProtoMessage() {}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyConfigRequest) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[13]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
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)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
// Deprecated: Use FindEnabledHTTPFirewallPolicyConfigRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*FindEnabledHTTPFirewallPolicyConfigRequest) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{13}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyConfigRequest) GetHttpFirewallPolicyId() int64 {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyId
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
type FindEnabledHTTPFirewallPolicyConfigResponse struct {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicyJSON []byte `protobuf:"bytes,1,opt,name=httpFirewallPolicyJSON,proto3" json:"httpFirewallPolicyJSON,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyConfigResponse) Reset() {
|
|
|
|
|
|
*x = FindEnabledHTTPFirewallPolicyConfigResponse{}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[14]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyConfigResponse) String() string {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (*FindEnabledHTTPFirewallPolicyConfigResponse) ProtoMessage() {}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyConfigResponse) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[14]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
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)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
// Deprecated: Use FindEnabledHTTPFirewallPolicyConfigResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*FindEnabledHTTPFirewallPolicyConfigResponse) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{14}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyConfigResponse) GetHttpFirewallPolicyJSON() []byte {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyJSON
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
// 获取防火墙的基本信息
|
2020-12-17 15:51:09 +08:00
|
|
|
|
type FindEnabledHTTPFirewallPolicyRequest struct {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyRequest) Reset() {
|
|
|
|
|
|
*x = FindEnabledHTTPFirewallPolicyRequest{}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[15]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyRequest) String() string {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (*FindEnabledHTTPFirewallPolicyRequest) ProtoMessage() {}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyRequest) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[15]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
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)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
// Deprecated: Use FindEnabledHTTPFirewallPolicyRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*FindEnabledHTTPFirewallPolicyRequest) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{15}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyRequest) GetHttpFirewallPolicyId() int64 {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyId
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
type FindEnabledHTTPFirewallPolicyResponse struct {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicy *HTTPFirewallPolicy `protobuf:"bytes,1,opt,name=httpFirewallPolicy,proto3" json:"httpFirewallPolicy,omitempty"`
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyResponse) Reset() {
|
|
|
|
|
|
*x = FindEnabledHTTPFirewallPolicyResponse{}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[16]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyResponse) String() string {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (*FindEnabledHTTPFirewallPolicyResponse) ProtoMessage() {}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyResponse) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[16]
|
2020-10-06 21:02:21 +08:00
|
|
|
|
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)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
// Deprecated: Use FindEnabledHTTPFirewallPolicyResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*FindEnabledHTTPFirewallPolicyResponse) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{16}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *FindEnabledHTTPFirewallPolicyResponse) GetHttpFirewallPolicy() *HTTPFirewallPolicy {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicy
|
2020-10-06 21:02:21 +08:00
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-02 16:09:10 +08:00
|
|
|
|
// 导入策略数据
|
|
|
|
|
|
type ImportHTTPFirewallPolicyRequest struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
|
|
|
|
|
HttpFirewallPolicyJSON []byte `protobuf:"bytes,2,opt,name=httpFirewallPolicyJSON,proto3" json:"httpFirewallPolicyJSON,omitempty"`
|
2020-12-02 16:09:10 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *ImportHTTPFirewallPolicyRequest) Reset() {
|
|
|
|
|
|
*x = ImportHTTPFirewallPolicyRequest{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[17]
|
2020-12-02 16:09:10 +08:00
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *ImportHTTPFirewallPolicyRequest) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*ImportHTTPFirewallPolicyRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *ImportHTTPFirewallPolicyRequest) ProtoReflect() protoreflect.Message {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[17]
|
2020-12-02 16:09:10 +08:00
|
|
|
|
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 ImportHTTPFirewallPolicyRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*ImportHTTPFirewallPolicyRequest) Descriptor() ([]byte, []int) {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{17}
|
2020-12-02 16:09:10 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ImportHTTPFirewallPolicyRequest) GetHttpFirewallPolicyId() int64 {
|
2020-12-02 16:09:10 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyId
|
2020-12-02 16:09:10 +08:00
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-12-17 15:51:09 +08:00
|
|
|
|
func (x *ImportHTTPFirewallPolicyRequest) GetHttpFirewallPolicyJSON() []byte {
|
2020-12-02 16:09:10 +08:00
|
|
|
|
if x != nil {
|
2020-12-17 15:51:09 +08:00
|
|
|
|
return x.HttpFirewallPolicyJSON
|
2020-12-02 16:09:10 +08:00
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2021-02-02 19:29:04 +08:00
|
|
|
|
// 检查IP状态
|
|
|
|
|
|
type CheckHTTPFirewallPolicyIPStatusRequest struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"`
|
|
|
|
|
|
Ip string `protobuf:"bytes,2,opt,name=ip,proto3" json:"ip,omitempty"`
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusRequest) Reset() {
|
|
|
|
|
|
*x = CheckHTTPFirewallPolicyIPStatusRequest{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[18]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusRequest) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*CheckHTTPFirewallPolicyIPStatusRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[18]
|
|
|
|
|
|
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 CheckHTTPFirewallPolicyIPStatusRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*CheckHTTPFirewallPolicyIPStatusRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{18}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusRequest) GetHttpFirewallPolicyId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.HttpFirewallPolicyId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusRequest) GetIp() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Ip
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type CheckHTTPFirewallPolicyIPStatusResponse struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
2023-12-20 15:09:09 +08:00
|
|
|
|
IsOk bool `protobuf:"varint,1,opt,name=isOk,proto3" json:"isOk,omitempty"` // 是否查询成功
|
|
|
|
|
|
Error string `protobuf:"bytes,2,opt,name=error,proto3" json:"error,omitempty"` // 错误信息
|
2021-02-02 19:29:04 +08:00
|
|
|
|
IsFound bool `protobuf:"varint,3,opt,name=isFound,proto3" json:"isFound,omitempty"` // 是否找到
|
2024-05-05 20:20:27 +08:00
|
|
|
|
IsAllowed bool `protobuf:"varint,4,opt,name=isAllowed,proto3" json:"isAllowed,omitempty"` // 是否允许访问
|
2021-02-02 19:29:04 +08:00
|
|
|
|
IpList *IPList `protobuf:"bytes,5,opt,name=ipList,proto3" json:"ipList,omitempty"` // 匹配的IPList
|
|
|
|
|
|
IpItem *IPItem `protobuf:"bytes,6,opt,name=ipItem,proto3" json:"ipItem,omitempty"` // 匹配的IPItem
|
|
|
|
|
|
RegionCountry *RegionCountry `protobuf:"bytes,7,opt,name=regionCountry,proto3" json:"regionCountry,omitempty"` // 匹配到封禁的地区
|
|
|
|
|
|
RegionProvince *RegionProvince `protobuf:"bytes,8,opt,name=regionProvince,proto3" json:"regionProvince,omitempty"` // 匹配到封禁的省份
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) Reset() {
|
|
|
|
|
|
*x = CheckHTTPFirewallPolicyIPStatusResponse{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[19]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*CheckHTTPFirewallPolicyIPStatusResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[19]
|
|
|
|
|
|
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 CheckHTTPFirewallPolicyIPStatusResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*CheckHTTPFirewallPolicyIPStatusResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{19}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) GetIsOk() bool {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.IsOk
|
|
|
|
|
|
}
|
|
|
|
|
|
return false
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) GetError() string {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.Error
|
|
|
|
|
|
}
|
|
|
|
|
|
return ""
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) GetIsFound() bool {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.IsFound
|
|
|
|
|
|
}
|
|
|
|
|
|
return false
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) GetIsAllowed() bool {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.IsAllowed
|
|
|
|
|
|
}
|
|
|
|
|
|
return false
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) GetIpList() *IPList {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.IpList
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) GetIpItem() *IPItem {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.IpItem
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) GetRegionCountry() *RegionCountry {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.RegionCountry
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *CheckHTTPFirewallPolicyIPStatusResponse) GetRegionProvince() *RegionProvince {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.RegionProvince
|
|
|
|
|
|
}
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-12-20 15:09:09 +08:00
|
|
|
|
// 获取防火墙对应的网站ID
|
|
|
|
|
|
type FindServerIdWithHTTPFirewallPolicyIdRequest struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
|
|
HttpFirewallPolicyId int64 `protobuf:"varint,1,opt,name=httpFirewallPolicyId,proto3" json:"httpFirewallPolicyId,omitempty"` // 防火墙策略ID
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindServerIdWithHTTPFirewallPolicyIdRequest) Reset() {
|
|
|
|
|
|
*x = FindServerIdWithHTTPFirewallPolicyIdRequest{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[20]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindServerIdWithHTTPFirewallPolicyIdRequest) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*FindServerIdWithHTTPFirewallPolicyIdRequest) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindServerIdWithHTTPFirewallPolicyIdRequest) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_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 FindServerIdWithHTTPFirewallPolicyIdRequest.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*FindServerIdWithHTTPFirewallPolicyIdRequest) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{20}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindServerIdWithHTTPFirewallPolicyIdRequest) GetHttpFirewallPolicyId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.HttpFirewallPolicyId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
type FindServerIdWithHTTPFirewallPolicyIdResponse struct {
|
|
|
|
|
|
state protoimpl.MessageState
|
|
|
|
|
|
sizeCache protoimpl.SizeCache
|
|
|
|
|
|
unknownFields protoimpl.UnknownFields
|
|
|
|
|
|
|
|
|
|
|
|
ServerId int64 `protobuf:"varint,1,opt,name=serverId,proto3" json:"serverId,omitempty"` // 防火墙策略对应的网站ID,公共的防火墙策略的网站ID为0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindServerIdWithHTTPFirewallPolicyIdResponse) Reset() {
|
|
|
|
|
|
*x = FindServerIdWithHTTPFirewallPolicyIdResponse{}
|
|
|
|
|
|
if protoimpl.UnsafeEnabled {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_proto_msgTypes[21]
|
|
|
|
|
|
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
|
|
|
|
|
|
ms.StoreMessageInfo(mi)
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindServerIdWithHTTPFirewallPolicyIdResponse) String() string {
|
|
|
|
|
|
return protoimpl.X.MessageStringOf(x)
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (*FindServerIdWithHTTPFirewallPolicyIdResponse) ProtoMessage() {}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindServerIdWithHTTPFirewallPolicyIdResponse) ProtoReflect() protoreflect.Message {
|
|
|
|
|
|
mi := &file_service_http_firewall_policy_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 FindServerIdWithHTTPFirewallPolicyIdResponse.ProtoReflect.Descriptor instead.
|
|
|
|
|
|
func (*FindServerIdWithHTTPFirewallPolicyIdResponse) Descriptor() ([]byte, []int) {
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescGZIP(), []int{21}
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func (x *FindServerIdWithHTTPFirewallPolicyIdResponse) GetServerId() int64 {
|
|
|
|
|
|
if x != nil {
|
|
|
|
|
|
return x.ServerId
|
|
|
|
|
|
}
|
|
|
|
|
|
return 0
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2020-09-20 20:12:53 +08:00
|
|
|
|
var File_service_http_firewall_policy_proto protoreflect.FileDescriptor
|
|
|
|
|
|
|
|
|
|
|
|
var file_service_http_firewall_policy_proto_rawDesc = []byte{
|
|
|
|
|
|
0x0a, 0x22, 0x73, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x5f, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x66,
|
|
|
|
|
|
0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x2e, 0x70,
|
2021-01-25 16:41:30 +08:00
|
|
|
|
0x72, 0x6f, 0x74, 0x6f, 0x12, 0x02, 0x70, 0x62, 0x1a, 0x27, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73,
|
|
|
|
|
|
0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x68, 0x74, 0x74, 0x70, 0x5f, 0x66, 0x69, 0x72, 0x65,
|
|
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x5f, 0x70, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74,
|
2021-02-02 19:29:04 +08:00
|
|
|
|
0x6f, 0x1a, 0x1a, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f,
|
|
|
|
|
|
0x69, 0x70, 0x5f, 0x6c, 0x69, 0x73, 0x74, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x1a, 0x6d,
|
|
|
|
|
|
0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x69, 0x70, 0x5f, 0x69,
|
|
|
|
|
|
0x74, 0x65, 0x6d, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x21, 0x6d, 0x6f, 0x64, 0x65, 0x6c,
|
|
|
|
|
|
0x73, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x5f, 0x63,
|
|
|
|
|
|
0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x1a, 0x22, 0x6d, 0x6f,
|
|
|
|
|
|
0x64, 0x65, 0x6c, 0x73, 0x2f, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x5f, 0x72, 0x65, 0x67, 0x69, 0x6f,
|
|
|
|
|
|
0x6e, 0x5f, 0x70, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f,
|
|
|
|
|
|
0x1a, 0x19, 0x6d, 0x6f, 0x64, 0x65, 0x6c, 0x73, 0x2f, 0x72, 0x70, 0x63, 0x5f, 0x6d, 0x65, 0x73,
|
|
|
|
|
|
0x73, 0x61, 0x67, 0x65, 0x73, 0x2e, 0x70, 0x72, 0x6f, 0x74, 0x6f, 0x22, 0x2b, 0x0a, 0x29, 0x46,
|
|
|
|
|
|
0x69, 0x6e, 0x64, 0x41, 0x6c, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54,
|
|
|
|
|
|
0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65,
|
|
|
|
|
|
0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x22, 0x70, 0x0a, 0x2a, 0x46, 0x69, 0x6e, 0x64,
|
|
|
|
|
|
0x41, 0x6c, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69,
|
|
|
|
|
|
0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65,
|
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x42, 0x0a, 0x10, 0x66, 0x69, 0x72, 0x65, 0x77, 0x61,
|
|
|
|
|
|
0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 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, 0x10, 0x66, 0x69, 0x72, 0x65, 0x77, 0x61,
|
2021-10-07 16:47:31 +08:00
|
|
|
|
0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x22, 0xe5, 0x01, 0x0a, 0x1f, 0x43,
|
2021-02-02 19:29:04 +08:00
|
|
|
|
0x72, 0x65, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c,
|
2021-01-25 16:41:30 +08:00
|
|
|
|
0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x12,
|
|
|
|
|
|
0x0a, 0x04, 0x69, 0x73, 0x4f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52, 0x04, 0x69, 0x73,
|
|
|
|
|
|
0x4f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
|
0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69,
|
|
|
|
|
|
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0b, 0x64, 0x65, 0x73,
|
2021-02-02 19:29:04 +08:00
|
|
|
|
0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x36, 0x0a, 0x16, 0x68, 0x74, 0x74, 0x70,
|
|
|
|
|
|
0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64,
|
|
|
|
|
|
0x65, 0x73, 0x18, 0x04, 0x20, 0x03, 0x28, 0x09, 0x52, 0x16, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69,
|
|
|
|
|
|
0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x73,
|
|
|
|
|
|
0x12, 0x1a, 0x0a, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01,
|
2021-10-07 16:47:31 +08:00
|
|
|
|
0x28, 0x03, 0x52, 0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d,
|
|
|
|
|
|
0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x06, 0x20,
|
|
|
|
|
|
0x01, 0x28, 0x03, 0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70,
|
|
|
|
|
|
0x49, 0x64, 0x22, 0x56, 0x0a, 0x20, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50,
|
|
|
|
|
|
0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65,
|
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69,
|
|
|
|
|
|
0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x18, 0x01,
|
|
|
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61,
|
|
|
|
|
|
0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x22, 0xb2, 0x01, 0x0a, 0x24, 0x43,
|
|
|
|
|
|
0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69,
|
|
|
|
|
|
0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
|
|
0x65, 0x73, 0x74, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x73, 0x4f, 0x6e, 0x18, 0x01, 0x20, 0x01, 0x28,
|
|
|
|
|
|
0x08, 0x52, 0x04, 0x69, 0x73, 0x4f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x18,
|
|
|
|
|
|
0x02, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b, 0x64,
|
|
|
|
|
|
0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x09,
|
|
|
|
|
|
0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x1a, 0x0a,
|
|
|
|
|
|
0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
|
|
|
0x08, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x73, 0x65, 0x72,
|
|
|
|
|
|
0x76, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x18, 0x05, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
|
|
0x52, 0x0d, 0x73, 0x65, 0x72, 0x76, 0x65, 0x72, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x49, 0x64, 0x22,
|
|
|
|
|
|
0x5b, 0x0a, 0x25, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x48, 0x54,
|
|
|
|
|
|
0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79,
|
|
|
|
|
|
0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x32, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70,
|
|
|
|
|
|
0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64,
|
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x22, 0x8b, 0x05, 0x0a,
|
2021-10-07 16:47:31 +08:00
|
|
|
|
0x1f, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77,
|
|
|
|
|
|
0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74,
|
2021-02-02 19:29:04 +08:00
|
|
|
|
0x12, 0x32, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c,
|
|
|
|
|
|
0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14,
|
|
|
|
|
|
0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
2021-10-07 16:47:31 +08:00
|
|
|
|
0x63, 0x79, 0x49, 0x64, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x73, 0x4f, 0x6e, 0x18, 0x02, 0x20, 0x01,
|
|
|
|
|
|
0x28, 0x08, 0x52, 0x04, 0x69, 0x73, 0x4f, 0x6e, 0x12, 0x12, 0x0a, 0x04, 0x6e, 0x61, 0x6d, 0x65,
|
|
|
|
|
|
0x18, 0x03, 0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6e, 0x61, 0x6d, 0x65, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
|
|
|
0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x18, 0x04, 0x20, 0x01, 0x28,
|
|
|
|
|
|
0x09, 0x52, 0x0b, 0x64, 0x65, 0x73, 0x63, 0x72, 0x69, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x12, 0x2e,
|
|
|
|
|
|
0x0a, 0x12, 0x66, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43,
|
|
|
|
|
|
0x6f, 0x64, 0x65, 0x73, 0x18, 0x05, 0x20, 0x03, 0x28, 0x09, 0x52, 0x12, 0x66, 0x69, 0x72, 0x65,
|
|
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x43, 0x6f, 0x64, 0x65, 0x73, 0x12, 0x2a,
|
|
|
|
|
|
0x0a, 0x10, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x4a, 0x53,
|
|
|
|
|
|
0x4f, 0x4e, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x10, 0x62, 0x6c, 0x6f, 0x63, 0x6b, 0x4f,
|
2024-01-20 16:18:49 +08:00
|
|
|
|
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x4a, 0x53, 0x4f, 0x4e, 0x12, 0x28, 0x0a, 0x0f, 0x70, 0x61,
|
|
|
|
|
|
0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x0f, 0x20,
|
|
|
|
|
|
0x01, 0x28, 0x0c, 0x52, 0x0f, 0x70, 0x61, 0x67, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
|
|
|
|
|
0x4a, 0x53, 0x4f, 0x4e, 0x12, 0x2e, 0x0a, 0x12, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x4f,
|
|
|
|
|
|
0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x0b, 0x20, 0x01, 0x28, 0x0c,
|
|
|
|
|
|
0x52, 0x12, 0x63, 0x61, 0x70, 0x74, 0x63, 0x68, 0x61, 0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x4a, 0x53, 0x4f, 0x4e, 0x12, 0x30, 0x0a, 0x13, 0x6a, 0x73, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65,
|
|
|
|
|
|
0x4f, 0x70, 0x74, 0x69, 0x6f, 0x6e, 0x73, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x10, 0x20, 0x01, 0x28,
|
|
|
|
|
|
0x0c, 0x52, 0x13, 0x6a, 0x73, 0x43, 0x6f, 0x6f, 0x6b, 0x69, 0x65, 0x4f, 0x70, 0x74, 0x69, 0x6f,
|
|
|
|
|
|
0x6e, 0x73, 0x4a, 0x53, 0x4f, 0x4e, 0x12, 0x12, 0x0a, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x18, 0x07,
|
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x04, 0x6d, 0x6f, 0x64, 0x65, 0x12, 0x2a, 0x0a, 0x10, 0x75, 0x73,
|
|
|
|
|
|
0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x18, 0x08,
|
|
|
|
|
|
0x20, 0x01, 0x28, 0x08, 0x52, 0x10, 0x75, 0x73, 0x65, 0x4c, 0x6f, 0x63, 0x61, 0x6c, 0x46, 0x69,
|
|
|
|
|
|
0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x12, 0x22, 0x0a, 0x0c, 0x73, 0x79, 0x6e, 0x46, 0x6c, 0x6f,
|
|
|
|
|
|
0x6f, 0x64, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x09, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0c, 0x73, 0x79,
|
|
|
|
|
|
0x6e, 0x46, 0x6c, 0x6f, 0x6f, 0x64, 0x4a, 0x53, 0x4f, 0x4e, 0x12, 0x18, 0x0a, 0x07, 0x4c, 0x6f,
|
|
|
|
|
|
0x67, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x0a, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x07, 0x4c, 0x6f, 0x67,
|
|
|
|
|
|
0x4a, 0x53, 0x4f, 0x4e, 0x12, 0x2e, 0x0a, 0x12, 0x6d, 0x61, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65,
|
|
|
|
|
|
0x73, 0x74, 0x42, 0x6f, 0x64, 0x79, 0x53, 0x69, 0x7a, 0x65, 0x18, 0x0c, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
|
|
0x52, 0x12, 0x6d, 0x61, 0x78, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x42, 0x6f, 0x64, 0x79,
|
|
|
|
|
|
0x53, 0x69, 0x7a, 0x65, 0x12, 0x28, 0x0a, 0x0f, 0x64, 0x65, 0x6e, 0x79, 0x43, 0x6f, 0x75, 0x6e,
|
|
|
|
|
|
0x74, 0x72, 0x79, 0x48, 0x54, 0x4d, 0x4c, 0x18, 0x0d, 0x20, 0x01, 0x28, 0x09, 0x52, 0x0f, 0x64,
|
|
|
|
|
|
0x65, 0x6e, 0x79, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x48, 0x54, 0x4d, 0x4c, 0x12, 0x2a,
|
|
|
|
|
|
0x0a, 0x10, 0x64, 0x65, 0x6e, 0x79, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x48, 0x54,
|
|
|
|
|
|
0x4d, 0x4c, 0x18, 0x0e, 0x20, 0x01, 0x28, 0x09, 0x52, 0x10, 0x64, 0x65, 0x6e, 0x79, 0x50, 0x72,
|
|
|
|
|
|
0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x48, 0x54, 0x4d, 0x4c, 0x22, 0xa1, 0x01, 0x0a, 0x25, 0x55,
|
|
|
|
|
|
0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c,
|
|
|
|
|
|
0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x52, 0x65, 0x71,
|
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65,
|
|
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
|
0x28, 0x03, 0x52, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c,
|
|
|
|
|
|
0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b, 0x69, 0x6e, 0x62, 0x6f,
|
|
|
|
|
|
0x75, 0x6e, 0x64, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52, 0x0b, 0x69,
|
|
|
|
|
|
0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4a, 0x53, 0x4f, 0x4e, 0x12, 0x22, 0x0a, 0x0c, 0x6f, 0x75,
|
|
|
|
|
|
0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x03, 0x20, 0x01, 0x28, 0x0c,
|
|
|
|
|
|
0x52, 0x0c, 0x6f, 0x75, 0x74, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4a, 0x53, 0x4f, 0x4e, 0x22, 0x7e,
|
|
|
|
|
|
0x0a, 0x26, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65,
|
|
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
|
|
|
|
0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70,
|
|
|
|
|
|
0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64,
|
|
|
|
|
|
0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65,
|
|
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x12, 0x20, 0x0a, 0x0b,
|
|
|
|
|
|
0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
|
0x0c, 0x52, 0x0b, 0x69, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x4a, 0x53, 0x4f, 0x4e, 0x22, 0x6c,
|
|
|
|
|
|
0x0a, 0x2a, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x6c, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65,
|
|
|
|
|
|
0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c,
|
|
|
|
|
|
0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x18, 0x0a, 0x07,
|
|
|
|
|
|
0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b,
|
|
|
|
|
|
0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x24, 0x0a, 0x0d, 0x6e, 0x6f, 0x64, 0x65, 0x43, 0x6c,
|
|
|
|
|
|
0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6e,
|
|
|
|
|
|
0x6f, 0x64, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x22, 0x94, 0x01, 0x0a,
|
|
|
|
|
|
0x26, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50,
|
|
|
|
|
|
0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73,
|
|
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x16, 0x0a, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65,
|
|
|
|
|
|
0x74, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x06, 0x6f, 0x66, 0x66, 0x73, 0x65, 0x74, 0x12,
|
|
|
|
|
|
0x12, 0x0a, 0x04, 0x73, 0x69, 0x7a, 0x65, 0x18, 0x02, 0x20, 0x01, 0x28, 0x03, 0x52, 0x04, 0x73,
|
|
|
|
|
|
0x69, 0x7a, 0x65, 0x12, 0x18, 0x0a, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x18, 0x03,
|
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x07, 0x6b, 0x65, 0x79, 0x77, 0x6f, 0x72, 0x64, 0x12, 0x24, 0x0a,
|
|
|
|
|
|
0x0d, 0x6e, 0x6f, 0x64, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65, 0x72, 0x49, 0x64, 0x18, 0x04,
|
|
|
|
|
|
0x20, 0x01, 0x28, 0x03, 0x52, 0x0d, 0x6e, 0x6f, 0x64, 0x65, 0x43, 0x6c, 0x75, 0x73, 0x74, 0x65,
|
|
|
|
|
|
0x72, 0x49, 0x64, 0x22, 0x75, 0x0a, 0x27, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c,
|
|
|
|
|
|
0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f,
|
|
|
|
|
|
0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4a,
|
|
|
|
|
|
0x0a, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f,
|
|
|
|
|
|
0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x18, 0x01, 0x20, 0x03, 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, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61,
|
|
|
|
|
|
0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x22, 0x55, 0x0a, 0x1f, 0x44, 0x65,
|
|
|
|
|
|
0x6c, 0x65, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c,
|
|
|
|
|
|
0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a,
|
|
|
|
|
|
0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c,
|
|
|
|
|
|
0x69, 0x63, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x68, 0x74, 0x74,
|
|
|
|
|
|
0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49,
|
|
|
|
|
|
0x64, 0x22, 0x60, 0x0a, 0x2a, 0x46, 0x69, 0x6e, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
|
|
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
|
|
|
|
|
0x63, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
|
|
|
|
|
0x32, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50,
|
|
|
|
|
|
0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x68,
|
|
|
|
|
|
0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63,
|
|
|
|
|
|
0x79, 0x49, 0x64, 0x22, 0x65, 0x0a, 0x2b, 0x46, 0x69, 0x6e, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c,
|
|
|
|
|
|
0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f,
|
|
|
|
|
|
0x6c, 0x69, 0x63, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e,
|
|
|
|
|
|
0x73, 0x65, 0x12, 0x36, 0x0a, 0x16, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61,
|
|
|
|
|
|
0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x01, 0x20, 0x01,
|
|
|
|
|
|
0x28, 0x0c, 0x52, 0x16, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c,
|
|
|
|
|
|
0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4a, 0x53, 0x4f, 0x4e, 0x22, 0x5a, 0x0a, 0x24, 0x46, 0x69,
|
|
|
|
|
|
0x6e, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72,
|
|
|
|
|
|
0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65,
|
2024-01-20 16:18:49 +08:00
|
|
|
|
0x73, 0x74, 0x12, 0x32, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61,
|
|
|
|
|
|
0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03,
|
|
|
|
|
|
0x52, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x22, 0x6f, 0x0a, 0x25, 0x46, 0x69, 0x6e, 0x64, 0x45, 0x6e,
|
|
|
|
|
|
0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c,
|
|
|
|
|
|
0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12,
|
|
|
|
|
|
0x46, 0x0a, 0x12, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50,
|
|
|
|
|
|
0x6f, 0x6c, 0x69, 0x63, 0x79, 0x18, 0x01, 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, 0x8d, 0x01, 0x0a, 0x1f, 0x49, 0x6d, 0x70, 0x6f,
|
|
|
|
|
|
0x72, 0x74, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f,
|
2024-01-20 16:18:49 +08:00
|
|
|
|
0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12, 0x32, 0x0a, 0x14, 0x68,
|
|
|
|
|
|
0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63,
|
|
|
|
|
|
0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x12,
|
|
|
|
|
|
0x36, 0x0a, 0x16, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50,
|
|
|
|
|
|
0x6f, 0x6c, 0x69, 0x63, 0x79, 0x4a, 0x53, 0x4f, 0x4e, 0x18, 0x02, 0x20, 0x01, 0x28, 0x0c, 0x52,
|
|
|
|
|
|
0x16, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c,
|
|
|
|
|
|
0x69, 0x63, 0x79, 0x4a, 0x53, 0x4f, 0x4e, 0x22, 0x6c, 0x0a, 0x26, 0x43, 0x68, 0x65, 0x63, 0x6b,
|
2024-01-20 16:18:49 +08:00
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x63, 0x79, 0x49, 0x50, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
|
|
0x74, 0x12, 0x32, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c,
|
|
|
|
|
|
0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52,
|
|
|
|
|
|
0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c,
|
|
|
|
|
|
0x69, 0x63, 0x79, 0x49, 0x64, 0x12, 0x0e, 0x0a, 0x02, 0x69, 0x70, 0x18, 0x02, 0x20, 0x01, 0x28,
|
|
|
|
|
|
0x09, 0x52, 0x02, 0x69, 0x70, 0x22, 0xc8, 0x02, 0x0a, 0x27, 0x43, 0x68, 0x65, 0x63, 0x6b, 0x48,
|
2024-01-20 16:18:49 +08:00
|
|
|
|
0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x79, 0x49, 0x50, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73,
|
|
|
|
|
|
0x65, 0x12, 0x12, 0x0a, 0x04, 0x69, 0x73, 0x4f, 0x6b, 0x18, 0x01, 0x20, 0x01, 0x28, 0x08, 0x52,
|
|
|
|
|
|
0x04, 0x69, 0x73, 0x4f, 0x6b, 0x12, 0x14, 0x0a, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x18, 0x02,
|
|
|
|
|
|
0x20, 0x01, 0x28, 0x09, 0x52, 0x05, 0x65, 0x72, 0x72, 0x6f, 0x72, 0x12, 0x18, 0x0a, 0x07, 0x69,
|
|
|
|
|
|
0x73, 0x46, 0x6f, 0x75, 0x6e, 0x64, 0x18, 0x03, 0x20, 0x01, 0x28, 0x08, 0x52, 0x07, 0x69, 0x73,
|
|
|
|
|
|
0x46, 0x6f, 0x75, 0x6e, 0x64, 0x12, 0x1c, 0x0a, 0x09, 0x69, 0x73, 0x41, 0x6c, 0x6c, 0x6f, 0x77,
|
|
|
|
|
|
0x65, 0x64, 0x18, 0x04, 0x20, 0x01, 0x28, 0x08, 0x52, 0x09, 0x69, 0x73, 0x41, 0x6c, 0x6c, 0x6f,
|
|
|
|
|
|
0x77, 0x65, 0x64, 0x12, 0x22, 0x0a, 0x06, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x18, 0x05, 0x20,
|
|
|
|
|
|
0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x50, 0x4c, 0x69, 0x73, 0x74, 0x52,
|
|
|
|
|
|
0x06, 0x69, 0x70, 0x4c, 0x69, 0x73, 0x74, 0x12, 0x22, 0x0a, 0x06, 0x69, 0x70, 0x49, 0x74, 0x65,
|
|
|
|
|
|
0x6d, 0x18, 0x06, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x0a, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x50, 0x49,
|
|
|
|
|
|
0x74, 0x65, 0x6d, 0x52, 0x06, 0x69, 0x70, 0x49, 0x74, 0x65, 0x6d, 0x12, 0x37, 0x0a, 0x0d, 0x72,
|
|
|
|
|
|
0x65, 0x67, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x72, 0x79, 0x18, 0x07, 0x20, 0x01,
|
|
|
|
|
|
0x28, 0x0b, 0x32, 0x11, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x43, 0x6f,
|
|
|
|
|
|
0x75, 0x6e, 0x74, 0x72, 0x79, 0x52, 0x0d, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x43, 0x6f, 0x75,
|
|
|
|
|
|
0x6e, 0x74, 0x72, 0x79, 0x12, 0x3a, 0x0a, 0x0e, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x50, 0x72,
|
|
|
|
|
|
0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65, 0x18, 0x08, 0x20, 0x01, 0x28, 0x0b, 0x32, 0x12, 0x2e, 0x70,
|
|
|
|
|
|
0x62, 0x2e, 0x52, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65,
|
|
|
|
|
|
0x52, 0x0e, 0x72, 0x65, 0x67, 0x69, 0x6f, 0x6e, 0x50, 0x72, 0x6f, 0x76, 0x69, 0x6e, 0x63, 0x65,
|
|
|
|
|
|
0x22, 0x61, 0x0a, 0x2b, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64,
|
|
|
|
|
|
0x57, 0x69, 0x74, 0x68, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c,
|
|
|
|
|
|
0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x12,
|
2022-01-11 15:46:21 +08:00
|
|
|
|
0x32, 0x0a, 0x14, 0x68, 0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50,
|
|
|
|
|
|
0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x18, 0x01, 0x20, 0x01, 0x28, 0x03, 0x52, 0x14, 0x68,
|
|
|
|
|
|
0x74, 0x74, 0x70, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x79, 0x49, 0x64, 0x22, 0x4a, 0x0a, 0x2c, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x65,
|
|
|
|
|
|
0x72, 0x49, 0x64, 0x57, 0x69, 0x74, 0x68, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77,
|
|
|
|
|
|
0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
|
|
0x6e, 0x73, 0x65, 0x12, 0x1a, 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,
|
|
|
|
|
|
0x9d, 0x0c, 0x0a, 0x19, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c,
|
|
|
|
|
|
0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x53, 0x65, 0x72, 0x76, 0x69, 0x63, 0x65, 0x12, 0x83, 0x01,
|
|
|
|
|
|
0x0a, 0x22, 0x66, 0x69, 0x6e, 0x64, 0x41, 0x6c, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
|
|
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
|
|
|
|
|
0x63, 0x69, 0x65, 0x73, 0x12, 0x2d, 0x2e, 0x70, 0x62, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x6c,
|
|
|
|
|
|
0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65,
|
|
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71, 0x75,
|
|
|
|
|
|
0x65, 0x73, 0x74, 0x1a, 0x2e, 0x2e, 0x70, 0x62, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x41, 0x6c, 0x6c,
|
2024-01-20 16:18:49 +08:00
|
|
|
|
0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
|
|
0x6e, 0x73, 0x65, 0x12, 0x65, 0x0a, 0x18, 0x63, 0x72, 0x65, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54,
|
2023-12-20 15:09:09 +08:00
|
|
|
|
0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x23, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46,
|
|
|
|
|
|
0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71,
|
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x24, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65,
|
2023-08-10 10:30:05 +08:00
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x74, 0x0a, 0x1d, 0x63, 0x72,
|
|
|
|
|
|
0x65, 0x61, 0x74, 0x65, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72,
|
|
|
|
|
|
0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x28, 0x2e, 0x70, 0x62,
|
|
|
|
|
|
0x2e, 0x43, 0x72, 0x65, 0x61, 0x74, 0x65, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x48, 0x54, 0x54, 0x50,
|
2023-12-20 15:09:09 +08:00
|
|
|
|
0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x72, 0x65, 0x61, 0x74,
|
|
|
|
|
|
0x65, 0x45, 0x6d, 0x70, 0x74, 0x79, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61,
|
|
|
|
|
|
0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
|
|
0x12, 0x4f, 0x0a, 0x18, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69,
|
|
|
|
|
|
0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x12, 0x23, 0x2e, 0x70,
|
|
|
|
|
|
0x62, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65,
|
|
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73,
|
|
|
|
|
|
0x74, 0x1a, 0x0e, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x50, 0x43, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73,
|
|
|
|
|
|
0x73, 0x12, 0x5b, 0x0a, 0x1e, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46,
|
|
|
|
|
|
0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x47, 0x72, 0x6f,
|
|
|
|
|
|
0x75, 0x70, 0x73, 0x12, 0x29, 0x2e, 0x70, 0x62, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48,
|
|
|
|
|
|
0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63,
|
|
|
|
|
|
0x79, 0x47, 0x72, 0x6f, 0x75, 0x70, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x0e,
|
|
|
|
|
|
0x2e, 0x70, 0x62, 0x2e, 0x52, 0x50, 0x43, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x5d,
|
|
|
|
|
|
0x0a, 0x1f, 0x75, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65,
|
|
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64, 0x43, 0x6f, 0x6e, 0x66, 0x69,
|
|
|
|
|
|
0x67, 0x12, 0x2a, 0x2e, 0x70, 0x62, 0x2e, 0x55, 0x70, 0x64, 0x61, 0x74, 0x65, 0x48, 0x54, 0x54,
|
|
|
|
|
|
0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x49, 0x6e, 0x62, 0x6f, 0x75, 0x6e, 0x64,
|
|
|
|
|
|
0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x0e, 0x2e,
|
|
|
|
|
|
0x70, 0x62, 0x2e, 0x52, 0x50, 0x43, 0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x6b, 0x0a,
|
|
|
|
|
|
0x23, 0x63, 0x6f, 0x75, 0x6e, 0x74, 0x41, 0x6c, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
|
|
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
|
|
|
|
|
0x63, 0x69, 0x65, 0x73, 0x12, 0x2e, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x6f, 0x75, 0x6e, 0x74, 0x41,
|
|
|
|
|
|
0x6c, 0x6c, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72,
|
|
|
|
|
|
0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65, 0x71,
|
|
|
|
|
|
0x75, 0x65, 0x73, 0x74, 0x1a, 0x14, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x50, 0x43, 0x43, 0x6f, 0x75,
|
|
|
|
|
|
0x6e, 0x74, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x7a, 0x0a, 0x1f, 0x6c, 0x69,
|
|
|
|
|
|
0x73, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72,
|
|
|
|
|
|
0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x12, 0x2a, 0x2e,
|
|
|
|
|
|
0x70, 0x62, 0x2e, 0x4c, 0x69, 0x73, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54,
|
|
|
|
|
|
0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69,
|
|
|
|
|
|
0x65, 0x73, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x70, 0x62, 0x2e, 0x4c,
|
|
|
|
|
|
0x69, 0x73, 0x74, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69,
|
|
|
|
|
|
0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x69, 0x65, 0x73, 0x52, 0x65,
|
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x18, 0x64, 0x65, 0x6c, 0x65, 0x74, 0x65,
|
|
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
|
|
|
|
|
0x63, 0x79, 0x12, 0x23, 0x2e, 0x70, 0x62, 0x2e, 0x44, 0x65, 0x6c, 0x65, 0x74, 0x65, 0x48, 0x54,
|
2024-01-20 16:18:49 +08:00
|
|
|
|
0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x0e, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x50, 0x43,
|
|
|
|
|
|
0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x86, 0x01, 0x0a, 0x23, 0x66, 0x69, 0x6e, 0x64,
|
|
|
|
|
|
0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77,
|
|
|
|
|
|
0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x12,
|
|
|
|
|
|
0x2e, 0x2e, 0x70, 0x62, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
|
|
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
|
|
|
|
|
0x63, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a,
|
|
|
|
|
|
0x2f, 0x2e, 0x70, 0x62, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64,
|
|
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
|
|
|
|
|
0x63, 0x79, 0x43, 0x6f, 0x6e, 0x66, 0x69, 0x67, 0x52, 0x65, 0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65,
|
|
|
|
|
|
0x12, 0x74, 0x0a, 0x1d, 0x66, 0x69, 0x6e, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48,
|
2022-01-11 15:46:21 +08:00
|
|
|
|
0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x79, 0x12, 0x28, 0x2e, 0x70, 0x62, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c,
|
|
|
|
|
|
0x65, 0x64, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f,
|
|
|
|
|
|
0x6c, 0x69, 0x63, 0x79, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x29, 0x2e, 0x70, 0x62,
|
|
|
|
|
|
0x2e, 0x46, 0x69, 0x6e, 0x64, 0x45, 0x6e, 0x61, 0x62, 0x6c, 0x65, 0x64, 0x48, 0x54, 0x54, 0x50,
|
|
|
|
|
|
0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x52, 0x65,
|
|
|
|
|
|
0x73, 0x70, 0x6f, 0x6e, 0x73, 0x65, 0x12, 0x4f, 0x0a, 0x18, 0x69, 0x6d, 0x70, 0x6f, 0x72, 0x74,
|
|
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
|
|
|
|
|
0x63, 0x79, 0x12, 0x23, 0x2e, 0x70, 0x62, 0x2e, 0x49, 0x6d, 0x70, 0x6f, 0x72, 0x74, 0x48, 0x54,
|
|
|
|
|
|
0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79,
|
|
|
|
|
|
0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x0e, 0x2e, 0x70, 0x62, 0x2e, 0x52, 0x50, 0x43,
|
|
|
|
|
|
0x53, 0x75, 0x63, 0x63, 0x65, 0x73, 0x73, 0x12, 0x7a, 0x0a, 0x1f, 0x63, 0x68, 0x65, 0x63, 0x6b,
|
2024-01-20 16:18:49 +08:00
|
|
|
|
0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69,
|
2024-04-07 14:21:29 +08:00
|
|
|
|
0x63, 0x79, 0x49, 0x50, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x12, 0x2a, 0x2e, 0x70, 0x62, 0x2e,
|
|
|
|
|
|
0x43, 0x68, 0x65, 0x63, 0x6b, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c,
|
|
|
|
|
|
0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x50, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52,
|
|
|
|
|
|
0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x2b, 0x2e, 0x70, 0x62, 0x2e, 0x43, 0x68, 0x65, 0x63,
|
|
|
|
|
|
0x6b, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c,
|
|
|
|
|
|
0x69, 0x63, 0x79, 0x49, 0x50, 0x53, 0x74, 0x61, 0x74, 0x75, 0x73, 0x52, 0x65, 0x73, 0x70, 0x6f,
|
|
|
|
|
|
0x6e, 0x73, 0x65, 0x12, 0x89, 0x01, 0x0a, 0x24, 0x66, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76,
|
|
|
|
|
|
0x65, 0x72, 0x49, 0x64, 0x57, 0x69, 0x74, 0x68, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65,
|
|
|
|
|
|
0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f, 0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x12, 0x2f, 0x2e, 0x70,
|
|
|
|
|
|
0x62, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x57, 0x69,
|
|
|
|
|
|
0x74, 0x68, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50, 0x6f,
|
|
|
|
|
|
0x6c, 0x69, 0x63, 0x79, 0x49, 0x64, 0x52, 0x65, 0x71, 0x75, 0x65, 0x73, 0x74, 0x1a, 0x30, 0x2e,
|
|
|
|
|
|
0x70, 0x62, 0x2e, 0x46, 0x69, 0x6e, 0x64, 0x53, 0x65, 0x72, 0x76, 0x65, 0x72, 0x49, 0x64, 0x57,
|
|
|
|
|
|
0x69, 0x74, 0x68, 0x48, 0x54, 0x54, 0x50, 0x46, 0x69, 0x72, 0x65, 0x77, 0x61, 0x6c, 0x6c, 0x50,
|
|
|
|
|
|
0x6f, 0x6c, 0x69, 0x63, 0x79, 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,
|
2020-09-20 20:12:53 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
var (
|
|
|
|
|
|
file_service_http_firewall_policy_proto_rawDescOnce sync.Once
|
|
|
|
|
|
file_service_http_firewall_policy_proto_rawDescData = file_service_http_firewall_policy_proto_rawDesc
|
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
func file_service_http_firewall_policy_proto_rawDescGZIP() []byte {
|
|
|
|
|
|
file_service_http_firewall_policy_proto_rawDescOnce.Do(func() {
|
|
|
|
|
|
file_service_http_firewall_policy_proto_rawDescData = protoimpl.X.CompressGZIP(file_service_http_firewall_policy_proto_rawDescData)
|
|
|
|
|
|
})
|
|
|
|
|
|
return file_service_http_firewall_policy_proto_rawDescData
|
|
|
|
|
|
}
|
|
|
|
|
|
|
2023-12-20 15:09:09 +08:00
|
|
|
|
var file_service_http_firewall_policy_proto_msgTypes = make([]protoimpl.MessageInfo, 22)
|
2020-09-20 20:12:53 +08:00
|
|
|
|
var file_service_http_firewall_policy_proto_goTypes = []interface{}{
|
2023-12-20 15:09:09 +08:00
|
|
|
|
(*FindAllEnabledHTTPFirewallPoliciesRequest)(nil), // 0: pb.FindAllEnabledHTTPFirewallPoliciesRequest
|
|
|
|
|
|
(*FindAllEnabledHTTPFirewallPoliciesResponse)(nil), // 1: pb.FindAllEnabledHTTPFirewallPoliciesResponse
|
|
|
|
|
|
(*CreateHTTPFirewallPolicyRequest)(nil), // 2: pb.CreateHTTPFirewallPolicyRequest
|
|
|
|
|
|
(*CreateHTTPFirewallPolicyResponse)(nil), // 3: pb.CreateHTTPFirewallPolicyResponse
|
|
|
|
|
|
(*CreateEmptyHTTPFirewallPolicyRequest)(nil), // 4: pb.CreateEmptyHTTPFirewallPolicyRequest
|
|
|
|
|
|
(*CreateEmptyHTTPFirewallPolicyResponse)(nil), // 5: pb.CreateEmptyHTTPFirewallPolicyResponse
|
|
|
|
|
|
(*UpdateHTTPFirewallPolicyRequest)(nil), // 6: pb.UpdateHTTPFirewallPolicyRequest
|
|
|
|
|
|
(*UpdateHTTPFirewallPolicyGroupsRequest)(nil), // 7: pb.UpdateHTTPFirewallPolicyGroupsRequest
|
|
|
|
|
|
(*UpdateHTTPFirewallInboundConfigRequest)(nil), // 8: pb.UpdateHTTPFirewallInboundConfigRequest
|
|
|
|
|
|
(*CountAllEnabledHTTPFirewallPoliciesRequest)(nil), // 9: pb.CountAllEnabledHTTPFirewallPoliciesRequest
|
|
|
|
|
|
(*ListEnabledHTTPFirewallPoliciesRequest)(nil), // 10: pb.ListEnabledHTTPFirewallPoliciesRequest
|
|
|
|
|
|
(*ListEnabledHTTPFirewallPoliciesResponse)(nil), // 11: pb.ListEnabledHTTPFirewallPoliciesResponse
|
|
|
|
|
|
(*DeleteHTTPFirewallPolicyRequest)(nil), // 12: pb.DeleteHTTPFirewallPolicyRequest
|
|
|
|
|
|
(*FindEnabledHTTPFirewallPolicyConfigRequest)(nil), // 13: pb.FindEnabledHTTPFirewallPolicyConfigRequest
|
|
|
|
|
|
(*FindEnabledHTTPFirewallPolicyConfigResponse)(nil), // 14: pb.FindEnabledHTTPFirewallPolicyConfigResponse
|
|
|
|
|
|
(*FindEnabledHTTPFirewallPolicyRequest)(nil), // 15: pb.FindEnabledHTTPFirewallPolicyRequest
|
|
|
|
|
|
(*FindEnabledHTTPFirewallPolicyResponse)(nil), // 16: pb.FindEnabledHTTPFirewallPolicyResponse
|
|
|
|
|
|
(*ImportHTTPFirewallPolicyRequest)(nil), // 17: pb.ImportHTTPFirewallPolicyRequest
|
|
|
|
|
|
(*CheckHTTPFirewallPolicyIPStatusRequest)(nil), // 18: pb.CheckHTTPFirewallPolicyIPStatusRequest
|
|
|
|
|
|
(*CheckHTTPFirewallPolicyIPStatusResponse)(nil), // 19: pb.CheckHTTPFirewallPolicyIPStatusResponse
|
|
|
|
|
|
(*FindServerIdWithHTTPFirewallPolicyIdRequest)(nil), // 20: pb.FindServerIdWithHTTPFirewallPolicyIdRequest
|
|
|
|
|
|
(*FindServerIdWithHTTPFirewallPolicyIdResponse)(nil), // 21: pb.FindServerIdWithHTTPFirewallPolicyIdResponse
|
|
|
|
|
|
(*HTTPFirewallPolicy)(nil), // 22: pb.HTTPFirewallPolicy
|
|
|
|
|
|
(*IPList)(nil), // 23: pb.IPList
|
|
|
|
|
|
(*IPItem)(nil), // 24: pb.IPItem
|
|
|
|
|
|
(*RegionCountry)(nil), // 25: pb.RegionCountry
|
|
|
|
|
|
(*RegionProvince)(nil), // 26: pb.RegionProvince
|
|
|
|
|
|
(*RPCSuccess)(nil), // 27: pb.RPCSuccess
|
|
|
|
|
|
(*RPCCountResponse)(nil), // 28: pb.RPCCountResponse
|
2020-09-20 20:12:53 +08:00
|
|
|
|
}
|
|
|
|
|
|
var file_service_http_firewall_policy_proto_depIdxs = []int32{
|
2023-12-20 15:09:09 +08:00
|
|
|
|
22, // 0: pb.FindAllEnabledHTTPFirewallPoliciesResponse.firewallPolicies:type_name -> pb.HTTPFirewallPolicy
|
|
|
|
|
|
22, // 1: pb.ListEnabledHTTPFirewallPoliciesResponse.httpFirewallPolicies:type_name -> pb.HTTPFirewallPolicy
|
|
|
|
|
|
22, // 2: pb.FindEnabledHTTPFirewallPolicyResponse.httpFirewallPolicy:type_name -> pb.HTTPFirewallPolicy
|
|
|
|
|
|
23, // 3: pb.CheckHTTPFirewallPolicyIPStatusResponse.ipList:type_name -> pb.IPList
|
|
|
|
|
|
24, // 4: pb.CheckHTTPFirewallPolicyIPStatusResponse.ipItem:type_name -> pb.IPItem
|
|
|
|
|
|
25, // 5: pb.CheckHTTPFirewallPolicyIPStatusResponse.regionCountry:type_name -> pb.RegionCountry
|
|
|
|
|
|
26, // 6: pb.CheckHTTPFirewallPolicyIPStatusResponse.regionProvince:type_name -> pb.RegionProvince
|
2021-02-02 19:29:04 +08:00
|
|
|
|
0, // 7: pb.HTTPFirewallPolicyService.findAllEnabledHTTPFirewallPolicies:input_type -> pb.FindAllEnabledHTTPFirewallPoliciesRequest
|
|
|
|
|
|
2, // 8: pb.HTTPFirewallPolicyService.createHTTPFirewallPolicy:input_type -> pb.CreateHTTPFirewallPolicyRequest
|
|
|
|
|
|
4, // 9: pb.HTTPFirewallPolicyService.createEmptyHTTPFirewallPolicy:input_type -> pb.CreateEmptyHTTPFirewallPolicyRequest
|
|
|
|
|
|
6, // 10: pb.HTTPFirewallPolicyService.updateHTTPFirewallPolicy:input_type -> pb.UpdateHTTPFirewallPolicyRequest
|
|
|
|
|
|
7, // 11: pb.HTTPFirewallPolicyService.updateHTTPFirewallPolicyGroups:input_type -> pb.UpdateHTTPFirewallPolicyGroupsRequest
|
|
|
|
|
|
8, // 12: pb.HTTPFirewallPolicyService.updateHTTPFirewallInboundConfig:input_type -> pb.UpdateHTTPFirewallInboundConfigRequest
|
|
|
|
|
|
9, // 13: pb.HTTPFirewallPolicyService.countAllEnabledHTTPFirewallPolicies:input_type -> pb.CountAllEnabledHTTPFirewallPoliciesRequest
|
|
|
|
|
|
10, // 14: pb.HTTPFirewallPolicyService.listEnabledHTTPFirewallPolicies:input_type -> pb.ListEnabledHTTPFirewallPoliciesRequest
|
|
|
|
|
|
12, // 15: pb.HTTPFirewallPolicyService.deleteHTTPFirewallPolicy:input_type -> pb.DeleteHTTPFirewallPolicyRequest
|
|
|
|
|
|
13, // 16: pb.HTTPFirewallPolicyService.findEnabledHTTPFirewallPolicyConfig:input_type -> pb.FindEnabledHTTPFirewallPolicyConfigRequest
|
|
|
|
|
|
15, // 17: pb.HTTPFirewallPolicyService.findEnabledHTTPFirewallPolicy:input_type -> pb.FindEnabledHTTPFirewallPolicyRequest
|
|
|
|
|
|
17, // 18: pb.HTTPFirewallPolicyService.importHTTPFirewallPolicy:input_type -> pb.ImportHTTPFirewallPolicyRequest
|
|
|
|
|
|
18, // 19: pb.HTTPFirewallPolicyService.checkHTTPFirewallPolicyIPStatus:input_type -> pb.CheckHTTPFirewallPolicyIPStatusRequest
|
2023-12-20 15:09:09 +08:00
|
|
|
|
20, // 20: pb.HTTPFirewallPolicyService.findServerIdWithHTTPFirewallPolicyId:input_type -> pb.FindServerIdWithHTTPFirewallPolicyIdRequest
|
|
|
|
|
|
1, // 21: pb.HTTPFirewallPolicyService.findAllEnabledHTTPFirewallPolicies:output_type -> pb.FindAllEnabledHTTPFirewallPoliciesResponse
|
|
|
|
|
|
3, // 22: pb.HTTPFirewallPolicyService.createHTTPFirewallPolicy:output_type -> pb.CreateHTTPFirewallPolicyResponse
|
|
|
|
|
|
5, // 23: pb.HTTPFirewallPolicyService.createEmptyHTTPFirewallPolicy:output_type -> pb.CreateEmptyHTTPFirewallPolicyResponse
|
|
|
|
|
|
27, // 24: pb.HTTPFirewallPolicyService.updateHTTPFirewallPolicy:output_type -> pb.RPCSuccess
|
|
|
|
|
|
27, // 25: pb.HTTPFirewallPolicyService.updateHTTPFirewallPolicyGroups:output_type -> pb.RPCSuccess
|
|
|
|
|
|
27, // 26: pb.HTTPFirewallPolicyService.updateHTTPFirewallInboundConfig:output_type -> pb.RPCSuccess
|
|
|
|
|
|
28, // 27: pb.HTTPFirewallPolicyService.countAllEnabledHTTPFirewallPolicies:output_type -> pb.RPCCountResponse
|
|
|
|
|
|
11, // 28: pb.HTTPFirewallPolicyService.listEnabledHTTPFirewallPolicies:output_type -> pb.ListEnabledHTTPFirewallPoliciesResponse
|
|
|
|
|
|
27, // 29: pb.HTTPFirewallPolicyService.deleteHTTPFirewallPolicy:output_type -> pb.RPCSuccess
|
|
|
|
|
|
14, // 30: pb.HTTPFirewallPolicyService.findEnabledHTTPFirewallPolicyConfig:output_type -> pb.FindEnabledHTTPFirewallPolicyConfigResponse
|
|
|
|
|
|
16, // 31: pb.HTTPFirewallPolicyService.findEnabledHTTPFirewallPolicy:output_type -> pb.FindEnabledHTTPFirewallPolicyResponse
|
|
|
|
|
|
27, // 32: pb.HTTPFirewallPolicyService.importHTTPFirewallPolicy:output_type -> pb.RPCSuccess
|
|
|
|
|
|
19, // 33: pb.HTTPFirewallPolicyService.checkHTTPFirewallPolicyIPStatus:output_type -> pb.CheckHTTPFirewallPolicyIPStatusResponse
|
|
|
|
|
|
21, // 34: pb.HTTPFirewallPolicyService.findServerIdWithHTTPFirewallPolicyId:output_type -> pb.FindServerIdWithHTTPFirewallPolicyIdResponse
|
|
|
|
|
|
21, // [21:35] is the sub-list for method output_type
|
|
|
|
|
|
7, // [7:21] is the sub-list for method input_type
|
2021-02-02 19:29:04 +08:00
|
|
|
|
7, // [7:7] is the sub-list for extension type_name
|
|
|
|
|
|
7, // [7:7] is the sub-list for extension extendee
|
|
|
|
|
|
0, // [0:7] is the sub-list for field type_name
|
2020-09-20 20:12:53 +08:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
func init() { file_service_http_firewall_policy_proto_init() }
|
|
|
|
|
|
func file_service_http_firewall_policy_proto_init() {
|
|
|
|
|
|
if File_service_http_firewall_policy_proto != nil {
|
|
|
|
|
|
return
|
|
|
|
|
|
}
|
2021-01-25 16:41:30 +08:00
|
|
|
|
file_models_model_http_firewall_policy_proto_init()
|
2021-02-02 19:29:04 +08:00
|
|
|
|
file_models_model_ip_list_proto_init()
|
|
|
|
|
|
file_models_model_ip_item_proto_init()
|
|
|
|
|
|
file_models_model_region_country_proto_init()
|
|
|
|
|
|
file_models_model_region_province_proto_init()
|
2021-01-25 16:41:30 +08:00
|
|
|
|
file_models_rpc_messages_proto_init()
|
2020-09-20 20:12:53 +08:00
|
|
|
|
if !protoimpl.UnsafeEnabled {
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[0].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
switch v := v.(*FindAllEnabledHTTPFirewallPoliciesRequest); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-10-06 21:02:21 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[1].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
switch v := v.(*FindAllEnabledHTTPFirewallPoliciesResponse); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[2].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
switch v := v.(*CreateHTTPFirewallPolicyRequest); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[3].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
switch v := v.(*CreateHTTPFirewallPolicyResponse); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[4].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*CreateEmptyHTTPFirewallPolicyRequest); i {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[5].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*CreateEmptyHTTPFirewallPolicyResponse); i {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[6].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*UpdateHTTPFirewallPolicyRequest); i {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[7].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*UpdateHTTPFirewallPolicyGroupsRequest); i {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[8].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*UpdateHTTPFirewallInboundConfigRequest); i {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-11-12 14:41:23 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[9].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*CountAllEnabledHTTPFirewallPoliciesRequest); i {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-11-12 14:41:23 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[10].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*ListEnabledHTTPFirewallPoliciesRequest); i {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-11-12 14:41:23 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[11].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*ListEnabledHTTPFirewallPoliciesResponse); i {
|
2020-10-06 21:02:21 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-11-12 14:41:23 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[12].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*DeleteHTTPFirewallPolicyRequest); i {
|
2020-10-07 11:18:24 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-11-12 14:41:23 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[13].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*FindEnabledHTTPFirewallPolicyConfigRequest); i {
|
2020-11-06 11:02:18 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-11-12 14:41:23 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[14].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*FindEnabledHTTPFirewallPolicyConfigResponse); i {
|
2020-09-20 20:12:53 +08:00
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-12-02 16:09:10 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[15].Exporter = func(v interface{}, i int) interface{} {
|
2021-01-18 20:41:37 +08:00
|
|
|
|
switch v := v.(*FindEnabledHTTPFirewallPolicyRequest); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[16].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
switch v := v.(*FindEnabledHTTPFirewallPolicyResponse); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[17].Exporter = func(v interface{}, i int) interface{} {
|
2020-12-02 16:09:10 +08:00
|
|
|
|
switch v := v.(*ImportHTTPFirewallPolicyRequest); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2021-02-02 19:29:04 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[18].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
switch v := v.(*CheckHTTPFirewallPolicyIPStatusRequest); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[19].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
switch v := v.(*CheckHTTPFirewallPolicyIPStatusResponse); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2023-12-20 15:09:09 +08:00
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[20].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
switch v := v.(*FindServerIdWithHTTPFirewallPolicyIdRequest); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
|
|
|
|
|
file_service_http_firewall_policy_proto_msgTypes[21].Exporter = func(v interface{}, i int) interface{} {
|
|
|
|
|
|
switch v := v.(*FindServerIdWithHTTPFirewallPolicyIdResponse); i {
|
|
|
|
|
|
case 0:
|
|
|
|
|
|
return &v.state
|
|
|
|
|
|
case 1:
|
|
|
|
|
|
return &v.sizeCache
|
|
|
|
|
|
case 2:
|
|
|
|
|
|
return &v.unknownFields
|
|
|
|
|
|
default:
|
|
|
|
|
|
return nil
|
|
|
|
|
|
}
|
|
|
|
|
|
}
|
2020-09-20 20:12:53 +08:00
|
|
|
|
}
|
|
|
|
|
|
type x struct{}
|
|
|
|
|
|
out := protoimpl.TypeBuilder{
|
|
|
|
|
|
File: protoimpl.DescBuilder{
|
|
|
|
|
|
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
|
|
|
|
|
|
RawDescriptor: file_service_http_firewall_policy_proto_rawDesc,
|
|
|
|
|
|
NumEnums: 0,
|
2023-12-20 15:09:09 +08:00
|
|
|
|
NumMessages: 22,
|
2020-09-20 20:12:53 +08:00
|
|
|
|
NumExtensions: 0,
|
|
|
|
|
|
NumServices: 1,
|
|
|
|
|
|
},
|
|
|
|
|
|
GoTypes: file_service_http_firewall_policy_proto_goTypes,
|
|
|
|
|
|
DependencyIndexes: file_service_http_firewall_policy_proto_depIdxs,
|
|
|
|
|
|
MessageInfos: file_service_http_firewall_policy_proto_msgTypes,
|
|
|
|
|
|
}.Build()
|
|
|
|
|
|
File_service_http_firewall_policy_proto = out.File
|
|
|
|
|
|
file_service_http_firewall_policy_proto_rawDesc = nil
|
|
|
|
|
|
file_service_http_firewall_policy_proto_goTypes = nil
|
|
|
|
|
|
file_service_http_firewall_policy_proto_depIdxs = nil
|
|
|
|
|
|
}
|