You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// A unique user identification string, as determined by the client.
551
560
// To have the strongest positive impact on search quality
@@ -561,10 +570,16 @@ message RequestMetadata {
561
570
562
571
// Optional.
563
572
//
564
-
// If set to `true`, [domain][google.cloud.talent.v4beta1.RequestMetadata.domain], [session_id][google.cloud.talent.v4beta1.RequestMetadata.session_id] and [user_id][google.cloud.talent.v4beta1.RequestMetadata.user_id] are optional.
565
-
// Only set when any of these fields isn't available for some reason. It
566
-
// is highly recommended not to set this field and provide accurate
567
-
// [domain][google.cloud.talent.v4beta1.RequestMetadata.domain], [session_id][google.cloud.talent.v4beta1.RequestMetadata.session_id] and [user_id][google.cloud.talent.v4beta1.RequestMetadata.user_id] for the best service experience.
// [session_id][google.cloud.talent.v4beta1.RequestMetadata.session_id] and
581
+
// [user_id][google.cloud.talent.v4beta1.RequestMetadata.user_id] for the best
582
+
// service experience.
568
583
boolallow_missing_ids=4;
569
584
570
585
// Optional.
@@ -628,8 +643,10 @@ message DeviceInfo {
628
643
629
644
// Custom attribute values that are either filterable or non-filterable.
630
645
messageCustomAttribute {
631
-
// Optional but exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must
// or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values]
649
+
// must be specified.
633
650
//
634
651
// This field is used to perform a string match (`CASE_SENSITIVE_MATCH` or
635
652
// `CASE_INSENSITIVE_MATCH`) search.
@@ -641,13 +658,17 @@ message CustomAttribute {
641
658
// Empty string isn't allowed.
642
659
repeatedstringstring_values=1;
643
660
644
-
// Optional but exactly one of [string_values][google.cloud.talent.v4beta1.CustomAttribute.string_values] or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] must
// or [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values]
664
+
// must be specified.
646
665
//
647
666
// This field is used to perform number range search.
648
667
// (`EQ`, `GT`, `GE`, `LE`, `LT`) over filterable `long_value`.
649
668
//
650
-
// Currently at most 1 [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] is supported.
669
+
// Currently at most 1
670
+
// [long_values][google.cloud.talent.v4beta1.CustomAttribute.long_values] is
671
+
// supported.
651
672
repeatedint64long_values=2;
652
673
653
674
// Optional.
@@ -685,9 +706,17 @@ message CompensationInfo {
685
706
// as base pay, bonus, or other compensation type.
686
707
//
687
708
// Annualization: One compensation entry can be annualized if
688
-
// - it contains valid [amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or [range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range].
689
-
// - and its [expected_units_per_year][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.expected_units_per_year] is set or can be derived.
690
-
// Its annualized range is determined as ([amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or [range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range]) times
// For compensation amounts specified in non-monetary amounts,
763
-
// describe the compensation scheme in the [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description].
// [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description] (for example, "expect 15-20% tips based
767
-
// on customer bill.") and an estimate of the tips provided in
768
-
// [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or [CompensationEntry.range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range] ($10 per hour).
// (for example, "1% - 2% equity vesting over 4 years, 1 year cliff") and
772
-
// value estimated in [CompensationEntry.amount][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.amount] or
773
-
// [CompensationEntry.range][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.range]. If no value estimate is possible, units are
774
-
// [CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED][google.cloud.talent.v4beta1.CompensationInfo.CompensationUnit.COMPENSATION_UNIT_UNSPECIFIED] and then further
775
-
// clarified in [CompensationEntry.description][google.cloud.talent.v4beta1.CompensationInfo.CompensationEntry.description] field.
0 commit comments