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.
 
 
 

215 lines
11 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/local_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 Local placeholder fields.
  17. type LocalPlaceholderFieldEnum_LocalPlaceholderField int32
  18. const (
  19. // Not specified.
  20. LocalPlaceholderFieldEnum_UNSPECIFIED LocalPlaceholderFieldEnum_LocalPlaceholderField = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. LocalPlaceholderFieldEnum_UNKNOWN LocalPlaceholderFieldEnum_LocalPlaceholderField = 1
  23. // Data Type: STRING. Required. Unique ID.
  24. LocalPlaceholderFieldEnum_DEAL_ID LocalPlaceholderFieldEnum_LocalPlaceholderField = 2
  25. // Data Type: STRING. Required. Main headline with local deal title to be
  26. // shown in dynamic ad.
  27. LocalPlaceholderFieldEnum_DEAL_NAME LocalPlaceholderFieldEnum_LocalPlaceholderField = 3
  28. // Data Type: STRING. Local deal subtitle to be shown in dynamic ad.
  29. LocalPlaceholderFieldEnum_SUBTITLE LocalPlaceholderFieldEnum_LocalPlaceholderField = 4
  30. // Data Type: STRING. Description of local deal to be shown in dynamic ad.
  31. LocalPlaceholderFieldEnum_DESCRIPTION LocalPlaceholderFieldEnum_LocalPlaceholderField = 5
  32. // Data Type: STRING. Price to be shown in the ad. Highly recommended for
  33. // dynamic ads. Example: "100.00 USD"
  34. LocalPlaceholderFieldEnum_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 6
  35. // Data Type: STRING. Formatted price to be shown in the ad.
  36. // Example: "Starting at $100.00 USD", "$80 - $100"
  37. LocalPlaceholderFieldEnum_FORMATTED_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 7
  38. // Data Type: STRING. Sale price to be shown in the ad.
  39. // Example: "80.00 USD"
  40. LocalPlaceholderFieldEnum_SALE_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 8
  41. // Data Type: STRING. Formatted sale price to be shown in the ad.
  42. // Example: "On sale for $80.00", "$60 - $80"
  43. LocalPlaceholderFieldEnum_FORMATTED_SALE_PRICE LocalPlaceholderFieldEnum_LocalPlaceholderField = 9
  44. // Data Type: URL. Image to be displayed in the ad.
  45. LocalPlaceholderFieldEnum_IMAGE_URL LocalPlaceholderFieldEnum_LocalPlaceholderField = 10
  46. // Data Type: STRING. Complete property address, including postal code.
  47. LocalPlaceholderFieldEnum_ADDRESS LocalPlaceholderFieldEnum_LocalPlaceholderField = 11
  48. // Data Type: STRING. Category of local deal used to group like items
  49. // together for recommendation engine.
  50. LocalPlaceholderFieldEnum_CATEGORY LocalPlaceholderFieldEnum_LocalPlaceholderField = 12
  51. // Data Type: STRING_LIST. Keywords used for product retrieval.
  52. LocalPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS LocalPlaceholderFieldEnum_LocalPlaceholderField = 13
  53. // Data Type: URL_LIST. Required. Final URLs to be used in ad when using
  54. // Upgraded URLs; the more specific the better (e.g. the individual URL of a
  55. // specific local deal and its location).
  56. LocalPlaceholderFieldEnum_FINAL_URLS LocalPlaceholderFieldEnum_LocalPlaceholderField = 14
  57. // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
  58. // URLs.
  59. LocalPlaceholderFieldEnum_FINAL_MOBILE_URLS LocalPlaceholderFieldEnum_LocalPlaceholderField = 15
  60. // Data Type: URL. Tracking template for the ad when using Upgraded URLs.
  61. LocalPlaceholderFieldEnum_TRACKING_URL LocalPlaceholderFieldEnum_LocalPlaceholderField = 16
  62. // Data Type: STRING. Android app link. Must be formatted as:
  63. // android-app://{package_id}/{scheme}/{host_path}.
  64. // The components are defined as follows:
  65. // package_id: app ID as specified in Google Play.
  66. // scheme: the scheme to pass to the application. Can be HTTP, or a custom
  67. // scheme.
  68. // host_path: identifies the specific content within your application.
  69. LocalPlaceholderFieldEnum_ANDROID_APP_LINK LocalPlaceholderFieldEnum_LocalPlaceholderField = 17
  70. // Data Type: STRING_LIST. List of recommended local deal IDs to show
  71. // together with this item.
  72. LocalPlaceholderFieldEnum_SIMILAR_DEAL_IDS LocalPlaceholderFieldEnum_LocalPlaceholderField = 18
  73. // Data Type: STRING. iOS app link.
  74. LocalPlaceholderFieldEnum_IOS_APP_LINK LocalPlaceholderFieldEnum_LocalPlaceholderField = 19
  75. // Data Type: INT64. iOS app store ID.
  76. LocalPlaceholderFieldEnum_IOS_APP_STORE_ID LocalPlaceholderFieldEnum_LocalPlaceholderField = 20
  77. )
  78. var LocalPlaceholderFieldEnum_LocalPlaceholderField_name = map[int32]string{
  79. 0: "UNSPECIFIED",
  80. 1: "UNKNOWN",
  81. 2: "DEAL_ID",
  82. 3: "DEAL_NAME",
  83. 4: "SUBTITLE",
  84. 5: "DESCRIPTION",
  85. 6: "PRICE",
  86. 7: "FORMATTED_PRICE",
  87. 8: "SALE_PRICE",
  88. 9: "FORMATTED_SALE_PRICE",
  89. 10: "IMAGE_URL",
  90. 11: "ADDRESS",
  91. 12: "CATEGORY",
  92. 13: "CONTEXTUAL_KEYWORDS",
  93. 14: "FINAL_URLS",
  94. 15: "FINAL_MOBILE_URLS",
  95. 16: "TRACKING_URL",
  96. 17: "ANDROID_APP_LINK",
  97. 18: "SIMILAR_DEAL_IDS",
  98. 19: "IOS_APP_LINK",
  99. 20: "IOS_APP_STORE_ID",
  100. }
  101. var LocalPlaceholderFieldEnum_LocalPlaceholderField_value = map[string]int32{
  102. "UNSPECIFIED": 0,
  103. "UNKNOWN": 1,
  104. "DEAL_ID": 2,
  105. "DEAL_NAME": 3,
  106. "SUBTITLE": 4,
  107. "DESCRIPTION": 5,
  108. "PRICE": 6,
  109. "FORMATTED_PRICE": 7,
  110. "SALE_PRICE": 8,
  111. "FORMATTED_SALE_PRICE": 9,
  112. "IMAGE_URL": 10,
  113. "ADDRESS": 11,
  114. "CATEGORY": 12,
  115. "CONTEXTUAL_KEYWORDS": 13,
  116. "FINAL_URLS": 14,
  117. "FINAL_MOBILE_URLS": 15,
  118. "TRACKING_URL": 16,
  119. "ANDROID_APP_LINK": 17,
  120. "SIMILAR_DEAL_IDS": 18,
  121. "IOS_APP_LINK": 19,
  122. "IOS_APP_STORE_ID": 20,
  123. }
  124. func (x LocalPlaceholderFieldEnum_LocalPlaceholderField) String() string {
  125. return proto.EnumName(LocalPlaceholderFieldEnum_LocalPlaceholderField_name, int32(x))
  126. }
  127. func (LocalPlaceholderFieldEnum_LocalPlaceholderField) EnumDescriptor() ([]byte, []int) {
  128. return fileDescriptor_local_placeholder_field_03795b47a3e1a73d, []int{0, 0}
  129. }
  130. // Values for Local placeholder fields.
  131. // For more information about dynamic remarketing feeds, see
  132. // https://support.google.com/google-ads/answer/6053288.
  133. type LocalPlaceholderFieldEnum struct {
  134. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  135. XXX_unrecognized []byte `json:"-"`
  136. XXX_sizecache int32 `json:"-"`
  137. }
  138. func (m *LocalPlaceholderFieldEnum) Reset() { *m = LocalPlaceholderFieldEnum{} }
  139. func (m *LocalPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  140. func (*LocalPlaceholderFieldEnum) ProtoMessage() {}
  141. func (*LocalPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  142. return fileDescriptor_local_placeholder_field_03795b47a3e1a73d, []int{0}
  143. }
  144. func (m *LocalPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  145. return xxx_messageInfo_LocalPlaceholderFieldEnum.Unmarshal(m, b)
  146. }
  147. func (m *LocalPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  148. return xxx_messageInfo_LocalPlaceholderFieldEnum.Marshal(b, m, deterministic)
  149. }
  150. func (dst *LocalPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  151. xxx_messageInfo_LocalPlaceholderFieldEnum.Merge(dst, src)
  152. }
  153. func (m *LocalPlaceholderFieldEnum) XXX_Size() int {
  154. return xxx_messageInfo_LocalPlaceholderFieldEnum.Size(m)
  155. }
  156. func (m *LocalPlaceholderFieldEnum) XXX_DiscardUnknown() {
  157. xxx_messageInfo_LocalPlaceholderFieldEnum.DiscardUnknown(m)
  158. }
  159. var xxx_messageInfo_LocalPlaceholderFieldEnum proto.InternalMessageInfo
  160. func init() {
  161. proto.RegisterType((*LocalPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.LocalPlaceholderFieldEnum")
  162. proto.RegisterEnum("google.ads.googleads.v0.enums.LocalPlaceholderFieldEnum_LocalPlaceholderField", LocalPlaceholderFieldEnum_LocalPlaceholderField_name, LocalPlaceholderFieldEnum_LocalPlaceholderField_value)
  163. }
  164. func init() {
  165. proto.RegisterFile("google/ads/googleads/v0/enums/local_placeholder_field.proto", fileDescriptor_local_placeholder_field_03795b47a3e1a73d)
  166. }
  167. var fileDescriptor_local_placeholder_field_03795b47a3e1a73d = []byte{
  168. // 493 bytes of a gzipped FileDescriptorProto
  169. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xda, 0x30,
  170. 0x14, 0x1e, 0xb0, 0xfe, 0x60, 0x68, 0x71, 0x0d, 0xd5, 0x7e, 0xa4, 0x5e, 0xb4, 0x0f, 0x10, 0x90,
  171. 0x76, 0x97, 0x5e, 0x99, 0xd8, 0x20, 0x0b, 0x63, 0x47, 0xb6, 0x43, 0xd7, 0x09, 0x29, 0xca, 0x48,
  172. 0x96, 0x55, 0x0a, 0x04, 0x91, 0xb5, 0x0f, 0xb1, 0xc7, 0xd8, 0xd5, 0xb4, 0x47, 0xd9, 0xa3, 0xec,
  173. 0x66, 0xaf, 0x30, 0x39, 0xe1, 0x67, 0x17, 0xdd, 0x6e, 0xa2, 0x73, 0xbe, 0x9f, 0x73, 0x8e, 0xe2,
  174. 0x0f, 0xdc, 0xa6, 0x79, 0x9e, 0x66, 0x49, 0x3f, 0x8a, 0x8b, 0x7e, 0x55, 0xda, 0xea, 0x69, 0xd0,
  175. 0x4f, 0x56, 0x8f, 0xcb, 0xa2, 0x9f, 0xe5, 0x8b, 0x28, 0x0b, 0xd7, 0x59, 0xb4, 0x48, 0x3e, 0xe7,
  176. 0x59, 0x9c, 0x6c, 0xc2, 0x4f, 0x0f, 0x49, 0x16, 0x3b, 0xeb, 0x4d, 0xfe, 0x25, 0x47, 0x57, 0x95,
  177. 0xc3, 0x89, 0xe2, 0xc2, 0xd9, 0x9b, 0x9d, 0xa7, 0x81, 0x53, 0x9a, 0x6f, 0xbe, 0x37, 0xc0, 0x1b,
  178. 0x6e, 0x07, 0xf8, 0x07, 0xff, 0xc8, 0xda, 0xe9, 0xea, 0x71, 0x79, 0xf3, 0xb5, 0x01, 0x2e, 0x9f,
  179. 0x65, 0x51, 0x07, 0xb4, 0x02, 0xa1, 0x7d, 0xea, 0xb1, 0x11, 0xa3, 0x04, 0xbe, 0x40, 0x2d, 0x70,
  180. 0x12, 0x88, 0x89, 0x90, 0x77, 0x02, 0xd6, 0x6c, 0x43, 0x28, 0xe6, 0x21, 0x23, 0xb0, 0x8e, 0xce,
  181. 0x40, 0xb3, 0x6c, 0x04, 0x9e, 0x52, 0xd8, 0x40, 0x6d, 0x70, 0xaa, 0x83, 0xa1, 0x61, 0x86, 0x53,
  182. 0xf8, 0xd2, 0xce, 0x21, 0x54, 0x7b, 0x8a, 0xf9, 0x86, 0x49, 0x01, 0x8f, 0x50, 0x13, 0x1c, 0xf9,
  183. 0x8a, 0x79, 0x14, 0x1e, 0xa3, 0x2e, 0xe8, 0x8c, 0xa4, 0x9a, 0x62, 0x63, 0x28, 0x09, 0x2b, 0xf0,
  184. 0x04, 0x9d, 0x03, 0xa0, 0x31, 0xa7, 0xdb, 0xfe, 0x14, 0xbd, 0x06, 0xbd, 0x83, 0xe8, 0x2f, 0xa6,
  185. 0x69, 0xf7, 0xb2, 0x29, 0x1e, 0xd3, 0x30, 0x50, 0x1c, 0x02, 0x7b, 0x13, 0x26, 0x44, 0x51, 0xad,
  186. 0x61, 0xcb, 0x1e, 0xe1, 0x61, 0x43, 0xc7, 0x52, 0xdd, 0xc3, 0x36, 0x7a, 0x05, 0xba, 0x9e, 0x14,
  187. 0x86, 0xbe, 0x37, 0x01, 0xe6, 0xe1, 0x84, 0xde, 0xdf, 0x49, 0x45, 0x34, 0x3c, 0xb3, 0xcb, 0x46,
  188. 0x4c, 0x60, 0x6e, 0x47, 0x68, 0x78, 0x8e, 0x2e, 0xc1, 0x45, 0xd5, 0x4f, 0xe5, 0x90, 0x71, 0x5a,
  189. 0xc1, 0x1d, 0x04, 0x41, 0xdb, 0x28, 0xec, 0x4d, 0x98, 0x18, 0x97, 0xcb, 0x20, 0xea, 0x01, 0x88,
  190. 0x05, 0x51, 0x92, 0x91, 0x10, 0xfb, 0x7e, 0xc8, 0x99, 0x98, 0xc0, 0x0b, 0x8b, 0x6a, 0x36, 0x65,
  191. 0x1c, 0xab, 0x70, 0xfb, 0x7b, 0x34, 0x44, 0xd6, 0xcd, 0xa4, 0x3e, 0xe8, 0xba, 0x56, 0xb7, 0x43,
  192. 0xb4, 0x91, 0x8a, 0xda, 0xff, 0xd8, 0x1b, 0xfe, 0xae, 0x81, 0xeb, 0x45, 0xbe, 0x74, 0xfe, 0xfb,
  193. 0xa0, 0xc3, 0xb7, 0xcf, 0xbe, 0x97, 0x6f, 0xb3, 0xe0, 0xd7, 0x3e, 0x0c, 0xb7, 0xe6, 0x34, 0xcf,
  194. 0xa2, 0x55, 0xea, 0xe4, 0x9b, 0xb4, 0x9f, 0x26, 0xab, 0x32, 0x29, 0xbb, 0x68, 0xad, 0x1f, 0x8a,
  195. 0x7f, 0x24, 0xed, 0xb6, 0xfc, 0x7e, 0xab, 0x37, 0xc6, 0x18, 0xff, 0xa8, 0x5f, 0x8d, 0xab, 0x51,
  196. 0x38, 0x2e, 0x9c, 0xaa, 0xb4, 0xd5, 0x6c, 0xe0, 0xd8, 0xe4, 0x14, 0x3f, 0x77, 0xfc, 0x1c, 0xc7,
  197. 0xc5, 0x7c, 0xcf, 0xcf, 0x67, 0x83, 0x79, 0xc9, 0xff, 0xaa, 0x5f, 0x57, 0xa0, 0xeb, 0xe2, 0xb8,
  198. 0x70, 0xdd, 0xbd, 0xc2, 0x75, 0x67, 0x03, 0xd7, 0x2d, 0x35, 0x1f, 0x8f, 0xcb, 0xc3, 0xde, 0xfd,
  199. 0x09, 0x00, 0x00, 0xff, 0xff, 0xae, 0x98, 0x53, 0x81, 0x01, 0x03, 0x00, 0x00,
  200. }