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.
 
 
 

213 rivejä
12 KiB

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