No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
 
 
 

128 líneas
6.4 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/positive_geo_target_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. // The possible positive geo target types.
  18. type PositiveGeoTargetTypeEnum_PositiveGeoTargetType int32
  19. const (
  20. // Not specified.
  21. PositiveGeoTargetTypeEnum_UNSPECIFIED PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 0
  22. // The value is unknown in this version.
  23. PositiveGeoTargetTypeEnum_UNKNOWN PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 1
  24. // Specifies that either Area of Interest (AOI) or
  25. // Location of Presence (LOP) may trigger the ad.
  26. PositiveGeoTargetTypeEnum_DONT_CARE PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 2
  27. // Specifies that the ad is triggered only if the user's Area of Interest
  28. // (AOI) matches.
  29. PositiveGeoTargetTypeEnum_AREA_OF_INTEREST PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 3
  30. // Specifies that the ad is triggered only if the user's
  31. // Location of Presence (LOP) matches.
  32. PositiveGeoTargetTypeEnum_LOCATION_OF_PRESENCE PositiveGeoTargetTypeEnum_PositiveGeoTargetType = 4
  33. )
  34. var PositiveGeoTargetTypeEnum_PositiveGeoTargetType_name = map[int32]string{
  35. 0: "UNSPECIFIED",
  36. 1: "UNKNOWN",
  37. 2: "DONT_CARE",
  38. 3: "AREA_OF_INTEREST",
  39. 4: "LOCATION_OF_PRESENCE",
  40. }
  41. var PositiveGeoTargetTypeEnum_PositiveGeoTargetType_value = map[string]int32{
  42. "UNSPECIFIED": 0,
  43. "UNKNOWN": 1,
  44. "DONT_CARE": 2,
  45. "AREA_OF_INTEREST": 3,
  46. "LOCATION_OF_PRESENCE": 4,
  47. }
  48. func (x PositiveGeoTargetTypeEnum_PositiveGeoTargetType) String() string {
  49. return proto.EnumName(PositiveGeoTargetTypeEnum_PositiveGeoTargetType_name, int32(x))
  50. }
  51. func (PositiveGeoTargetTypeEnum_PositiveGeoTargetType) EnumDescriptor() ([]byte, []int) {
  52. return fileDescriptor_positive_geo_target_type_3d6d1cf1f44b54fc, []int{0, 0}
  53. }
  54. // Container for enum describing possible positive geo target types.
  55. type PositiveGeoTargetTypeEnum struct {
  56. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  57. XXX_unrecognized []byte `json:"-"`
  58. XXX_sizecache int32 `json:"-"`
  59. }
  60. func (m *PositiveGeoTargetTypeEnum) Reset() { *m = PositiveGeoTargetTypeEnum{} }
  61. func (m *PositiveGeoTargetTypeEnum) String() string { return proto.CompactTextString(m) }
  62. func (*PositiveGeoTargetTypeEnum) ProtoMessage() {}
  63. func (*PositiveGeoTargetTypeEnum) Descriptor() ([]byte, []int) {
  64. return fileDescriptor_positive_geo_target_type_3d6d1cf1f44b54fc, []int{0}
  65. }
  66. func (m *PositiveGeoTargetTypeEnum) XXX_Unmarshal(b []byte) error {
  67. return xxx_messageInfo_PositiveGeoTargetTypeEnum.Unmarshal(m, b)
  68. }
  69. func (m *PositiveGeoTargetTypeEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  70. return xxx_messageInfo_PositiveGeoTargetTypeEnum.Marshal(b, m, deterministic)
  71. }
  72. func (dst *PositiveGeoTargetTypeEnum) XXX_Merge(src proto.Message) {
  73. xxx_messageInfo_PositiveGeoTargetTypeEnum.Merge(dst, src)
  74. }
  75. func (m *PositiveGeoTargetTypeEnum) XXX_Size() int {
  76. return xxx_messageInfo_PositiveGeoTargetTypeEnum.Size(m)
  77. }
  78. func (m *PositiveGeoTargetTypeEnum) XXX_DiscardUnknown() {
  79. xxx_messageInfo_PositiveGeoTargetTypeEnum.DiscardUnknown(m)
  80. }
  81. var xxx_messageInfo_PositiveGeoTargetTypeEnum proto.InternalMessageInfo
  82. func init() {
  83. proto.RegisterType((*PositiveGeoTargetTypeEnum)(nil), "google.ads.googleads.v1.enums.PositiveGeoTargetTypeEnum")
  84. proto.RegisterEnum("google.ads.googleads.v1.enums.PositiveGeoTargetTypeEnum_PositiveGeoTargetType", PositiveGeoTargetTypeEnum_PositiveGeoTargetType_name, PositiveGeoTargetTypeEnum_PositiveGeoTargetType_value)
  85. }
  86. func init() {
  87. proto.RegisterFile("google/ads/googleads/v1/enums/positive_geo_target_type.proto", fileDescriptor_positive_geo_target_type_3d6d1cf1f44b54fc)
  88. }
  89. var fileDescriptor_positive_geo_target_type_3d6d1cf1f44b54fc = []byte{
  90. // 348 bytes of a gzipped FileDescriptorProto
  91. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x90, 0xd1, 0x4a, 0xfb, 0x30,
  92. 0x18, 0xc5, 0xff, 0xed, 0xfe, 0x28, 0x66, 0x88, 0xa5, 0x4c, 0xd0, 0xe1, 0x2e, 0xb6, 0x07, 0x48,
  93. 0x29, 0xde, 0x45, 0x6f, 0xb2, 0x2e, 0x1b, 0x45, 0x49, 0x4b, 0xd7, 0x4d, 0x90, 0x42, 0xa9, 0x36,
  94. 0x84, 0xc2, 0xd6, 0x94, 0x25, 0x1b, 0xec, 0x31, 0x7c, 0x05, 0x2f, 0x7d, 0x14, 0x1f, 0xc5, 0x1b,
  95. 0x5f, 0x41, 0x9a, 0x6e, 0xbb, 0x9a, 0xde, 0x84, 0x43, 0xce, 0xf7, 0x3b, 0x7c, 0xdf, 0x01, 0xf7,
  96. 0x5c, 0x08, 0xbe, 0x60, 0x4e, 0x96, 0x4b, 0xa7, 0x91, 0xb5, 0xda, 0xb8, 0x0e, 0x2b, 0xd7, 0x4b,
  97. 0xe9, 0x54, 0x42, 0x16, 0xaa, 0xd8, 0xb0, 0x94, 0x33, 0x91, 0xaa, 0x6c, 0xc5, 0x99, 0x4a, 0xd5,
  98. 0xb6, 0x62, 0xb0, 0x5a, 0x09, 0x25, 0xec, 0x5e, 0x83, 0xc0, 0x2c, 0x97, 0xf0, 0x40, 0xc3, 0x8d,
  99. 0x0b, 0x35, 0xdd, 0xbd, 0xd9, 0x87, 0x57, 0x85, 0x93, 0x95, 0xa5, 0x50, 0x99, 0x2a, 0x44, 0x29,
  100. 0x1b, 0x78, 0xf0, 0x66, 0x80, 0xeb, 0x70, 0x97, 0x3f, 0x61, 0x22, 0xd6, 0xe9, 0xf1, 0xb6, 0x62,
  101. 0xa4, 0x5c, 0x2f, 0x07, 0x0a, 0x5c, 0x1e, 0x35, 0xed, 0x0b, 0xd0, 0x9e, 0xd1, 0x69, 0x48, 0x3c,
  102. 0x7f, 0xec, 0x93, 0x91, 0xf5, 0xcf, 0x6e, 0x83, 0xd3, 0x19, 0x7d, 0xa0, 0xc1, 0x13, 0xb5, 0x0c,
  103. 0xfb, 0x1c, 0x9c, 0x8d, 0x02, 0x1a, 0xa7, 0x1e, 0x8e, 0x88, 0x65, 0xda, 0x1d, 0x60, 0xe1, 0x88,
  104. 0xe0, 0x34, 0x18, 0xa7, 0x3e, 0x8d, 0x49, 0x44, 0xa6, 0xb1, 0xd5, 0xb2, 0xaf, 0x40, 0xe7, 0x31,
  105. 0xf0, 0x70, 0xec, 0x07, 0xb4, 0x76, 0xc2, 0x88, 0x4c, 0x09, 0xf5, 0x88, 0xf5, 0x7f, 0xf8, 0x6d,
  106. 0x80, 0xfe, 0xab, 0x58, 0xc2, 0x3f, 0xef, 0x1a, 0x76, 0x8f, 0x6e, 0x16, 0xd6, 0x57, 0x85, 0xc6,
  107. 0xf3, 0x70, 0x07, 0x73, 0xb1, 0xc8, 0x4a, 0x0e, 0xc5, 0x8a, 0x3b, 0x9c, 0x95, 0xfa, 0xe6, 0x7d,
  108. 0xc5, 0x55, 0x21, 0x7f, 0x69, 0xfc, 0x4e, 0xbf, 0xef, 0x66, 0x6b, 0x82, 0xf1, 0x87, 0xd9, 0x9b,
  109. 0x34, 0x51, 0x38, 0x97, 0xb0, 0x91, 0xb5, 0x9a, 0xbb, 0xb0, 0xae, 0x48, 0x7e, 0xee, 0xfd, 0x04,
  110. 0xe7, 0x32, 0x39, 0xf8, 0xc9, 0xdc, 0x4d, 0xb4, 0xff, 0x65, 0xf6, 0x9b, 0x4f, 0x84, 0x70, 0x2e,
  111. 0x11, 0x3a, 0x4c, 0x20, 0x34, 0x77, 0x11, 0xd2, 0x33, 0x2f, 0x27, 0x7a, 0xb1, 0xdb, 0x9f, 0x00,
  112. 0x00, 0x00, 0xff, 0xff, 0x95, 0x62, 0x2c, 0xa8, 0x09, 0x02, 0x00, 0x00,
  113. }