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.
 
 
 

210 lines
11 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/real_estate_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 Real Estate placeholder fields.
  17. type RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField int32
  18. const (
  19. // Not specified.
  20. RealEstatePlaceholderFieldEnum_UNSPECIFIED RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. RealEstatePlaceholderFieldEnum_UNKNOWN RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 1
  23. // Data Type: STRING. Unique ID.
  24. RealEstatePlaceholderFieldEnum_LISTING_ID RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 2
  25. // Data Type: STRING. Main headline with listing name to be shown in dynamic
  26. // ad.
  27. RealEstatePlaceholderFieldEnum_LISTING_NAME RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 3
  28. // Data Type: STRING. City name to be shown in dynamic ad.
  29. RealEstatePlaceholderFieldEnum_CITY_NAME RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 4
  30. // Data Type: STRING. Description of listing to be shown in dynamic ad.
  31. RealEstatePlaceholderFieldEnum_DESCRIPTION RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 5
  32. // Data Type: STRING. Complete listing address, including postal code.
  33. RealEstatePlaceholderFieldEnum_ADDRESS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 6
  34. // Data Type: STRING. Price to be shown in the ad.
  35. // Example: "100.00 USD"
  36. RealEstatePlaceholderFieldEnum_PRICE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 7
  37. // Data Type: STRING. Formatted price to be shown in the ad.
  38. // Example: "Starting at $100.00 USD", "$80 - $100"
  39. RealEstatePlaceholderFieldEnum_FORMATTED_PRICE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 8
  40. // Data Type: URL. Image to be displayed in the ad.
  41. RealEstatePlaceholderFieldEnum_IMAGE_URL RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 9
  42. // Data Type: STRING. Type of property (house, condo, apartment, etc.) used
  43. // to group like items together for recommendation engine.
  44. RealEstatePlaceholderFieldEnum_PROPERTY_TYPE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 10
  45. // Data Type: STRING. Type of listing (resale, rental, foreclosure, etc.)
  46. // used to group like items together for recommendation engine.
  47. RealEstatePlaceholderFieldEnum_LISTING_TYPE RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 11
  48. // Data Type: STRING_LIST. Keywords used for product retrieval.
  49. RealEstatePlaceholderFieldEnum_CONTEXTUAL_KEYWORDS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 12
  50. // Data Type: URL_LIST. Final URLs to be used in ad when using Upgraded
  51. // URLs; the more specific the better (e.g. the individual URL of a specific
  52. // listing and its location).
  53. RealEstatePlaceholderFieldEnum_FINAL_URLS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 13
  54. // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
  55. // URLs.
  56. RealEstatePlaceholderFieldEnum_FINAL_MOBILE_URLS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 14
  57. // Data Type: URL. Tracking template for the ad when using Upgraded URLs.
  58. RealEstatePlaceholderFieldEnum_TRACKING_URL RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 15
  59. // Data Type: STRING. Android app link. Must be formatted as:
  60. // android-app://{package_id}/{scheme}/{host_path}.
  61. // The components are defined as follows:
  62. // package_id: app ID as specified in Google Play.
  63. // scheme: the scheme to pass to the application. Can be HTTP, or a custom
  64. // scheme.
  65. // host_path: identifies the specific content within your application.
  66. RealEstatePlaceholderFieldEnum_ANDROID_APP_LINK RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 16
  67. // Data Type: STRING_LIST. List of recommended listing IDs to show together
  68. // with this item.
  69. RealEstatePlaceholderFieldEnum_SIMILAR_LISTING_IDS RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 17
  70. // Data Type: STRING. iOS app link.
  71. RealEstatePlaceholderFieldEnum_IOS_APP_LINK RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 18
  72. // Data Type: INT64. iOS app store ID.
  73. RealEstatePlaceholderFieldEnum_IOS_APP_STORE_ID RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField = 19
  74. )
  75. var RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_name = map[int32]string{
  76. 0: "UNSPECIFIED",
  77. 1: "UNKNOWN",
  78. 2: "LISTING_ID",
  79. 3: "LISTING_NAME",
  80. 4: "CITY_NAME",
  81. 5: "DESCRIPTION",
  82. 6: "ADDRESS",
  83. 7: "PRICE",
  84. 8: "FORMATTED_PRICE",
  85. 9: "IMAGE_URL",
  86. 10: "PROPERTY_TYPE",
  87. 11: "LISTING_TYPE",
  88. 12: "CONTEXTUAL_KEYWORDS",
  89. 13: "FINAL_URLS",
  90. 14: "FINAL_MOBILE_URLS",
  91. 15: "TRACKING_URL",
  92. 16: "ANDROID_APP_LINK",
  93. 17: "SIMILAR_LISTING_IDS",
  94. 18: "IOS_APP_LINK",
  95. 19: "IOS_APP_STORE_ID",
  96. }
  97. var RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_value = map[string]int32{
  98. "UNSPECIFIED": 0,
  99. "UNKNOWN": 1,
  100. "LISTING_ID": 2,
  101. "LISTING_NAME": 3,
  102. "CITY_NAME": 4,
  103. "DESCRIPTION": 5,
  104. "ADDRESS": 6,
  105. "PRICE": 7,
  106. "FORMATTED_PRICE": 8,
  107. "IMAGE_URL": 9,
  108. "PROPERTY_TYPE": 10,
  109. "LISTING_TYPE": 11,
  110. "CONTEXTUAL_KEYWORDS": 12,
  111. "FINAL_URLS": 13,
  112. "FINAL_MOBILE_URLS": 14,
  113. "TRACKING_URL": 15,
  114. "ANDROID_APP_LINK": 16,
  115. "SIMILAR_LISTING_IDS": 17,
  116. "IOS_APP_LINK": 18,
  117. "IOS_APP_STORE_ID": 19,
  118. }
  119. func (x RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) String() string {
  120. return proto.EnumName(RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_name, int32(x))
  121. }
  122. func (RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField) EnumDescriptor() ([]byte, []int) {
  123. return fileDescriptor_real_estate_placeholder_field_4afe1a2adcf0a118, []int{0, 0}
  124. }
  125. // Values for Real Estate placeholder fields.
  126. // For more information about dynamic remarketing feeds, see
  127. // https://support.google.com/google-ads/answer/6053288.
  128. type RealEstatePlaceholderFieldEnum struct {
  129. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  130. XXX_unrecognized []byte `json:"-"`
  131. XXX_sizecache int32 `json:"-"`
  132. }
  133. func (m *RealEstatePlaceholderFieldEnum) Reset() { *m = RealEstatePlaceholderFieldEnum{} }
  134. func (m *RealEstatePlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  135. func (*RealEstatePlaceholderFieldEnum) ProtoMessage() {}
  136. func (*RealEstatePlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  137. return fileDescriptor_real_estate_placeholder_field_4afe1a2adcf0a118, []int{0}
  138. }
  139. func (m *RealEstatePlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  140. return xxx_messageInfo_RealEstatePlaceholderFieldEnum.Unmarshal(m, b)
  141. }
  142. func (m *RealEstatePlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  143. return xxx_messageInfo_RealEstatePlaceholderFieldEnum.Marshal(b, m, deterministic)
  144. }
  145. func (dst *RealEstatePlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  146. xxx_messageInfo_RealEstatePlaceholderFieldEnum.Merge(dst, src)
  147. }
  148. func (m *RealEstatePlaceholderFieldEnum) XXX_Size() int {
  149. return xxx_messageInfo_RealEstatePlaceholderFieldEnum.Size(m)
  150. }
  151. func (m *RealEstatePlaceholderFieldEnum) XXX_DiscardUnknown() {
  152. xxx_messageInfo_RealEstatePlaceholderFieldEnum.DiscardUnknown(m)
  153. }
  154. var xxx_messageInfo_RealEstatePlaceholderFieldEnum proto.InternalMessageInfo
  155. func init() {
  156. proto.RegisterType((*RealEstatePlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.RealEstatePlaceholderFieldEnum")
  157. proto.RegisterEnum("google.ads.googleads.v0.enums.RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField", RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_name, RealEstatePlaceholderFieldEnum_RealEstatePlaceholderField_value)
  158. }
  159. func init() {
  160. proto.RegisterFile("google/ads/googleads/v0/enums/real_estate_placeholder_field.proto", fileDescriptor_real_estate_placeholder_field_4afe1a2adcf0a118)
  161. }
  162. var fileDescriptor_real_estate_placeholder_field_4afe1a2adcf0a118 = []byte{
  163. // 494 bytes of a gzipped FileDescriptorProto
  164. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6e, 0xda, 0x3e,
  165. 0x14, 0xc6, 0xff, 0xc0, 0xbf, 0xed, 0x30, 0xa5, 0x18, 0xb3, 0x69, 0xd2, 0xa4, 0x6e, 0x6a, 0x1f,
  166. 0x20, 0x20, 0xed, 0x2e, 0xbb, 0x32, 0x89, 0x41, 0x16, 0xc1, 0xb6, 0x6c, 0x43, 0xc7, 0x84, 0x64,
  167. 0x65, 0x8d, 0x97, 0x55, 0x0a, 0x04, 0x11, 0xda, 0x47, 0xd8, 0x83, 0xec, 0x6e, 0x7b, 0x94, 0x3d,
  168. 0xca, 0xae, 0xf7, 0x00, 0x93, 0x93, 0x01, 0xbb, 0x61, 0x37, 0xd1, 0x39, 0xdf, 0xf9, 0xf2, 0xf3,
  169. 0x91, 0xfd, 0x01, 0x9c, 0xe6, 0x79, 0x9a, 0xd9, 0x7e, 0x9c, 0x14, 0xfd, 0xaa, 0x74, 0xd5, 0xd3,
  170. 0xa0, 0x6f, 0xd7, 0x8f, 0xab, 0xa2, 0xbf, 0xb5, 0x71, 0x66, 0x6c, 0xb1, 0x8b, 0x77, 0xd6, 0x6c,
  171. 0xb2, 0xf8, 0xde, 0x7e, 0xce, 0xb3, 0xc4, 0x6e, 0xcd, 0xa7, 0x07, 0x9b, 0x25, 0xde, 0x66, 0x9b,
  172. 0xef, 0x72, 0x74, 0x5d, 0xfd, 0xe7, 0xc5, 0x49, 0xe1, 0x1d, 0x10, 0xde, 0xd3, 0xc0, 0x2b, 0x11,
  173. 0xb7, 0xdf, 0x1a, 0xe0, 0xb5, 0xb4, 0x71, 0x46, 0x4a, 0x8a, 0x38, 0x42, 0x46, 0x8e, 0x41, 0xd6,
  174. 0x8f, 0xab, 0xdb, 0x2f, 0x0d, 0xf0, 0xea, 0xb4, 0x05, 0x75, 0x40, 0x6b, 0xc6, 0x94, 0x20, 0x01,
  175. 0x1d, 0x51, 0x12, 0xc2, 0xff, 0x50, 0x0b, 0x5c, 0xcc, 0xd8, 0x84, 0xf1, 0x3b, 0x06, 0x6b, 0xe8,
  176. 0x0a, 0x80, 0x88, 0x2a, 0x4d, 0xd9, 0xd8, 0xd0, 0x10, 0xd6, 0x11, 0x04, 0x97, 0xfb, 0x9e, 0xe1,
  177. 0x29, 0x81, 0x0d, 0xd4, 0x06, 0xcd, 0x80, 0xea, 0x45, 0xd5, 0xfe, 0xef, 0x70, 0x21, 0x51, 0x81,
  178. 0xa4, 0x42, 0x53, 0xce, 0xe0, 0x99, 0xc3, 0xe1, 0x30, 0x94, 0x44, 0x29, 0x78, 0x8e, 0x9a, 0xe0,
  179. 0x4c, 0x48, 0x1a, 0x10, 0x78, 0x81, 0x7a, 0xa0, 0x33, 0xe2, 0x72, 0x8a, 0xb5, 0x26, 0xa1, 0xa9,
  180. 0xc4, 0x67, 0x0e, 0x46, 0xa7, 0x78, 0x4c, 0xcc, 0x4c, 0x46, 0xb0, 0x89, 0xba, 0xa0, 0x2d, 0x24,
  181. 0x17, 0x44, 0xea, 0x85, 0xd1, 0x0b, 0x41, 0x20, 0xf8, 0x7b, 0x81, 0x52, 0x69, 0xa1, 0x97, 0xa0,
  182. 0x17, 0x70, 0xa6, 0xc9, 0x7b, 0x3d, 0xc3, 0x91, 0x99, 0x90, 0xc5, 0x1d, 0x97, 0xa1, 0x82, 0x97,
  183. 0x6e, 0xf7, 0x11, 0x65, 0x38, 0x72, 0x30, 0x05, 0xdb, 0xe8, 0x05, 0xe8, 0x56, 0xfd, 0x94, 0x0f,
  184. 0x69, 0x44, 0x2a, 0xf9, 0xca, 0x11, 0xb5, 0xc4, 0xc1, 0xc4, 0x21, 0xdd, 0xb1, 0x1d, 0xf4, 0x1c,
  185. 0x40, 0xcc, 0x42, 0xc9, 0x69, 0x68, 0xb0, 0x10, 0x26, 0xa2, 0x6c, 0x02, 0xa1, 0x3b, 0x47, 0xd1,
  186. 0x29, 0x8d, 0xb0, 0x34, 0xc7, 0x2b, 0x51, 0xb0, 0xeb, 0x00, 0x94, 0xab, 0xa3, 0x15, 0x39, 0xc0,
  187. 0x5e, 0x51, 0x9a, 0x4b, 0xe2, 0xee, 0xae, 0x37, 0xfc, 0x55, 0x03, 0x37, 0xf7, 0xf9, 0xca, 0xfb,
  188. 0xe7, 0x8b, 0x0e, 0xdf, 0x9c, 0x7e, 0x2b, 0xe1, 0x12, 0x21, 0x6a, 0x1f, 0x86, 0x7f, 0x08, 0x69,
  189. 0x9e, 0xc5, 0xeb, 0xd4, 0xcb, 0xb7, 0x69, 0x3f, 0xb5, 0xeb, 0x32, 0x2f, 0xfb, 0x98, 0x6d, 0x1e,
  190. 0x8a, 0x13, 0xa9, 0x7b, 0x57, 0x7e, 0xbf, 0xd6, 0x1b, 0x63, 0x8c, 0xbf, 0xd7, 0xaf, 0xc7, 0x15,
  191. 0x0a, 0x27, 0x85, 0x57, 0x95, 0xae, 0x9a, 0x0f, 0x3c, 0x17, 0x9d, 0xe2, 0xc7, 0x7e, 0xbe, 0xc4,
  192. 0x49, 0xb1, 0x3c, 0xcc, 0x97, 0xf3, 0xc1, 0xb2, 0x9c, 0xff, 0xac, 0xdf, 0x54, 0xa2, 0xef, 0xe3,
  193. 0xa4, 0xf0, 0xfd, 0x83, 0xc3, 0xf7, 0xe7, 0x03, 0xdf, 0x2f, 0x3d, 0x1f, 0xcf, 0xcb, 0xc5, 0xde,
  194. 0xfe, 0x0e, 0x00, 0x00, 0xff, 0xff, 0x38, 0x02, 0x83, 0x5e, 0x0d, 0x03, 0x00, 0x00,
  195. }