google-cloud-talent 0.8.0 → 0.8.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: b3d055d328de57577f8325569f11dafea3391c70c1beafa3883682c012721c52
4
- data.tar.gz: ad6dceb30ccbb2580d4feeef0767afc05b383315c85cd5b6b04ce76f4821666b
3
+ metadata.gz: f4a6c20f49117968c2a5130b41240450832e1e12f14914976ad794829f451573
4
+ data.tar.gz: 2cdbbabbf140ecd55ecbc015a7d14e95f414da1903bcb0264ce6af47a18b0258
5
5
  SHA512:
6
- metadata.gz: bef468cf9f16eef79fd072daf9687dbbeeb9388dc14ce90bfc976443dae3f5275017996a9146c7f66c7cb528144b3f3979e7465be8be7921105f39f9bf20aea1
7
- data.tar.gz: 7549b1bfa4903337497162760fe75dfc9e01a84b98782d3300e339db68f71dbae24792b991cdc9a8d0c5ce134306441e6cb746ebfa3a09dea38be2196615b0f3
6
+ metadata.gz: 377aae7b8ef9053770bff9daccb80f574484605aa53b1aeec8a82d48b99b23a37f3f9703bd115c22f3e94e46e53cf63e5002af0d3cb96a60343cf6ec93ec6ac8
7
+ data.tar.gz: 2348a6890ed176d117212075ede36905d42e239930876221839889fa96c379831ae572990c84ba79b9047af30dbfc673fa755756b1424057a4e3f4ac9e9f3ec8
@@ -602,8 +602,8 @@ module Google
602
602
  # In the context of
603
603
  # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile#availability_signals},
604
604
  # this signal is related to the candidate's most recent application.
605
- # {Profile#availability_signals#last_update_time last_update_time} is
606
- # calculated from
605
+ # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time}
606
+ # is calculated from
607
607
  # max({Google::Cloud::Talent::V4beta1::Application#create_time Application#create_time})
608
608
  # from all {Google::Cloud::Talent::V4beta1::Application Application} records
609
609
  # where {Google::Cloud::Talent::V4beta1::Application#source Application#source}
@@ -618,18 +618,19 @@ module Google
618
618
  # {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the
619
619
  # filter is applied on
620
620
  # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile#availability_signals}
621
- # where {Profile#availability_signals#type type} is JOB_APPLICATION.
621
+ # where {Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is
622
+ # JOB_APPLICATION.
622
623
  JOB_APPLICATION = 1
623
624
 
624
625
  # Resume update signal.
625
626
  #
626
627
  # In the context of
627
628
  # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile#availability_signals},
628
- # this signal is related to the candidates most recent update to their
629
+ # this signal is related to the candidate's most recent update to their
629
630
  # resume. For a
630
631
  # {Google::Cloud::Talent::V4beta1::SummarizedProfile#summary SummarizedProfile#summary},
631
- # {Profile#availability_signals#last_update_time last_update_time} is
632
- # calculated from
632
+ # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time}
633
+ # is calculated from
633
634
  # max({Google::Cloud::Talent::V4beta1::Profile#resume_update_time Profile#resume_update_time})
634
635
  # from all
635
636
  # {Google::Cloud::Talent::V4beta1::SummarizedProfile#profiles SummarizedProfile#profiles}.
@@ -638,18 +639,19 @@ module Google
638
639
  # {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the
639
640
  # filter is applied on
640
641
  # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile#availability_signals}
641
- # where {Profile#availability_signals#type type} is RESUME_UPDATE.
642
+ # where {Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is
643
+ # RESUME_UPDATE.
642
644
  RESUME_UPDATE = 2
643
645
 
644
646
  # Candidate update signal.
645
647
  #
646
648
  # In the context of
647
649
  # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile#availability_signals},
648
- # this signal is related to the candidates most recent update to their
650
+ # this signal is related to the candidate's most recent update to their
649
651
  # profile. For a
650
652
  # {Google::Cloud::Talent::V4beta1::SummarizedProfile#summary SummarizedProfile#summary},
651
- # {Profile#availability_signals#last_update_time last_update_time} is
652
- # calculated from
653
+ # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time}
654
+ # is calculated from
653
655
  # max({Google::Cloud::Talent::V4beta1::Profile#candidate_update_time Profile#candidate_update_time})
654
656
  # from all
655
657
  # {Google::Cloud::Talent::V4beta1::SummarizedProfile#profiles SummarizedProfile#profiles}.
@@ -658,16 +660,17 @@ module Google
658
660
  # {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the
659
661
  # filter is applied on
660
662
  # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile#availability_signals}
661
- # where {Profile#availability_signals#type type} is CANDIDATE_UPDATE.
663
+ # where {Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is
664
+ # CANDIDATE_UPDATE.
662
665
  CANDIDATE_UPDATE = 3
663
666
 
664
667
  # Client submission signal.
665
668
  #
666
669
  # In the context of
667
670
  # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile#availability_signals},
668
- # this signal is related to the candidates most recent submission.
669
- # {Profile#availability_signals#last_update_time last_update_time} is
670
- # calculated from
671
+ # this signal is related to the candidate's most recent submission.
672
+ # {Google::Cloud::Talent::V4beta1::AvailabilitySignal#last_update_time last_update_time}
673
+ # is calculated from
671
674
  # max({Google::Cloud::Talent::V4beta1::Application#create_time Application#create_time})
672
675
  # from all {Google::Cloud::Talent::V4beta1::Application Application} records
673
676
  # where {Google::Cloud::Talent::V4beta1::Application#stage Application#stage} is
@@ -682,7 +685,8 @@ module Google
682
685
  # {Google::Cloud::Talent::V4beta1::AvailabilityFilter AvailabilityFilter}, the
683
686
  # filter is applied on
684
687
  # {Google::Cloud::Talent::V4beta1::Profile#availability_signals Profile#availability_signals}
685
- # where {Profile#availability_signals#type type} is CLIENT_SUBMISSION.
688
+ # where {Google::Cloud::Talent::V4beta1::AvailabilitySignal#type type} is
689
+ # CLIENT_SUBMISSION.
686
690
  CLIENT_SUBMISSION = 4
687
691
  end
688
692
 
@@ -467,8 +467,8 @@ module Google
467
467
  # or territory. If this field is not set, application behavior is biased
468
468
  # toward the United States by default.
469
469
  #
470
- # See http://cldr.unicode.org/ and
471
- # http://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
470
+ # See https://cldr.unicode.org/ and
471
+ # https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
472
472
  # for details. Example: "CH" for Switzerland.
473
473
  # Note that this filter is not applicable for Profile Search related queries.
474
474
  # @!attribute [rw] lat_lng
@@ -664,7 +664,7 @@ module Google
664
664
  # is created. For example, "projects/foo".
665
665
  # @!attribute [rw] jobs
666
666
  # @return [Array<Google::Cloud::Talent::V4beta1::Job>]
667
- # The jobs to be updated.
667
+ # Required. The jobs to be updated.
668
668
  # @!attribute [rw] update_mask
669
669
  # @return [Google::Protobuf::FieldMask]
670
670
  # Strongly recommended for the best service experience. Be aware that it will
@@ -318,7 +318,7 @@ module Google
318
318
  RESUME_TYPE_UNSPECIFIED = 0
319
319
 
320
320
  # The profile contents in HR-XML format.
321
- # See http://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more
321
+ # See https://schemas.liquid-technologies.com/hr-xml/2007-04-15/ for more
322
322
  # information about Human Resources XML.
323
323
  HRXML = 1
324
324
 
@@ -475,7 +475,7 @@ module Google
475
475
  # or LANDLINE number. The [phone
476
476
  # usage][google.cloud.talent.v4beta1.ContactInfoUsage] should be set to
477
477
  # PERSONAL for these phone types. Some more information can be found here:
478
- # http://en.wikipedia.org/wiki/Personal_Numbers
478
+ # https://en.wikipedia.org/wiki/Personal_Numbers
479
479
  VIRTUAL = 7
480
480
 
481
481
  # Voice over IP numbers. This includes TSoIP (Telephony Service over IP).
@@ -1482,7 +1482,7 @@ module Google
1482
1482
  # "projects/foo/tenant/bar". If tenant id is unspecified, a default tenant
1483
1483
  # is created. For example, "projects/foo".
1484
1484
  # @param jobs [Array<Google::Cloud::Talent::V4beta1::Job | Hash>]
1485
- # The jobs to be updated.
1485
+ # Required. The jobs to be updated.
1486
1486
  # A hash of the same form as `Google::Cloud::Talent::V4beta1::Job`
1487
1487
  # can also be provided.
1488
1488
  # @param update_mask [Google::Protobuf::FieldMask | Hash]
@@ -16,7 +16,7 @@
16
16
  module Google
17
17
  module Cloud
18
18
  module Talent
19
- VERSION = "0.8.0".freeze
19
+ VERSION = "0.8.1".freeze
20
20
  end
21
21
  end
22
22
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.8.0
4
+ version: 0.8.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-11-07 00:00:00.000000000 Z
11
+ date: 2019-11-21 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax