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.
 
 
 

225 lines
10 KiB

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