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.
 
 
 

136 lines
7.1 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/user_interest_taxonomy_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 containing the possible UserInterestTaxonomyTypes.
  18. type UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType int32
  19. const (
  20. // Not specified.
  21. UserInterestTaxonomyTypeEnum_UNSPECIFIED UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. UserInterestTaxonomyTypeEnum_UNKNOWN UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 1
  24. // The affinity for this user interest.
  25. UserInterestTaxonomyTypeEnum_AFFINITY UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 2
  26. // The market for this user interest.
  27. UserInterestTaxonomyTypeEnum_IN_MARKET UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 3
  28. // Users known to have installed applications in the specified categories.
  29. UserInterestTaxonomyTypeEnum_MOBILE_APP_INSTALL_USER UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 4
  30. // The geographical location of the interest-based vertical.
  31. UserInterestTaxonomyTypeEnum_VERTICAL_GEO UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 5
  32. // User interest criteria for new smart phone users.
  33. UserInterestTaxonomyTypeEnum_NEW_SMART_PHONE_USER UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType = 6
  34. )
  35. var UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_name = map[int32]string{
  36. 0: "UNSPECIFIED",
  37. 1: "UNKNOWN",
  38. 2: "AFFINITY",
  39. 3: "IN_MARKET",
  40. 4: "MOBILE_APP_INSTALL_USER",
  41. 5: "VERTICAL_GEO",
  42. 6: "NEW_SMART_PHONE_USER",
  43. }
  44. var UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_value = map[string]int32{
  45. "UNSPECIFIED": 0,
  46. "UNKNOWN": 1,
  47. "AFFINITY": 2,
  48. "IN_MARKET": 3,
  49. "MOBILE_APP_INSTALL_USER": 4,
  50. "VERTICAL_GEO": 5,
  51. "NEW_SMART_PHONE_USER": 6,
  52. }
  53. func (x UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) String() string {
  54. return proto.EnumName(UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_name, int32(x))
  55. }
  56. func (UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType) EnumDescriptor() ([]byte, []int) {
  57. return fileDescriptor_user_interest_taxonomy_type_b1bac0d8c427ee94, []int{0, 0}
  58. }
  59. // Message describing a UserInterestTaxonomyType.
  60. type UserInterestTaxonomyTypeEnum struct {
  61. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  62. XXX_unrecognized []byte `json:"-"`
  63. XXX_sizecache int32 `json:"-"`
  64. }
  65. func (m *UserInterestTaxonomyTypeEnum) Reset() { *m = UserInterestTaxonomyTypeEnum{} }
  66. func (m *UserInterestTaxonomyTypeEnum) String() string { return proto.CompactTextString(m) }
  67. func (*UserInterestTaxonomyTypeEnum) ProtoMessage() {}
  68. func (*UserInterestTaxonomyTypeEnum) Descriptor() ([]byte, []int) {
  69. return fileDescriptor_user_interest_taxonomy_type_b1bac0d8c427ee94, []int{0}
  70. }
  71. func (m *UserInterestTaxonomyTypeEnum) XXX_Unmarshal(b []byte) error {
  72. return xxx_messageInfo_UserInterestTaxonomyTypeEnum.Unmarshal(m, b)
  73. }
  74. func (m *UserInterestTaxonomyTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  75. return xxx_messageInfo_UserInterestTaxonomyTypeEnum.Marshal(b, m, deterministic)
  76. }
  77. func (dst *UserInterestTaxonomyTypeEnum) XXX_Merge(src proto.Message) {
  78. xxx_messageInfo_UserInterestTaxonomyTypeEnum.Merge(dst, src)
  79. }
  80. func (m *UserInterestTaxonomyTypeEnum) XXX_Size() int {
  81. return xxx_messageInfo_UserInterestTaxonomyTypeEnum.Size(m)
  82. }
  83. func (m *UserInterestTaxonomyTypeEnum) XXX_DiscardUnknown() {
  84. xxx_messageInfo_UserInterestTaxonomyTypeEnum.DiscardUnknown(m)
  85. }
  86. var xxx_messageInfo_UserInterestTaxonomyTypeEnum proto.InternalMessageInfo
  87. func init() {
  88. proto.RegisterType((*UserInterestTaxonomyTypeEnum)(nil), "google.ads.googleads.v1.enums.UserInterestTaxonomyTypeEnum")
  89. proto.RegisterEnum("google.ads.googleads.v1.enums.UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType", UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_name, UserInterestTaxonomyTypeEnum_UserInterestTaxonomyType_value)
  90. }
  91. func init() {
  92. proto.RegisterFile("google/ads/googleads/v1/enums/user_interest_taxonomy_type.proto", fileDescriptor_user_interest_taxonomy_type_b1bac0d8c427ee94)
  93. }
  94. var fileDescriptor_user_interest_taxonomy_type_b1bac0d8c427ee94 = []byte{
  95. // 387 bytes of a gzipped FileDescriptorProto
  96. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x51, 0xcf, 0x8a, 0xd4, 0x30,
  97. 0x1c, 0xb6, 0xb3, 0xba, 0x6a, 0x76, 0xc5, 0x12, 0x04, 0x17, 0xdd, 0x39, 0xec, 0x3e, 0x40, 0x4a,
  98. 0xf1, 0x16, 0x0f, 0x92, 0xae, 0x99, 0x31, 0x6c, 0x27, 0x2d, 0xfd, 0xb7, 0x28, 0x85, 0x50, 0x6d,
  99. 0x28, 0x85, 0x6d, 0x52, 0x9a, 0xce, 0xe0, 0xbc, 0x8c, 0x07, 0x8f, 0xbe, 0x84, 0x77, 0x1f, 0xc5,
  100. 0xa3, 0x4f, 0x20, 0x6d, 0x67, 0xe6, 0x36, 0x7b, 0x09, 0x1f, 0xf9, 0xfe, 0xfc, 0x92, 0xef, 0x07,
  101. 0x3e, 0x54, 0x5a, 0x57, 0xf7, 0xd2, 0x29, 0x4a, 0xe3, 0x4c, 0x70, 0x40, 0x1b, 0xd7, 0x91, 0x6a,
  102. 0xdd, 0x18, 0x67, 0x6d, 0x64, 0x27, 0x6a, 0xd5, 0xcb, 0x4e, 0x9a, 0x5e, 0xf4, 0xc5, 0x77, 0xad,
  103. 0x74, 0xb3, 0x15, 0xfd, 0xb6, 0x95, 0xa8, 0xed, 0x74, 0xaf, 0xe1, 0x7c, 0x72, 0xa1, 0xa2, 0x34,
  104. 0xe8, 0x10, 0x80, 0x36, 0x2e, 0x1a, 0x03, 0xde, 0x5c, 0xee, 0xf3, 0xdb, 0xda, 0x29, 0x94, 0xd2,
  105. 0x7d, 0xd1, 0xd7, 0x5a, 0x99, 0xc9, 0x7c, 0xfd, 0xdb, 0x02, 0x97, 0xa9, 0x91, 0x1d, 0xdb, 0x4d,
  106. 0x48, 0x76, 0x03, 0x92, 0x6d, 0x2b, 0xa9, 0x5a, 0x37, 0xd7, 0x3f, 0x2c, 0x70, 0x71, 0x4c, 0x00,
  107. 0x5f, 0x82, 0xb3, 0x94, 0xc7, 0x21, 0xbd, 0x61, 0x0b, 0x46, 0x3f, 0xda, 0x8f, 0xe0, 0x19, 0x78,
  108. 0x9a, 0xf2, 0x5b, 0x1e, 0xdc, 0x71, 0xdb, 0x82, 0xe7, 0xe0, 0x19, 0x59, 0x2c, 0x18, 0x67, 0xc9,
  109. 0x67, 0x7b, 0x06, 0x5f, 0x80, 0xe7, 0x8c, 0x8b, 0x15, 0x89, 0x6e, 0x69, 0x62, 0x9f, 0xc0, 0xb7,
  110. 0xe0, 0xf5, 0x2a, 0xf0, 0x98, 0x4f, 0x05, 0x09, 0x43, 0xc1, 0x78, 0x9c, 0x10, 0xdf, 0x17, 0x69,
  111. 0x4c, 0x23, 0xfb, 0x31, 0xb4, 0xc1, 0x79, 0x46, 0xa3, 0x84, 0xdd, 0x10, 0x5f, 0x2c, 0x69, 0x60,
  112. 0x3f, 0x81, 0x17, 0xe0, 0x15, 0xa7, 0x77, 0x22, 0x5e, 0x91, 0x28, 0x11, 0xe1, 0xa7, 0x80, 0xd3,
  113. 0x49, 0x7b, 0xea, 0xfd, 0xb3, 0xc0, 0xd5, 0x37, 0xdd, 0xa0, 0x07, 0x5b, 0xf0, 0xe6, 0xc7, 0xfe,
  114. 0x10, 0x0e, 0x35, 0x84, 0xd6, 0x17, 0x6f, 0xe7, 0xaf, 0xf4, 0x7d, 0xa1, 0x2a, 0xa4, 0xbb, 0xca,
  115. 0xa9, 0xa4, 0x1a, 0x4b, 0xda, 0xaf, 0xa5, 0xad, 0xcd, 0x91, 0x2d, 0xbd, 0x1f, 0xcf, 0x9f, 0xb3,
  116. 0x93, 0x25, 0x21, 0xbf, 0x66, 0xf3, 0xe5, 0x14, 0x45, 0x4a, 0x83, 0x26, 0x38, 0xa0, 0xcc, 0x45,
  117. 0x43, 0xa1, 0xe6, 0xcf, 0x9e, 0xcf, 0x49, 0x69, 0xf2, 0x03, 0x9f, 0x67, 0x6e, 0x3e, 0xf2, 0x7f,
  118. 0x67, 0x57, 0xd3, 0x25, 0xc6, 0xa4, 0x34, 0x18, 0x1f, 0x14, 0x18, 0x67, 0x2e, 0xc6, 0xa3, 0xe6,
  119. 0xeb, 0xe9, 0xf8, 0xb0, 0x77, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff, 0x7d, 0x2c, 0x3f, 0x4e, 0x3d,
  120. 0x02, 0x00, 0x00,
  121. }