| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511 |
- // Code generated by protoc-gen-go. DO NOT EDIT.
- // versions:
- // protoc-gen-go v1.36.6
- // protoc v6.31.1
- // source: waQuickPromotionSurfaces/WAWebProtobufsQuickPromotionSurfaces.proto
- package waQuickPromotionSurfaces
- 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 QP_FilterResult int32
- const (
- QP_TRUE QP_FilterResult = 1
- QP_FALSE QP_FilterResult = 2
- QP_UNKNOWN QP_FilterResult = 3
- )
- // Enum value maps for QP_FilterResult.
- var (
- QP_FilterResult_name = map[int32]string{
- 1: "TRUE",
- 2: "FALSE",
- 3: "UNKNOWN",
- }
- QP_FilterResult_value = map[string]int32{
- "TRUE": 1,
- "FALSE": 2,
- "UNKNOWN": 3,
- }
- )
- func (x QP_FilterResult) Enum() *QP_FilterResult {
- p := new(QP_FilterResult)
- *p = x
- return p
- }
- func (x QP_FilterResult) String() string {
- return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
- }
- func (QP_FilterResult) Descriptor() protoreflect.EnumDescriptor {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_enumTypes[0].Descriptor()
- }
- func (QP_FilterResult) Type() protoreflect.EnumType {
- return &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_enumTypes[0]
- }
- func (x QP_FilterResult) Number() protoreflect.EnumNumber {
- return protoreflect.EnumNumber(x)
- }
- // Deprecated: Do not use.
- func (x *QP_FilterResult) UnmarshalJSON(b []byte) error {
- num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
- if err != nil {
- return err
- }
- *x = QP_FilterResult(num)
- return nil
- }
- // Deprecated: Use QP_FilterResult.Descriptor instead.
- func (QP_FilterResult) EnumDescriptor() ([]byte, []int) {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescGZIP(), []int{0, 0}
- }
- type QP_FilterClientNotSupportedConfig int32
- const (
- QP_PASS_BY_DEFAULT QP_FilterClientNotSupportedConfig = 1
- QP_FAIL_BY_DEFAULT QP_FilterClientNotSupportedConfig = 2
- )
- // Enum value maps for QP_FilterClientNotSupportedConfig.
- var (
- QP_FilterClientNotSupportedConfig_name = map[int32]string{
- 1: "PASS_BY_DEFAULT",
- 2: "FAIL_BY_DEFAULT",
- }
- QP_FilterClientNotSupportedConfig_value = map[string]int32{
- "PASS_BY_DEFAULT": 1,
- "FAIL_BY_DEFAULT": 2,
- }
- )
- func (x QP_FilterClientNotSupportedConfig) Enum() *QP_FilterClientNotSupportedConfig {
- p := new(QP_FilterClientNotSupportedConfig)
- *p = x
- return p
- }
- func (x QP_FilterClientNotSupportedConfig) String() string {
- return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
- }
- func (QP_FilterClientNotSupportedConfig) Descriptor() protoreflect.EnumDescriptor {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_enumTypes[1].Descriptor()
- }
- func (QP_FilterClientNotSupportedConfig) Type() protoreflect.EnumType {
- return &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_enumTypes[1]
- }
- func (x QP_FilterClientNotSupportedConfig) Number() protoreflect.EnumNumber {
- return protoreflect.EnumNumber(x)
- }
- // Deprecated: Do not use.
- func (x *QP_FilterClientNotSupportedConfig) UnmarshalJSON(b []byte) error {
- num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
- if err != nil {
- return err
- }
- *x = QP_FilterClientNotSupportedConfig(num)
- return nil
- }
- // Deprecated: Use QP_FilterClientNotSupportedConfig.Descriptor instead.
- func (QP_FilterClientNotSupportedConfig) EnumDescriptor() ([]byte, []int) {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescGZIP(), []int{0, 1}
- }
- type QP_ClauseType int32
- const (
- QP_AND QP_ClauseType = 1
- QP_OR QP_ClauseType = 2
- QP_NOR QP_ClauseType = 3
- )
- // Enum value maps for QP_ClauseType.
- var (
- QP_ClauseType_name = map[int32]string{
- 1: "AND",
- 2: "OR",
- 3: "NOR",
- }
- QP_ClauseType_value = map[string]int32{
- "AND": 1,
- "OR": 2,
- "NOR": 3,
- }
- )
- func (x QP_ClauseType) Enum() *QP_ClauseType {
- p := new(QP_ClauseType)
- *p = x
- return p
- }
- func (x QP_ClauseType) String() string {
- return protoimpl.X.EnumStringOf(x.Descriptor(), protoreflect.EnumNumber(x))
- }
- func (QP_ClauseType) Descriptor() protoreflect.EnumDescriptor {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_enumTypes[2].Descriptor()
- }
- func (QP_ClauseType) Type() protoreflect.EnumType {
- return &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_enumTypes[2]
- }
- func (x QP_ClauseType) Number() protoreflect.EnumNumber {
- return protoreflect.EnumNumber(x)
- }
- // Deprecated: Do not use.
- func (x *QP_ClauseType) UnmarshalJSON(b []byte) error {
- num, err := protoimpl.X.UnmarshalJSONEnum(x.Descriptor(), b)
- if err != nil {
- return err
- }
- *x = QP_ClauseType(num)
- return nil
- }
- // Deprecated: Use QP_ClauseType.Descriptor instead.
- func (QP_ClauseType) EnumDescriptor() ([]byte, []int) {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescGZIP(), []int{0, 2}
- }
- type QP struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *QP) Reset() {
- *x = QP{}
- mi := &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_msgTypes[0]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *QP) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*QP) ProtoMessage() {}
- func (x *QP) ProtoReflect() protoreflect.Message {
- mi := &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_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 QP.ProtoReflect.Descriptor instead.
- func (*QP) Descriptor() ([]byte, []int) {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescGZIP(), []int{0}
- }
- type QP_FilterClause struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- ClauseType *QP_ClauseType `protobuf:"varint,1,req,name=clauseType,enum=WAWebProtobufsQuickPromotionSurfaces.QP_ClauseType" json:"clauseType,omitempty"`
- Clauses []*QP_FilterClause `protobuf:"bytes,2,rep,name=clauses" json:"clauses,omitempty"`
- Filters []*QP_Filter `protobuf:"bytes,3,rep,name=filters" json:"filters,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *QP_FilterClause) Reset() {
- *x = QP_FilterClause{}
- mi := &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_msgTypes[1]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *QP_FilterClause) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*QP_FilterClause) ProtoMessage() {}
- func (x *QP_FilterClause) ProtoReflect() protoreflect.Message {
- mi := &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_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 QP_FilterClause.ProtoReflect.Descriptor instead.
- func (*QP_FilterClause) Descriptor() ([]byte, []int) {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescGZIP(), []int{0, 0}
- }
- func (x *QP_FilterClause) GetClauseType() QP_ClauseType {
- if x != nil && x.ClauseType != nil {
- return *x.ClauseType
- }
- return QP_AND
- }
- func (x *QP_FilterClause) GetClauses() []*QP_FilterClause {
- if x != nil {
- return x.Clauses
- }
- return nil
- }
- func (x *QP_FilterClause) GetFilters() []*QP_Filter {
- if x != nil {
- return x.Filters
- }
- return nil
- }
- type QP_Filter struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- FilterName *string `protobuf:"bytes,1,req,name=filterName" json:"filterName,omitempty"`
- Parameters []*QP_FilterParameters `protobuf:"bytes,2,rep,name=parameters" json:"parameters,omitempty"`
- FilterResult *QP_FilterResult `protobuf:"varint,3,opt,name=filterResult,enum=WAWebProtobufsQuickPromotionSurfaces.QP_FilterResult" json:"filterResult,omitempty"`
- ClientNotSupportedConfig *QP_FilterClientNotSupportedConfig `protobuf:"varint,4,req,name=clientNotSupportedConfig,enum=WAWebProtobufsQuickPromotionSurfaces.QP_FilterClientNotSupportedConfig" json:"clientNotSupportedConfig,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *QP_Filter) Reset() {
- *x = QP_Filter{}
- mi := &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_msgTypes[2]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *QP_Filter) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*QP_Filter) ProtoMessage() {}
- func (x *QP_Filter) ProtoReflect() protoreflect.Message {
- mi := &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_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 QP_Filter.ProtoReflect.Descriptor instead.
- func (*QP_Filter) Descriptor() ([]byte, []int) {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescGZIP(), []int{0, 1}
- }
- func (x *QP_Filter) GetFilterName() string {
- if x != nil && x.FilterName != nil {
- return *x.FilterName
- }
- return ""
- }
- func (x *QP_Filter) GetParameters() []*QP_FilterParameters {
- if x != nil {
- return x.Parameters
- }
- return nil
- }
- func (x *QP_Filter) GetFilterResult() QP_FilterResult {
- if x != nil && x.FilterResult != nil {
- return *x.FilterResult
- }
- return QP_TRUE
- }
- func (x *QP_Filter) GetClientNotSupportedConfig() QP_FilterClientNotSupportedConfig {
- if x != nil && x.ClientNotSupportedConfig != nil {
- return *x.ClientNotSupportedConfig
- }
- return QP_PASS_BY_DEFAULT
- }
- type QP_FilterParameters struct {
- state protoimpl.MessageState `protogen:"open.v1"`
- Key *string `protobuf:"bytes,1,opt,name=key" json:"key,omitempty"`
- Value *string `protobuf:"bytes,2,opt,name=value" json:"value,omitempty"`
- unknownFields protoimpl.UnknownFields
- sizeCache protoimpl.SizeCache
- }
- func (x *QP_FilterParameters) Reset() {
- *x = QP_FilterParameters{}
- mi := &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_msgTypes[3]
- ms := protoimpl.X.MessageStateOf(protoimpl.Pointer(x))
- ms.StoreMessageInfo(mi)
- }
- func (x *QP_FilterParameters) String() string {
- return protoimpl.X.MessageStringOf(x)
- }
- func (*QP_FilterParameters) ProtoMessage() {}
- func (x *QP_FilterParameters) ProtoReflect() protoreflect.Message {
- mi := &file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_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 QP_FilterParameters.ProtoReflect.Descriptor instead.
- func (*QP_FilterParameters) Descriptor() ([]byte, []int) {
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescGZIP(), []int{0, 2}
- }
- func (x *QP_FilterParameters) GetKey() string {
- if x != nil && x.Key != nil {
- return *x.Key
- }
- return ""
- }
- func (x *QP_FilterParameters) GetValue() string {
- if x != nil && x.Value != nil {
- return *x.Value
- }
- return ""
- }
- var File_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto protoreflect.FileDescriptor
- const file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDesc = "" +
- "\n" +
- "CwaQuickPromotionSurfaces/WAWebProtobufsQuickPromotionSurfaces.proto\x12$WAWebProtobufsQuickPromotionSurfaces\"\xcf\x06\n" +
- "\x02QP\x1a\xff\x01\n" +
- "\fFilterClause\x12S\n" +
- "\n" +
- "clauseType\x18\x01 \x02(\x0e23.WAWebProtobufsQuickPromotionSurfaces.QP.ClauseTypeR\n" +
- "clauseType\x12O\n" +
- "\aclauses\x18\x02 \x03(\v25.WAWebProtobufsQuickPromotionSurfaces.QP.FilterClauseR\aclauses\x12I\n" +
- "\afilters\x18\x03 \x03(\v2/.WAWebProtobufsQuickPromotionSurfaces.QP.FilterR\afilters\x1a\xe4\x02\n" +
- "\x06Filter\x12\x1e\n" +
- "\n" +
- "filterName\x18\x01 \x02(\tR\n" +
- "filterName\x12Y\n" +
- "\n" +
- "parameters\x18\x02 \x03(\v29.WAWebProtobufsQuickPromotionSurfaces.QP.FilterParametersR\n" +
- "parameters\x12Y\n" +
- "\ffilterResult\x18\x03 \x01(\x0e25.WAWebProtobufsQuickPromotionSurfaces.QP.FilterResultR\ffilterResult\x12\x83\x01\n" +
- "\x18clientNotSupportedConfig\x18\x04 \x02(\x0e2G.WAWebProtobufsQuickPromotionSurfaces.QP.FilterClientNotSupportedConfigR\x18clientNotSupportedConfig\x1a:\n" +
- "\x10FilterParameters\x12\x10\n" +
- "\x03key\x18\x01 \x01(\tR\x03key\x12\x14\n" +
- "\x05value\x18\x02 \x01(\tR\x05value\"0\n" +
- "\fFilterResult\x12\b\n" +
- "\x04TRUE\x10\x01\x12\t\n" +
- "\x05FALSE\x10\x02\x12\v\n" +
- "\aUNKNOWN\x10\x03\"J\n" +
- "\x1eFilterClientNotSupportedConfig\x12\x13\n" +
- "\x0fPASS_BY_DEFAULT\x10\x01\x12\x13\n" +
- "\x0fFAIL_BY_DEFAULT\x10\x02\"&\n" +
- "\n" +
- "ClauseType\x12\a\n" +
- "\x03AND\x10\x01\x12\x06\n" +
- "\x02OR\x10\x02\x12\a\n" +
- "\x03NOR\x10\x03B?Z=git.bobomao.top/joey/whatsmeow/proto/waQuickPromotionSurfaces"
- var (
- file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescOnce sync.Once
- file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescData []byte
- )
- func file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescGZIP() []byte {
- file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescOnce.Do(func() {
- file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescData = protoimpl.X.CompressGZIP(unsafe.Slice(unsafe.StringData(file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDesc), len(file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDesc)))
- })
- return file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDescData
- }
- var file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_enumTypes = make([]protoimpl.EnumInfo, 3)
- var file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_msgTypes = make([]protoimpl.MessageInfo, 4)
- var file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_goTypes = []any{
- (QP_FilterResult)(0), // 0: WAWebProtobufsQuickPromotionSurfaces.QP.FilterResult
- (QP_FilterClientNotSupportedConfig)(0), // 1: WAWebProtobufsQuickPromotionSurfaces.QP.FilterClientNotSupportedConfig
- (QP_ClauseType)(0), // 2: WAWebProtobufsQuickPromotionSurfaces.QP.ClauseType
- (*QP)(nil), // 3: WAWebProtobufsQuickPromotionSurfaces.QP
- (*QP_FilterClause)(nil), // 4: WAWebProtobufsQuickPromotionSurfaces.QP.FilterClause
- (*QP_Filter)(nil), // 5: WAWebProtobufsQuickPromotionSurfaces.QP.Filter
- (*QP_FilterParameters)(nil), // 6: WAWebProtobufsQuickPromotionSurfaces.QP.FilterParameters
- }
- var file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_depIdxs = []int32{
- 2, // 0: WAWebProtobufsQuickPromotionSurfaces.QP.FilterClause.clauseType:type_name -> WAWebProtobufsQuickPromotionSurfaces.QP.ClauseType
- 4, // 1: WAWebProtobufsQuickPromotionSurfaces.QP.FilterClause.clauses:type_name -> WAWebProtobufsQuickPromotionSurfaces.QP.FilterClause
- 5, // 2: WAWebProtobufsQuickPromotionSurfaces.QP.FilterClause.filters:type_name -> WAWebProtobufsQuickPromotionSurfaces.QP.Filter
- 6, // 3: WAWebProtobufsQuickPromotionSurfaces.QP.Filter.parameters:type_name -> WAWebProtobufsQuickPromotionSurfaces.QP.FilterParameters
- 0, // 4: WAWebProtobufsQuickPromotionSurfaces.QP.Filter.filterResult:type_name -> WAWebProtobufsQuickPromotionSurfaces.QP.FilterResult
- 1, // 5: WAWebProtobufsQuickPromotionSurfaces.QP.Filter.clientNotSupportedConfig:type_name -> WAWebProtobufsQuickPromotionSurfaces.QP.FilterClientNotSupportedConfig
- 6, // [6:6] is the sub-list for method output_type
- 6, // [6:6] is the sub-list for method input_type
- 6, // [6:6] is the sub-list for extension type_name
- 6, // [6:6] is the sub-list for extension extendee
- 0, // [0:6] is the sub-list for field type_name
- }
- func init() { file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_init() }
- func file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_init() {
- if File_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto != nil {
- return
- }
- type x struct{}
- out := protoimpl.TypeBuilder{
- File: protoimpl.DescBuilder{
- GoPackagePath: reflect.TypeOf(x{}).PkgPath(),
- RawDescriptor: unsafe.Slice(unsafe.StringData(file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDesc), len(file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_rawDesc)),
- NumEnums: 3,
- NumMessages: 4,
- NumExtensions: 0,
- NumServices: 0,
- },
- GoTypes: file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_goTypes,
- DependencyIndexes: file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_depIdxs,
- EnumInfos: file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_enumTypes,
- MessageInfos: file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_msgTypes,
- }.Build()
- File_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto = out.File
- file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_goTypes = nil
- file_waQuickPromotionSurfaces_WAWebProtobufsQuickPromotionSurfaces_proto_depIdxs = nil
- }
|