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.
 
 
 

206 lines
11 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/education_placeholder_field.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. // Possible values for Education placeholder fields.
  17. type EducationPlaceholderFieldEnum_EducationPlaceholderField int32
  18. const (
  19. // Not specified.
  20. EducationPlaceholderFieldEnum_UNSPECIFIED EducationPlaceholderFieldEnum_EducationPlaceholderField = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. EducationPlaceholderFieldEnum_UNKNOWN EducationPlaceholderFieldEnum_EducationPlaceholderField = 1
  23. // Data Type: STRING. Required. Combination of PROGRAM ID and LOCATION ID
  24. // must be unique per offer.
  25. EducationPlaceholderFieldEnum_PROGRAM_ID EducationPlaceholderFieldEnum_EducationPlaceholderField = 2
  26. // Data Type: STRING. Combination of PROGRAM ID and LOCATION ID must be
  27. // unique per offer.
  28. EducationPlaceholderFieldEnum_LOCATION_ID EducationPlaceholderFieldEnum_EducationPlaceholderField = 3
  29. // Data Type: STRING. Required. Main headline with program name to be shown
  30. // in dynamic ad.
  31. EducationPlaceholderFieldEnum_PROGRAM_NAME EducationPlaceholderFieldEnum_EducationPlaceholderField = 4
  32. // Data Type: STRING. Area of study that can be shown in dynamic ad.
  33. EducationPlaceholderFieldEnum_AREA_OF_STUDY EducationPlaceholderFieldEnum_EducationPlaceholderField = 5
  34. // Data Type: STRING. Description of program that can be shown in dynamic
  35. // ad.
  36. EducationPlaceholderFieldEnum_PROGRAM_DESCRIPTION EducationPlaceholderFieldEnum_EducationPlaceholderField = 6
  37. // Data Type: STRING. Name of school that can be shown in dynamic ad.
  38. EducationPlaceholderFieldEnum_SCHOOL_NAME EducationPlaceholderFieldEnum_EducationPlaceholderField = 7
  39. // Data Type: STRING. Complete school address, including postal code.
  40. EducationPlaceholderFieldEnum_ADDRESS EducationPlaceholderFieldEnum_EducationPlaceholderField = 8
  41. // Data Type: URL. Image to be displayed in ads.
  42. EducationPlaceholderFieldEnum_THUMBNAIL_IMAGE_URL EducationPlaceholderFieldEnum_EducationPlaceholderField = 9
  43. // Data Type: URL. Alternative hosted file of image to be used in the ad.
  44. EducationPlaceholderFieldEnum_ALTERNATIVE_THUMBNAIL_IMAGE_URL EducationPlaceholderFieldEnum_EducationPlaceholderField = 10
  45. // Data Type: URL_LIST. Required. Final URLs to be used in ad when using
  46. // Upgraded URLs; the more specific the better (e.g. the individual URL of a
  47. // specific program and its location).
  48. EducationPlaceholderFieldEnum_FINAL_URLS EducationPlaceholderFieldEnum_EducationPlaceholderField = 11
  49. // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
  50. // URLs.
  51. EducationPlaceholderFieldEnum_FINAL_MOBILE_URLS EducationPlaceholderFieldEnum_EducationPlaceholderField = 12
  52. // Data Type: URL. Tracking template for the ad when using Upgraded URLs.
  53. EducationPlaceholderFieldEnum_TRACKING_URL EducationPlaceholderFieldEnum_EducationPlaceholderField = 13
  54. // Data Type: STRING_LIST. Keywords used for product retrieval.
  55. EducationPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS EducationPlaceholderFieldEnum_EducationPlaceholderField = 14
  56. // Data Type: STRING. Android app link. Must be formatted as:
  57. // android-app://{package_id}/{scheme}/{host_path}.
  58. // The components are defined as follows:
  59. // package_id: app ID as specified in Google Play.
  60. // scheme: the scheme to pass to the application. Can be HTTP, or a custom
  61. // scheme.
  62. // host_path: identifies the specific content within your application.
  63. EducationPlaceholderFieldEnum_ANDROID_APP_LINK EducationPlaceholderFieldEnum_EducationPlaceholderField = 15
  64. // Data Type: STRING_LIST. List of recommended program IDs to show together
  65. // with this item.
  66. EducationPlaceholderFieldEnum_SIMILAR_PROGRAM_IDS EducationPlaceholderFieldEnum_EducationPlaceholderField = 16
  67. // Data Type: STRING. iOS app link.
  68. EducationPlaceholderFieldEnum_IOS_APP_LINK EducationPlaceholderFieldEnum_EducationPlaceholderField = 17
  69. // Data Type: INT64. iOS app store ID.
  70. EducationPlaceholderFieldEnum_IOS_APP_STORE_ID EducationPlaceholderFieldEnum_EducationPlaceholderField = 18
  71. )
  72. var EducationPlaceholderFieldEnum_EducationPlaceholderField_name = map[int32]string{
  73. 0: "UNSPECIFIED",
  74. 1: "UNKNOWN",
  75. 2: "PROGRAM_ID",
  76. 3: "LOCATION_ID",
  77. 4: "PROGRAM_NAME",
  78. 5: "AREA_OF_STUDY",
  79. 6: "PROGRAM_DESCRIPTION",
  80. 7: "SCHOOL_NAME",
  81. 8: "ADDRESS",
  82. 9: "THUMBNAIL_IMAGE_URL",
  83. 10: "ALTERNATIVE_THUMBNAIL_IMAGE_URL",
  84. 11: "FINAL_URLS",
  85. 12: "FINAL_MOBILE_URLS",
  86. 13: "TRACKING_URL",
  87. 14: "CONTEXTUAL_KEYWORDS",
  88. 15: "ANDROID_APP_LINK",
  89. 16: "SIMILAR_PROGRAM_IDS",
  90. 17: "IOS_APP_LINK",
  91. 18: "IOS_APP_STORE_ID",
  92. }
  93. var EducationPlaceholderFieldEnum_EducationPlaceholderField_value = map[string]int32{
  94. "UNSPECIFIED": 0,
  95. "UNKNOWN": 1,
  96. "PROGRAM_ID": 2,
  97. "LOCATION_ID": 3,
  98. "PROGRAM_NAME": 4,
  99. "AREA_OF_STUDY": 5,
  100. "PROGRAM_DESCRIPTION": 6,
  101. "SCHOOL_NAME": 7,
  102. "ADDRESS": 8,
  103. "THUMBNAIL_IMAGE_URL": 9,
  104. "ALTERNATIVE_THUMBNAIL_IMAGE_URL": 10,
  105. "FINAL_URLS": 11,
  106. "FINAL_MOBILE_URLS": 12,
  107. "TRACKING_URL": 13,
  108. "CONTEXTUAL_KEYWORDS": 14,
  109. "ANDROID_APP_LINK": 15,
  110. "SIMILAR_PROGRAM_IDS": 16,
  111. "IOS_APP_LINK": 17,
  112. "IOS_APP_STORE_ID": 18,
  113. }
  114. func (x EducationPlaceholderFieldEnum_EducationPlaceholderField) String() string {
  115. return proto.EnumName(EducationPlaceholderFieldEnum_EducationPlaceholderField_name, int32(x))
  116. }
  117. func (EducationPlaceholderFieldEnum_EducationPlaceholderField) EnumDescriptor() ([]byte, []int) {
  118. return fileDescriptor_education_placeholder_field_957ab5df80ee40d6, []int{0, 0}
  119. }
  120. // Values for Education placeholder fields.
  121. // For more information about dynamic remarketing feeds, see
  122. // https://support.google.com/google-ads/answer/6053288.
  123. type EducationPlaceholderFieldEnum struct {
  124. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  125. XXX_unrecognized []byte `json:"-"`
  126. XXX_sizecache int32 `json:"-"`
  127. }
  128. func (m *EducationPlaceholderFieldEnum) Reset() { *m = EducationPlaceholderFieldEnum{} }
  129. func (m *EducationPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  130. func (*EducationPlaceholderFieldEnum) ProtoMessage() {}
  131. func (*EducationPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  132. return fileDescriptor_education_placeholder_field_957ab5df80ee40d6, []int{0}
  133. }
  134. func (m *EducationPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  135. return xxx_messageInfo_EducationPlaceholderFieldEnum.Unmarshal(m, b)
  136. }
  137. func (m *EducationPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  138. return xxx_messageInfo_EducationPlaceholderFieldEnum.Marshal(b, m, deterministic)
  139. }
  140. func (dst *EducationPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  141. xxx_messageInfo_EducationPlaceholderFieldEnum.Merge(dst, src)
  142. }
  143. func (m *EducationPlaceholderFieldEnum) XXX_Size() int {
  144. return xxx_messageInfo_EducationPlaceholderFieldEnum.Size(m)
  145. }
  146. func (m *EducationPlaceholderFieldEnum) XXX_DiscardUnknown() {
  147. xxx_messageInfo_EducationPlaceholderFieldEnum.DiscardUnknown(m)
  148. }
  149. var xxx_messageInfo_EducationPlaceholderFieldEnum proto.InternalMessageInfo
  150. func init() {
  151. proto.RegisterType((*EducationPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.EducationPlaceholderFieldEnum")
  152. proto.RegisterEnum("google.ads.googleads.v0.enums.EducationPlaceholderFieldEnum_EducationPlaceholderField", EducationPlaceholderFieldEnum_EducationPlaceholderField_name, EducationPlaceholderFieldEnum_EducationPlaceholderField_value)
  153. }
  154. func init() {
  155. proto.RegisterFile("google/ads/googleads/v0/enums/education_placeholder_field.proto", fileDescriptor_education_placeholder_field_957ab5df80ee40d6)
  156. }
  157. var fileDescriptor_education_placeholder_field_957ab5df80ee40d6 = []byte{
  158. // 498 bytes of a gzipped FileDescriptorProto
  159. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xcd, 0x8e, 0xd3, 0x30,
  160. 0x10, 0x80, 0xd9, 0x16, 0x76, 0xc1, 0xdd, 0x1f, 0xd7, 0x80, 0x10, 0x87, 0x82, 0x76, 0xb9, 0xa7,
  161. 0x95, 0xb8, 0x85, 0x03, 0x9a, 0x26, 0x6e, 0xd7, 0xaa, 0x63, 0x47, 0x76, 0xd2, 0x65, 0x51, 0x25,
  162. 0xab, 0x34, 0x21, 0x54, 0x6a, 0x9b, 0xaa, 0xd9, 0xee, 0xdb, 0x70, 0xe1, 0xc8, 0x4b, 0x70, 0xe7,
  163. 0x51, 0xb8, 0xf2, 0x02, 0xc8, 0x09, 0x69, 0x2f, 0x94, 0x4b, 0x34, 0x9e, 0xf9, 0xe6, 0xb3, 0x63,
  164. 0x0f, 0x7a, 0x9f, 0xe5, 0x79, 0xb6, 0x48, 0xbb, 0xd3, 0xa4, 0xe8, 0x56, 0xa1, 0x8d, 0xee, 0x7b,
  165. 0xdd, 0x74, 0xb5, 0x5d, 0x16, 0xdd, 0x34, 0xd9, 0xce, 0xa6, 0x77, 0xf3, 0x7c, 0x65, 0xd6, 0x8b,
  166. 0xe9, 0x2c, 0xfd, 0x92, 0x2f, 0x92, 0x74, 0x63, 0x3e, 0xcf, 0xd3, 0x45, 0xe2, 0xac, 0x37, 0xf9,
  167. 0x5d, 0x4e, 0x3a, 0x55, 0x97, 0x33, 0x4d, 0x0a, 0x67, 0x27, 0x70, 0xee, 0x7b, 0x4e, 0x29, 0xb8,
  168. 0xfa, 0xd1, 0x44, 0x1d, 0x5a, 0x4b, 0xc2, 0xbd, 0x63, 0x60, 0x15, 0x74, 0xb5, 0x5d, 0x5e, 0x7d,
  169. 0x6d, 0xa2, 0x97, 0x07, 0x09, 0x72, 0x81, 0x5a, 0xb1, 0xd0, 0x21, 0xf5, 0xd8, 0x80, 0x51, 0x1f,
  170. 0x3f, 0x20, 0x2d, 0x74, 0x12, 0x8b, 0x91, 0x90, 0x37, 0x02, 0x1f, 0x91, 0x73, 0x84, 0x42, 0x25,
  171. 0x87, 0x0a, 0x02, 0xc3, 0x7c, 0xdc, 0xb0, 0x34, 0x97, 0x1e, 0x44, 0x4c, 0x0a, 0x9b, 0x68, 0x12,
  172. 0x8c, 0x4e, 0x6b, 0x40, 0x40, 0x40, 0xf1, 0x43, 0xd2, 0x46, 0x67, 0xa0, 0x28, 0x18, 0x39, 0x30,
  173. 0x3a, 0x8a, 0xfd, 0x5b, 0xfc, 0x88, 0xbc, 0x40, 0x4f, 0x6b, 0xc8, 0xa7, 0xda, 0x53, 0x2c, 0xb4,
  174. 0x02, 0x7c, 0x6c, 0x75, 0xda, 0xbb, 0x96, 0x92, 0x57, 0xcd, 0x27, 0x76, 0x73, 0xf0, 0x7d, 0x45,
  175. 0xb5, 0xc6, 0x8f, 0x6d, 0x5b, 0x74, 0x1d, 0x07, 0x7d, 0x01, 0x8c, 0x1b, 0x16, 0xc0, 0x90, 0x9a,
  176. 0x58, 0x71, 0xfc, 0x84, 0xbc, 0x41, 0xaf, 0x81, 0x47, 0x54, 0x09, 0x88, 0xd8, 0x98, 0x9a, 0x7f,
  177. 0x41, 0xc8, 0x1e, 0x7d, 0xc0, 0x04, 0x70, 0xbb, 0xd4, 0xb8, 0x45, 0x9e, 0xa3, 0x76, 0xb5, 0x0e,
  178. 0x64, 0x9f, 0x71, 0x5a, 0xa5, 0x4f, 0xed, 0x0f, 0x44, 0x0a, 0xbc, 0x11, 0x13, 0xc3, 0xb2, 0xf1,
  179. 0xcc, 0x6e, 0xeb, 0x49, 0x11, 0xd1, 0x0f, 0x51, 0x0c, 0xdc, 0x8c, 0xe8, 0xed, 0x8d, 0x54, 0xbe,
  180. 0xc6, 0xe7, 0xe4, 0x19, 0xc2, 0x20, 0x7c, 0x25, 0x99, 0x6f, 0x20, 0x0c, 0x0d, 0x67, 0x62, 0x84,
  181. 0x2f, 0x2c, 0xae, 0x59, 0xc0, 0x38, 0x28, 0xb3, 0xbf, 0x2a, 0x8d, 0xb1, 0x35, 0x33, 0xa9, 0xf7,
  182. 0x68, 0xdb, 0x0a, 0xea, 0x8c, 0x8e, 0xa4, 0xa2, 0xf6, 0x0a, 0x49, 0xff, 0xf7, 0x11, 0xba, 0x9c,
  183. 0xe5, 0x4b, 0xe7, 0xbf, 0xef, 0xdc, 0x7f, 0x75, 0xf0, 0x09, 0x43, 0x3b, 0x26, 0xe1, 0xd1, 0xc7,
  184. 0xfe, 0x5f, 0x41, 0x96, 0x2f, 0xa6, 0xab, 0xcc, 0xc9, 0x37, 0x59, 0x37, 0x4b, 0x57, 0xe5, 0x10,
  185. 0xd5, 0x93, 0xb7, 0x9e, 0x17, 0x07, 0x06, 0xf1, 0x5d, 0xf9, 0xfd, 0xd6, 0x68, 0x0e, 0x01, 0xbe,
  186. 0x37, 0x3a, 0xc3, 0x4a, 0x05, 0x49, 0xe1, 0x54, 0xa1, 0x8d, 0xc6, 0x3d, 0xc7, 0x0e, 0x54, 0xf1,
  187. 0xb3, 0xae, 0x4f, 0x20, 0x29, 0x26, 0xbb, 0xfa, 0x64, 0xdc, 0x9b, 0x94, 0xf5, 0x5f, 0x8d, 0xcb,
  188. 0x2a, 0xe9, 0xba, 0x90, 0x14, 0xae, 0xbb, 0x23, 0x5c, 0x77, 0xdc, 0x73, 0xdd, 0x92, 0xf9, 0x74,
  189. 0x5c, 0x1e, 0xec, 0xed, 0x9f, 0x00, 0x00, 0x00, 0xff, 0xff, 0xc3, 0x80, 0xab, 0xc6, 0x20, 0x03,
  190. 0x00, 0x00,
  191. }