You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

124 lines
6.3 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/user_list_logical_rule_operator.proto
  3. package enums // import "google.golang.org/genproto/googleapis/ads/googleads/v1/enums"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import _ "google.golang.org/genproto/googleapis/api/annotations"
  8. // Reference imports to suppress errors if they are not otherwise used.
  9. var _ = proto.Marshal
  10. var _ = fmt.Errorf
  11. var _ = math.Inf
  12. // This is a compile-time assertion to ensure that this generated file
  13. // is compatible with the proto package it is being compiled against.
  14. // A compilation error at this line likely means your copy of the
  15. // proto package needs to be updated.
  16. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  17. // Enum describing possible user list logical rule operators.
  18. type UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator int32
  19. const (
  20. // Not specified.
  21. UserListLogicalRuleOperatorEnum_UNSPECIFIED UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. UserListLogicalRuleOperatorEnum_UNKNOWN UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 1
  24. // And - all of the operands.
  25. UserListLogicalRuleOperatorEnum_ALL UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 2
  26. // Or - at least one of the operands.
  27. UserListLogicalRuleOperatorEnum_ANY UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 3
  28. // Not - none of the operands.
  29. UserListLogicalRuleOperatorEnum_NONE UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator = 4
  30. )
  31. var UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_name = map[int32]string{
  32. 0: "UNSPECIFIED",
  33. 1: "UNKNOWN",
  34. 2: "ALL",
  35. 3: "ANY",
  36. 4: "NONE",
  37. }
  38. var UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_value = map[string]int32{
  39. "UNSPECIFIED": 0,
  40. "UNKNOWN": 1,
  41. "ALL": 2,
  42. "ANY": 3,
  43. "NONE": 4,
  44. }
  45. func (x UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) String() string {
  46. return proto.EnumName(UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_name, int32(x))
  47. }
  48. func (UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator) EnumDescriptor() ([]byte, []int) {
  49. return fileDescriptor_user_list_logical_rule_operator_e05d8545d5195be3, []int{0, 0}
  50. }
  51. // The logical operator of the rule.
  52. type UserListLogicalRuleOperatorEnum struct {
  53. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  54. XXX_unrecognized []byte `json:"-"`
  55. XXX_sizecache int32 `json:"-"`
  56. }
  57. func (m *UserListLogicalRuleOperatorEnum) Reset() { *m = UserListLogicalRuleOperatorEnum{} }
  58. func (m *UserListLogicalRuleOperatorEnum) String() string { return proto.CompactTextString(m) }
  59. func (*UserListLogicalRuleOperatorEnum) ProtoMessage() {}
  60. func (*UserListLogicalRuleOperatorEnum) Descriptor() ([]byte, []int) {
  61. return fileDescriptor_user_list_logical_rule_operator_e05d8545d5195be3, []int{0}
  62. }
  63. func (m *UserListLogicalRuleOperatorEnum) XXX_Unmarshal(b []byte) error {
  64. return xxx_messageInfo_UserListLogicalRuleOperatorEnum.Unmarshal(m, b)
  65. }
  66. func (m *UserListLogicalRuleOperatorEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  67. return xxx_messageInfo_UserListLogicalRuleOperatorEnum.Marshal(b, m, deterministic)
  68. }
  69. func (dst *UserListLogicalRuleOperatorEnum) XXX_Merge(src proto.Message) {
  70. xxx_messageInfo_UserListLogicalRuleOperatorEnum.Merge(dst, src)
  71. }
  72. func (m *UserListLogicalRuleOperatorEnum) XXX_Size() int {
  73. return xxx_messageInfo_UserListLogicalRuleOperatorEnum.Size(m)
  74. }
  75. func (m *UserListLogicalRuleOperatorEnum) XXX_DiscardUnknown() {
  76. xxx_messageInfo_UserListLogicalRuleOperatorEnum.DiscardUnknown(m)
  77. }
  78. var xxx_messageInfo_UserListLogicalRuleOperatorEnum proto.InternalMessageInfo
  79. func init() {
  80. proto.RegisterType((*UserListLogicalRuleOperatorEnum)(nil), "google.ads.googleads.v1.enums.UserListLogicalRuleOperatorEnum")
  81. proto.RegisterEnum("google.ads.googleads.v1.enums.UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator", UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_name, UserListLogicalRuleOperatorEnum_UserListLogicalRuleOperator_value)
  82. }
  83. func init() {
  84. proto.RegisterFile("google/ads/googleads/v1/enums/user_list_logical_rule_operator.proto", fileDescriptor_user_list_logical_rule_operator_e05d8545d5195be3)
  85. }
  86. var fileDescriptor_user_list_logical_rule_operator_e05d8545d5195be3 = []byte{
  87. // 324 bytes of a gzipped FileDescriptorProto
  88. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x50, 0xc1, 0x6e, 0xe2, 0x30,
  89. 0x14, 0x5c, 0x02, 0x5a, 0x56, 0xe6, 0xb0, 0x51, 0x8e, 0xbb, 0x45, 0x2d, 0x7c, 0x80, 0xa3, 0xa8,
  90. 0x37, 0xf7, 0x14, 0x68, 0x8a, 0x50, 0x23, 0x83, 0x5a, 0x01, 0x6a, 0x15, 0x29, 0x72, 0x89, 0x65,
  91. 0x45, 0x32, 0x76, 0xe4, 0x97, 0x70, 0xe8, 0xe7, 0xf4, 0xd8, 0x4f, 0xe9, 0xa7, 0xf4, 0xde, 0x7b,
  92. 0x15, 0x1b, 0xb8, 0x95, 0x8b, 0x35, 0xf2, 0xcc, 0x9b, 0x79, 0x6f, 0xd0, 0x54, 0x68, 0x2d, 0x24,
  93. 0x0f, 0x59, 0x01, 0xa1, 0x83, 0x2d, 0xda, 0x47, 0x21, 0x57, 0xcd, 0x0e, 0xc2, 0x06, 0xb8, 0xc9,
  94. 0x65, 0x09, 0x75, 0x2e, 0xb5, 0x28, 0xb7, 0x4c, 0xe6, 0xa6, 0x91, 0x3c, 0xd7, 0x15, 0x37, 0xac,
  95. 0xd6, 0x06, 0x57, 0x46, 0xd7, 0x3a, 0x18, 0xba, 0x49, 0xcc, 0x0a, 0xc0, 0x27, 0x13, 0xbc, 0x8f,
  96. 0xb0, 0x35, 0xf9, 0x77, 0x71, 0xcc, 0xa8, 0xca, 0x90, 0x29, 0xa5, 0x6b, 0x56, 0x97, 0x5a, 0x81,
  97. 0x1b, 0x1e, 0xbf, 0xa2, 0xcb, 0x15, 0x70, 0x93, 0x96, 0x50, 0xa7, 0x2e, 0xe3, 0xa1, 0x91, 0x7c,
  98. 0x71, 0x48, 0x48, 0x54, 0xb3, 0x1b, 0x6f, 0xd0, 0xff, 0x33, 0x92, 0xe0, 0x2f, 0x1a, 0xac, 0xe8,
  99. 0xe3, 0x32, 0x99, 0xce, 0xef, 0xe6, 0xc9, 0xad, 0xff, 0x2b, 0x18, 0xa0, 0xfe, 0x8a, 0xde, 0xd3,
  100. 0xc5, 0x86, 0xfa, 0x9d, 0xa0, 0x8f, 0xba, 0x71, 0x9a, 0xfa, 0x9e, 0x05, 0xf4, 0xc9, 0xef, 0x06,
  101. 0x7f, 0x50, 0x8f, 0x2e, 0x68, 0xe2, 0xf7, 0x26, 0x5f, 0x1d, 0x34, 0xda, 0xea, 0x1d, 0x3e, 0xbb,
  102. 0xff, 0xe4, 0xea, 0x4c, 0xf8, 0xb2, 0xbd, 0x61, 0xd9, 0x79, 0x9e, 0x1c, 0x2c, 0x84, 0x96, 0x4c,
  103. 0x09, 0xac, 0x8d, 0x08, 0x05, 0x57, 0xf6, 0xc2, 0x63, 0xaf, 0x55, 0x09, 0x3f, 0xd4, 0x7c, 0x63,
  104. 0xdf, 0x37, 0xaf, 0x3b, 0x8b, 0xe3, 0x77, 0x6f, 0x38, 0x73, 0x56, 0x71, 0x01, 0xd8, 0xc1, 0x16,
  105. 0xad, 0x23, 0xdc, 0x76, 0x01, 0x1f, 0x47, 0x3e, 0x8b, 0x0b, 0xc8, 0x4e, 0x7c, 0xb6, 0x8e, 0x32,
  106. 0xcb, 0x7f, 0x7a, 0x23, 0xf7, 0x49, 0x48, 0x5c, 0x00, 0x21, 0x27, 0x05, 0x21, 0xeb, 0x88, 0x10,
  107. 0xab, 0x79, 0xf9, 0x6d, 0x17, 0xbb, 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x91, 0xa1, 0x11, 0x29,
  108. 0xfe, 0x01, 0x00, 0x00,
  109. }