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.
 
 
 

141 lines
6.7 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/income_range_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. // The type of demographic income ranges (e.g. between 0% to 50%).
  17. type IncomeRangeTypeEnum_IncomeRangeType int32
  18. const (
  19. // Not specified.
  20. IncomeRangeTypeEnum_UNSPECIFIED IncomeRangeTypeEnum_IncomeRangeType = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. IncomeRangeTypeEnum_UNKNOWN IncomeRangeTypeEnum_IncomeRangeType = 1
  23. // 0%-50%.
  24. IncomeRangeTypeEnum_INCOME_RANGE_0_50 IncomeRangeTypeEnum_IncomeRangeType = 510001
  25. // 50% to 60%.
  26. IncomeRangeTypeEnum_INCOME_RANGE_50_60 IncomeRangeTypeEnum_IncomeRangeType = 510002
  27. // 60% to 70%.
  28. IncomeRangeTypeEnum_INCOME_RANGE_60_70 IncomeRangeTypeEnum_IncomeRangeType = 510003
  29. // 70% to 80%.
  30. IncomeRangeTypeEnum_INCOME_RANGE_70_80 IncomeRangeTypeEnum_IncomeRangeType = 510004
  31. // 80% to 90%.
  32. IncomeRangeTypeEnum_INCOME_RANGE_80_90 IncomeRangeTypeEnum_IncomeRangeType = 510005
  33. // Greater than 90%.
  34. IncomeRangeTypeEnum_INCOME_RANGE_90_UP IncomeRangeTypeEnum_IncomeRangeType = 510006
  35. // Undetermined income range.
  36. IncomeRangeTypeEnum_INCOME_RANGE_UNDETERMINED IncomeRangeTypeEnum_IncomeRangeType = 510000
  37. )
  38. var IncomeRangeTypeEnum_IncomeRangeType_name = map[int32]string{
  39. 0: "UNSPECIFIED",
  40. 1: "UNKNOWN",
  41. 510001: "INCOME_RANGE_0_50",
  42. 510002: "INCOME_RANGE_50_60",
  43. 510003: "INCOME_RANGE_60_70",
  44. 510004: "INCOME_RANGE_70_80",
  45. 510005: "INCOME_RANGE_80_90",
  46. 510006: "INCOME_RANGE_90_UP",
  47. 510000: "INCOME_RANGE_UNDETERMINED",
  48. }
  49. var IncomeRangeTypeEnum_IncomeRangeType_value = map[string]int32{
  50. "UNSPECIFIED": 0,
  51. "UNKNOWN": 1,
  52. "INCOME_RANGE_0_50": 510001,
  53. "INCOME_RANGE_50_60": 510002,
  54. "INCOME_RANGE_60_70": 510003,
  55. "INCOME_RANGE_70_80": 510004,
  56. "INCOME_RANGE_80_90": 510005,
  57. "INCOME_RANGE_90_UP": 510006,
  58. "INCOME_RANGE_UNDETERMINED": 510000,
  59. }
  60. func (x IncomeRangeTypeEnum_IncomeRangeType) String() string {
  61. return proto.EnumName(IncomeRangeTypeEnum_IncomeRangeType_name, int32(x))
  62. }
  63. func (IncomeRangeTypeEnum_IncomeRangeType) EnumDescriptor() ([]byte, []int) {
  64. return fileDescriptor_income_range_type_96ed882d8bd36d78, []int{0, 0}
  65. }
  66. // Container for enum describing the type of demographic income ranges.
  67. type IncomeRangeTypeEnum struct {
  68. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  69. XXX_unrecognized []byte `json:"-"`
  70. XXX_sizecache int32 `json:"-"`
  71. }
  72. func (m *IncomeRangeTypeEnum) Reset() { *m = IncomeRangeTypeEnum{} }
  73. func (m *IncomeRangeTypeEnum) String() string { return proto.CompactTextString(m) }
  74. func (*IncomeRangeTypeEnum) ProtoMessage() {}
  75. func (*IncomeRangeTypeEnum) Descriptor() ([]byte, []int) {
  76. return fileDescriptor_income_range_type_96ed882d8bd36d78, []int{0}
  77. }
  78. func (m *IncomeRangeTypeEnum) XXX_Unmarshal(b []byte) error {
  79. return xxx_messageInfo_IncomeRangeTypeEnum.Unmarshal(m, b)
  80. }
  81. func (m *IncomeRangeTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  82. return xxx_messageInfo_IncomeRangeTypeEnum.Marshal(b, m, deterministic)
  83. }
  84. func (dst *IncomeRangeTypeEnum) XXX_Merge(src proto.Message) {
  85. xxx_messageInfo_IncomeRangeTypeEnum.Merge(dst, src)
  86. }
  87. func (m *IncomeRangeTypeEnum) XXX_Size() int {
  88. return xxx_messageInfo_IncomeRangeTypeEnum.Size(m)
  89. }
  90. func (m *IncomeRangeTypeEnum) XXX_DiscardUnknown() {
  91. xxx_messageInfo_IncomeRangeTypeEnum.DiscardUnknown(m)
  92. }
  93. var xxx_messageInfo_IncomeRangeTypeEnum proto.InternalMessageInfo
  94. func init() {
  95. proto.RegisterType((*IncomeRangeTypeEnum)(nil), "google.ads.googleads.v0.enums.IncomeRangeTypeEnum")
  96. proto.RegisterEnum("google.ads.googleads.v0.enums.IncomeRangeTypeEnum_IncomeRangeType", IncomeRangeTypeEnum_IncomeRangeType_name, IncomeRangeTypeEnum_IncomeRangeType_value)
  97. }
  98. func init() {
  99. proto.RegisterFile("google/ads/googleads/v0/enums/income_range_type.proto", fileDescriptor_income_range_type_96ed882d8bd36d78)
  100. }
  101. var fileDescriptor_income_range_type_96ed882d8bd36d78 = []byte{
  102. // 366 bytes of a gzipped FileDescriptorProto
  103. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x91, 0xcd, 0xaa, 0xda, 0x40,
  104. 0x1c, 0xc5, 0x9b, 0x14, 0x5a, 0x18, 0x17, 0x4e, 0xd3, 0x42, 0xdb, 0x85, 0x04, 0x7d, 0x80, 0xc9,
  105. 0x1f, 0x8a, 0x5f, 0xd3, 0x55, 0xd4, 0xa9, 0x84, 0xe2, 0x18, 0xac, 0xb1, 0x50, 0x02, 0x43, 0x6a,
  106. 0x42, 0x10, 0x4c, 0x26, 0x38, 0x2a, 0xb8, 0xee, 0x0b, 0xf8, 0x0c, 0x5d, 0x76, 0xd5, 0xef, 0x87,
  107. 0xe8, 0x9b, 0xb4, 0x7d, 0x89, 0x4b, 0x92, 0xab, 0xa0, 0xe4, 0xde, 0x4d, 0x38, 0xfc, 0x7f, 0xe7,
  108. 0x84, 0xe1, 0x1c, 0xd4, 0x8e, 0xa5, 0x8c, 0xd7, 0x91, 0x15, 0x84, 0xca, 0x2a, 0x65, 0xae, 0xf6,
  109. 0x60, 0x45, 0xe9, 0x2e, 0x51, 0xd6, 0x2a, 0x5d, 0xca, 0x24, 0x12, 0x9b, 0x20, 0x8d, 0x23, 0xb1,
  110. 0x3d, 0x64, 0x11, 0xc9, 0x36, 0x72, 0x2b, 0x8d, 0x46, 0xe9, 0x25, 0x41, 0xa8, 0xc8, 0x39, 0x46,
  111. 0xf6, 0x40, 0x8a, 0x58, 0xeb, 0x93, 0x8e, 0x9e, 0x3a, 0x45, 0x74, 0x96, 0x27, 0xe7, 0x87, 0x2c,
  112. 0x62, 0xe9, 0x2e, 0x69, 0xfd, 0xd7, 0x50, 0xfd, 0xea, 0x6e, 0xd4, 0x51, 0xcd, 0xe3, 0xef, 0x5c,
  113. 0x36, 0x74, 0xde, 0x38, 0x6c, 0x84, 0x1f, 0x18, 0x35, 0xf4, 0xd8, 0xe3, 0x6f, 0xf9, 0xf4, 0x3d,
  114. 0xc7, 0x9a, 0xf1, 0x1c, 0x3d, 0x71, 0xf8, 0x70, 0x3a, 0x61, 0x62, 0x66, 0xf3, 0x31, 0x13, 0x20,
  115. 0xda, 0x80, 0xbf, 0x1d, 0x4d, 0xe3, 0x05, 0x32, 0x2e, 0x40, 0x1b, 0x44, 0x07, 0xf0, 0xf7, 0x0a,
  116. 0xd2, 0x01, 0xd1, 0x05, 0xfc, 0xa3, 0x82, 0x74, 0x41, 0xf4, 0x00, 0xff, 0xac, 0x20, 0x3d, 0x10,
  117. 0x7d, 0xc0, 0xbf, 0x2a, 0x48, 0x1f, 0x84, 0xe7, 0xe2, 0xdf, 0x47, 0xd3, 0x30, 0xd1, 0xcb, 0x0b,
  118. 0xe2, 0xf1, 0x11, 0x9b, 0xb3, 0xd9, 0xc4, 0xe1, 0x6c, 0x84, 0xbf, 0x1e, 0xcd, 0xc1, 0x5f, 0x0d,
  119. 0x35, 0x97, 0x32, 0x21, 0xf7, 0x76, 0x35, 0x78, 0x76, 0x55, 0x88, 0x9b, 0x17, 0xec, 0x6a, 0x1f,
  120. 0x06, 0xb7, 0xb1, 0x58, 0xae, 0x83, 0x34, 0x26, 0x72, 0x13, 0x5b, 0x71, 0x94, 0x16, 0xf5, 0x9f,
  121. 0x96, 0xca, 0x56, 0xea, 0x8e, 0xe1, 0x5e, 0x17, 0xdf, 0xcf, 0xfa, 0xc3, 0xb1, 0x6d, 0x7f, 0xd1,
  122. 0x1b, 0xe3, 0xf2, 0x57, 0x76, 0xa8, 0x48, 0x29, 0x73, 0xb5, 0x00, 0x92, 0x8f, 0xa2, 0xfe, 0x9c,
  123. 0xb8, 0x6f, 0x87, 0xca, 0x3f, 0x73, 0x7f, 0x01, 0x7e, 0xc1, 0xff, 0xe9, 0xcd, 0xf2, 0x48, 0xa9,
  124. 0x1d, 0x2a, 0x4a, 0xcf, 0x0e, 0x4a, 0x17, 0x40, 0x69, 0xe1, 0xf9, 0xf8, 0xa8, 0x78, 0xd8, 0xab,
  125. 0x9b, 0x00, 0x00, 0x00, 0xff, 0xff, 0xdb, 0x54, 0xed, 0x2d, 0x50, 0x02, 0x00, 0x00,
  126. }