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.
 
 
 

171 lines
9.1 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/vanity_pharma_text.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 text.
  17. type VanityPharmaTextEnum_VanityPharmaText int32
  18. const (
  19. // Not specified.
  20. VanityPharmaTextEnum_UNSPECIFIED VanityPharmaTextEnum_VanityPharmaText = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. VanityPharmaTextEnum_UNKNOWN VanityPharmaTextEnum_VanityPharmaText = 1
  23. // Prescription treatment website with website content in English.
  24. VanityPharmaTextEnum_PRESCRIPTION_TREATMENT_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 2
  25. // Prescription treatment website with website content in Spanish
  26. // (Sitio de tratamientos con receta).
  27. VanityPharmaTextEnum_PRESCRIPTION_TREATMENT_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 3
  28. // Prescription device website with website content in English.
  29. VanityPharmaTextEnum_PRESCRIPTION_DEVICE_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 4
  30. // Prescription device website with website content in Spanish (Sitio de
  31. // dispositivos con receta).
  32. VanityPharmaTextEnum_PRESCRIPTION_DEVICE_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 5
  33. // Medical device website with website content in English.
  34. VanityPharmaTextEnum_MEDICAL_DEVICE_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 6
  35. // Medical device website with website content in Spanish (Sitio de
  36. // dispositivos médicos).
  37. VanityPharmaTextEnum_MEDICAL_DEVICE_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 7
  38. // Preventative treatment website with website content in English.
  39. VanityPharmaTextEnum_PREVENTATIVE_TREATMENT_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 8
  40. // Preventative treatment website with website content in Spanish (Sitio de
  41. // tratamientos preventivos).
  42. VanityPharmaTextEnum_PREVENTATIVE_TREATMENT_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 9
  43. // Prescription contraception website with website content in English.
  44. VanityPharmaTextEnum_PRESCRIPTION_CONTRACEPTION_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 10
  45. // Prescription contraception website with website content in Spanish (Sitio
  46. // de anticonceptivos con receta).
  47. VanityPharmaTextEnum_PRESCRIPTION_CONTRACEPTION_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 11
  48. // Prescription vaccine website with website content in English.
  49. VanityPharmaTextEnum_PRESCRIPTION_VACCINE_WEBSITE_EN VanityPharmaTextEnum_VanityPharmaText = 12
  50. // Prescription vaccine website with website content in Spanish (Sitio de
  51. // vacunas con receta).
  52. VanityPharmaTextEnum_PRESCRIPTION_VACCINE_WEBSITE_ES VanityPharmaTextEnum_VanityPharmaText = 13
  53. )
  54. var VanityPharmaTextEnum_VanityPharmaText_name = map[int32]string{
  55. 0: "UNSPECIFIED",
  56. 1: "UNKNOWN",
  57. 2: "PRESCRIPTION_TREATMENT_WEBSITE_EN",
  58. 3: "PRESCRIPTION_TREATMENT_WEBSITE_ES",
  59. 4: "PRESCRIPTION_DEVICE_WEBSITE_EN",
  60. 5: "PRESCRIPTION_DEVICE_WEBSITE_ES",
  61. 6: "MEDICAL_DEVICE_WEBSITE_EN",
  62. 7: "MEDICAL_DEVICE_WEBSITE_ES",
  63. 8: "PREVENTATIVE_TREATMENT_WEBSITE_EN",
  64. 9: "PREVENTATIVE_TREATMENT_WEBSITE_ES",
  65. 10: "PRESCRIPTION_CONTRACEPTION_WEBSITE_EN",
  66. 11: "PRESCRIPTION_CONTRACEPTION_WEBSITE_ES",
  67. 12: "PRESCRIPTION_VACCINE_WEBSITE_EN",
  68. 13: "PRESCRIPTION_VACCINE_WEBSITE_ES",
  69. }
  70. var VanityPharmaTextEnum_VanityPharmaText_value = map[string]int32{
  71. "UNSPECIFIED": 0,
  72. "UNKNOWN": 1,
  73. "PRESCRIPTION_TREATMENT_WEBSITE_EN": 2,
  74. "PRESCRIPTION_TREATMENT_WEBSITE_ES": 3,
  75. "PRESCRIPTION_DEVICE_WEBSITE_EN": 4,
  76. "PRESCRIPTION_DEVICE_WEBSITE_ES": 5,
  77. "MEDICAL_DEVICE_WEBSITE_EN": 6,
  78. "MEDICAL_DEVICE_WEBSITE_ES": 7,
  79. "PREVENTATIVE_TREATMENT_WEBSITE_EN": 8,
  80. "PREVENTATIVE_TREATMENT_WEBSITE_ES": 9,
  81. "PRESCRIPTION_CONTRACEPTION_WEBSITE_EN": 10,
  82. "PRESCRIPTION_CONTRACEPTION_WEBSITE_ES": 11,
  83. "PRESCRIPTION_VACCINE_WEBSITE_EN": 12,
  84. "PRESCRIPTION_VACCINE_WEBSITE_ES": 13,
  85. }
  86. func (x VanityPharmaTextEnum_VanityPharmaText) String() string {
  87. return proto.EnumName(VanityPharmaTextEnum_VanityPharmaText_name, int32(x))
  88. }
  89. func (VanityPharmaTextEnum_VanityPharmaText) EnumDescriptor() ([]byte, []int) {
  90. return fileDescriptor_vanity_pharma_text_1aa4866ed52703e6, []int{0, 0}
  91. }
  92. // The text that will be displayed in display URL of the text ad when website
  93. // description is the selected display mode for vanity pharma URLs.
  94. type VanityPharmaTextEnum struct {
  95. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  96. XXX_unrecognized []byte `json:"-"`
  97. XXX_sizecache int32 `json:"-"`
  98. }
  99. func (m *VanityPharmaTextEnum) Reset() { *m = VanityPharmaTextEnum{} }
  100. func (m *VanityPharmaTextEnum) String() string { return proto.CompactTextString(m) }
  101. func (*VanityPharmaTextEnum) ProtoMessage() {}
  102. func (*VanityPharmaTextEnum) Descriptor() ([]byte, []int) {
  103. return fileDescriptor_vanity_pharma_text_1aa4866ed52703e6, []int{0}
  104. }
  105. func (m *VanityPharmaTextEnum) XXX_Unmarshal(b []byte) error {
  106. return xxx_messageInfo_VanityPharmaTextEnum.Unmarshal(m, b)
  107. }
  108. func (m *VanityPharmaTextEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  109. return xxx_messageInfo_VanityPharmaTextEnum.Marshal(b, m, deterministic)
  110. }
  111. func (dst *VanityPharmaTextEnum) XXX_Merge(src proto.Message) {
  112. xxx_messageInfo_VanityPharmaTextEnum.Merge(dst, src)
  113. }
  114. func (m *VanityPharmaTextEnum) XXX_Size() int {
  115. return xxx_messageInfo_VanityPharmaTextEnum.Size(m)
  116. }
  117. func (m *VanityPharmaTextEnum) XXX_DiscardUnknown() {
  118. xxx_messageInfo_VanityPharmaTextEnum.DiscardUnknown(m)
  119. }
  120. var xxx_messageInfo_VanityPharmaTextEnum proto.InternalMessageInfo
  121. func init() {
  122. proto.RegisterType((*VanityPharmaTextEnum)(nil), "google.ads.googleads.v0.enums.VanityPharmaTextEnum")
  123. proto.RegisterEnum("google.ads.googleads.v0.enums.VanityPharmaTextEnum_VanityPharmaText", VanityPharmaTextEnum_VanityPharmaText_name, VanityPharmaTextEnum_VanityPharmaText_value)
  124. }
  125. func init() {
  126. proto.RegisterFile("google/ads/googleads/v0/enums/vanity_pharma_text.proto", fileDescriptor_vanity_pharma_text_1aa4866ed52703e6)
  127. }
  128. var fileDescriptor_vanity_pharma_text_1aa4866ed52703e6 = []byte{
  129. // 413 bytes of a gzipped FileDescriptorProto
  130. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x92, 0xc1, 0x6a, 0xd4, 0x40,
  131. 0x1c, 0xc6, 0xdd, 0xdd, 0xda, 0xea, 0xac, 0xe2, 0x30, 0xe8, 0xc1, 0xc3, 0x2a, 0xbb, 0xd2, 0x83,
  132. 0x97, 0x49, 0x40, 0xf0, 0x30, 0x9e, 0x26, 0xb3, 0x63, 0x19, 0xb4, 0xb3, 0x21, 0x33, 0x9d, 0x82,
  133. 0x04, 0x42, 0x34, 0x21, 0x16, 0x9a, 0x64, 0xd9, 0x49, 0x97, 0xfa, 0x0c, 0xbe, 0x85, 0x47, 0x1f,
  134. 0xc5, 0x47, 0xe9, 0xd1, 0x27, 0x90, 0x4c, 0xda, 0xa5, 0x29, 0xb5, 0xdd, 0x4b, 0xf8, 0x67, 0xbe,
  135. 0xdf, 0xf7, 0xf1, 0xff, 0xc3, 0x07, 0xde, 0x17, 0x75, 0x5d, 0x9c, 0xe6, 0x5e, 0x9a, 0x59, 0xaf,
  136. 0x1b, 0xdb, 0x69, 0xed, 0x7b, 0x79, 0x75, 0x56, 0x5a, 0x6f, 0x9d, 0x56, 0x27, 0xcd, 0x8f, 0x64,
  137. 0xf9, 0x3d, 0x5d, 0x95, 0x69, 0xd2, 0xe4, 0xe7, 0x0d, 0x5e, 0xae, 0xea, 0xa6, 0x46, 0x93, 0x0e,
  138. 0xc6, 0x69, 0x66, 0xf1, 0xc6, 0x87, 0xd7, 0x3e, 0x76, 0xbe, 0xd9, 0xcf, 0x1d, 0xf0, 0xdc, 0x38,
  139. 0x6f, 0xe8, 0xac, 0x3a, 0x3f, 0x6f, 0x78, 0x75, 0x56, 0xce, 0xfe, 0x8e, 0x00, 0xbc, 0x29, 0xa0,
  140. 0x67, 0x60, 0x7c, 0x24, 0x55, 0xc8, 0x99, 0xf8, 0x28, 0xf8, 0x1c, 0x3e, 0x40, 0x63, 0xb0, 0x77,
  141. 0x24, 0x3f, 0xc9, 0xc5, 0xb1, 0x84, 0x03, 0xb4, 0x0f, 0xa6, 0x61, 0xc4, 0x15, 0x8b, 0x44, 0xa8,
  142. 0xc5, 0x42, 0x26, 0x3a, 0xe2, 0x54, 0x1f, 0x72, 0xa9, 0x93, 0x63, 0x1e, 0x28, 0xa1, 0x79, 0xc2,
  143. 0x25, 0x1c, 0x6e, 0x83, 0x29, 0x38, 0x42, 0x33, 0xf0, 0xaa, 0x87, 0xcd, 0xb9, 0x11, 0x8c, 0x5f,
  144. 0x8f, 0xda, 0xb9, 0x97, 0x51, 0xf0, 0x21, 0x9a, 0x80, 0x97, 0x87, 0x7c, 0x2e, 0x18, 0xfd, 0x7c,
  145. 0x4b, 0xc4, 0xee, 0x5d, 0xb2, 0x82, 0x7b, 0x97, 0xcb, 0x1a, 0x2e, 0x35, 0xd5, 0xc2, 0xf0, 0xdb,
  146. 0x6f, 0x7a, 0xb4, 0x0d, 0xa6, 0xe0, 0x63, 0xf4, 0x16, 0xec, 0xf7, 0xf6, 0x65, 0x0b, 0xa9, 0x23,
  147. 0xca, 0x78, 0xf7, 0x77, 0x2d, 0x11, 0x6c, 0x8b, 0x2a, 0x38, 0x46, 0x6f, 0xc0, 0xeb, 0x1e, 0x6a,
  148. 0x28, 0x63, 0x42, 0xf6, 0xee, 0x7c, 0x72, 0x3f, 0xa4, 0xe0, 0xd3, 0xe0, 0x62, 0x00, 0xa6, 0xdf,
  149. 0xea, 0x12, 0xdf, 0xd9, 0x99, 0xe0, 0xc5, 0xcd, 0x5e, 0x84, 0x6d, 0xd3, 0xc2, 0xc1, 0x97, 0xe0,
  150. 0xd2, 0x57, 0xd4, 0xa7, 0x69, 0x55, 0xe0, 0x7a, 0x55, 0x78, 0x45, 0x5e, 0xb9, 0x1e, 0x5e, 0x75,
  151. 0x76, 0x79, 0x62, 0xff, 0x53, 0xe1, 0x0f, 0xee, 0xfb, 0x6b, 0x38, 0x3a, 0xa0, 0xf4, 0xf7, 0x70,
  152. 0x72, 0xd0, 0x45, 0xd1, 0xcc, 0xe2, 0x6e, 0x6c, 0x27, 0xe3, 0xe3, 0xb6, 0x9c, 0xf6, 0xcf, 0x95,
  153. 0x1e, 0xd3, 0xcc, 0xc6, 0x1b, 0x3d, 0x36, 0x7e, 0xec, 0xf4, 0x8b, 0xe1, 0xb4, 0x7b, 0x24, 0x84,
  154. 0x66, 0x96, 0x90, 0x0d, 0x41, 0x88, 0xf1, 0x09, 0x71, 0xcc, 0xd7, 0x5d, 0xb7, 0xd8, 0xbb, 0x7f,
  155. 0x01, 0x00, 0x00, 0xff, 0xff, 0xf2, 0x9d, 0xc1, 0xdd, 0x5a, 0x03, 0x00, 0x00,
  156. }