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.
 
 
 

246 lines
11 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/criterion_type.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 criterion types.
  18. type CriterionTypeEnum_CriterionType int32
  19. const (
  20. // Not specified.
  21. CriterionTypeEnum_UNSPECIFIED CriterionTypeEnum_CriterionType = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. CriterionTypeEnum_UNKNOWN CriterionTypeEnum_CriterionType = 1
  24. // Keyword. e.g. 'mars cruise'.
  25. CriterionTypeEnum_KEYWORD CriterionTypeEnum_CriterionType = 2
  26. // Placement, aka Website. e.g. 'www.flowers4sale.com'
  27. CriterionTypeEnum_PLACEMENT CriterionTypeEnum_CriterionType = 3
  28. // Mobile application categories to target.
  29. CriterionTypeEnum_MOBILE_APP_CATEGORY CriterionTypeEnum_CriterionType = 4
  30. // Mobile applications to target.
  31. CriterionTypeEnum_MOBILE_APPLICATION CriterionTypeEnum_CriterionType = 5
  32. // Devices to target.
  33. CriterionTypeEnum_DEVICE CriterionTypeEnum_CriterionType = 6
  34. // Locations to target.
  35. CriterionTypeEnum_LOCATION CriterionTypeEnum_CriterionType = 7
  36. // Listing groups to target.
  37. CriterionTypeEnum_LISTING_GROUP CriterionTypeEnum_CriterionType = 8
  38. // Ad Schedule.
  39. CriterionTypeEnum_AD_SCHEDULE CriterionTypeEnum_CriterionType = 9
  40. // Age range.
  41. CriterionTypeEnum_AGE_RANGE CriterionTypeEnum_CriterionType = 10
  42. // Gender.
  43. CriterionTypeEnum_GENDER CriterionTypeEnum_CriterionType = 11
  44. // Income Range.
  45. CriterionTypeEnum_INCOME_RANGE CriterionTypeEnum_CriterionType = 12
  46. // Parental status.
  47. CriterionTypeEnum_PARENTAL_STATUS CriterionTypeEnum_CriterionType = 13
  48. // YouTube Video.
  49. CriterionTypeEnum_YOUTUBE_VIDEO CriterionTypeEnum_CriterionType = 14
  50. // YouTube Channel.
  51. CriterionTypeEnum_YOUTUBE_CHANNEL CriterionTypeEnum_CriterionType = 15
  52. // User list.
  53. CriterionTypeEnum_USER_LIST CriterionTypeEnum_CriterionType = 16
  54. // Proximity.
  55. CriterionTypeEnum_PROXIMITY CriterionTypeEnum_CriterionType = 17
  56. // A topic target on the display network (e.g. "Pets & Animals").
  57. CriterionTypeEnum_TOPIC CriterionTypeEnum_CriterionType = 18
  58. // Listing scope to target.
  59. CriterionTypeEnum_LISTING_SCOPE CriterionTypeEnum_CriterionType = 19
  60. // Language.
  61. CriterionTypeEnum_LANGUAGE CriterionTypeEnum_CriterionType = 20
  62. // IpBlock.
  63. CriterionTypeEnum_IP_BLOCK CriterionTypeEnum_CriterionType = 21
  64. // Content Label for category exclusion.
  65. CriterionTypeEnum_CONTENT_LABEL CriterionTypeEnum_CriterionType = 22
  66. // Carrier.
  67. CriterionTypeEnum_CARRIER CriterionTypeEnum_CriterionType = 23
  68. // A category the user is interested in.
  69. CriterionTypeEnum_USER_INTEREST CriterionTypeEnum_CriterionType = 24
  70. // Webpage criterion for dynamic search ads.
  71. CriterionTypeEnum_WEBPAGE CriterionTypeEnum_CriterionType = 25
  72. // Operating system version.
  73. CriterionTypeEnum_OPERATING_SYSTEM_VERSION CriterionTypeEnum_CriterionType = 26
  74. // App payment model.
  75. CriterionTypeEnum_APP_PAYMENT_MODEL CriterionTypeEnum_CriterionType = 27
  76. // Mobile device.
  77. CriterionTypeEnum_MOBILE_DEVICE CriterionTypeEnum_CriterionType = 28
  78. // Custom affinity.
  79. CriterionTypeEnum_CUSTOM_AFFINITY CriterionTypeEnum_CriterionType = 29
  80. // Custom intent.
  81. CriterionTypeEnum_CUSTOM_INTENT CriterionTypeEnum_CriterionType = 30
  82. )
  83. var CriterionTypeEnum_CriterionType_name = map[int32]string{
  84. 0: "UNSPECIFIED",
  85. 1: "UNKNOWN",
  86. 2: "KEYWORD",
  87. 3: "PLACEMENT",
  88. 4: "MOBILE_APP_CATEGORY",
  89. 5: "MOBILE_APPLICATION",
  90. 6: "DEVICE",
  91. 7: "LOCATION",
  92. 8: "LISTING_GROUP",
  93. 9: "AD_SCHEDULE",
  94. 10: "AGE_RANGE",
  95. 11: "GENDER",
  96. 12: "INCOME_RANGE",
  97. 13: "PARENTAL_STATUS",
  98. 14: "YOUTUBE_VIDEO",
  99. 15: "YOUTUBE_CHANNEL",
  100. 16: "USER_LIST",
  101. 17: "PROXIMITY",
  102. 18: "TOPIC",
  103. 19: "LISTING_SCOPE",
  104. 20: "LANGUAGE",
  105. 21: "IP_BLOCK",
  106. 22: "CONTENT_LABEL",
  107. 23: "CARRIER",
  108. 24: "USER_INTEREST",
  109. 25: "WEBPAGE",
  110. 26: "OPERATING_SYSTEM_VERSION",
  111. 27: "APP_PAYMENT_MODEL",
  112. 28: "MOBILE_DEVICE",
  113. 29: "CUSTOM_AFFINITY",
  114. 30: "CUSTOM_INTENT",
  115. }
  116. var CriterionTypeEnum_CriterionType_value = map[string]int32{
  117. "UNSPECIFIED": 0,
  118. "UNKNOWN": 1,
  119. "KEYWORD": 2,
  120. "PLACEMENT": 3,
  121. "MOBILE_APP_CATEGORY": 4,
  122. "MOBILE_APPLICATION": 5,
  123. "DEVICE": 6,
  124. "LOCATION": 7,
  125. "LISTING_GROUP": 8,
  126. "AD_SCHEDULE": 9,
  127. "AGE_RANGE": 10,
  128. "GENDER": 11,
  129. "INCOME_RANGE": 12,
  130. "PARENTAL_STATUS": 13,
  131. "YOUTUBE_VIDEO": 14,
  132. "YOUTUBE_CHANNEL": 15,
  133. "USER_LIST": 16,
  134. "PROXIMITY": 17,
  135. "TOPIC": 18,
  136. "LISTING_SCOPE": 19,
  137. "LANGUAGE": 20,
  138. "IP_BLOCK": 21,
  139. "CONTENT_LABEL": 22,
  140. "CARRIER": 23,
  141. "USER_INTEREST": 24,
  142. "WEBPAGE": 25,
  143. "OPERATING_SYSTEM_VERSION": 26,
  144. "APP_PAYMENT_MODEL": 27,
  145. "MOBILE_DEVICE": 28,
  146. "CUSTOM_AFFINITY": 29,
  147. "CUSTOM_INTENT": 30,
  148. }
  149. func (x CriterionTypeEnum_CriterionType) String() string {
  150. return proto.EnumName(CriterionTypeEnum_CriterionType_name, int32(x))
  151. }
  152. func (CriterionTypeEnum_CriterionType) EnumDescriptor() ([]byte, []int) {
  153. return fileDescriptor_criterion_type_70e52fe08b7ff31c, []int{0, 0}
  154. }
  155. // The possible types of a criterion.
  156. type CriterionTypeEnum struct {
  157. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  158. XXX_unrecognized []byte `json:"-"`
  159. XXX_sizecache int32 `json:"-"`
  160. }
  161. func (m *CriterionTypeEnum) Reset() { *m = CriterionTypeEnum{} }
  162. func (m *CriterionTypeEnum) String() string { return proto.CompactTextString(m) }
  163. func (*CriterionTypeEnum) ProtoMessage() {}
  164. func (*CriterionTypeEnum) Descriptor() ([]byte, []int) {
  165. return fileDescriptor_criterion_type_70e52fe08b7ff31c, []int{0}
  166. }
  167. func (m *CriterionTypeEnum) XXX_Unmarshal(b []byte) error {
  168. return xxx_messageInfo_CriterionTypeEnum.Unmarshal(m, b)
  169. }
  170. func (m *CriterionTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  171. return xxx_messageInfo_CriterionTypeEnum.Marshal(b, m, deterministic)
  172. }
  173. func (dst *CriterionTypeEnum) XXX_Merge(src proto.Message) {
  174. xxx_messageInfo_CriterionTypeEnum.Merge(dst, src)
  175. }
  176. func (m *CriterionTypeEnum) XXX_Size() int {
  177. return xxx_messageInfo_CriterionTypeEnum.Size(m)
  178. }
  179. func (m *CriterionTypeEnum) XXX_DiscardUnknown() {
  180. xxx_messageInfo_CriterionTypeEnum.DiscardUnknown(m)
  181. }
  182. var xxx_messageInfo_CriterionTypeEnum proto.InternalMessageInfo
  183. func init() {
  184. proto.RegisterType((*CriterionTypeEnum)(nil), "google.ads.googleads.v1.enums.CriterionTypeEnum")
  185. proto.RegisterEnum("google.ads.googleads.v1.enums.CriterionTypeEnum_CriterionType", CriterionTypeEnum_CriterionType_name, CriterionTypeEnum_CriterionType_value)
  186. }
  187. func init() {
  188. proto.RegisterFile("google/ads/googleads/v1/enums/criterion_type.proto", fileDescriptor_criterion_type_70e52fe08b7ff31c)
  189. }
  190. var fileDescriptor_criterion_type_70e52fe08b7ff31c = []byte{
  191. // 612 bytes of a gzipped FileDescriptorProto
  192. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x53, 0xcb, 0x6e, 0xdb, 0x3a,
  193. 0x10, 0xbd, 0x71, 0xde, 0x4c, 0x7c, 0x43, 0x33, 0x37, 0x8f, 0x9b, 0x26, 0x05, 0x92, 0x0f, 0x90,
  194. 0xe1, 0x76, 0xa7, 0xae, 0x28, 0x6a, 0xa2, 0x10, 0x91, 0x48, 0x82, 0xa2, 0x9c, 0xba, 0x30, 0x40,
  195. 0xb8, 0xb1, 0x61, 0x18, 0x48, 0x24, 0xc3, 0x72, 0x02, 0xe4, 0x77, 0xba, 0xcc, 0x57, 0x74, 0xdd,
  196. 0x1f, 0x29, 0xd0, 0xaf, 0x28, 0x28, 0xd9, 0x69, 0xb3, 0x68, 0x37, 0xc2, 0x70, 0xce, 0xcc, 0x99,
  197. 0x33, 0xe4, 0x11, 0x7a, 0x37, 0x2e, 0x8a, 0xf1, 0xdd, 0xa8, 0x3d, 0x18, 0x96, 0xed, 0x3a, 0x74,
  198. 0xd1, 0x63, 0xa7, 0x3d, 0xca, 0x1f, 0xee, 0xcb, 0xf6, 0xed, 0x6c, 0x32, 0x1f, 0xcd, 0x26, 0x45,
  199. 0x6e, 0xe7, 0x4f, 0xd3, 0x91, 0x37, 0x9d, 0x15, 0xf3, 0x82, 0x9c, 0xd5, 0x85, 0xde, 0x60, 0x58,
  200. 0x7a, 0x2f, 0x3d, 0xde, 0x63, 0xc7, 0xab, 0x7a, 0x4e, 0x4e, 0x97, 0x94, 0xd3, 0x49, 0x7b, 0x90,
  201. 0xe7, 0xc5, 0x7c, 0x30, 0x9f, 0x14, 0x79, 0x59, 0x37, 0x5f, 0x7c, 0x5d, 0x43, 0x2d, 0xb6, 0x64,
  202. 0x35, 0x4f, 0xd3, 0x11, 0xe4, 0x0f, 0xf7, 0x17, 0xcf, 0x6b, 0xa8, 0xf9, 0x2a, 0x4b, 0xf6, 0xd0,
  203. 0x4e, 0x26, 0x52, 0x05, 0x8c, 0x5f, 0x72, 0x08, 0xf1, 0x3f, 0x64, 0x07, 0x6d, 0x66, 0xe2, 0x5a,
  204. 0xc8, 0x1b, 0x81, 0x57, 0xdc, 0xe1, 0x1a, 0x7a, 0x37, 0x52, 0x87, 0xb8, 0x41, 0x9a, 0x68, 0x5b,
  205. 0xc5, 0x94, 0x41, 0x02, 0xc2, 0xe0, 0x55, 0x72, 0x84, 0xf6, 0x13, 0x19, 0xf0, 0x18, 0x2c, 0x55,
  206. 0xca, 0x32, 0x6a, 0x20, 0x92, 0xba, 0x87, 0xd7, 0xc8, 0x21, 0x22, 0xbf, 0x80, 0x98, 0x33, 0x6a,
  207. 0xb8, 0x14, 0x78, 0x9d, 0x20, 0xb4, 0x11, 0x42, 0x97, 0x33, 0xc0, 0x1b, 0x64, 0x17, 0x6d, 0xc5,
  208. 0x72, 0x81, 0x6c, 0x92, 0x16, 0x6a, 0xc6, 0x3c, 0x35, 0x5c, 0x44, 0x36, 0xd2, 0x32, 0x53, 0x78,
  209. 0xcb, 0xe9, 0xa2, 0xa1, 0x4d, 0xd9, 0x15, 0x84, 0x59, 0x0c, 0x78, 0xdb, 0x4d, 0xa7, 0x11, 0x58,
  210. 0x4d, 0x45, 0x04, 0x18, 0x39, 0xb2, 0x08, 0x44, 0x08, 0x1a, 0xef, 0x10, 0x8c, 0x76, 0xb9, 0x60,
  211. 0x32, 0x59, 0xa2, 0xbb, 0x64, 0x1f, 0xed, 0x29, 0xaa, 0x41, 0x18, 0x1a, 0xdb, 0xd4, 0x50, 0x93,
  212. 0xa5, 0xb8, 0xe9, 0xa6, 0xf4, 0x64, 0x66, 0xb2, 0x00, 0x6c, 0x97, 0x87, 0x20, 0xf1, 0xbf, 0xae,
  213. 0x6e, 0x99, 0x62, 0x57, 0x54, 0x08, 0x88, 0xf1, 0x9e, 0x9b, 0x94, 0xa5, 0xa0, 0xad, 0x93, 0x84,
  214. 0x71, 0xb5, 0xb6, 0x96, 0x1f, 0x79, 0xc2, 0x4d, 0x0f, 0xb7, 0xc8, 0x36, 0x5a, 0x37, 0x52, 0x71,
  215. 0x86, 0xc9, 0xef, 0xb2, 0x53, 0x26, 0x15, 0xe0, 0xfd, 0x6a, 0x2f, 0x2a, 0xa2, 0x8c, 0x46, 0x80,
  216. 0xff, 0x73, 0x27, 0xae, 0x6c, 0x10, 0x4b, 0x76, 0x8d, 0x0f, 0x5c, 0x39, 0x93, 0xc2, 0x80, 0x30,
  217. 0x36, 0xa6, 0x01, 0xc4, 0xf8, 0xd0, 0xdd, 0x2f, 0xa3, 0x5a, 0x73, 0xd0, 0xf8, 0xc8, 0xe1, 0xd5,
  218. 0x5c, 0x2e, 0x0c, 0x68, 0x48, 0x0d, 0x3e, 0x76, 0xf8, 0x0d, 0x04, 0xca, 0xb1, 0xfd, 0x4f, 0x4e,
  219. 0xd1, 0xb1, 0x54, 0xa0, 0x69, 0x3d, 0xb0, 0x97, 0x1a, 0x48, 0x6c, 0x17, 0x74, 0xea, 0xee, 0xf0,
  220. 0x84, 0x1c, 0xa0, 0x96, 0x7b, 0x07, 0x45, 0x7b, 0xee, 0x7d, 0x6c, 0x22, 0x43, 0x88, 0xf1, 0x1b,
  221. 0x47, 0xba, 0x78, 0x8c, 0xc5, 0xdd, 0x9f, 0xba, 0xa5, 0x59, 0x96, 0x1a, 0x99, 0x58, 0x7a, 0x79,
  222. 0xc9, 0x85, 0x5b, 0xeb, 0xac, 0x12, 0x57, 0x27, 0x79, 0x25, 0x11, 0xbf, 0x0d, 0xbe, 0xaf, 0xa0,
  223. 0xf3, 0xdb, 0xe2, 0xde, 0xfb, 0xab, 0x0d, 0x03, 0xf2, 0xca, 0x4f, 0xca, 0x99, 0x4f, 0xad, 0x7c,
  224. 0x0a, 0x16, 0x4d, 0xe3, 0xe2, 0x6e, 0x90, 0x8f, 0xbd, 0x62, 0x36, 0x6e, 0x8f, 0x47, 0x79, 0x65,
  225. 0xcd, 0xa5, 0xff, 0xa7, 0x93, 0xf2, 0x0f, 0xbf, 0xc3, 0x87, 0xea, 0xfb, 0xa5, 0xb1, 0x1a, 0x51,
  226. 0xfa, 0xdc, 0x38, 0x8b, 0x6a, 0x2a, 0x3a, 0x2c, 0xbd, 0x3a, 0x74, 0x51, 0xb7, 0xe3, 0x39, 0x47,
  227. 0x97, 0xdf, 0x96, 0x78, 0x9f, 0x0e, 0xcb, 0xfe, 0x0b, 0xde, 0xef, 0x76, 0xfa, 0x15, 0xfe, 0xa3,
  228. 0x71, 0x5e, 0x27, 0x7d, 0x9f, 0x0e, 0x4b, 0xdf, 0x7f, 0xa9, 0xf0, 0xfd, 0x6e, 0xc7, 0xf7, 0xab,
  229. 0x9a, 0xcf, 0x1b, 0x95, 0xb0, 0xf7, 0x3f, 0x03, 0x00, 0x00, 0xff, 0xff, 0xcc, 0x06, 0x96, 0x55,
  230. 0xa6, 0x03, 0x00, 0x00,
  231. }