Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 

210 строки
11 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/ads/googleads/v1/enums/job_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 Job placeholder fields.
  18. type JobPlaceholderFieldEnum_JobPlaceholderField int32
  19. const (
  20. // Not specified.
  21. JobPlaceholderFieldEnum_UNSPECIFIED JobPlaceholderFieldEnum_JobPlaceholderField = 0
  22. // Used for return value only. Represents value unknown in this version.
  23. JobPlaceholderFieldEnum_UNKNOWN JobPlaceholderFieldEnum_JobPlaceholderField = 1
  24. // Data Type: STRING. Required. If only JOB_ID is specified, then it must be
  25. // unique. If both JOB_ID and LOCATION_ID are specified, then the
  26. // pair must be unique.
  27. // ID) pair must be unique.
  28. JobPlaceholderFieldEnum_JOB_ID JobPlaceholderFieldEnum_JobPlaceholderField = 2
  29. // Data Type: STRING. Combination of JOB_ID and LOCATION_ID must be unique
  30. // per offer.
  31. JobPlaceholderFieldEnum_LOCATION_ID JobPlaceholderFieldEnum_JobPlaceholderField = 3
  32. // Data Type: STRING. Required. Main headline with job title to be shown in
  33. // dynamic ad.
  34. JobPlaceholderFieldEnum_TITLE JobPlaceholderFieldEnum_JobPlaceholderField = 4
  35. // Data Type: STRING. Job subtitle to be shown in dynamic ad.
  36. JobPlaceholderFieldEnum_SUBTITLE JobPlaceholderFieldEnum_JobPlaceholderField = 5
  37. // Data Type: STRING. Description of job to be shown in dynamic ad.
  38. JobPlaceholderFieldEnum_DESCRIPTION JobPlaceholderFieldEnum_JobPlaceholderField = 6
  39. // Data Type: URL. Image to be displayed in the ad. Highly recommended for
  40. // image ads.
  41. JobPlaceholderFieldEnum_IMAGE_URL JobPlaceholderFieldEnum_JobPlaceholderField = 7
  42. // Data Type: STRING. Category of property used to group like items together
  43. // for recommendation engine.
  44. JobPlaceholderFieldEnum_CATEGORY JobPlaceholderFieldEnum_JobPlaceholderField = 8
  45. // Data Type: STRING_LIST. Keywords used for product retrieval.
  46. JobPlaceholderFieldEnum_CONTEXTUAL_KEYWORDS JobPlaceholderFieldEnum_JobPlaceholderField = 9
  47. // Data Type: STRING. Complete property address, including postal code.
  48. JobPlaceholderFieldEnum_ADDRESS JobPlaceholderFieldEnum_JobPlaceholderField = 10
  49. // Data Type: STRING. Salary or salary range of job to be shown in dynamic
  50. // ad.
  51. JobPlaceholderFieldEnum_SALARY JobPlaceholderFieldEnum_JobPlaceholderField = 11
  52. // Data Type: URL_LIST. Required. Final URLs to be used in ad when using
  53. // Upgraded URLs; the more specific the better (e.g. the individual URL of a
  54. // specific job and its location).
  55. JobPlaceholderFieldEnum_FINAL_URLS JobPlaceholderFieldEnum_JobPlaceholderField = 12
  56. // Data Type: URL_LIST. Final mobile URLs for the ad when using Upgraded
  57. // URLs.
  58. JobPlaceholderFieldEnum_FINAL_MOBILE_URLS JobPlaceholderFieldEnum_JobPlaceholderField = 14
  59. // Data Type: URL. Tracking template for the ad when using Upgraded URLs.
  60. JobPlaceholderFieldEnum_TRACKING_URL JobPlaceholderFieldEnum_JobPlaceholderField = 15
  61. // Data Type: STRING. Android app link. Must be formatted as:
  62. // android-app://{package_id}/{scheme}/{host_path}.
  63. // The components are defined as follows:
  64. // package_id: app ID as specified in Google Play.
  65. // scheme: the scheme to pass to the application. Can be HTTP, or a custom
  66. // scheme.
  67. // host_path: identifies the specific content within your application.
  68. JobPlaceholderFieldEnum_ANDROID_APP_LINK JobPlaceholderFieldEnum_JobPlaceholderField = 16
  69. // Data Type: STRING_LIST. List of recommended job IDs to show together with
  70. // this item.
  71. JobPlaceholderFieldEnum_SIMILAR_JOB_IDS JobPlaceholderFieldEnum_JobPlaceholderField = 17
  72. // Data Type: STRING. iOS app link.
  73. JobPlaceholderFieldEnum_IOS_APP_LINK JobPlaceholderFieldEnum_JobPlaceholderField = 18
  74. // Data Type: INT64. iOS app store ID.
  75. JobPlaceholderFieldEnum_IOS_APP_STORE_ID JobPlaceholderFieldEnum_JobPlaceholderField = 19
  76. )
  77. var JobPlaceholderFieldEnum_JobPlaceholderField_name = map[int32]string{
  78. 0: "UNSPECIFIED",
  79. 1: "UNKNOWN",
  80. 2: "JOB_ID",
  81. 3: "LOCATION_ID",
  82. 4: "TITLE",
  83. 5: "SUBTITLE",
  84. 6: "DESCRIPTION",
  85. 7: "IMAGE_URL",
  86. 8: "CATEGORY",
  87. 9: "CONTEXTUAL_KEYWORDS",
  88. 10: "ADDRESS",
  89. 11: "SALARY",
  90. 12: "FINAL_URLS",
  91. 14: "FINAL_MOBILE_URLS",
  92. 15: "TRACKING_URL",
  93. 16: "ANDROID_APP_LINK",
  94. 17: "SIMILAR_JOB_IDS",
  95. 18: "IOS_APP_LINK",
  96. 19: "IOS_APP_STORE_ID",
  97. }
  98. var JobPlaceholderFieldEnum_JobPlaceholderField_value = map[string]int32{
  99. "UNSPECIFIED": 0,
  100. "UNKNOWN": 1,
  101. "JOB_ID": 2,
  102. "LOCATION_ID": 3,
  103. "TITLE": 4,
  104. "SUBTITLE": 5,
  105. "DESCRIPTION": 6,
  106. "IMAGE_URL": 7,
  107. "CATEGORY": 8,
  108. "CONTEXTUAL_KEYWORDS": 9,
  109. "ADDRESS": 10,
  110. "SALARY": 11,
  111. "FINAL_URLS": 12,
  112. "FINAL_MOBILE_URLS": 14,
  113. "TRACKING_URL": 15,
  114. "ANDROID_APP_LINK": 16,
  115. "SIMILAR_JOB_IDS": 17,
  116. "IOS_APP_LINK": 18,
  117. "IOS_APP_STORE_ID": 19,
  118. }
  119. func (x JobPlaceholderFieldEnum_JobPlaceholderField) String() string {
  120. return proto.EnumName(JobPlaceholderFieldEnum_JobPlaceholderField_name, int32(x))
  121. }
  122. func (JobPlaceholderFieldEnum_JobPlaceholderField) EnumDescriptor() ([]byte, []int) {
  123. return fileDescriptor_job_placeholder_field_e6a9fd409f1ddb38, []int{0, 0}
  124. }
  125. // Values for Job placeholder fields.
  126. // For more information about dynamic remarketing feeds, see
  127. // https://support.google.com/google-ads/answer/6053288.
  128. type JobPlaceholderFieldEnum struct {
  129. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  130. XXX_unrecognized []byte `json:"-"`
  131. XXX_sizecache int32 `json:"-"`
  132. }
  133. func (m *JobPlaceholderFieldEnum) Reset() { *m = JobPlaceholderFieldEnum{} }
  134. func (m *JobPlaceholderFieldEnum) String() string { return proto.CompactTextString(m) }
  135. func (*JobPlaceholderFieldEnum) ProtoMessage() {}
  136. func (*JobPlaceholderFieldEnum) Descriptor() ([]byte, []int) {
  137. return fileDescriptor_job_placeholder_field_e6a9fd409f1ddb38, []int{0}
  138. }
  139. func (m *JobPlaceholderFieldEnum) XXX_Unmarshal(b []byte) error {
  140. return xxx_messageInfo_JobPlaceholderFieldEnum.Unmarshal(m, b)
  141. }
  142. func (m *JobPlaceholderFieldEnum) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  143. return xxx_messageInfo_JobPlaceholderFieldEnum.Marshal(b, m, deterministic)
  144. }
  145. func (dst *JobPlaceholderFieldEnum) XXX_Merge(src proto.Message) {
  146. xxx_messageInfo_JobPlaceholderFieldEnum.Merge(dst, src)
  147. }
  148. func (m *JobPlaceholderFieldEnum) XXX_Size() int {
  149. return xxx_messageInfo_JobPlaceholderFieldEnum.Size(m)
  150. }
  151. func (m *JobPlaceholderFieldEnum) XXX_DiscardUnknown() {
  152. xxx_messageInfo_JobPlaceholderFieldEnum.DiscardUnknown(m)
  153. }
  154. var xxx_messageInfo_JobPlaceholderFieldEnum proto.InternalMessageInfo
  155. func init() {
  156. proto.RegisterType((*JobPlaceholderFieldEnum)(nil), "google.ads.googleads.v1.enums.JobPlaceholderFieldEnum")
  157. proto.RegisterEnum("google.ads.googleads.v1.enums.JobPlaceholderFieldEnum_JobPlaceholderField", JobPlaceholderFieldEnum_JobPlaceholderField_name, JobPlaceholderFieldEnum_JobPlaceholderField_value)
  158. }
  159. func init() {
  160. proto.RegisterFile("google/ads/googleads/v1/enums/job_placeholder_field.proto", fileDescriptor_job_placeholder_field_e6a9fd409f1ddb38)
  161. }
  162. var fileDescriptor_job_placeholder_field_e6a9fd409f1ddb38 = []byte{
  163. // 494 bytes of a gzipped FileDescriptorProto
  164. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x7c, 0x92, 0xd1, 0x6e, 0xd3, 0x30,
  165. 0x14, 0x86, 0x69, 0xc6, 0xba, 0xd5, 0x2d, 0xab, 0xe7, 0x82, 0x26, 0x10, 0xbb, 0xd8, 0x1e, 0x20,
  166. 0x51, 0xc5, 0x15, 0xe1, 0xca, 0x49, 0xdc, 0xca, 0x6d, 0x1a, 0x47, 0x71, 0xda, 0x51, 0x54, 0x29,
  167. 0x4a, 0x97, 0x10, 0x8a, 0xd2, 0xb8, 0xaa, 0xbb, 0x3d, 0x10, 0x97, 0x3c, 0x0a, 0xf7, 0xbc, 0x04,
  168. 0x17, 0x48, 0xbc, 0x01, 0x72, 0x4c, 0x3b, 0x09, 0xc1, 0x6e, 0xa2, 0xe3, 0x73, 0xbe, 0xff, 0xcf,
  169. 0xb1, 0xcf, 0x01, 0x6f, 0x0b, 0x21, 0x8a, 0x32, 0xb7, 0xd2, 0x4c, 0x5a, 0x3a, 0x54, 0xd1, 0x7d,
  170. 0xdf, 0xca, 0xab, 0xbb, 0xb5, 0xb4, 0x3e, 0x8b, 0x65, 0xb2, 0x29, 0xd3, 0xdb, 0xfc, 0x93, 0x28,
  171. 0xb3, 0x7c, 0x9b, 0x7c, 0x5c, 0xe5, 0x65, 0x66, 0x6e, 0xb6, 0x62, 0x27, 0xd0, 0xa5, 0xe6, 0xcd,
  172. 0x34, 0x93, 0xe6, 0x41, 0x6a, 0xde, 0xf7, 0xcd, 0x5a, 0xfa, 0xea, 0xf5, 0xde, 0x79, 0xb3, 0xb2,
  173. 0xd2, 0xaa, 0x12, 0xbb, 0x74, 0xb7, 0x12, 0x95, 0xd4, 0xe2, 0xeb, 0x5f, 0x06, 0xb8, 0x18, 0x89,
  174. 0x65, 0xf8, 0xe0, 0x3d, 0x50, 0xd6, 0xa4, 0xba, 0x5b, 0x5f, 0x7f, 0x37, 0x40, 0xef, 0x1f, 0x35,
  175. 0xd4, 0x05, 0xed, 0x69, 0xc0, 0x43, 0xe2, 0xd2, 0x01, 0x25, 0x1e, 0x7c, 0x82, 0xda, 0xe0, 0x64,
  176. 0x1a, 0x8c, 0x03, 0x76, 0x13, 0xc0, 0x06, 0x02, 0xa0, 0x39, 0x62, 0x4e, 0x42, 0x3d, 0x68, 0x28,
  177. 0xd2, 0x67, 0x2e, 0x8e, 0x29, 0x0b, 0x54, 0xe2, 0x08, 0xb5, 0xc0, 0x71, 0x4c, 0x63, 0x9f, 0xc0,
  178. 0xa7, 0xa8, 0x03, 0x4e, 0xf9, 0xd4, 0xd1, 0xa7, 0x63, 0x45, 0x7a, 0x84, 0xbb, 0x11, 0x0d, 0x15,
  179. 0x0c, 0x9b, 0xe8, 0x19, 0x68, 0xd1, 0x09, 0x1e, 0x92, 0x64, 0x1a, 0xf9, 0xf0, 0x44, 0xd1, 0x2e,
  180. 0x8e, 0xc9, 0x90, 0x45, 0x73, 0x78, 0x8a, 0x2e, 0x40, 0xcf, 0x65, 0x41, 0x4c, 0xde, 0xc7, 0x53,
  181. 0xec, 0x27, 0x63, 0x32, 0xbf, 0x61, 0x91, 0xc7, 0x61, 0x4b, 0x75, 0x82, 0x3d, 0x2f, 0x22, 0x9c,
  182. 0x43, 0xa0, 0x3a, 0xe1, 0xd8, 0xc7, 0xd1, 0x1c, 0xb6, 0xd1, 0x19, 0x00, 0x03, 0x1a, 0x60, 0x5f,
  183. 0xd9, 0x71, 0xd8, 0x41, 0x2f, 0xc0, 0xb9, 0x3e, 0x4f, 0x98, 0x43, 0x7d, 0xa2, 0xd3, 0x67, 0x08,
  184. 0x82, 0x4e, 0x1c, 0x61, 0x77, 0x4c, 0x83, 0x61, 0xfd, 0xe3, 0x2e, 0x7a, 0x0e, 0x20, 0x0e, 0xbc,
  185. 0x88, 0x51, 0x2f, 0xc1, 0x61, 0x98, 0xf8, 0x34, 0x18, 0x43, 0x88, 0x7a, 0xa0, 0xcb, 0xe9, 0x84,
  186. 0xfa, 0x38, 0x4a, 0xf4, 0x65, 0x39, 0x3c, 0x57, 0x62, 0xca, 0xf8, 0x03, 0x86, 0x94, 0x78, 0x9f,
  187. 0xe1, 0x31, 0x8b, 0x88, 0x7a, 0x84, 0x9e, 0xf3, 0xb3, 0x01, 0xae, 0x6e, 0xc5, 0xda, 0x7c, 0x74,
  188. 0x6e, 0xce, 0xcb, 0x91, 0x58, 0xca, 0xbf, 0xdf, 0x3e, 0x54, 0x43, 0x0b, 0x1b, 0x1f, 0x9c, 0x3f,
  189. 0xda, 0x42, 0x94, 0x69, 0x55, 0x98, 0x62, 0x5b, 0x58, 0x45, 0x5e, 0xd5, 0x23, 0xdd, 0xaf, 0xcf,
  190. 0x66, 0x25, 0xff, 0xb3, 0x4d, 0xef, 0xea, 0xef, 0x17, 0xe3, 0x68, 0x88, 0xf1, 0x57, 0xe3, 0x72,
  191. 0xa8, 0xad, 0x70, 0x26, 0x4d, 0x1d, 0xaa, 0x68, 0xd6, 0x37, 0xd5, 0x0e, 0xc8, 0x6f, 0xfb, 0xfa,
  192. 0x02, 0x67, 0x72, 0x71, 0xa8, 0x2f, 0x66, 0xfd, 0x45, 0x5d, 0xff, 0x61, 0x5c, 0xe9, 0xa4, 0x6d,
  193. 0xe3, 0x4c, 0xda, 0xf6, 0x81, 0xb0, 0xed, 0x59, 0xdf, 0xb6, 0x6b, 0x66, 0xd9, 0xac, 0x1b, 0x7b,
  194. 0xf3, 0x3b, 0x00, 0x00, 0xff, 0xff, 0x9c, 0xc4, 0x8b, 0x2f, 0xe5, 0x02, 0x00, 0x00,
  195. }