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.
 
 
 

827 lines
34 KiB

  1. // Code generated by protoc-gen-go. DO NOT EDIT.
  2. // source: google/cloud/talent/v4beta1/job.proto
  3. package talent // import "google.golang.org/genproto/googleapis/cloud/talent/v4beta1"
  4. import proto "github.com/golang/protobuf/proto"
  5. import fmt "fmt"
  6. import math "math"
  7. import timestamp "github.com/golang/protobuf/ptypes/timestamp"
  8. import _ "google.golang.org/genproto/googleapis/api/annotations"
  9. // Reference imports to suppress errors if they are not otherwise used.
  10. var _ = proto.Marshal
  11. var _ = fmt.Errorf
  12. var _ = math.Inf
  13. // This is a compile-time assertion to ensure that this generated file
  14. // is compatible with the proto package it is being compiled against.
  15. // A compilation error at this line likely means your copy of the
  16. // proto package needs to be updated.
  17. const _ = proto.ProtoPackageIsVersion2 // please upgrade the proto package
  18. // A Job resource represents a job posting (also referred to as a "job listing"
  19. // or "job requisition"). A job belongs to a
  20. // [Company][google.cloud.talent.v4beta1.Company], which is the hiring entity
  21. // responsible for the job.
  22. type Job struct {
  23. // Required during job update.
  24. //
  25. // The resource name for the job. This is generated by the service when a
  26. // job is created.
  27. //
  28. // The format is "projects/{project_id}/jobs/{job_id}",
  29. // for example, "projects/api-test-project/jobs/1234".
  30. //
  31. // Use of this field in job queries and API calls is preferred over the use of
  32. // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] since this
  33. // value is unique.
  34. Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"`
  35. // Required.
  36. //
  37. // The resource name of the company listing the job, such as
  38. // "projects/api-test-project/companies/foo".
  39. CompanyName string `protobuf:"bytes,2,opt,name=company_name,json=companyName,proto3" json:"company_name,omitempty"`
  40. // Required.
  41. //
  42. // The requisition ID, also referred to as the posting ID, is assigned by the
  43. // client to identify a job. This field is intended to be used by clients
  44. // for client identification and tracking of postings. A job isn't allowed
  45. // to be created if there is another job with the same
  46. // [company][google.cloud.talent.v4beta1.Job.name],
  47. // [language_code][google.cloud.talent.v4beta1.Job.language_code] and
  48. // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id].
  49. //
  50. // The maximum number of allowed characters is 255.
  51. RequisitionId string `protobuf:"bytes,3,opt,name=requisition_id,json=requisitionId,proto3" json:"requisition_id,omitempty"`
  52. // Required.
  53. //
  54. // The title of the job, such as "Software Engineer"
  55. //
  56. // The maximum number of allowed characters is 500.
  57. Title string `protobuf:"bytes,4,opt,name=title,proto3" json:"title,omitempty"`
  58. // Required.
  59. //
  60. // The description of the job, which typically includes a multi-paragraph
  61. // description of the company and related information. Separate fields are
  62. // provided on the job object for
  63. // [responsibilities][google.cloud.talent.v4beta1.Job.responsibilities],
  64. // [qualifications][google.cloud.talent.v4beta1.Job.qualifications], and other
  65. // job characteristics. Use of these separate job fields is recommended.
  66. //
  67. // This field accepts and sanitizes HTML input, and also accepts
  68. // bold, italic, ordered list, and unordered list markup tags.
  69. //
  70. // The maximum number of allowed characters is 100,000.
  71. Description string `protobuf:"bytes,5,opt,name=description,proto3" json:"description,omitempty"`
  72. // Optional but strongly recommended for the best service experience.
  73. //
  74. // Location(s) where the employer is looking to hire for this job posting.
  75. //
  76. // Specifying the full street address(es) of the hiring location enables
  77. // better API results, especially job searches by commute time.
  78. //
  79. // At most 50 locations are allowed for best search performance. If a job has
  80. // more locations, it is suggested to split it into multiple jobs with unique
  81. // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id]s (e.g.
  82. // 'ReqA' becomes 'ReqA-1', 'ReqA-2', etc.) as multiple jobs with the same
  83. // [company][google.cloud.talent.v4beta1.Job.name][], [language_code][] and
  84. // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] are not
  85. // allowed. If the original
  86. // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id] must be
  87. // preserved, a custom field should be used for storage. It is also suggested
  88. // to group the locations that close to each other in the same job for better
  89. // search experience.
  90. //
  91. // The maximum number of allowed characters is 500.
  92. Addresses []string `protobuf:"bytes,6,rep,name=addresses,proto3" json:"addresses,omitempty"`
  93. // Required. At least one field within
  94. // [ApplicationInfo][google.cloud.talent.v4beta1.Job.ApplicationInfo] must be
  95. // specified.
  96. //
  97. // Job application information.
  98. ApplicationInfo *Job_ApplicationInfo `protobuf:"bytes,7,opt,name=application_info,json=applicationInfo,proto3" json:"application_info,omitempty"`
  99. // Optional.
  100. //
  101. // The benefits included with the job.
  102. JobBenefits []JobBenefit `protobuf:"varint,8,rep,packed,name=job_benefits,json=jobBenefits,proto3,enum=google.cloud.talent.v4beta1.JobBenefit" json:"job_benefits,omitempty"`
  103. // Optional.
  104. //
  105. // Job compensation information.
  106. CompensationInfo *CompensationInfo `protobuf:"bytes,9,opt,name=compensation_info,json=compensationInfo,proto3" json:"compensation_info,omitempty"`
  107. // Optional.
  108. //
  109. // A map of fields to hold both filterable and non-filterable custom job
  110. // attributes that are not covered by the provided structured fields.
  111. //
  112. // The keys of the map are strings up to 64 bytes and must match the
  113. // pattern: [a-zA-Z][a-zA-Z0-9_]*. For example, key0LikeThis or
  114. // KEY_1_LIKE_THIS.
  115. //
  116. // At most 100 filterable and at most 100 unfilterable keys are supported.
  117. // For filterable `string_values`, across all keys at most 200 values are
  118. // allowed, with each string no more than 255 characters. For unfilterable
  119. // `string_values`, the maximum total size of `string_values` across all keys
  120. // is 50KB.
  121. CustomAttributes map[string]*CustomAttribute `protobuf:"bytes,10,rep,name=custom_attributes,json=customAttributes,proto3" json:"custom_attributes,omitempty" protobuf_key:"bytes,1,opt,name=key,proto3" protobuf_val:"bytes,2,opt,name=value,proto3"`
  122. // Optional.
  123. //
  124. // The desired education degrees for the job, such as Bachelors, Masters.
  125. DegreeTypes []DegreeType `protobuf:"varint,11,rep,packed,name=degree_types,json=degreeTypes,proto3,enum=google.cloud.talent.v4beta1.DegreeType" json:"degree_types,omitempty"`
  126. // Optional.
  127. //
  128. // The department or functional area within the company with the open
  129. // position.
  130. //
  131. // The maximum number of allowed characters is 255.
  132. Department string `protobuf:"bytes,12,opt,name=department,proto3" json:"department,omitempty"`
  133. // Optional.
  134. //
  135. // The employment type(s) of a job, for example,
  136. // [full time][google.cloud.talent.v4beta1.EmploymentType.FULL_TIME] or
  137. // [part time][google.cloud.talent.v4beta1.EmploymentType.PART_TIME].
  138. EmploymentTypes []EmploymentType `protobuf:"varint,13,rep,packed,name=employment_types,json=employmentTypes,proto3,enum=google.cloud.talent.v4beta1.EmploymentType" json:"employment_types,omitempty"`
  139. // Optional.
  140. //
  141. // A description of bonus, commission, and other compensation
  142. // incentives associated with the job not including salary or pay.
  143. //
  144. // The maximum number of allowed characters is 10,000.
  145. Incentives string `protobuf:"bytes,14,opt,name=incentives,proto3" json:"incentives,omitempty"`
  146. // Optional.
  147. //
  148. // The language of the posting. This field is distinct from
  149. // any requirements for fluency that are associated with the job.
  150. //
  151. // Language codes must be in BCP-47 format, such as "en-US" or "sr-Latn".
  152. // For more information, see
  153. // [Tags for Identifying Languages](https://tools.ietf.org/html/bcp47){:
  154. // class="external" target="_blank" }.
  155. //
  156. // If this field is unspecified and
  157. // [Job.description][google.cloud.talent.v4beta1.Job.description] is present,
  158. // detected language code based on
  159. // [Job.description][google.cloud.talent.v4beta1.Job.description] is assigned,
  160. // otherwise defaults to 'en_US'.
  161. LanguageCode string `protobuf:"bytes,15,opt,name=language_code,json=languageCode,proto3" json:"language_code,omitempty"`
  162. // Optional.
  163. //
  164. // The experience level associated with the job, such as "Entry Level".
  165. JobLevel JobLevel `protobuf:"varint,16,opt,name=job_level,json=jobLevel,proto3,enum=google.cloud.talent.v4beta1.JobLevel" json:"job_level,omitempty"`
  166. // Optional.
  167. //
  168. // A promotion value of the job, as determined by the client.
  169. // The value determines the sort order of the jobs returned when searching for
  170. // jobs using the featured jobs search call, with higher promotional values
  171. // being returned first and ties being resolved by relevance sort. Only the
  172. // jobs with a promotionValue >0 are returned in a FEATURED_JOB_SEARCH.
  173. //
  174. // Default value is 0, and negative values are treated as 0.
  175. PromotionValue int32 `protobuf:"varint,17,opt,name=promotion_value,json=promotionValue,proto3" json:"promotion_value,omitempty"`
  176. // Optional.
  177. //
  178. // A description of the qualifications required to perform the
  179. // job. The use of this field is recommended
  180. // as an alternative to using the more general
  181. // [description][google.cloud.talent.v4beta1.Job.description] field.
  182. //
  183. // This field accepts and sanitizes HTML input, and also accepts
  184. // bold, italic, ordered list, and unordered list markup tags.
  185. //
  186. // The maximum number of allowed characters is 10,000.
  187. Qualifications string `protobuf:"bytes,18,opt,name=qualifications,proto3" json:"qualifications,omitempty"`
  188. // Optional.
  189. //
  190. // A description of job responsibilities. The use of this field is
  191. // recommended as an alternative to using the more general
  192. // [description][google.cloud.talent.v4beta1.Job.description] field.
  193. //
  194. // This field accepts and sanitizes HTML input, and also accepts
  195. // bold, italic, ordered list, and unordered list markup tags.
  196. //
  197. // The maximum number of allowed characters is 10,000.
  198. Responsibilities string `protobuf:"bytes,19,opt,name=responsibilities,proto3" json:"responsibilities,omitempty"`
  199. // Optional.
  200. //
  201. // The job [PostingRegion][google.cloud.talent.v4beta1.PostingRegion] (for
  202. // example, state, country) throughout which the job is available. If this
  203. // field is set, a
  204. // [LocationFilter][google.cloud.talent.v4beta1.LocationFilter] in a search
  205. // query within the job region finds this job posting if an exact location
  206. // match isn't specified. If this field is set to
  207. // [PostingRegion.NATION][google.cloud.talent.v4beta1.PostingRegion.NATION] or
  208. // [PostingRegion.ADMINISTRATIVE_AREA][google.cloud.talent.v4beta1.PostingRegion.ADMINISTRATIVE_AREA],
  209. // setting job [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] to
  210. // the same location level as this field is strongly recommended.
  211. PostingRegion PostingRegion `protobuf:"varint,20,opt,name=posting_region,json=postingRegion,proto3,enum=google.cloud.talent.v4beta1.PostingRegion" json:"posting_region,omitempty"`
  212. // Optional.
  213. //
  214. // The visibility of the job.
  215. //
  216. // Defaults to
  217. // [Visibility.ACCOUNT_ONLY][google.cloud.talent.v4beta1.Visibility.ACCOUNT_ONLY]
  218. // if not specified.
  219. Visibility Visibility `protobuf:"varint,21,opt,name=visibility,proto3,enum=google.cloud.talent.v4beta1.Visibility" json:"visibility,omitempty"`
  220. // Optional.
  221. //
  222. // The start timestamp of the job in UTC time zone. Typically this field
  223. // is used for contracting engagements. Invalid timestamps are ignored.
  224. JobStartTime *timestamp.Timestamp `protobuf:"bytes,22,opt,name=job_start_time,json=jobStartTime,proto3" json:"job_start_time,omitempty"`
  225. // Optional.
  226. //
  227. // The end timestamp of the job. Typically this field is used for contracting
  228. // engagements. Invalid timestamps are ignored.
  229. JobEndTime *timestamp.Timestamp `protobuf:"bytes,23,opt,name=job_end_time,json=jobEndTime,proto3" json:"job_end_time,omitempty"`
  230. // Optional.
  231. //
  232. // The timestamp this job posting was most recently published. The default
  233. // value is the time the request arrives at the server. Invalid timestamps are
  234. // ignored.
  235. PostingPublishTime *timestamp.Timestamp `protobuf:"bytes,24,opt,name=posting_publish_time,json=postingPublishTime,proto3" json:"posting_publish_time,omitempty"`
  236. // Optional but strongly recommended for the best service
  237. // experience.
  238. //
  239. // The expiration timestamp of the job. After this timestamp, the
  240. // job is marked as expired, and it no longer appears in search results. The
  241. // expired job can't be deleted or listed by the [DeleteJob][] and
  242. // [ListJobs][] APIs, but it can be retrieved with the [GetJob][] API or
  243. // updated with the [UpdateJob][] API. An expired job can be updated and
  244. // opened again by using a future expiration timestamp. Updating an expired
  245. // job fails if there is another existing open job with same
  246. // [company][google.cloud.talent.v4beta1.Job.name][],
  247. // [language_code][google.cloud.talent.v4beta1.Job.language_code] and
  248. // [requisition_id][google.cloud.talent.v4beta1.Job.requisition_id].
  249. //
  250. // The expired jobs are retained in our system for 90 days. However, the
  251. // overall expired job count cannot exceed 3 times the maximum of open jobs
  252. // count over the past week, otherwise jobs with earlier expire time are
  253. // cleaned first. Expired jobs are no longer accessible after they are cleaned
  254. // out.
  255. //
  256. // Invalid timestamps are ignored, and treated as expire time not provided.
  257. //
  258. // Timestamp before the instant request is made is considered valid, the job
  259. // will be treated as expired immediately.
  260. //
  261. // If this value isn't provided at the time of job creation or is invalid,
  262. // the job posting expires after 30 days from the job's creation time. For
  263. // example, if the job was created on 2017/01/01 13:00AM UTC with an
  264. // unspecified expiration date, the job expires after 2017/01/31 13:00AM UTC.
  265. //
  266. // If this value isn't provided on job update, it depends on the field masks
  267. // set by
  268. // [UpdateJobRequest.update_mask][google.cloud.talent.v4beta1.UpdateJobRequest.update_mask].
  269. // If the field masks include [expiry_time][], or the masks are empty meaning
  270. // that every field is updated, the job posting expires after 30 days from the
  271. // job's last update time. Otherwise the expiration date isn't updated.
  272. PostingExpireTime *timestamp.Timestamp `protobuf:"bytes,25,opt,name=posting_expire_time,json=postingExpireTime,proto3" json:"posting_expire_time,omitempty"`
  273. // Output only. The timestamp when this job posting was created.
  274. PostingCreateTime *timestamp.Timestamp `protobuf:"bytes,26,opt,name=posting_create_time,json=postingCreateTime,proto3" json:"posting_create_time,omitempty"`
  275. // Output only. The timestamp when this job posting was last updated.
  276. PostingUpdateTime *timestamp.Timestamp `protobuf:"bytes,27,opt,name=posting_update_time,json=postingUpdateTime,proto3" json:"posting_update_time,omitempty"`
  277. // Output only. Display name of the company listing the job.
  278. CompanyDisplayName string `protobuf:"bytes,28,opt,name=company_display_name,json=companyDisplayName,proto3" json:"company_display_name,omitempty"`
  279. // Output only. Derived details about the job posting.
  280. DerivedInfo *Job_DerivedInfo `protobuf:"bytes,29,opt,name=derived_info,json=derivedInfo,proto3" json:"derived_info,omitempty"`
  281. // Optional.
  282. //
  283. // Options for job processing.
  284. ProcessingOptions *Job_ProcessingOptions `protobuf:"bytes,30,opt,name=processing_options,json=processingOptions,proto3" json:"processing_options,omitempty"`
  285. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  286. XXX_unrecognized []byte `json:"-"`
  287. XXX_sizecache int32 `json:"-"`
  288. }
  289. func (m *Job) Reset() { *m = Job{} }
  290. func (m *Job) String() string { return proto.CompactTextString(m) }
  291. func (*Job) ProtoMessage() {}
  292. func (*Job) Descriptor() ([]byte, []int) {
  293. return fileDescriptor_job_101d7f043cc4b08a, []int{0}
  294. }
  295. func (m *Job) XXX_Unmarshal(b []byte) error {
  296. return xxx_messageInfo_Job.Unmarshal(m, b)
  297. }
  298. func (m *Job) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  299. return xxx_messageInfo_Job.Marshal(b, m, deterministic)
  300. }
  301. func (dst *Job) XXX_Merge(src proto.Message) {
  302. xxx_messageInfo_Job.Merge(dst, src)
  303. }
  304. func (m *Job) XXX_Size() int {
  305. return xxx_messageInfo_Job.Size(m)
  306. }
  307. func (m *Job) XXX_DiscardUnknown() {
  308. xxx_messageInfo_Job.DiscardUnknown(m)
  309. }
  310. var xxx_messageInfo_Job proto.InternalMessageInfo
  311. func (m *Job) GetName() string {
  312. if m != nil {
  313. return m.Name
  314. }
  315. return ""
  316. }
  317. func (m *Job) GetCompanyName() string {
  318. if m != nil {
  319. return m.CompanyName
  320. }
  321. return ""
  322. }
  323. func (m *Job) GetRequisitionId() string {
  324. if m != nil {
  325. return m.RequisitionId
  326. }
  327. return ""
  328. }
  329. func (m *Job) GetTitle() string {
  330. if m != nil {
  331. return m.Title
  332. }
  333. return ""
  334. }
  335. func (m *Job) GetDescription() string {
  336. if m != nil {
  337. return m.Description
  338. }
  339. return ""
  340. }
  341. func (m *Job) GetAddresses() []string {
  342. if m != nil {
  343. return m.Addresses
  344. }
  345. return nil
  346. }
  347. func (m *Job) GetApplicationInfo() *Job_ApplicationInfo {
  348. if m != nil {
  349. return m.ApplicationInfo
  350. }
  351. return nil
  352. }
  353. func (m *Job) GetJobBenefits() []JobBenefit {
  354. if m != nil {
  355. return m.JobBenefits
  356. }
  357. return nil
  358. }
  359. func (m *Job) GetCompensationInfo() *CompensationInfo {
  360. if m != nil {
  361. return m.CompensationInfo
  362. }
  363. return nil
  364. }
  365. func (m *Job) GetCustomAttributes() map[string]*CustomAttribute {
  366. if m != nil {
  367. return m.CustomAttributes
  368. }
  369. return nil
  370. }
  371. func (m *Job) GetDegreeTypes() []DegreeType {
  372. if m != nil {
  373. return m.DegreeTypes
  374. }
  375. return nil
  376. }
  377. func (m *Job) GetDepartment() string {
  378. if m != nil {
  379. return m.Department
  380. }
  381. return ""
  382. }
  383. func (m *Job) GetEmploymentTypes() []EmploymentType {
  384. if m != nil {
  385. return m.EmploymentTypes
  386. }
  387. return nil
  388. }
  389. func (m *Job) GetIncentives() string {
  390. if m != nil {
  391. return m.Incentives
  392. }
  393. return ""
  394. }
  395. func (m *Job) GetLanguageCode() string {
  396. if m != nil {
  397. return m.LanguageCode
  398. }
  399. return ""
  400. }
  401. func (m *Job) GetJobLevel() JobLevel {
  402. if m != nil {
  403. return m.JobLevel
  404. }
  405. return JobLevel_JOB_LEVEL_UNSPECIFIED
  406. }
  407. func (m *Job) GetPromotionValue() int32 {
  408. if m != nil {
  409. return m.PromotionValue
  410. }
  411. return 0
  412. }
  413. func (m *Job) GetQualifications() string {
  414. if m != nil {
  415. return m.Qualifications
  416. }
  417. return ""
  418. }
  419. func (m *Job) GetResponsibilities() string {
  420. if m != nil {
  421. return m.Responsibilities
  422. }
  423. return ""
  424. }
  425. func (m *Job) GetPostingRegion() PostingRegion {
  426. if m != nil {
  427. return m.PostingRegion
  428. }
  429. return PostingRegion_POSTING_REGION_UNSPECIFIED
  430. }
  431. func (m *Job) GetVisibility() Visibility {
  432. if m != nil {
  433. return m.Visibility
  434. }
  435. return Visibility_VISIBILITY_UNSPECIFIED
  436. }
  437. func (m *Job) GetJobStartTime() *timestamp.Timestamp {
  438. if m != nil {
  439. return m.JobStartTime
  440. }
  441. return nil
  442. }
  443. func (m *Job) GetJobEndTime() *timestamp.Timestamp {
  444. if m != nil {
  445. return m.JobEndTime
  446. }
  447. return nil
  448. }
  449. func (m *Job) GetPostingPublishTime() *timestamp.Timestamp {
  450. if m != nil {
  451. return m.PostingPublishTime
  452. }
  453. return nil
  454. }
  455. func (m *Job) GetPostingExpireTime() *timestamp.Timestamp {
  456. if m != nil {
  457. return m.PostingExpireTime
  458. }
  459. return nil
  460. }
  461. func (m *Job) GetPostingCreateTime() *timestamp.Timestamp {
  462. if m != nil {
  463. return m.PostingCreateTime
  464. }
  465. return nil
  466. }
  467. func (m *Job) GetPostingUpdateTime() *timestamp.Timestamp {
  468. if m != nil {
  469. return m.PostingUpdateTime
  470. }
  471. return nil
  472. }
  473. func (m *Job) GetCompanyDisplayName() string {
  474. if m != nil {
  475. return m.CompanyDisplayName
  476. }
  477. return ""
  478. }
  479. func (m *Job) GetDerivedInfo() *Job_DerivedInfo {
  480. if m != nil {
  481. return m.DerivedInfo
  482. }
  483. return nil
  484. }
  485. func (m *Job) GetProcessingOptions() *Job_ProcessingOptions {
  486. if m != nil {
  487. return m.ProcessingOptions
  488. }
  489. return nil
  490. }
  491. // Application related details of a job posting.
  492. type Job_ApplicationInfo struct {
  493. // Optional but at least one of
  494. // [uris][google.cloud.talent.v4beta1.Job.ApplicationInfo.uris],
  495. // [emails][google.cloud.talent.v4beta1.Job.ApplicationInfo.emails] or
  496. // [instruction][google.cloud.talent.v4beta1.Job.ApplicationInfo.instruction]
  497. // must be specified.
  498. //
  499. // Use this field to specify email address(es) to which resumes or
  500. // applications can be sent.
  501. //
  502. // The maximum number of allowed characters for each entry is 255.
  503. Emails []string `protobuf:"bytes,1,rep,name=emails,proto3" json:"emails,omitempty"`
  504. // Optional but at least one of
  505. // [uris][google.cloud.talent.v4beta1.Job.ApplicationInfo.uris],
  506. // [emails][google.cloud.talent.v4beta1.Job.ApplicationInfo.emails] or
  507. // [instruction][google.cloud.talent.v4beta1.Job.ApplicationInfo.instruction]
  508. // must be specified.
  509. //
  510. // Use this field to provide instructions, such as "Mail your application
  511. // to ...", that a candidate can follow to apply for the job.
  512. //
  513. // This field accepts and sanitizes HTML input, and also accepts
  514. // bold, italic, ordered list, and unordered list markup tags.
  515. //
  516. // The maximum number of allowed characters is 3,000.
  517. Instruction string `protobuf:"bytes,2,opt,name=instruction,proto3" json:"instruction,omitempty"`
  518. // Optional but at least one of
  519. // [uris][google.cloud.talent.v4beta1.Job.ApplicationInfo.uris],
  520. // [emails][google.cloud.talent.v4beta1.Job.ApplicationInfo.emails] or
  521. // [instruction][google.cloud.talent.v4beta1.Job.ApplicationInfo.instruction]
  522. // must be specified.
  523. //
  524. // Use this URI field to direct an applicant to a website, for example to
  525. // link to an online application form.
  526. //
  527. // The maximum number of allowed characters for each entry is 2,000.
  528. Uris []string `protobuf:"bytes,3,rep,name=uris,proto3" json:"uris,omitempty"`
  529. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  530. XXX_unrecognized []byte `json:"-"`
  531. XXX_sizecache int32 `json:"-"`
  532. }
  533. func (m *Job_ApplicationInfo) Reset() { *m = Job_ApplicationInfo{} }
  534. func (m *Job_ApplicationInfo) String() string { return proto.CompactTextString(m) }
  535. func (*Job_ApplicationInfo) ProtoMessage() {}
  536. func (*Job_ApplicationInfo) Descriptor() ([]byte, []int) {
  537. return fileDescriptor_job_101d7f043cc4b08a, []int{0, 0}
  538. }
  539. func (m *Job_ApplicationInfo) XXX_Unmarshal(b []byte) error {
  540. return xxx_messageInfo_Job_ApplicationInfo.Unmarshal(m, b)
  541. }
  542. func (m *Job_ApplicationInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  543. return xxx_messageInfo_Job_ApplicationInfo.Marshal(b, m, deterministic)
  544. }
  545. func (dst *Job_ApplicationInfo) XXX_Merge(src proto.Message) {
  546. xxx_messageInfo_Job_ApplicationInfo.Merge(dst, src)
  547. }
  548. func (m *Job_ApplicationInfo) XXX_Size() int {
  549. return xxx_messageInfo_Job_ApplicationInfo.Size(m)
  550. }
  551. func (m *Job_ApplicationInfo) XXX_DiscardUnknown() {
  552. xxx_messageInfo_Job_ApplicationInfo.DiscardUnknown(m)
  553. }
  554. var xxx_messageInfo_Job_ApplicationInfo proto.InternalMessageInfo
  555. func (m *Job_ApplicationInfo) GetEmails() []string {
  556. if m != nil {
  557. return m.Emails
  558. }
  559. return nil
  560. }
  561. func (m *Job_ApplicationInfo) GetInstruction() string {
  562. if m != nil {
  563. return m.Instruction
  564. }
  565. return ""
  566. }
  567. func (m *Job_ApplicationInfo) GetUris() []string {
  568. if m != nil {
  569. return m.Uris
  570. }
  571. return nil
  572. }
  573. // Output only.
  574. //
  575. // Derived details about the job posting.
  576. type Job_DerivedInfo struct {
  577. // Structured locations of the job, resolved from
  578. // [Job.addresses][google.cloud.talent.v4beta1.Job.addresses].
  579. //
  580. // [locations][google.cloud.talent.v4beta1.Job.DerivedInfo.locations] are
  581. // exactly matched to
  582. // [Job.addresses][google.cloud.talent.v4beta1.Job.addresses] in the same
  583. // order.
  584. Locations []*Location `protobuf:"bytes,1,rep,name=locations,proto3" json:"locations,omitempty"`
  585. // Job categories derived from
  586. // [Job.title][google.cloud.talent.v4beta1.Job.title] and
  587. // [Job.description][google.cloud.talent.v4beta1.Job.description].
  588. JobCategories []JobCategory `protobuf:"varint,3,rep,packed,name=job_categories,json=jobCategories,proto3,enum=google.cloud.talent.v4beta1.JobCategory" json:"job_categories,omitempty"`
  589. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  590. XXX_unrecognized []byte `json:"-"`
  591. XXX_sizecache int32 `json:"-"`
  592. }
  593. func (m *Job_DerivedInfo) Reset() { *m = Job_DerivedInfo{} }
  594. func (m *Job_DerivedInfo) String() string { return proto.CompactTextString(m) }
  595. func (*Job_DerivedInfo) ProtoMessage() {}
  596. func (*Job_DerivedInfo) Descriptor() ([]byte, []int) {
  597. return fileDescriptor_job_101d7f043cc4b08a, []int{0, 1}
  598. }
  599. func (m *Job_DerivedInfo) XXX_Unmarshal(b []byte) error {
  600. return xxx_messageInfo_Job_DerivedInfo.Unmarshal(m, b)
  601. }
  602. func (m *Job_DerivedInfo) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  603. return xxx_messageInfo_Job_DerivedInfo.Marshal(b, m, deterministic)
  604. }
  605. func (dst *Job_DerivedInfo) XXX_Merge(src proto.Message) {
  606. xxx_messageInfo_Job_DerivedInfo.Merge(dst, src)
  607. }
  608. func (m *Job_DerivedInfo) XXX_Size() int {
  609. return xxx_messageInfo_Job_DerivedInfo.Size(m)
  610. }
  611. func (m *Job_DerivedInfo) XXX_DiscardUnknown() {
  612. xxx_messageInfo_Job_DerivedInfo.DiscardUnknown(m)
  613. }
  614. var xxx_messageInfo_Job_DerivedInfo proto.InternalMessageInfo
  615. func (m *Job_DerivedInfo) GetLocations() []*Location {
  616. if m != nil {
  617. return m.Locations
  618. }
  619. return nil
  620. }
  621. func (m *Job_DerivedInfo) GetJobCategories() []JobCategory {
  622. if m != nil {
  623. return m.JobCategories
  624. }
  625. return nil
  626. }
  627. // Input only.
  628. //
  629. // Options for job processing.
  630. type Job_ProcessingOptions struct {
  631. // Optional.
  632. //
  633. // If set to `true`, the service does not attempt to resolve a
  634. // more precise address for the job.
  635. DisableStreetAddressResolution bool `protobuf:"varint,1,opt,name=disable_street_address_resolution,json=disableStreetAddressResolution,proto3" json:"disable_street_address_resolution,omitempty"`
  636. // Optional.
  637. //
  638. // Option for job HTML content sanitization. Applied fields are:
  639. //
  640. // * description
  641. // * applicationInfo.instruction
  642. // * incentives
  643. // * qualifications
  644. // * responsibilities
  645. //
  646. // HTML tags in these fields may be stripped if sanitiazation isn't
  647. // disabled.
  648. //
  649. // Defaults to
  650. // [HtmlSanitization.SIMPLE_FORMATTING_ONLY][google.cloud.talent.v4beta1.HtmlSanitization.SIMPLE_FORMATTING_ONLY].
  651. HtmlSanitization HtmlSanitization `protobuf:"varint,2,opt,name=html_sanitization,json=htmlSanitization,proto3,enum=google.cloud.talent.v4beta1.HtmlSanitization" json:"html_sanitization,omitempty"`
  652. XXX_NoUnkeyedLiteral struct{} `json:"-"`
  653. XXX_unrecognized []byte `json:"-"`
  654. XXX_sizecache int32 `json:"-"`
  655. }
  656. func (m *Job_ProcessingOptions) Reset() { *m = Job_ProcessingOptions{} }
  657. func (m *Job_ProcessingOptions) String() string { return proto.CompactTextString(m) }
  658. func (*Job_ProcessingOptions) ProtoMessage() {}
  659. func (*Job_ProcessingOptions) Descriptor() ([]byte, []int) {
  660. return fileDescriptor_job_101d7f043cc4b08a, []int{0, 2}
  661. }
  662. func (m *Job_ProcessingOptions) XXX_Unmarshal(b []byte) error {
  663. return xxx_messageInfo_Job_ProcessingOptions.Unmarshal(m, b)
  664. }
  665. func (m *Job_ProcessingOptions) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
  666. return xxx_messageInfo_Job_ProcessingOptions.Marshal(b, m, deterministic)
  667. }
  668. func (dst *Job_ProcessingOptions) XXX_Merge(src proto.Message) {
  669. xxx_messageInfo_Job_ProcessingOptions.Merge(dst, src)
  670. }
  671. func (m *Job_ProcessingOptions) XXX_Size() int {
  672. return xxx_messageInfo_Job_ProcessingOptions.Size(m)
  673. }
  674. func (m *Job_ProcessingOptions) XXX_DiscardUnknown() {
  675. xxx_messageInfo_Job_ProcessingOptions.DiscardUnknown(m)
  676. }
  677. var xxx_messageInfo_Job_ProcessingOptions proto.InternalMessageInfo
  678. func (m *Job_ProcessingOptions) GetDisableStreetAddressResolution() bool {
  679. if m != nil {
  680. return m.DisableStreetAddressResolution
  681. }
  682. return false
  683. }
  684. func (m *Job_ProcessingOptions) GetHtmlSanitization() HtmlSanitization {
  685. if m != nil {
  686. return m.HtmlSanitization
  687. }
  688. return HtmlSanitization_HTML_SANITIZATION_UNSPECIFIED
  689. }
  690. func init() {
  691. proto.RegisterType((*Job)(nil), "google.cloud.talent.v4beta1.Job")
  692. proto.RegisterMapType((map[string]*CustomAttribute)(nil), "google.cloud.talent.v4beta1.Job.CustomAttributesEntry")
  693. proto.RegisterType((*Job_ApplicationInfo)(nil), "google.cloud.talent.v4beta1.Job.ApplicationInfo")
  694. proto.RegisterType((*Job_DerivedInfo)(nil), "google.cloud.talent.v4beta1.Job.DerivedInfo")
  695. proto.RegisterType((*Job_ProcessingOptions)(nil), "google.cloud.talent.v4beta1.Job.ProcessingOptions")
  696. }
  697. func init() {
  698. proto.RegisterFile("google/cloud/talent/v4beta1/job.proto", fileDescriptor_job_101d7f043cc4b08a)
  699. }
  700. var fileDescriptor_job_101d7f043cc4b08a = []byte{
  701. // 1080 bytes of a gzipped FileDescriptorProto
  702. 0x1f, 0x8b, 0x08, 0x00, 0x00, 0x00, 0x00, 0x00, 0x02, 0xff, 0x8c, 0x56, 0xd1, 0x72, 0x1b, 0x35,
  703. 0x14, 0x1d, 0xc7, 0x4d, 0xa9, 0xe5, 0xc4, 0xb1, 0xd5, 0xb4, 0x2c, 0x6e, 0x69, 0x5d, 0x98, 0x52,
  704. 0x4f, 0x01, 0xbb, 0x04, 0x86, 0x61, 0x80, 0x07, 0x12, 0x27, 0x03, 0xc9, 0x64, 0x48, 0xd8, 0x84,
  705. 0x3c, 0x94, 0x87, 0x1d, 0xed, 0xee, 0x8d, 0x23, 0xb3, 0x2b, 0x29, 0x92, 0xd6, 0x83, 0x79, 0xe0,
  706. 0x63, 0xe0, 0x2f, 0xf8, 0x12, 0x3e, 0x87, 0xd1, 0xd5, 0xda, 0x71, 0xdd, 0x8e, 0x9d, 0x37, 0xe9,
  707. 0xe8, 0x9c, 0x73, 0xb5, 0xd7, 0xba, 0xf7, 0x9a, 0x3c, 0x1f, 0x4a, 0x39, 0xcc, 0xa0, 0x9f, 0x64,
  708. 0xb2, 0x48, 0xfb, 0x96, 0x65, 0x20, 0x6c, 0x7f, 0xfc, 0x55, 0x0c, 0x96, 0x7d, 0xd1, 0x1f, 0xc9,
  709. 0xb8, 0xa7, 0xb4, 0xb4, 0x92, 0x3e, 0xf2, 0xb4, 0x1e, 0xd2, 0x7a, 0x9e, 0xd6, 0x2b, 0x69, 0xed,
  710. 0xc7, 0xa5, 0x07, 0x53, 0xbc, 0xcf, 0x84, 0x90, 0x96, 0x59, 0x2e, 0x85, 0xf1, 0xd2, 0x76, 0x77,
  711. 0x59, 0x84, 0x44, 0xe6, 0xb9, 0x14, 0x25, 0xf3, 0x69, 0xc9, 0xc4, 0x5d, 0x5c, 0x5c, 0xf6, 0x2d,
  712. 0xcf, 0xc1, 0x58, 0x96, 0x2b, 0x4f, 0xf8, 0xe8, 0x3f, 0x4a, 0xaa, 0x47, 0x32, 0xa6, 0x94, 0xdc,
  713. 0x11, 0x2c, 0x87, 0xa0, 0xd2, 0xa9, 0x74, 0x6b, 0x21, 0xae, 0xe9, 0x33, 0xb2, 0x91, 0xc8, 0x5c,
  714. 0x31, 0x31, 0x89, 0xf0, 0x6c, 0x0d, 0xcf, 0xea, 0x25, 0xf6, 0xb3, 0xa3, 0x3c, 0x27, 0x0d, 0x0d,
  715. 0xd7, 0x05, 0x37, 0xdc, 0xdd, 0x2f, 0xe2, 0x69, 0x50, 0x45, 0xd2, 0xe6, 0x1c, 0x7a, 0x98, 0xd2,
  716. 0x6d, 0xb2, 0x6e, 0xb9, 0xcd, 0x20, 0xb8, 0x83, 0xa7, 0x7e, 0x43, 0x3b, 0xa4, 0x9e, 0x82, 0x49,
  717. 0x34, 0x57, 0x8e, 0x16, 0xac, 0x7b, 0xfb, 0x39, 0x88, 0x3e, 0x26, 0x35, 0x96, 0xa6, 0x1a, 0x8c,
  718. 0x01, 0x13, 0xdc, 0xed, 0x54, 0xbb, 0xb5, 0xf0, 0x06, 0xa0, 0xbf, 0x91, 0x26, 0x53, 0x2a, 0xe3,
  719. 0x09, 0xf3, 0xc1, 0xc5, 0xa5, 0x0c, 0xde, 0xeb, 0x54, 0xba, 0xf5, 0x9d, 0x57, 0xbd, 0x25, 0xc9,
  720. 0xed, 0x1d, 0xc9, 0xb8, 0xb7, 0x7b, 0x23, 0x3c, 0x14, 0x97, 0x32, 0xdc, 0x62, 0x6f, 0x02, 0xf4,
  721. 0x88, 0x6c, 0x8c, 0x64, 0x1c, 0xc5, 0x20, 0xe0, 0x92, 0x5b, 0x13, 0xdc, 0xeb, 0x54, 0xbb, 0x8d,
  722. 0x9d, 0x17, 0xab, 0x8c, 0xf7, 0x3c, 0x3f, 0xac, 0x8f, 0x66, 0x6b, 0x43, 0x5f, 0x93, 0x96, 0x4b,
  723. 0x1a, 0x08, 0x33, 0x77, 0xd3, 0x1a, 0xde, 0xf4, 0xf3, 0xa5, 0x86, 0x83, 0x39, 0x15, 0x5e, 0xb3,
  724. 0x99, 0x2c, 0x20, 0x34, 0x21, 0xad, 0xa4, 0x30, 0x56, 0xe6, 0x11, 0xb3, 0x56, 0xf3, 0xb8, 0xb0,
  725. 0x60, 0x02, 0xd2, 0xa9, 0x76, 0xeb, 0x3b, 0x5f, 0xaf, 0xcc, 0xc2, 0x00, 0x95, 0xbb, 0x33, 0xe1,
  726. 0x81, 0xb0, 0x7a, 0x12, 0x36, 0x93, 0x05, 0xd8, 0x25, 0x23, 0x85, 0xa1, 0x06, 0x88, 0xec, 0x44,
  727. 0x81, 0x09, 0xea, 0xb7, 0x48, 0xc6, 0x3e, 0x0a, 0xce, 0x27, 0x0a, 0xdc, 0x6f, 0x3a, 0x5d, 0x1b,
  728. 0xfa, 0x84, 0x90, 0x14, 0x14, 0xd3, 0x36, 0x07, 0x61, 0x83, 0x0d, 0xfc, 0xd1, 0xe7, 0x10, 0x7a,
  729. 0x41, 0x9a, 0x90, 0xab, 0x4c, 0x4e, 0xdc, 0xae, 0x8c, 0xb7, 0x89, 0xf1, 0x3e, 0x5d, 0x1a, 0xef,
  730. 0x60, 0x26, 0xc2, 0x98, 0x5b, 0xf0, 0xc6, 0x1e, 0xe3, 0x72, 0x91, 0x80, 0xb0, 0x7c, 0x0c, 0x26,
  731. 0x68, 0xf8, 0xb8, 0x37, 0x08, 0xfd, 0x98, 0x6c, 0x66, 0x4c, 0x0c, 0x0b, 0x36, 0x84, 0x28, 0x91,
  732. 0x29, 0x04, 0x5b, 0x48, 0xd9, 0x98, 0x82, 0x03, 0x99, 0x02, 0xdd, 0x23, 0x35, 0xf7, 0x2a, 0x32,
  733. 0x18, 0x43, 0x16, 0x34, 0x3b, 0x95, 0x6e, 0x63, 0xe7, 0xf9, 0xaa, 0x2c, 0x1f, 0x3b, 0x72, 0x78,
  734. 0x6f, 0x54, 0xae, 0xe8, 0x0b, 0xb2, 0xa5, 0xb4, 0xcc, 0x25, 0x3e, 0x85, 0x31, 0xcb, 0x0a, 0x08,
  735. 0x5a, 0x9d, 0x4a, 0x77, 0x3d, 0x6c, 0xcc, 0xe0, 0x0b, 0x87, 0xd2, 0x4f, 0x48, 0xe3, 0xba, 0x60,
  736. 0x19, 0xbf, 0x2c, 0xdf, 0xa5, 0x09, 0x28, 0x5e, 0x69, 0x01, 0xa5, 0x2f, 0x49, 0x53, 0x83, 0x51,
  737. 0x52, 0x18, 0x1e, 0xf3, 0x8c, 0x5b, 0x0e, 0x26, 0xb8, 0x8f, 0xcc, 0xb7, 0x70, 0xfa, 0x0b, 0x69,
  738. 0x28, 0x69, 0x2c, 0x17, 0xc3, 0x48, 0xc3, 0xd0, 0x95, 0xdd, 0x36, 0x7e, 0xc5, 0xcb, 0xa5, 0x5f,
  739. 0x71, 0xea, 0x25, 0x21, 0x2a, 0xc2, 0x4d, 0x35, 0xbf, 0xa5, 0x3f, 0x12, 0x32, 0xe6, 0x65, 0x88,
  740. 0x49, 0xf0, 0x00, 0xed, 0x96, 0x3f, 0x8d, 0x8b, 0x19, 0x3d, 0x9c, 0x93, 0xd2, 0x1f, 0x48, 0xc3,
  741. 0x25, 0xd7, 0x58, 0xa6, 0x6d, 0xe4, 0x1a, 0x55, 0xf0, 0x10, 0x6b, 0xa4, 0x3d, 0x35, 0x9b, 0x76,
  742. 0xb1, 0xde, 0xf9, 0xb4, 0x8b, 0x85, 0xae, 0x48, 0xcf, 0x9c, 0xc0, 0x41, 0xf4, 0x7b, 0x5f, 0xb4,
  743. 0x20, 0x52, 0xaf, 0x7f, 0x7f, 0xa5, 0x9e, 0x8c, 0x64, 0x7c, 0x20, 0x52, 0x54, 0x1f, 0x93, 0xed,
  744. 0x69, 0x6e, 0x54, 0x11, 0x67, 0xdc, 0x5c, 0x79, 0x97, 0x60, 0xa5, 0x0b, 0x2d, 0x75, 0xa7, 0x5e,
  745. 0x86, 0x6e, 0x47, 0xe4, 0xfe, 0xd4, 0x0d, 0xfe, 0x50, 0x5c, 0x83, 0x37, 0xfb, 0x60, 0xa5, 0x59,
  746. 0xab, 0x94, 0x1d, 0xa0, 0x6a, 0xd1, 0x2b, 0xd1, 0xc0, 0x6c, 0xe9, 0xd5, 0xbe, 0xb5, 0xd7, 0x00,
  747. 0x55, 0x8b, 0x5e, 0x85, 0x4a, 0x67, 0x5e, 0x8f, 0x6e, 0xed, 0xf5, 0x2b, 0xaa, 0xd0, 0xeb, 0x15,
  748. 0xd9, 0x9e, 0x4e, 0x88, 0x94, 0x1b, 0x95, 0xb1, 0x72, 0x52, 0x3c, 0xc6, 0xd7, 0x47, 0xcb, 0xb3,
  749. 0x7d, 0x7f, 0x84, 0x03, 0xe3, 0xc4, 0x75, 0x12, 0xcd, 0xc7, 0x90, 0xfa, 0x2e, 0xf8, 0x21, 0x86,
  750. 0xfd, 0x6c, 0x65, 0xa7, 0xda, 0xf7, 0x22, 0x6c, 0x82, 0xf5, 0xf4, 0x66, 0x43, 0x19, 0xa1, 0x4a,
  751. 0xcb, 0x04, 0x8c, 0x71, 0x5f, 0x24, 0x95, 0x2f, 0x94, 0x27, 0x68, 0xbb, 0xb3, 0xd2, 0xf6, 0x74,
  752. 0x26, 0x3d, 0xf1, 0xca, 0xb0, 0xa5, 0x16, 0xa1, 0x76, 0x44, 0xb6, 0x16, 0xc6, 0x05, 0x7d, 0x48,
  753. 0xee, 0x42, 0xce, 0x78, 0x66, 0x82, 0x0a, 0x4e, 0xa5, 0x72, 0xe7, 0x46, 0x1a, 0x17, 0xc6, 0xea,
  754. 0x22, 0xc1, 0x91, 0x56, 0x4e, 0xcc, 0x39, 0xc8, 0x0d, 0xda, 0x42, 0x73, 0x13, 0x54, 0x51, 0x87,
  755. 0xeb, 0xf6, 0x3f, 0x15, 0x52, 0x9f, 0xfb, 0x40, 0x3a, 0x20, 0xb5, 0x4c, 0x4e, 0x6b, 0xbe, 0x82,
  756. 0xbd, 0x7c, 0x79, 0x97, 0x39, 0x2e, 0xd9, 0xe1, 0x8d, 0x8e, 0x9e, 0xf8, 0x6a, 0x4a, 0x98, 0x85,
  757. 0xa1, 0xd4, 0xae, 0x27, 0x54, 0xb1, 0x8b, 0x76, 0x57, 0x25, 0x65, 0xe0, 0x15, 0x93, 0x70, 0x73,
  758. 0x34, 0xdb, 0x70, 0x30, 0xed, 0x7f, 0x2b, 0xa4, 0xf5, 0x56, 0xbe, 0xe8, 0x21, 0x79, 0x96, 0x72,
  759. 0xc3, 0xe2, 0x0c, 0x22, 0x63, 0x35, 0x80, 0x8d, 0xca, 0x01, 0x1d, 0x69, 0x30, 0x32, 0x2b, 0x30,
  760. 0x0f, 0xee, 0x5f, 0xc5, 0xbd, 0xf0, 0x49, 0x49, 0x3c, 0x43, 0xde, 0xae, 0xa7, 0x85, 0x33, 0x96,
  761. 0x1b, 0x93, 0x57, 0x36, 0xcf, 0x22, 0xc3, 0x04, 0xb7, 0xfc, 0x4f, 0x36, 0x4b, 0x61, 0x63, 0xc5,
  762. 0x98, 0xfc, 0xc9, 0xe6, 0xd9, 0xd9, 0x9c, 0x28, 0x6c, 0x5e, 0x2d, 0x20, 0xed, 0x6b, 0xf2, 0xe0,
  763. 0x9d, 0xc3, 0x8e, 0x36, 0x49, 0xf5, 0x77, 0x98, 0x94, 0xff, 0x7b, 0xdc, 0x92, 0xee, 0x91, 0x75,
  764. 0xdf, 0x95, 0xd7, 0x6e, 0xf1, 0x36, 0x17, 0x4c, 0x43, 0x2f, 0xfd, 0x76, 0xed, 0x9b, 0xca, 0xde,
  765. 0x5f, 0xe4, 0x69, 0x22, 0xf3, 0x65, 0xea, 0xbd, 0xe6, 0x91, 0x8c, 0x5d, 0x02, 0x0a, 0x9d, 0xc0,
  766. 0xa9, 0xab, 0xb8, 0xd3, 0xca, 0xeb, 0xdd, 0x52, 0x30, 0x94, 0x6e, 0xf2, 0xf4, 0xa4, 0x1e, 0xf6,
  767. 0x87, 0x20, 0xb0, 0x1e, 0xfb, 0xfe, 0x88, 0x29, 0x6e, 0xde, 0xf9, 0xdf, 0xef, 0x3b, 0xbf, 0xfd,
  768. 0x7b, 0xad, 0x3a, 0x38, 0x3f, 0x8b, 0xef, 0xa2, 0xe6, 0xcb, 0xff, 0x03, 0x00, 0x00, 0xff, 0xff,
  769. 0xef, 0x7f, 0xde, 0x75, 0x90, 0x0a, 0x00, 0x00,
  770. }