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

773 lines
27 KiB
Go

// Code generated by protoc-gen-go. DO NOT EDIT.
// versions:
// protoc-gen-go v1.36.11
// protoc v3.19.6
// source: service_http_location.proto
package pb
import (
protoreflect "google.golang.org/protobuf/reflect/protoreflect"
protoimpl "google.golang.org/protobuf/runtime/protoimpl"
reflect "reflect"
sync "sync"
unsafe "unsafe"
)
const (
// Verify that this generated code is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(20 - protoimpl.MinVersion)
// Verify that runtime/protoimpl is sufficiently up-to-date.
_ = protoimpl.EnforceVersion(protoimpl.MaxVersion - 20)
)
// 创建路径规则
type CreateHTTPLocationRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
ParentId int64 `protobuf:"varint,1,opt,name=parentId,proto3" json:"parentId,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"`
Pattern string `protobuf:"bytes,4,opt,name=pattern,proto3" json:"pattern,omitempty"`
IsBreak bool `protobuf:"varint,5,opt,name=isBreak,proto3" json:"isBreak,omitempty"`
CondsJSON []byte `protobuf:"bytes,6,opt,name=condsJSON,proto3" json:"condsJSON,omitempty"`
Domains []string `protobuf:"bytes,7,rep,name=domains,proto3" json:"domains,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *CreateHTTPLocationRequest) Reset() {
*x = CreateHTTPLocationRequest{}
mi := &file_service_http_location_proto_msgTypes[0]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *CreateHTTPLocationRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateHTTPLocationRequest) ProtoMessage() {}
func (x *CreateHTTPLocationRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[0]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CreateHTTPLocationRequest.ProtoReflect.Descriptor instead.
func (*CreateHTTPLocationRequest) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{0}
}
func (x *CreateHTTPLocationRequest) GetParentId() int64 {
if x != nil {
return x.ParentId
}
return 0
}
func (x *CreateHTTPLocationRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *CreateHTTPLocationRequest) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *CreateHTTPLocationRequest) GetPattern() string {
if x != nil {
return x.Pattern
}
return ""
}
func (x *CreateHTTPLocationRequest) GetIsBreak() bool {
if x != nil {
return x.IsBreak
}
return false
}
func (x *CreateHTTPLocationRequest) GetCondsJSON() []byte {
if x != nil {
return x.CondsJSON
}
return nil
}
func (x *CreateHTTPLocationRequest) GetDomains() []string {
if x != nil {
return x.Domains
}
return nil
}
type CreateHTTPLocationResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
LocationId int64 `protobuf:"varint,1,opt,name=locationId,proto3" json:"locationId,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *CreateHTTPLocationResponse) Reset() {
*x = CreateHTTPLocationResponse{}
mi := &file_service_http_location_proto_msgTypes[1]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *CreateHTTPLocationResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*CreateHTTPLocationResponse) ProtoMessage() {}
func (x *CreateHTTPLocationResponse) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[1]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use CreateHTTPLocationResponse.ProtoReflect.Descriptor instead.
func (*CreateHTTPLocationResponse) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{1}
}
func (x *CreateHTTPLocationResponse) GetLocationId() int64 {
if x != nil {
return x.LocationId
}
return 0
}
// 修改路径规则
type UpdateHTTPLocationRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
LocationId int64 `protobuf:"varint,1,opt,name=locationId,proto3" json:"locationId,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"`
Pattern string `protobuf:"bytes,4,opt,name=pattern,proto3" json:"pattern,omitempty"`
IsOn bool `protobuf:"varint,5,opt,name=isOn,proto3" json:"isOn,omitempty"`
IsBreak bool `protobuf:"varint,6,opt,name=isBreak,proto3" json:"isBreak,omitempty"`
CondsJSON []byte `protobuf:"bytes,7,opt,name=condsJSON,proto3" json:"condsJSON,omitempty"`
Domains []string `protobuf:"bytes,8,rep,name=domains,proto3" json:"domains,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *UpdateHTTPLocationRequest) Reset() {
*x = UpdateHTTPLocationRequest{}
mi := &file_service_http_location_proto_msgTypes[2]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *UpdateHTTPLocationRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateHTTPLocationRequest) ProtoMessage() {}
func (x *UpdateHTTPLocationRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[2]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use UpdateHTTPLocationRequest.ProtoReflect.Descriptor instead.
func (*UpdateHTTPLocationRequest) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{2}
}
func (x *UpdateHTTPLocationRequest) GetLocationId() int64 {
if x != nil {
return x.LocationId
}
return 0
}
func (x *UpdateHTTPLocationRequest) GetName() string {
if x != nil {
return x.Name
}
return ""
}
func (x *UpdateHTTPLocationRequest) GetDescription() string {
if x != nil {
return x.Description
}
return ""
}
func (x *UpdateHTTPLocationRequest) GetPattern() string {
if x != nil {
return x.Pattern
}
return ""
}
func (x *UpdateHTTPLocationRequest) GetIsOn() bool {
if x != nil {
return x.IsOn
}
return false
}
func (x *UpdateHTTPLocationRequest) GetIsBreak() bool {
if x != nil {
return x.IsBreak
}
return false
}
func (x *UpdateHTTPLocationRequest) GetCondsJSON() []byte {
if x != nil {
return x.CondsJSON
}
return nil
}
func (x *UpdateHTTPLocationRequest) GetDomains() []string {
if x != nil {
return x.Domains
}
return nil
}
// 查找路径规则配置
type FindEnabledHTTPLocationConfigRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
LocationId int64 `protobuf:"varint,1,opt,name=locationId,proto3" json:"locationId,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *FindEnabledHTTPLocationConfigRequest) Reset() {
*x = FindEnabledHTTPLocationConfigRequest{}
mi := &file_service_http_location_proto_msgTypes[3]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *FindEnabledHTTPLocationConfigRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FindEnabledHTTPLocationConfigRequest) ProtoMessage() {}
func (x *FindEnabledHTTPLocationConfigRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[3]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use FindEnabledHTTPLocationConfigRequest.ProtoReflect.Descriptor instead.
func (*FindEnabledHTTPLocationConfigRequest) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{3}
}
func (x *FindEnabledHTTPLocationConfigRequest) GetLocationId() int64 {
if x != nil {
return x.LocationId
}
return 0
}
type FindEnabledHTTPLocationConfigResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
LocationJSON []byte `protobuf:"bytes,1,opt,name=locationJSON,proto3" json:"locationJSON,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *FindEnabledHTTPLocationConfigResponse) Reset() {
*x = FindEnabledHTTPLocationConfigResponse{}
mi := &file_service_http_location_proto_msgTypes[4]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *FindEnabledHTTPLocationConfigResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FindEnabledHTTPLocationConfigResponse) ProtoMessage() {}
func (x *FindEnabledHTTPLocationConfigResponse) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[4]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use FindEnabledHTTPLocationConfigResponse.ProtoReflect.Descriptor instead.
func (*FindEnabledHTTPLocationConfigResponse) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{4}
}
func (x *FindEnabledHTTPLocationConfigResponse) GetLocationJSON() []byte {
if x != nil {
return x.LocationJSON
}
return nil
}
// 删除路径规则
type DeleteHTTPLocationRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
LocationId int64 `protobuf:"varint,1,opt,name=locationId,proto3" json:"locationId,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *DeleteHTTPLocationRequest) Reset() {
*x = DeleteHTTPLocationRequest{}
mi := &file_service_http_location_proto_msgTypes[5]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *DeleteHTTPLocationRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*DeleteHTTPLocationRequest) ProtoMessage() {}
func (x *DeleteHTTPLocationRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[5]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use DeleteHTTPLocationRequest.ProtoReflect.Descriptor instead.
func (*DeleteHTTPLocationRequest) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{5}
}
func (x *DeleteHTTPLocationRequest) GetLocationId() int64 {
if x != nil {
return x.LocationId
}
return 0
}
// 查找反向代理设置
type FindAndInitHTTPLocationReverseProxyConfigRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
LocationId int64 `protobuf:"varint,1,opt,name=locationId,proto3" json:"locationId,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *FindAndInitHTTPLocationReverseProxyConfigRequest) Reset() {
*x = FindAndInitHTTPLocationReverseProxyConfigRequest{}
mi := &file_service_http_location_proto_msgTypes[6]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *FindAndInitHTTPLocationReverseProxyConfigRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FindAndInitHTTPLocationReverseProxyConfigRequest) ProtoMessage() {}
func (x *FindAndInitHTTPLocationReverseProxyConfigRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[6]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use FindAndInitHTTPLocationReverseProxyConfigRequest.ProtoReflect.Descriptor instead.
func (*FindAndInitHTTPLocationReverseProxyConfigRequest) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{6}
}
func (x *FindAndInitHTTPLocationReverseProxyConfigRequest) GetLocationId() int64 {
if x != nil {
return x.LocationId
}
return 0
}
type FindAndInitHTTPLocationReverseProxyConfigResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
ReverseProxyJSON []byte `protobuf:"bytes,1,opt,name=reverseProxyJSON,proto3" json:"reverseProxyJSON,omitempty"`
ReverseProxyRefJSON []byte `protobuf:"bytes,2,opt,name=reverseProxyRefJSON,proto3" json:"reverseProxyRefJSON,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *FindAndInitHTTPLocationReverseProxyConfigResponse) Reset() {
*x = FindAndInitHTTPLocationReverseProxyConfigResponse{}
mi := &file_service_http_location_proto_msgTypes[7]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *FindAndInitHTTPLocationReverseProxyConfigResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FindAndInitHTTPLocationReverseProxyConfigResponse) ProtoMessage() {}
func (x *FindAndInitHTTPLocationReverseProxyConfigResponse) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[7]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use FindAndInitHTTPLocationReverseProxyConfigResponse.ProtoReflect.Descriptor instead.
func (*FindAndInitHTTPLocationReverseProxyConfigResponse) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{7}
}
func (x *FindAndInitHTTPLocationReverseProxyConfigResponse) GetReverseProxyJSON() []byte {
if x != nil {
return x.ReverseProxyJSON
}
return nil
}
func (x *FindAndInitHTTPLocationReverseProxyConfigResponse) GetReverseProxyRefJSON() []byte {
if x != nil {
return x.ReverseProxyRefJSON
}
return nil
}
// 初始化Web设置
type FindAndInitHTTPLocationWebConfigRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
LocationId int64 `protobuf:"varint,1,opt,name=locationId,proto3" json:"locationId,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *FindAndInitHTTPLocationWebConfigRequest) Reset() {
*x = FindAndInitHTTPLocationWebConfigRequest{}
mi := &file_service_http_location_proto_msgTypes[8]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *FindAndInitHTTPLocationWebConfigRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FindAndInitHTTPLocationWebConfigRequest) ProtoMessage() {}
func (x *FindAndInitHTTPLocationWebConfigRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[8]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use FindAndInitHTTPLocationWebConfigRequest.ProtoReflect.Descriptor instead.
func (*FindAndInitHTTPLocationWebConfigRequest) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{8}
}
func (x *FindAndInitHTTPLocationWebConfigRequest) GetLocationId() int64 {
if x != nil {
return x.LocationId
}
return 0
}
type FindAndInitHTTPLocationWebConfigResponse struct {
state protoimpl.MessageState `protogen:"open.v1"`
WebJSON []byte `protobuf:"bytes,1,opt,name=webJSON,proto3" json:"webJSON,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *FindAndInitHTTPLocationWebConfigResponse) Reset() {
*x = FindAndInitHTTPLocationWebConfigResponse{}
mi := &file_service_http_location_proto_msgTypes[9]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *FindAndInitHTTPLocationWebConfigResponse) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*FindAndInitHTTPLocationWebConfigResponse) ProtoMessage() {}
func (x *FindAndInitHTTPLocationWebConfigResponse) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[9]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use FindAndInitHTTPLocationWebConfigResponse.ProtoReflect.Descriptor instead.
func (*FindAndInitHTTPLocationWebConfigResponse) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{9}
}
func (x *FindAndInitHTTPLocationWebConfigResponse) GetWebJSON() []byte {
if x != nil {
return x.WebJSON
}
return nil
}
// 修改反向代理设置
type UpdateHTTPLocationReverseProxyRequest struct {
state protoimpl.MessageState `protogen:"open.v1"`
LocationId int64 `protobuf:"varint,1,opt,name=locationId,proto3" json:"locationId,omitempty"`
ReverseProxyJSON []byte `protobuf:"bytes,2,opt,name=reverseProxyJSON,proto3" json:"reverseProxyJSON,omitempty"`
unknownFields protoimpl.UnknownFields
sizeCache protoimpl.SizeCache
}
func (x *UpdateHTTPLocationReverseProxyRequest) Reset() {
*x = UpdateHTTPLocationReverseProxyRequest{}
mi := &file_service_http_location_proto_msgTypes[10]
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
ms.StoreMessageInfo(mi)
}
func (x *UpdateHTTPLocationReverseProxyRequest) String() string {
return protoimpl.X.MessageStringOf(x)
}
func (*UpdateHTTPLocationReverseProxyRequest) ProtoMessage() {}
func (x *UpdateHTTPLocationReverseProxyRequest) ProtoReflect() protoreflect.Message {
mi := &file_service_http_location_proto_msgTypes[10]
if x != nil {
ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
if ms.LoadMessageInfo() == nil {
ms.StoreMessageInfo(mi)
}
return ms
}
return mi.MessageOf(x)
}
// Deprecated: Use UpdateHTTPLocationReverseProxyRequest.ProtoReflect.Descriptor instead.
func (*UpdateHTTPLocationReverseProxyRequest) Descriptor() ([]byte, []int) {
return file_service_http_location_proto_rawDescGZIP(), []int{10}
}
func (x *UpdateHTTPLocationReverseProxyRequest) GetLocationId() int64 {
if x != nil {
return x.LocationId
}
return 0
}
func (x *UpdateHTTPLocationReverseProxyRequest) GetReverseProxyJSON() []byte {
if x != nil {
return x.ReverseProxyJSON
}
return nil
}
var File_service_http_location_proto protoreflect.FileDescriptor
const file_service_http_location_proto_rawDesc = "" +
"\n" +
"\x1bservice_http_location.proto\x12\x02pb\x1a\x19models/rpc_messages.proto\"\xd9\x01\n" +
"\x19CreateHTTPLocationRequest\x12\x1a\n" +
"\bparentId\x18\x01 \x01(\x03R\bparentId\x12\x12\n" +
"\x04name\x18\x02 \x01(\tR\x04name\x12 \n" +
"\vdescription\x18\x03 \x01(\tR\vdescription\x12\x18\n" +
"\apattern\x18\x04 \x01(\tR\apattern\x12\x18\n" +
"\aisBreak\x18\x05 \x01(\bR\aisBreak\x12\x1c\n" +
"\tcondsJSON\x18\x06 \x01(\fR\tcondsJSON\x12\x18\n" +
"\adomains\x18\a \x03(\tR\adomains\"<\n" +
"\x1aCreateHTTPLocationResponse\x12\x1e\n" +
"\n" +
"locationId\x18\x01 \x01(\x03R\n" +
"locationId\"\xf1\x01\n" +
"\x19UpdateHTTPLocationRequest\x12\x1e\n" +
"\n" +
"locationId\x18\x01 \x01(\x03R\n" +
"locationId\x12\x12\n" +
"\x04name\x18\x02 \x01(\tR\x04name\x12 \n" +
"\vdescription\x18\x03 \x01(\tR\vdescription\x12\x18\n" +
"\apattern\x18\x04 \x01(\tR\apattern\x12\x12\n" +
"\x04isOn\x18\x05 \x01(\bR\x04isOn\x12\x18\n" +
"\aisBreak\x18\x06 \x01(\bR\aisBreak\x12\x1c\n" +
"\tcondsJSON\x18\a \x01(\fR\tcondsJSON\x12\x18\n" +
"\adomains\x18\b \x03(\tR\adomains\"F\n" +
"$FindEnabledHTTPLocationConfigRequest\x12\x1e\n" +
"\n" +
"locationId\x18\x01 \x01(\x03R\n" +
"locationId\"K\n" +
"%FindEnabledHTTPLocationConfigResponse\x12\"\n" +
"\flocationJSON\x18\x01 \x01(\fR\flocationJSON\";\n" +
"\x19DeleteHTTPLocationRequest\x12\x1e\n" +
"\n" +
"locationId\x18\x01 \x01(\x03R\n" +
"locationId\"R\n" +
"0FindAndInitHTTPLocationReverseProxyConfigRequest\x12\x1e\n" +
"\n" +
"locationId\x18\x01 \x01(\x03R\n" +
"locationId\"\x91\x01\n" +
"1FindAndInitHTTPLocationReverseProxyConfigResponse\x12*\n" +
"\x10reverseProxyJSON\x18\x01 \x01(\fR\x10reverseProxyJSON\x120\n" +
"\x13reverseProxyRefJSON\x18\x02 \x01(\fR\x13reverseProxyRefJSON\"I\n" +
"'FindAndInitHTTPLocationWebConfigRequest\x12\x1e\n" +
"\n" +
"locationId\x18\x01 \x01(\x03R\n" +
"locationId\"D\n" +
"(FindAndInitHTTPLocationWebConfigResponse\x12\x18\n" +
"\awebJSON\x18\x01 \x01(\fR\awebJSON\"s\n" +
"%UpdateHTTPLocationReverseProxyRequest\x12\x1e\n" +
"\n" +
"locationId\x18\x01 \x01(\x03R\n" +
"locationId\x12*\n" +
"\x10reverseProxyJSON\x18\x02 \x01(\fR\x10reverseProxyJSON2\xe1\x05\n" +
"\x13HTTPLocationService\x12S\n" +
"\x12createHTTPLocation\x12\x1d.pb.CreateHTTPLocationRequest\x1a\x1e.pb.CreateHTTPLocationResponse\x12C\n" +
"\x12updateHTTPLocation\x12\x1d.pb.UpdateHTTPLocationRequest\x1a\x0e.pb.RPCSuccess\x12t\n" +
"\x1dfindEnabledHTTPLocationConfig\x12(.pb.FindEnabledHTTPLocationConfigRequest\x1a).pb.FindEnabledHTTPLocationConfigResponse\x12C\n" +
"\x12deleteHTTPLocation\x12\x1d.pb.DeleteHTTPLocationRequest\x1a\x0e.pb.RPCSuccess\x12\x98\x01\n" +
")findAndInitHTTPLocationReverseProxyConfig\x124.pb.FindAndInitHTTPLocationReverseProxyConfigRequest\x1a5.pb.FindAndInitHTTPLocationReverseProxyConfigResponse\x12}\n" +
" findAndInitHTTPLocationWebConfig\x12+.pb.FindAndInitHTTPLocationWebConfigRequest\x1a,.pb.FindAndInitHTTPLocationWebConfigResponse\x12[\n" +
"\x1eupdateHTTPLocationReverseProxy\x12).pb.UpdateHTTPLocationReverseProxyRequest\x1a\x0e.pb.RPCSuccessB\x06Z\x04./pbb\x06proto3"
var (
file_service_http_location_proto_rawDescOnce sync.Once
file_service_http_location_proto_rawDescData []byte
)
func file_service_http_location_proto_rawDescGZIP() []byte {
file_service_http_location_proto_rawDescOnce.Do(func() {
file_service_http_location_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_service_http_location_proto_rawDesc), len(file_service_http_location_proto_rawDesc)))
})
return file_service_http_location_proto_rawDescData
}
var file_service_http_location_proto_msgTypes = make([]protoimpl.MessageInfo, 11)
var file_service_http_location_proto_goTypes = []any{
(*CreateHTTPLocationRequest)(nil), // 0: pb.CreateHTTPLocationRequest
(*CreateHTTPLocationResponse)(nil), // 1: pb.CreateHTTPLocationResponse
(*UpdateHTTPLocationRequest)(nil), // 2: pb.UpdateHTTPLocationRequest
(*FindEnabledHTTPLocationConfigRequest)(nil), // 3: pb.FindEnabledHTTPLocationConfigRequest
(*FindEnabledHTTPLocationConfigResponse)(nil), // 4: pb.FindEnabledHTTPLocationConfigResponse
(*DeleteHTTPLocationRequest)(nil), // 5: pb.DeleteHTTPLocationRequest
(*FindAndInitHTTPLocationReverseProxyConfigRequest)(nil), // 6: pb.FindAndInitHTTPLocationReverseProxyConfigRequest
(*FindAndInitHTTPLocationReverseProxyConfigResponse)(nil), // 7: pb.FindAndInitHTTPLocationReverseProxyConfigResponse
(*FindAndInitHTTPLocationWebConfigRequest)(nil), // 8: pb.FindAndInitHTTPLocationWebConfigRequest
(*FindAndInitHTTPLocationWebConfigResponse)(nil), // 9: pb.FindAndInitHTTPLocationWebConfigResponse
(*UpdateHTTPLocationReverseProxyRequest)(nil), // 10: pb.UpdateHTTPLocationReverseProxyRequest
(*RPCSuccess)(nil), // 11: pb.RPCSuccess
}
var file_service_http_location_proto_depIdxs = []int32{
0, // 0: pb.HTTPLocationService.createHTTPLocation:input_type -> pb.CreateHTTPLocationRequest
2, // 1: pb.HTTPLocationService.updateHTTPLocation:input_type -> pb.UpdateHTTPLocationRequest
3, // 2: pb.HTTPLocationService.findEnabledHTTPLocationConfig:input_type -> pb.FindEnabledHTTPLocationConfigRequest
5, // 3: pb.HTTPLocationService.deleteHTTPLocation:input_type -> pb.DeleteHTTPLocationRequest
6, // 4: pb.HTTPLocationService.findAndInitHTTPLocationReverseProxyConfig:input_type -> pb.FindAndInitHTTPLocationReverseProxyConfigRequest
8, // 5: pb.HTTPLocationService.findAndInitHTTPLocationWebConfig:input_type -> pb.FindAndInitHTTPLocationWebConfigRequest
10, // 6: pb.HTTPLocationService.updateHTTPLocationReverseProxy:input_type -> pb.UpdateHTTPLocationReverseProxyRequest
1, // 7: pb.HTTPLocationService.createHTTPLocation:output_type -> pb.CreateHTTPLocationResponse
11, // 8: pb.HTTPLocationService.updateHTTPLocation:output_type -> pb.RPCSuccess
4, // 9: pb.HTTPLocationService.findEnabledHTTPLocationConfig:output_type -> pb.FindEnabledHTTPLocationConfigResponse
11, // 10: pb.HTTPLocationService.deleteHTTPLocation:output_type -> pb.RPCSuccess
7, // 11: pb.HTTPLocationService.findAndInitHTTPLocationReverseProxyConfig:output_type -> pb.FindAndInitHTTPLocationReverseProxyConfigResponse
9, // 12: pb.HTTPLocationService.findAndInitHTTPLocationWebConfig:output_type -> pb.FindAndInitHTTPLocationWebConfigResponse
11, // 13: pb.HTTPLocationService.updateHTTPLocationReverseProxy:output_type -> pb.RPCSuccess
7, // [7:14] is the sub-list for method output_type
0, // [0:7] is the sub-list for method input_type
0, // [0:0] is the sub-list for extension type_name
0, // [0:0] is the sub-list for extension extendee
0, // [0:0] is the sub-list for field type_name
}
func init() { file_service_http_location_proto_init() }
func file_service_http_location_proto_init() {
if File_service_http_location_proto != nil {
return
}
file_models_rpc_messages_proto_init()
type x struct{}
out := protoimpl.TypeBuilder{
File: protoimpl.DescBuilder{
GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
RawDescriptor: unsafe.Slice(unsafe.StringData(file_service_http_location_proto_rawDesc), len(file_service_http_location_proto_rawDesc)),
NumEnums: 0,
NumMessages: 11,
NumExtensions: 0,
NumServices: 1,
},
GoTypes: file_service_http_location_proto_goTypes,
DependencyIndexes: file_service_http_location_proto_depIdxs,
MessageInfos: file_service_http_location_proto_msgTypes,
}.Build()
File_service_http_location_proto = out.File
file_service_http_location_proto_goTypes = nil
file_service_http_location_proto_depIdxs = nil
}