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.
 
 
 

223 lines
12 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v0/enums/hotel_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 Hotel placeholder fields.
  17. type HotelPlaceholderFieldEnum_HotelPlaceholderField int32
  18. const (
  19. // Not specified.
  20. HotelPlaceholderFieldEnum_UNSPECIFIED HotelPlaceholderFieldEnum_HotelPlaceholderField = 0
  21. // Used for return value only. Represents value unknown in this version.
  22. HotelPlaceholderFieldEnum_UNKNOWN HotelPlaceholderFieldEnum_HotelPlaceholderField = 1
  23. // Data Type: STRING. Required. Unique ID.
  24. HotelPlaceholderFieldEnum_PROPERTY_ID HotelPlaceholderFieldEnum_HotelPlaceholderField = 2
  25. // Data Type: STRING. Required. Main headline with property name to be shown
  26. // in dynamic ad.
  27. HotelPlaceholderFieldEnum_PROPERTY_NAME HotelPlaceholderFieldEnum_HotelPlaceholderField = 3
  28. // Data Type: STRING. Name of destination to be shown in dynamic ad.
  29. HotelPlaceholderFieldEnum_DESTINATION_NAME HotelPlaceholderFieldEnum_HotelPlaceholderField = 4
  30. // Data Type: STRING. Description of destination to be shown in dynamic ad.
  31. HotelPlaceholderFieldEnum_DESCRIPTION HotelPlaceholderFieldEnum_HotelPlaceholderField = 5
  32. // Data Type: STRING. Complete property address, including postal code.
  33. HotelPlaceholderFieldEnum_ADDRESS HotelPlaceholderFieldEnum_HotelPlaceholderField = 6
  34. // Data Type: STRING. Price to be shown in the ad.
  35. // Example: "100.00 USD"
  36. HotelPlaceholderFieldEnum_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 7
  37. // Data Type: STRING. Formatted price to be shown in the ad.
  38. // Example: "Starting at $100.00 USD", "$80 - $100"
  39. HotelPlaceholderFieldEnum_FORMATTED_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 8
  40. // Data Type: STRING. Sale price to be shown in the ad.
  41. // Example: "80.00 USD"
  42. HotelPlaceholderFieldEnum_SALE_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 9
  43. // Data Type: STRING. Formatted sale price to be shown in the ad.
  44. // Example: "On sale for $80.00", "$60 - $80"
  45. HotelPlaceholderFieldEnum_FORMATTED_SALE_PRICE HotelPlaceholderFieldEnum_HotelPlaceholderField = 10
  46. // Data Type: URL. Image to be displayed in the ad.
  47. HotelPlaceholderFieldEnum_IMAGE_URL HotelPlaceholderFieldEnum_HotelPlaceholderField = 11
  48. // Data Type: STRING. Category of property used to group like items together
  49. // for recommendation engine.
  50. HotelPlaceholderFieldEnum_CATEGORY HotelPlaceholderFieldEnum_HotelPlaceholderField = 12
  51. // Data Type: INT64. Star rating (1 to 5) used to group like items
  52. // together for recommendation engine.
  53. HotelPlaceholderFieldEnum_STAR_RATING HotelPlaceholderFieldEnum_HotelPlaceholderField = 13
  54. // Data Type: STRING_LIST. Keywords used for product retrieval.
  55. HotelPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS HotelPlaceholderFieldEnum_HotelPlaceholderField = 14
  56. // Data Type: URL_LIST. Required. Final URLs for the ad when using Upgraded
  57. // URLs. User will be redirected to these URLs when they click on an ad, or
  58. // when they click on a specific flight for ads that show multiple
  59. // flights.
  60. HotelPlaceholderFieldEnum_FINAL_URLS HotelPlaceholderFieldEnum_HotelPlaceholderField = 15
  61. // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
  62. // URLs.
  63. HotelPlaceholderFieldEnum_FINAL_MOBILE_URLS HotelPlaceholderFieldEnum_HotelPlaceholderField = 16
  64. // Data Type: URL. Tracking template for the ad when using Upgraded URLs.
  65. HotelPlaceholderFieldEnum_TRACKING_URL HotelPlaceholderFieldEnum_HotelPlaceholderField = 17
  66. // Data Type: STRING. Android app link. Must be formatted as:
  67. // android-app://{package_id}/{scheme}/{host_path}.
  68. // The components are defined as follows:
  69. // package_id: app ID as specified in Google Play.
  70. // scheme: the scheme to pass to the application. Can be HTTP, or a custom
  71. // scheme.
  72. // host_path: identifies the specific content within your application.
  73. HotelPlaceholderFieldEnum_ANDROID_APP_LINK HotelPlaceholderFieldEnum_HotelPlaceholderField = 18
  74. // Data Type: STRING_LIST. List of recommended property IDs to show together
  75. // with this item.
  76. HotelPlaceholderFieldEnum_SIMILAR_PROPERTY_IDS HotelPlaceholderFieldEnum_HotelPlaceholderField = 19
  77. // Data Type: STRING. iOS app link.
  78. HotelPlaceholderFieldEnum_IOS_APP_LINK HotelPlaceholderFieldEnum_HotelPlaceholderField = 20
  79. // Data Type: INT64. iOS app store ID.
  80. HotelPlaceholderFieldEnum_IOS_APP_STORE_ID HotelPlaceholderFieldEnum_HotelPlaceholderField = 21
  81. )
  82. var HotelPlaceholderFieldEnum_HotelPlaceholderField_name = map[int32]string{
  83. 0: "UNSPECIFIED",
  84. 1: "UNKNOWN",
  85. 2: "PROPERTY_ID",
  86. 3: "PROPERTY_NAME",
  87. 4: "DESTINATION_NAME",
  88. 5: "DESCRIPTION",
  89. 6: "ADDRESS",
  90. 7: "PRICE",
  91. 8: "FORMATTED_PRICE",
  92. 9: "SALE_PRICE",
  93. 10: "FORMATTED_SALE_PRICE",
  94. 11: "IMAGE_URL",
  95. 12: "CATEGORY",
  96. 13: "STAR_RATING",
  97. 14: "CONTEXTUAL_KEYWORDS",
  98. 15: "FINAL_URLS",
  99. 16: "FINAL_MOBILE_URLS",
  100. 17: "TRACKING_URL",
  101. 18: "ANDROID_APP_LINK",
  102. 19: "SIMILAR_PROPERTY_IDS",
  103. 20: "IOS_APP_LINK",
  104. 21: "IOS_APP_STORE_ID",
  105. }
  106. var HotelPlaceholderFieldEnum_HotelPlaceholderField_value = map[string]int32{
  107. "UNSPECIFIED": 0,
  108. "UNKNOWN": 1,
  109. "PROPERTY_ID": 2,
  110. "PROPERTY_NAME": 3,
  111. "DESTINATION_NAME": 4,
  112. "DESCRIPTION": 5,
  113. "ADDRESS": 6,
  114. "PRICE": 7,
  115. "FORMATTED_PRICE": 8,
  116. "SALE_PRICE": 9,
  117. "FORMATTED_SALE_PRICE": 10,
  118. "IMAGE_URL": 11,
  119. "CATEGORY": 12,
  120. "STAR_RATING": 13,
  121. "CONTEXTUAL_KEYWORDS": 14,
  122. "FINAL_URLS": 15,
  123. "FINAL_MOBILE_URLS": 16,
  124. "TRACKING_URL": 17,
  125. "ANDROID_APP_LINK": 18,
  126. "SIMILAR_PROPERTY_IDS": 19,
  127. "IOS_APP_LINK": 20,
  128. "IOS_APP_STORE_ID": 21,
  129. }
  130. func (x HotelPlaceholderFieldEnum_HotelPlaceholderField) String() string {
  131. return proto.EnumName(HotelPlaceholderFieldEnum_HotelPlaceholderField_name, int32(x))
  132. }
  133. func (HotelPlaceholderFieldEnum_HotelPlaceholderField) EnumDescriptor() ([]byte, []int) {
  134. return fileDescriptor_hotel_placeholder_field_15aba0b561d9fb8c, []int{0, 0}
  135. }
  136. // Values for Hotel placeholder fields.
  137. // For more information about dynamic remarketing feeds, see
  138. // https://support.google.com/google-ads/answer/6053288.
  139. type HotelPlaceholderFieldEnum struct {
  140. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  141. XXX_unrecognized []byte `json:"-"`
  142. XXX_sizecache int32 `json:"-"`
  143. }
  144. func (m *HotelPlaceholderFieldEnum) Reset() { *m = HotelPlaceholderFieldEnum{} }
  145. func (m *HotelPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  146. func (*HotelPlaceholderFieldEnum) ProtoMessage() {}
  147. func (*HotelPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  148. return fileDescriptor_hotel_placeholder_field_15aba0b561d9fb8c, []int{0}
  149. }
  150. func (m *HotelPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  151. return xxx_messageInfo_HotelPlaceholderFieldEnum.Unmarshal(m, b)
  152. }
  153. func (m *HotelPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  154. return xxx_messageInfo_HotelPlaceholderFieldEnum.Marshal(b, m, deterministic)
  155. }
  156. func (dst *HotelPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  157. xxx_messageInfo_HotelPlaceholderFieldEnum.Merge(dst, src)
  158. }
  159. func (m *HotelPlaceholderFieldEnum) XXX_Size() int {
  160. return xxx_messageInfo_HotelPlaceholderFieldEnum.Size(m)
  161. }
  162. func (m *HotelPlaceholderFieldEnum) XXX_DiscardUnknown() {
  163. xxx_messageInfo_HotelPlaceholderFieldEnum.DiscardUnknown(m)
  164. }
  165. var xxx_messageInfo_HotelPlaceholderFieldEnum proto.InternalMessageInfo
  166. func init() {
  167. proto.RegisterType((*HotelPlaceholderFieldEnum)(nil), "google.ads.googleads.v0.enums.HotelPlaceholderFieldEnum")
  168. proto.RegisterEnum("google.ads.googleads.v0.enums.HotelPlaceholderFieldEnum_HotelPlaceholderField", HotelPlaceholderFieldEnum_HotelPlaceholderField_name, HotelPlaceholderFieldEnum_HotelPlaceholderField_value)
  169. }
  170. func init() {
  171. proto.RegisterFile("google/ads/googleads/v0/enums/hotel_placeholder_field.proto", fileDescriptor_hotel_placeholder_field_15aba0b561d9fb8c)
  172. }
  173. var fileDescriptor_hotel_placeholder_field_15aba0b561d9fb8c = []byte{
  174. // 514 bytes of a gzipped FileDescriptorProto
  175. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xdd, 0x6e, 0xda, 0x30,
  176. 0x18, 0x1d, 0xb0, 0xfe, 0x60, 0xa0, 0x18, 0x03, 0xda, 0xa6, 0xa9, 0x17, 0xed, 0x03, 0x04, 0xa4,
  177. 0xdd, 0xa5, 0x57, 0x26, 0x31, 0x99, 0x45, 0x62, 0x47, 0xb6, 0xa1, 0x63, 0x42, 0xb2, 0x58, 0x93,
  178. 0xa5, 0x95, 0x02, 0x41, 0xa4, 0xed, 0x03, 0xed, 0x72, 0x37, 0x7b, 0x8f, 0x49, 0x7b, 0x91, 0x5d,
  179. 0xed, 0x11, 0x26, 0x27, 0x05, 0xaa, 0x69, 0xdb, 0x4d, 0xf4, 0xf9, 0x9c, 0xef, 0x1c, 0x7f, 0xf1,
  180. 0x77, 0xc0, 0x55, 0x92, 0x65, 0x49, 0x1a, 0x0f, 0x96, 0x51, 0x3e, 0x28, 0x4b, 0x53, 0x3d, 0x0e,
  181. 0x07, 0xf1, 0xfa, 0x61, 0x95, 0x0f, 0x6e, 0xb3, 0xfb, 0x38, 0xd5, 0x9b, 0x74, 0x79, 0x13, 0xdf,
  182. 0x66, 0x69, 0x14, 0x6f, 0xf5, 0xe7, 0xbb, 0x38, 0x8d, 0xac, 0xcd, 0x36, 0xbb, 0xcf, 0xd0, 0x79,
  183. 0xa9, 0xb0, 0x96, 0x51, 0x6e, 0xed, 0xc5, 0xd6, 0xe3, 0xd0, 0x2a, 0xc4, 0x97, 0x3f, 0x6a, 0xe0,
  184. 0xcd, 0x7b, 0x63, 0x10, 0x1e, 0xf4, 0x63, 0x23, 0x27, 0xeb, 0x87, 0xd5, 0xe5, 0xb7, 0x1a, 0xe8,
  185. 0xff, 0x95, 0x45, 0x6d, 0xd0, 0x98, 0x32, 0x19, 0x12, 0x87, 0x8e, 0x29, 0x71, 0xe1, 0x0b, 0xd4,
  186. 0x00, 0x27, 0x53, 0x36, 0x61, 0xfc, 0x9a, 0xc1, 0x8a, 0x61, 0x43, 0xc1, 0x43, 0x22, 0xd4, 0x5c,
  187. 0x53, 0x17, 0x56, 0x51, 0x07, 0xb4, 0xf6, 0x00, 0xc3, 0x01, 0x81, 0x35, 0xd4, 0x03, 0xd0, 0x25,
  188. 0x52, 0x51, 0x86, 0x15, 0xe5, 0xac, 0x44, 0x5f, 0x1a, 0xa5, 0x4b, 0xa4, 0x23, 0x68, 0x68, 0x50,
  189. 0x78, 0x64, 0x7c, 0xb1, 0xeb, 0x0a, 0x22, 0x25, 0x3c, 0x46, 0x75, 0x70, 0x14, 0x0a, 0xea, 0x10,
  190. 0x78, 0x82, 0xba, 0xa0, 0x3d, 0xe6, 0x22, 0xc0, 0x4a, 0x11, 0x57, 0x97, 0xe0, 0x29, 0x3a, 0x03,
  191. 0x40, 0x62, 0x9f, 0x3c, 0x9d, 0xeb, 0xe8, 0x35, 0xe8, 0x1d, 0x9a, 0x9e, 0x31, 0x00, 0xb5, 0x40,
  192. 0x9d, 0x06, 0xd8, 0x23, 0x7a, 0x2a, 0x7c, 0xd8, 0x40, 0x4d, 0x70, 0xea, 0x60, 0x45, 0x3c, 0x2e,
  193. 0xe6, 0xb0, 0x69, 0x86, 0x90, 0x0a, 0x0b, 0x2d, 0xb0, 0xa2, 0xcc, 0x83, 0x2d, 0xf4, 0x0a, 0x74,
  194. 0x1d, 0xce, 0x14, 0xf9, 0xa0, 0xa6, 0xd8, 0xd7, 0x13, 0x32, 0xbf, 0xe6, 0xc2, 0x95, 0xf0, 0xcc,
  195. 0x5c, 0x38, 0xa6, 0x0c, 0xfb, 0xc6, 0x46, 0xc2, 0x36, 0xea, 0x83, 0x4e, 0x79, 0x0e, 0xf8, 0x88,
  196. 0xfa, 0xa4, 0x84, 0x21, 0x82, 0xa0, 0xa9, 0x04, 0x76, 0x26, 0x94, 0x79, 0xc5, 0x85, 0x1d, 0xf3,
  197. 0xf7, 0x98, 0xb9, 0x82, 0x53, 0x57, 0xe3, 0x30, 0xd4, 0x3e, 0x65, 0x13, 0x88, 0xcc, 0xbc, 0x92,
  198. 0x06, 0xd4, 0xc7, 0x42, 0x3f, 0x7b, 0x3f, 0x09, 0xbb, 0xc6, 0x81, 0x72, 0x79, 0xe8, 0xed, 0x19,
  199. 0x87, 0x1d, 0x22, 0x15, 0x17, 0xc4, 0x3c, 0x74, 0x7f, 0xf4, 0xab, 0x02, 0x2e, 0x6e, 0xb2, 0x95,
  200. 0xf5, 0xdf, 0xad, 0x8f, 0xde, 0x16, 0x4b, 0xcd, 0xff, 0xdc, 0x6a, 0x68, 0x12, 0x13, 0x56, 0x3e,
  201. 0x8e, 0x9e, 0xd4, 0x49, 0x96, 0x2e, 0xd7, 0x89, 0x95, 0x6d, 0x93, 0x41, 0x12, 0xaf, 0x8b, 0x3c,
  202. 0xed, 0x02, 0xb8, 0xb9, 0xcb, 0xff, 0x91, 0xc7, 0xab, 0xe2, 0xfb, 0xa5, 0x5a, 0xf3, 0x30, 0xfe,
  203. 0x5a, 0x3d, 0xf7, 0x4a, 0x2b, 0x1c, 0xe5, 0x56, 0x59, 0x9a, 0x6a, 0x36, 0xb4, 0x4c, 0xbe, 0xf2,
  204. 0xef, 0x3b, 0x7e, 0x81, 0xa3, 0x7c, 0xb1, 0xe7, 0x17, 0xb3, 0xe1, 0xa2, 0xe0, 0x7f, 0x56, 0x2f,
  205. 0x4a, 0xd0, 0xb6, 0x71, 0x94, 0xdb, 0xf6, 0xbe, 0xc3, 0xb6, 0x67, 0x43, 0xdb, 0x2e, 0x7a, 0x3e,
  206. 0x1d, 0x17, 0x83, 0xbd, 0xfb, 0x1d, 0x00, 0x00, 0xff, 0xff, 0xe7, 0x31, 0x11, 0x32, 0x27, 0x03,
  207. 0x00, 0x00,
  208. }