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.5 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/age_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 age ranges (e.g. between 18 and 24 years old).
  17. type AgeRangeTypeEnum_AgeRangeType int32
  18. const (
  19. // Not specified.
  20. AgeRangeTypeEnum_UNSPECIFIED AgeRangeTypeEnum_AgeRangeType = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. AgeRangeTypeEnum_UNKNOWN AgeRangeTypeEnum_AgeRangeType = 1
  23. // Between 18 and 24 years old.
  24. AgeRangeTypeEnum_AGE_RANGE_18_24 AgeRangeTypeEnum_AgeRangeType = 503001
  25. // Between 25 and 34 years old.
  26. AgeRangeTypeEnum_AGE_RANGE_25_34 AgeRangeTypeEnum_AgeRangeType = 503002
  27. // Between 35 and 44 years old.
  28. AgeRangeTypeEnum_AGE_RANGE_35_44 AgeRangeTypeEnum_AgeRangeType = 503003
  29. // Between 45 and 54 years old.
  30. AgeRangeTypeEnum_AGE_RANGE_45_54 AgeRangeTypeEnum_AgeRangeType = 503004
  31. // Between 55 and 64 years old.
  32. AgeRangeTypeEnum_AGE_RANGE_55_64 AgeRangeTypeEnum_AgeRangeType = 503005
  33. // 65 years old and beyond.
  34. AgeRangeTypeEnum_AGE_RANGE_65_UP AgeRangeTypeEnum_AgeRangeType = 503006
  35. // Undetermined age range.
  36. AgeRangeTypeEnum_AGE_RANGE_UNDETERMINED AgeRangeTypeEnum_AgeRangeType = 503999
  37. )
  38. var AgeRangeTypeEnum_AgeRangeType_name = map[int32]string{
  39. 0: "UNSPECIFIED",
  40. 1: "UNKNOWN",
  41. 503001: "AGE_RANGE_18_24",
  42. 503002: "AGE_RANGE_25_34",
  43. 503003: "AGE_RANGE_35_44",
  44. 503004: "AGE_RANGE_45_54",
  45. 503005: "AGE_RANGE_55_64",
  46. 503006: "AGE_RANGE_65_UP",
  47. 503999: "AGE_RANGE_UNDETERMINED",
  48. }
  49. var AgeRangeTypeEnum_AgeRangeType_value = map[string]int32{
  50. "UNSPECIFIED": 0,
  51. "UNKNOWN": 1,
  52. "AGE_RANGE_18_24": 503001,
  53. "AGE_RANGE_25_34": 503002,
  54. "AGE_RANGE_35_44": 503003,
  55. "AGE_RANGE_45_54": 503004,
  56. "AGE_RANGE_55_64": 503005,
  57. "AGE_RANGE_65_UP": 503006,
  58. "AGE_RANGE_UNDETERMINED": 503999,
  59. }
  60. func (x AgeRangeTypeEnum_AgeRangeType) String() string {
  61. return proto.EnumName(AgeRangeTypeEnum_AgeRangeType_name, int32(x))
  62. }
  63. func (AgeRangeTypeEnum_AgeRangeType) EnumDescriptor() ([]byte, []int) {
  64. return fileDescriptor_age_range_type_7915a3cb575152cd, []int{0, 0}
  65. }
  66. // Container for enum describing the type of demographic age ranges.
  67. type AgeRangeTypeEnum struct {
  68. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  69. XXX_unrecognized []byte `json:"-"`
  70. XXX_sizecache int32 `json:"-"`
  71. }
  72. func (m *AgeRangeTypeEnum) Reset() { *m = AgeRangeTypeEnum{} }
  73. func (m *AgeRangeTypeEnum) String() string { return proto.CompactTextString(m) }
  74. func (*AgeRangeTypeEnum) ProtoMessage() {}
  75. func (*AgeRangeTypeEnum) Descriptor() ([]byte, []int) {
  76. return fileDescriptor_age_range_type_7915a3cb575152cd, []int{0}
  77. }
  78. func (m *AgeRangeTypeEnum) XXX_Unmarshal(b []byte) error {
  79. return xxx_messageInfo_AgeRangeTypeEnum.Unmarshal(m, b)
  80. }
  81. func (m *AgeRangeTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  82. return xxx_messageInfo_AgeRangeTypeEnum.Marshal(b, m, deterministic)
  83. }
  84. func (dst *AgeRangeTypeEnum) XXX_Merge(src proto.Message) {
  85. xxx_messageInfo_AgeRangeTypeEnum.Merge(dst, src)
  86. }
  87. func (m *AgeRangeTypeEnum) XXX_Size() int {
  88. return xxx_messageInfo_AgeRangeTypeEnum.Size(m)
  89. }
  90. func (m *AgeRangeTypeEnum) XXX_DiscardUnknown() {
  91. xxx_messageInfo_AgeRangeTypeEnum.DiscardUnknown(m)
  92. }
  93. var xxx_messageInfo_AgeRangeTypeEnum proto.InternalMessageInfo
  94. func init() {
  95. proto.RegisterType((*AgeRangeTypeEnum)(nil), "google.ads.googleads.v0.enums.AgeRangeTypeEnum")
  96. proto.RegisterEnum("google.ads.googleads.v0.enums.AgeRangeTypeEnum_AgeRangeType", AgeRangeTypeEnum_AgeRangeType_name, AgeRangeTypeEnum_AgeRangeType_value)
  97. }
  98. func init() {
  99. proto.RegisterFile("google/ads/googleads/v0/enums/age_range_type.proto", fileDescriptor_age_range_type_7915a3cb575152cd)
  100. }
  101. var fileDescriptor_age_range_type_7915a3cb575152cd = []byte{
  102. // 358 bytes of a gzipped FileDescriptorProto
  103. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0xe2, 0x32, 0x4a, 0xcf, 0xcf, 0x4f,
  104. 0xcf, 0x49, 0xd5, 0x4f, 0x4c, 0x29, 0xd6, 0x87, 0x30, 0x41, 0xac, 0x32, 0x03, 0xfd, 0xd4, 0xbc,
  105. 0xd2, 0xdc, 0x62, 0xfd, 0xc4, 0xf4, 0xd4, 0xf8, 0xa2, 0xc4, 0xbc, 0xf4, 0xd4, 0xf8, 0x92, 0xca,
  106. 0x82, 0x54, 0xbd, 0x82, 0xa2, 0xfc, 0x92, 0x7c, 0x21, 0x59, 0x88, 0x42, 0xbd, 0xc4, 0x94, 0x62,
  107. 0x3d, 0xb8, 0x1e, 0xbd, 0x32, 0x03, 0x3d, 0xb0, 0x1e, 0xa5, 0x97, 0x8c, 0x5c, 0x02, 0x8e, 0xe9,
  108. 0xa9, 0x41, 0x20, 0x6d, 0x21, 0x95, 0x05, 0xa9, 0xae, 0x79, 0xa5, 0xb9, 0x4a, 0x57, 0x18, 0xb9,
  109. 0x78, 0x90, 0x05, 0x85, 0xf8, 0xb9, 0xb8, 0x43, 0xfd, 0x82, 0x03, 0x5c, 0x9d, 0x3d, 0xdd, 0x3c,
  110. 0x5d, 0x5d, 0x04, 0x18, 0x84, 0xb8, 0xb9, 0xd8, 0x43, 0xfd, 0xbc, 0xfd, 0xfc, 0xc3, 0xfd, 0x04,
  111. 0x18, 0x85, 0x44, 0xb9, 0xf8, 0x1d, 0xdd, 0x5d, 0xe3, 0x83, 0x1c, 0xfd, 0xdc, 0x5d, 0xe3, 0x0d,
  112. 0x2d, 0xe2, 0x8d, 0x4c, 0x04, 0x6e, 0xde, 0x94, 0x43, 0x15, 0x36, 0x32, 0x8d, 0x37, 0x36, 0x11,
  113. 0xb8, 0x85, 0x2e, 0x6c, 0x6c, 0x1a, 0x6f, 0x62, 0x22, 0x70, 0x1b, 0x5d, 0xd8, 0xc4, 0x34, 0xde,
  114. 0xd4, 0x44, 0xe0, 0x0e, 0xba, 0xb0, 0xa9, 0x69, 0xbc, 0x99, 0x89, 0xc0, 0x5d, 0x74, 0x61, 0x33,
  115. 0xd3, 0xf8, 0xd0, 0x00, 0x81, 0x7b, 0x37, 0xe5, 0x84, 0x64, 0xb8, 0xc4, 0x10, 0xc2, 0xa1, 0x7e,
  116. 0x2e, 0xae, 0x21, 0xae, 0x41, 0xbe, 0x9e, 0x7e, 0xae, 0x2e, 0x02, 0xfb, 0x1f, 0xca, 0x39, 0x3d,
  117. 0x63, 0xe4, 0x52, 0x4c, 0xce, 0xcf, 0xd5, 0xc3, 0x1b, 0x22, 0x4e, 0x82, 0xc8, 0x3e, 0x0f, 0x00,
  118. 0x85, 0x61, 0x00, 0x63, 0x94, 0x13, 0x54, 0x4f, 0x7a, 0x7e, 0x4e, 0x62, 0x5e, 0xba, 0x5e, 0x7e,
  119. 0x51, 0xba, 0x7e, 0x7a, 0x6a, 0x1e, 0x38, 0x84, 0x61, 0x31, 0x51, 0x90, 0x59, 0x8c, 0x23, 0x62,
  120. 0xac, 0xc1, 0xe4, 0x22, 0x26, 0x66, 0x77, 0x47, 0xc7, 0x55, 0x4c, 0xb2, 0xee, 0x10, 0xa3, 0x1c,
  121. 0x53, 0x8a, 0xf5, 0x20, 0x4c, 0x10, 0x2b, 0xcc, 0x40, 0x0f, 0x14, 0xf4, 0xc5, 0xa7, 0x60, 0xf2,
  122. 0x31, 0x8e, 0x29, 0xc5, 0x31, 0x70, 0xf9, 0x98, 0x30, 0x83, 0x18, 0xb0, 0xfc, 0x2b, 0x26, 0x45,
  123. 0x88, 0xa0, 0x95, 0x95, 0x63, 0x4a, 0xb1, 0x95, 0x15, 0x5c, 0x85, 0x95, 0x55, 0x98, 0x81, 0x95,
  124. 0x15, 0x58, 0x4d, 0x12, 0x1b, 0xd8, 0x61, 0xc6, 0x80, 0x00, 0x00, 0x00, 0xff, 0xff, 0xa6, 0xb0,
  125. 0x36, 0x30, 0x30, 0x02, 0x00, 0x00,
  126. }