Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 

214 linhas
11 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/flight_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 Flight placeholder fields.
  18. type FlightPlaceholderFieldEnum_FlightPlaceholderField int32
  19. const (
  20. // Not specified.
  21. FlightPlaceholderFieldEnum_UNSPECIFIED FlightPlaceholderFieldEnum_FlightPlaceholderField = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. FlightPlaceholderFieldEnum_UNKNOWN FlightPlaceholderFieldEnum_FlightPlaceholderField = 1
  24. // Data Type: STRING. Required. Destination id. Example: PAR, LON.
  25. // For feed items that only have destination id, destination id must be a
  26. // unique key. For feed items that have both destination id and origin id,
  27. // then the combination must be a unique key.
  28. FlightPlaceholderFieldEnum_DESTINATION_ID FlightPlaceholderFieldEnum_FlightPlaceholderField = 2
  29. // Data Type: STRING. Origin id. Example: PAR, LON.
  30. // Optional. Combination of destination id and origin id must be unique per
  31. // offer.
  32. FlightPlaceholderFieldEnum_ORIGIN_ID FlightPlaceholderFieldEnum_FlightPlaceholderField = 3
  33. // Data Type: STRING. Required. Main headline with product name to be shown
  34. // in dynamic ad.
  35. FlightPlaceholderFieldEnum_FLIGHT_DESCRIPTION FlightPlaceholderFieldEnum_FlightPlaceholderField = 4
  36. // Data Type: STRING. Shorter names are recommended.
  37. FlightPlaceholderFieldEnum_ORIGIN_NAME FlightPlaceholderFieldEnum_FlightPlaceholderField = 5
  38. // Data Type: STRING. Shorter names are recommended.
  39. FlightPlaceholderFieldEnum_DESTINATION_NAME FlightPlaceholderFieldEnum_FlightPlaceholderField = 6
  40. // Data Type: STRING. Price to be shown in the ad.
  41. // Example: "100.00 USD"
  42. FlightPlaceholderFieldEnum_FLIGHT_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 7
  43. // Data Type: STRING. Formatted price to be shown in the ad.
  44. // Example: "Starting at $100.00 USD", "$80 - $100"
  45. FlightPlaceholderFieldEnum_FORMATTED_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 8
  46. // Data Type: STRING. Sale price to be shown in the ad.
  47. // Example: "80.00 USD"
  48. FlightPlaceholderFieldEnum_FLIGHT_SALE_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 9
  49. // Data Type: STRING. Formatted sale price to be shown in the ad.
  50. // Example: "On sale for $80.00", "$60 - $80"
  51. FlightPlaceholderFieldEnum_FORMATTED_SALE_PRICE FlightPlaceholderFieldEnum_FlightPlaceholderField = 10
  52. // Data Type: URL. Image to be displayed in the ad.
  53. FlightPlaceholderFieldEnum_IMAGE_URL FlightPlaceholderFieldEnum_FlightPlaceholderField = 11
  54. // Data Type: URL_LIST. Required. Final URLs for the ad when using Upgraded
  55. // URLs. User will be redirected to these URLs when they click on an ad, or
  56. // when they click on a specific flight for ads that show multiple
  57. // flights.
  58. FlightPlaceholderFieldEnum_FINAL_URLS FlightPlaceholderFieldEnum_FlightPlaceholderField = 12
  59. // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
  60. // URLs.
  61. FlightPlaceholderFieldEnum_FINAL_MOBILE_URLS FlightPlaceholderFieldEnum_FlightPlaceholderField = 13
  62. // Data Type: URL. Tracking template for the ad when using Upgraded URLs.
  63. FlightPlaceholderFieldEnum_TRACKING_URL FlightPlaceholderFieldEnum_FlightPlaceholderField = 14
  64. // Data Type: STRING. Android app link. Must be formatted as:
  65. // android-app://{package_id}/{scheme}/{host_path}.
  66. // The components are defined as follows:
  67. // package_id: app ID as specified in Google Play.
  68. // scheme: the scheme to pass to the application. Can be HTTP, or a custom
  69. // scheme.
  70. // host_path: identifies the specific content within your application.
  71. FlightPlaceholderFieldEnum_ANDROID_APP_LINK FlightPlaceholderFieldEnum_FlightPlaceholderField = 15
  72. // Data Type: STRING_LIST. List of recommended destination IDs to show
  73. // together with this item.
  74. FlightPlaceholderFieldEnum_SIMILAR_DESTINATION_IDS FlightPlaceholderFieldEnum_FlightPlaceholderField = 16
  75. // Data Type: STRING. iOS app link.
  76. FlightPlaceholderFieldEnum_IOS_APP_LINK FlightPlaceholderFieldEnum_FlightPlaceholderField = 17
  77. // Data Type: INT64. iOS app store ID.
  78. FlightPlaceholderFieldEnum_IOS_APP_STORE_ID FlightPlaceholderFieldEnum_FlightPlaceholderField = 18
  79. )
  80. var FlightPlaceholderFieldEnum_FlightPlaceholderField_name = map[int32]string{
  81. 0: "UNSPECIFIED",
  82. 1: "UNKNOWN",
  83. 2: "DESTINATION_ID",
  84. 3: "ORIGIN_ID",
  85. 4: "FLIGHT_DESCRIPTION",
  86. 5: "ORIGIN_NAME",
  87. 6: "DESTINATION_NAME",
  88. 7: "FLIGHT_PRICE",
  89. 8: "FORMATTED_PRICE",
  90. 9: "FLIGHT_SALE_PRICE",
  91. 10: "FORMATTED_SALE_PRICE",
  92. 11: "IMAGE_URL",
  93. 12: "FINAL_URLS",
  94. 13: "FINAL_MOBILE_URLS",
  95. 14: "TRACKING_URL",
  96. 15: "ANDROID_APP_LINK",
  97. 16: "SIMILAR_DESTINATION_IDS",
  98. 17: "IOS_APP_LINK",
  99. 18: "IOS_APP_STORE_ID",
  100. }
  101. var FlightPlaceholderFieldEnum_FlightPlaceholderField_value = map[string]int32{
  102. "UNSPECIFIED": 0,
  103. "UNKNOWN": 1,
  104. "DESTINATION_ID": 2,
  105. "ORIGIN_ID": 3,
  106. "FLIGHT_DESCRIPTION": 4,
  107. "ORIGIN_NAME": 5,
  108. "DESTINATION_NAME": 6,
  109. "FLIGHT_PRICE": 7,
  110. "FORMATTED_PRICE": 8,
  111. "FLIGHT_SALE_PRICE": 9,
  112. "FORMATTED_SALE_PRICE": 10,
  113. "IMAGE_URL": 11,
  114. "FINAL_URLS": 12,
  115. "FINAL_MOBILE_URLS": 13,
  116. "TRACKING_URL": 14,
  117. "ANDROID_APP_LINK": 15,
  118. "SIMILAR_DESTINATION_IDS": 16,
  119. "IOS_APP_LINK": 17,
  120. "IOS_APP_STORE_ID": 18,
  121. }
  122. func (x FlightPlaceholderFieldEnum_FlightPlaceholderField) String() string {
  123. return proto.EnumName(FlightPlaceholderFieldEnum_FlightPlaceholderField_name, int32(x))
  124. }
  125. func (FlightPlaceholderFieldEnum_FlightPlaceholderField) EnumDescriptor() ([]byte, []int) {
  126. return fileDescriptor_flight_placeholder_field_a4d1f20f70b55545, []int{0, 0}
  127. }
  128. // Values for Flight placeholder fields.
  129. // For more information about dynamic remarketing feeds, see
  130. // https://support.google.com/google-ads/answer/6053288.
  131. type FlightPlaceholderFieldEnum struct {
  132. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  133. XXX_unrecognized []byte `json:"-"`
  134. XXX_sizecache int32 `json:"-"`
  135. }
  136. func (m *FlightPlaceholderFieldEnum) Reset() { *m = FlightPlaceholderFieldEnum{} }
  137. func (m *FlightPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  138. func (*FlightPlaceholderFieldEnum) ProtoMessage() {}
  139. func (*FlightPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  140. return fileDescriptor_flight_placeholder_field_a4d1f20f70b55545, []int{0}
  141. }
  142. func (m *FlightPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  143. return xxx_messageInfo_FlightPlaceholderFieldEnum.Unmarshal(m, b)
  144. }
  145. func (m *FlightPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  146. return xxx_messageInfo_FlightPlaceholderFieldEnum.Marshal(b, m, deterministic)
  147. }
  148. func (dst *FlightPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  149. xxx_messageInfo_FlightPlaceholderFieldEnum.Merge(dst, src)
  150. }
  151. func (m *FlightPlaceholderFieldEnum) XXX_Size() int {
  152. return xxx_messageInfo_FlightPlaceholderFieldEnum.Size(m)
  153. }
  154. func (m *FlightPlaceholderFieldEnum) XXX_DiscardUnknown() {
  155. xxx_messageInfo_FlightPlaceholderFieldEnum.DiscardUnknown(m)
  156. }
  157. var xxx_messageInfo_FlightPlaceholderFieldEnum proto.InternalMessageInfo
  158. func init() {
  159. proto.RegisterType((*FlightPlaceholderFieldEnum)(nil), "google.ads.googleads.v1.enums.FlightPlaceholderFieldEnum")
  160. proto.RegisterEnum("google.ads.googleads.v1.enums.FlightPlaceholderFieldEnum_FlightPlaceholderField", FlightPlaceholderFieldEnum_FlightPlaceholderField_name, FlightPlaceholderFieldEnum_FlightPlaceholderField_value)
  161. }
  162. func init() {
  163. proto.RegisterFile("google/ads/googleads/v1/enums/flight_placeholder_field.proto", fileDescriptor_flight_placeholder_field_a4d1f20f70b55545)
  164. }
  165. var fileDescriptor_flight_placeholder_field_a4d1f20f70b55545 = []byte{
  166. // 497 bytes of a gzipped FileDescriptorProto
  167. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x52, 0xcf, 0x6e, 0xd3, 0x30,
  168. 0x18, 0xa7, 0x2d, 0x6c, 0xcc, 0xdd, 0x5a, 0xcf, 0x8c, 0x81, 0xc6, 0x76, 0xd8, 0x1e, 0x20, 0x51,
  169. 0xc4, 0x2d, 0x70, 0x71, 0x1b, 0x27, 0x58, 0x4d, 0x9c, 0x28, 0x49, 0x8b, 0x84, 0x2a, 0x45, 0x61,
  170. 0xc9, 0xb2, 0x48, 0x69, 0x5c, 0xd5, 0xdd, 0x5e, 0x84, 0x37, 0xe0, 0xc8, 0x91, 0xc7, 0xe0, 0x51,
  171. 0xb8, 0xf1, 0x06, 0xc8, 0x4e, 0xda, 0x0e, 0x04, 0xbb, 0x58, 0xdf, 0xf7, 0xfb, 0xa7, 0x4f, 0xfe,
  172. 0x3e, 0xf0, 0xbe, 0xe0, 0xbc, 0xa8, 0x72, 0x3d, 0xcd, 0x84, 0xde, 0x94, 0xb2, 0xba, 0x37, 0xf4,
  173. 0xbc, 0xbe, 0x5b, 0x08, 0xfd, 0xa6, 0x2a, 0x8b, 0xdb, 0x75, 0xb2, 0xac, 0xd2, 0xeb, 0xfc, 0x96,
  174. 0x57, 0x59, 0xbe, 0x4a, 0x6e, 0xca, 0xbc, 0xca, 0xb4, 0xe5, 0x8a, 0xaf, 0x39, 0xba, 0x68, 0x2c,
  175. 0x5a, 0x9a, 0x09, 0x6d, 0xeb, 0xd6, 0xee, 0x0d, 0x4d, 0xb9, 0xcf, 0xce, 0x37, 0xe1, 0xcb, 0x52,
  176. 0x4f, 0xeb, 0x9a, 0xaf, 0xd3, 0x75, 0xc9, 0x6b, 0xd1, 0x98, 0xaf, 0xbe, 0xf7, 0xc0, 0x99, 0xad,
  177. 0xf2, 0x83, 0x5d, 0xbc, 0x2d, 0xd3, 0x49, 0x7d, 0xb7, 0xb8, 0xfa, 0xd2, 0x03, 0xa7, 0xff, 0xa6,
  178. 0xd1, 0x10, 0xf4, 0xa7, 0x2c, 0x0a, 0xc8, 0x98, 0xda, 0x94, 0x58, 0xf0, 0x09, 0xea, 0x83, 0xfd,
  179. 0x29, 0x9b, 0x30, 0xff, 0x23, 0x83, 0x1d, 0x84, 0xc0, 0xc0, 0x22, 0x51, 0x4c, 0x19, 0x8e, 0xa9,
  180. 0xcf, 0x12, 0x6a, 0xc1, 0x2e, 0x3a, 0x02, 0x07, 0x7e, 0x48, 0x1d, 0xaa, 0xda, 0x1e, 0x3a, 0x05,
  181. 0xc8, 0x76, 0xa9, 0xf3, 0x21, 0x4e, 0x2c, 0x12, 0x8d, 0x43, 0x1a, 0x48, 0x25, 0x7c, 0x2a, 0x83,
  182. 0x5b, 0x19, 0xc3, 0x1e, 0x81, 0xcf, 0xd0, 0x09, 0x80, 0x0f, 0xb3, 0x14, 0xba, 0x87, 0x20, 0x38,
  183. 0x6c, 0xed, 0x41, 0x48, 0xc7, 0x04, 0xee, 0xa3, 0x17, 0x60, 0x68, 0xfb, 0xa1, 0x87, 0xe3, 0x98,
  184. 0x58, 0x2d, 0xf8, 0x1c, 0xbd, 0x04, 0xc7, 0xad, 0x2c, 0xc2, 0x2e, 0x69, 0xe1, 0x03, 0xf4, 0x1a,
  185. 0x9c, 0xec, 0xb4, 0x0f, 0x18, 0x20, 0xa7, 0xa4, 0x1e, 0x76, 0x48, 0x32, 0x0d, 0x5d, 0xd8, 0x47,
  186. 0x03, 0x00, 0x6c, 0xca, 0xb0, 0x2b, 0xdb, 0x08, 0x1e, 0xaa, 0x3c, 0xd5, 0x7b, 0xfe, 0x88, 0xba,
  187. 0xa4, 0x81, 0x8f, 0xe4, 0x34, 0x71, 0x88, 0xc7, 0x13, 0xca, 0x1c, 0x65, 0x1c, 0xc8, 0xa9, 0x31,
  188. 0xb3, 0x42, 0x9f, 0x5a, 0x09, 0x0e, 0x82, 0xc4, 0xa5, 0x6c, 0x02, 0x87, 0xe8, 0x0d, 0x78, 0x15,
  189. 0x51, 0x8f, 0xba, 0x38, 0x4c, 0xfe, 0xfc, 0x9f, 0x08, 0x42, 0x19, 0x42, 0xfd, 0x68, 0x27, 0x3f,
  190. 0x96, 0x21, 0x1b, 0x24, 0x8a, 0xfd, 0x90, 0xc8, 0x9f, 0x43, 0xa3, 0x5f, 0x1d, 0x70, 0x79, 0xcd,
  191. 0x17, 0xda, 0xa3, 0x8b, 0x1f, 0x9d, 0x37, 0x8b, 0x13, 0x7f, 0x6f, 0x2e, 0x90, 0x8b, 0x0f, 0x3a,
  192. 0x9f, 0x46, 0xad, 0xbd, 0xe0, 0x55, 0x5a, 0x17, 0x1a, 0x5f, 0x15, 0x7a, 0x91, 0xd7, 0xea, 0x2c,
  193. 0x36, 0x57, 0xb8, 0x2c, 0xc5, 0x7f, 0x8e, 0xf2, 0x9d, 0x7a, 0xbf, 0x76, 0x7b, 0x0e, 0xc6, 0xdf,
  194. 0xba, 0x17, 0x4e, 0x13, 0x85, 0x33, 0xa1, 0x35, 0xa5, 0xac, 0x66, 0x86, 0x26, 0x8f, 0x48, 0xfc,
  195. 0xd8, 0xf0, 0x73, 0x9c, 0x89, 0xf9, 0x96, 0x9f, 0xcf, 0x8c, 0xb9, 0xe2, 0x7f, 0x76, 0x2f, 0x1b,
  196. 0xd0, 0x34, 0x71, 0x26, 0x4c, 0x73, 0xab, 0x30, 0xcd, 0x99, 0x61, 0x9a, 0x4a, 0xf3, 0x79, 0x4f,
  197. 0x0d, 0xf6, 0xf6, 0x77, 0x00, 0x00, 0x00, 0xff, 0xff, 0xd3, 0x30, 0xe1, 0x83, 0x2c, 0x03, 0x00,
  198. 0x00,
  199. }