google-cloud-talent-v4beta1 0.12.0 → 0.14.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/README.md +1 -1
- data/lib/google/cloud/talent/v4beta1/company_service/client.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/company_service/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/completion/client.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/completion/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/event_service/client.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/event_service/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/job_service/client.rb +21 -2
- data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/job_service/rest/client.rb +21 -2
- data/lib/google/cloud/talent/v4beta1/job_service/rest/operations.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/job_service_pb.rb +2 -1
- data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/tenant_service/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
- data/proto_docs/google/cloud/talent/v4beta1/common.rb +4 -0
- data/proto_docs/google/cloud/talent/v4beta1/filters.rb +4 -0
- data/proto_docs/google/cloud/talent/v4beta1/job_service.rb +28 -0
- data/proto_docs/google/longrunning/operations.rb +4 -0
- metadata +6 -9
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5aebe275490af4cddd0d388dabd0b71267b20af62a5681c6f7ef34d1ebf9e457
|
4
|
+
data.tar.gz: 59e3ef14510b0483eacb7e415bacca025f65b52e5ac194d2718c878fe146382d
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 003fd7a3bb43d88b83d8fee23c96543d5800d61b0bffb4293fd5810f5f52ed56c0c9c7350ca7de3012635ee4f906bd10393fdbf556139949d38b0a0ac984aa9e
|
7
|
+
data.tar.gz: bfef0f348535ded4b3ed3c9d83d4c80e6c461d8e2399a0565a65408fdef3d3efa4a44e72bbf66c6c3432ab7dee44a6409d5864d8561a732a93722f2dedf1adff
|
data/README.md
CHANGED
@@ -86,7 +86,7 @@ To browse ready to use code samples check [Google Cloud Samples](https://cloud.g
|
|
86
86
|
|
87
87
|
## Supported Ruby Versions
|
88
88
|
|
89
|
-
This library is supported on Ruby
|
89
|
+
This library is supported on Ruby 3.0+.
|
90
90
|
|
91
91
|
Google provides official support for Ruby versions that are actively supported
|
92
92
|
by Ruby Core—that is, Ruby versions that are either in normal maintenance or
|
@@ -730,6 +730,13 @@ module Google
|
|
730
730
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
731
731
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
732
732
|
# * (`nil`) indicating no credentials
|
733
|
+
#
|
734
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
735
|
+
# external source for authentication to Google Cloud, you must validate it before
|
736
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
737
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
738
|
+
# For more information, refer to [Validate credential configurations from external
|
739
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
733
740
|
# @return [::Object]
|
734
741
|
# @!attribute [rw] scope
|
735
742
|
# The OAuth scopes
|
@@ -686,6 +686,13 @@ module Google
|
|
686
686
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
687
687
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
688
688
|
# * (`nil`) indicating no credentials
|
689
|
+
#
|
690
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
691
|
+
# external source for authentication to Google Cloud, you must validate it before
|
692
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
693
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
694
|
+
# For more information, refer to [Validate credential configurations from external
|
695
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
689
696
|
# @return [::Object]
|
690
697
|
# @!attribute [rw] scope
|
691
698
|
# The OAuth scopes
|
@@ -354,6 +354,13 @@ module Google
|
|
354
354
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
355
355
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
356
356
|
# * (`nil`) indicating no credentials
|
357
|
+
#
|
358
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
359
|
+
# external source for authentication to Google Cloud, you must validate it before
|
360
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
361
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
362
|
+
# For more information, refer to [Validate credential configurations from external
|
363
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
357
364
|
# @return [::Object]
|
358
365
|
# @!attribute [rw] scope
|
359
366
|
# The OAuth scopes
|
@@ -338,6 +338,13 @@ module Google
|
|
338
338
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
339
339
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
340
340
|
# * (`nil`) indicating no credentials
|
341
|
+
#
|
342
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
343
|
+
# external source for authentication to Google Cloud, you must validate it before
|
344
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
345
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
346
|
+
# For more information, refer to [Validate credential configurations from external
|
347
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
341
348
|
# @return [::Object]
|
342
349
|
# @!attribute [rw] scope
|
343
350
|
# The OAuth scopes
|
@@ -327,6 +327,13 @@ module Google
|
|
327
327
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
328
328
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
329
329
|
# * (`nil`) indicating no credentials
|
330
|
+
#
|
331
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
332
|
+
# external source for authentication to Google Cloud, you must validate it before
|
333
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
334
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
335
|
+
# For more information, refer to [Validate credential configurations from external
|
336
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
330
337
|
# @return [::Object]
|
331
338
|
# @!attribute [rw] scope
|
332
339
|
# The OAuth scopes
|
@@ -311,6 +311,13 @@ module Google
|
|
311
311
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
312
312
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
313
313
|
# * (`nil`) indicating no credentials
|
314
|
+
#
|
315
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
316
|
+
# external source for authentication to Google Cloud, you must validate it before
|
317
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
318
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
319
|
+
# For more information, refer to [Validate credential configurations from external
|
320
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
314
321
|
# @return [::Object]
|
315
322
|
# @!attribute [rw] scope
|
316
323
|
# The OAuth scopes
|
@@ -1082,7 +1082,7 @@ module Google
|
|
1082
1082
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1083
1083
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
1084
1084
|
#
|
1085
|
-
# @overload search_jobs(parent: nil, search_mode: nil, request_metadata: nil, job_query: nil, enable_broadening: nil, require_precise_result_size: nil, histogram_queries: nil, job_view: nil, offset: nil, page_size: nil, page_token: nil, order_by: nil, diversification_level: nil, custom_ranking_info: nil, disable_keyword_match: nil, keyword_match_mode: nil)
|
1085
|
+
# @overload search_jobs(parent: nil, search_mode: nil, request_metadata: nil, job_query: nil, enable_broadening: nil, require_precise_result_size: nil, histogram_queries: nil, job_view: nil, offset: nil, page_size: nil, page_token: nil, order_by: nil, diversification_level: nil, custom_ranking_info: nil, disable_keyword_match: nil, keyword_match_mode: nil, relevance_threshold: nil)
|
1086
1086
|
# Pass arguments to `search_jobs` via keyword arguments. Note that at
|
1087
1087
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1088
1088
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1365,6 +1365,12 @@ module Google
|
|
1365
1365
|
# Defaults to
|
1366
1366
|
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode::KEYWORD_MATCH_ALL KeywordMatchMode.KEYWORD_MATCH_ALL}
|
1367
1367
|
# if no value is specified.
|
1368
|
+
# @param relevance_threshold [::Google::Cloud::Talent::V4beta1::SearchJobsRequest::RelevanceThreshold]
|
1369
|
+
# Optional. The relevance threshold of the search results.
|
1370
|
+
#
|
1371
|
+
# Default to Google defined threshold, leveraging a balance of
|
1372
|
+
# precision and recall to deliver both highly accurate results and
|
1373
|
+
# comprehensive coverage of relevant information.
|
1368
1374
|
#
|
1369
1375
|
# @yield [response, operation] Access the result along with the RPC operation
|
1370
1376
|
# @yieldparam response [::Google::Cloud::Talent::V4beta1::SearchJobsResponse]
|
@@ -1454,7 +1460,7 @@ module Google
|
|
1454
1460
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1455
1461
|
# Overrides the default settings for this call, e.g, timeout, retries, etc. Optional.
|
1456
1462
|
#
|
1457
|
-
# @overload search_jobs_for_alert(parent: nil, search_mode: nil, request_metadata: nil, job_query: nil, enable_broadening: nil, require_precise_result_size: nil, histogram_queries: nil, job_view: nil, offset: nil, page_size: nil, page_token: nil, order_by: nil, diversification_level: nil, custom_ranking_info: nil, disable_keyword_match: nil, keyword_match_mode: nil)
|
1463
|
+
# @overload search_jobs_for_alert(parent: nil, search_mode: nil, request_metadata: nil, job_query: nil, enable_broadening: nil, require_precise_result_size: nil, histogram_queries: nil, job_view: nil, offset: nil, page_size: nil, page_token: nil, order_by: nil, diversification_level: nil, custom_ranking_info: nil, disable_keyword_match: nil, keyword_match_mode: nil, relevance_threshold: nil)
|
1458
1464
|
# Pass arguments to `search_jobs_for_alert` via keyword arguments. Note that at
|
1459
1465
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1460
1466
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1737,6 +1743,12 @@ module Google
|
|
1737
1743
|
# Defaults to
|
1738
1744
|
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode::KEYWORD_MATCH_ALL KeywordMatchMode.KEYWORD_MATCH_ALL}
|
1739
1745
|
# if no value is specified.
|
1746
|
+
# @param relevance_threshold [::Google::Cloud::Talent::V4beta1::SearchJobsRequest::RelevanceThreshold]
|
1747
|
+
# Optional. The relevance threshold of the search results.
|
1748
|
+
#
|
1749
|
+
# Default to Google defined threshold, leveraging a balance of
|
1750
|
+
# precision and recall to deliver both highly accurate results and
|
1751
|
+
# comprehensive coverage of relevant information.
|
1740
1752
|
#
|
1741
1753
|
# @yield [response, operation] Access the result along with the RPC operation
|
1742
1754
|
# @yieldparam response [::Google::Cloud::Talent::V4beta1::SearchJobsResponse]
|
@@ -1846,6 +1858,13 @@ module Google
|
|
1846
1858
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1847
1859
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1848
1860
|
# * (`nil`) indicating no credentials
|
1861
|
+
#
|
1862
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1863
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1864
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1865
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1866
|
+
# For more information, refer to [Validate credential configurations from external
|
1867
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1849
1868
|
# @return [::Object]
|
1850
1869
|
# @!attribute [rw] scope
|
1851
1870
|
# The OAuth scopes
|
@@ -640,6 +640,13 @@ module Google
|
|
640
640
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
641
641
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
642
642
|
# * (`nil`) indicating no credentials
|
643
|
+
#
|
644
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
645
|
+
# external source for authentication to Google Cloud, you must validate it before
|
646
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
647
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
648
|
+
# For more information, refer to [Validate credential configurations from external
|
649
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
643
650
|
# @return [::Object]
|
644
651
|
# @!attribute [rw] scope
|
645
652
|
# The OAuth scopes
|
@@ -1019,7 +1019,7 @@ module Google
|
|
1019
1019
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1020
1020
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1021
1021
|
#
|
1022
|
-
# @overload search_jobs(parent: nil, search_mode: nil, request_metadata: nil, job_query: nil, enable_broadening: nil, require_precise_result_size: nil, histogram_queries: nil, job_view: nil, offset: nil, page_size: nil, page_token: nil, order_by: nil, diversification_level: nil, custom_ranking_info: nil, disable_keyword_match: nil, keyword_match_mode: nil)
|
1022
|
+
# @overload search_jobs(parent: nil, search_mode: nil, request_metadata: nil, job_query: nil, enable_broadening: nil, require_precise_result_size: nil, histogram_queries: nil, job_view: nil, offset: nil, page_size: nil, page_token: nil, order_by: nil, diversification_level: nil, custom_ranking_info: nil, disable_keyword_match: nil, keyword_match_mode: nil, relevance_threshold: nil)
|
1023
1023
|
# Pass arguments to `search_jobs` via keyword arguments. Note that at
|
1024
1024
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1025
1025
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1302,6 +1302,12 @@ module Google
|
|
1302
1302
|
# Defaults to
|
1303
1303
|
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode::KEYWORD_MATCH_ALL KeywordMatchMode.KEYWORD_MATCH_ALL}
|
1304
1304
|
# if no value is specified.
|
1305
|
+
# @param relevance_threshold [::Google::Cloud::Talent::V4beta1::SearchJobsRequest::RelevanceThreshold]
|
1306
|
+
# Optional. The relevance threshold of the search results.
|
1307
|
+
#
|
1308
|
+
# Default to Google defined threshold, leveraging a balance of
|
1309
|
+
# precision and recall to deliver both highly accurate results and
|
1310
|
+
# comprehensive coverage of relevant information.
|
1305
1311
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1306
1312
|
# @yieldparam result [::Google::Cloud::Talent::V4beta1::SearchJobsResponse]
|
1307
1313
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -1384,7 +1390,7 @@ module Google
|
|
1384
1390
|
# @param options [::Gapic::CallOptions, ::Hash]
|
1385
1391
|
# Overrides the default settings for this call, e.g, timeout, retries etc. Optional.
|
1386
1392
|
#
|
1387
|
-
# @overload search_jobs_for_alert(parent: nil, search_mode: nil, request_metadata: nil, job_query: nil, enable_broadening: nil, require_precise_result_size: nil, histogram_queries: nil, job_view: nil, offset: nil, page_size: nil, page_token: nil, order_by: nil, diversification_level: nil, custom_ranking_info: nil, disable_keyword_match: nil, keyword_match_mode: nil)
|
1393
|
+
# @overload search_jobs_for_alert(parent: nil, search_mode: nil, request_metadata: nil, job_query: nil, enable_broadening: nil, require_precise_result_size: nil, histogram_queries: nil, job_view: nil, offset: nil, page_size: nil, page_token: nil, order_by: nil, diversification_level: nil, custom_ranking_info: nil, disable_keyword_match: nil, keyword_match_mode: nil, relevance_threshold: nil)
|
1388
1394
|
# Pass arguments to `search_jobs_for_alert` via keyword arguments. Note that at
|
1389
1395
|
# least one keyword argument is required. To specify no parameters, or to keep all
|
1390
1396
|
# the default parameter values, pass an empty Hash as a request object (see above).
|
@@ -1667,6 +1673,12 @@ module Google
|
|
1667
1673
|
# Defaults to
|
1668
1674
|
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode::KEYWORD_MATCH_ALL KeywordMatchMode.KEYWORD_MATCH_ALL}
|
1669
1675
|
# if no value is specified.
|
1676
|
+
# @param relevance_threshold [::Google::Cloud::Talent::V4beta1::SearchJobsRequest::RelevanceThreshold]
|
1677
|
+
# Optional. The relevance threshold of the search results.
|
1678
|
+
#
|
1679
|
+
# Default to Google defined threshold, leveraging a balance of
|
1680
|
+
# precision and recall to deliver both highly accurate results and
|
1681
|
+
# comprehensive coverage of relevant information.
|
1670
1682
|
# @yield [result, operation] Access the result along with the TransportOperation object
|
1671
1683
|
# @yieldparam result [::Google::Cloud::Talent::V4beta1::SearchJobsResponse]
|
1672
1684
|
# @yieldparam operation [::Gapic::Rest::TransportOperation]
|
@@ -1767,6 +1779,13 @@ module Google
|
|
1767
1779
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1768
1780
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1769
1781
|
# * (`nil`) indicating no credentials
|
1782
|
+
#
|
1783
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1784
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1785
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1786
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1787
|
+
# For more information, refer to [Validate credential configurations from external
|
1788
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1770
1789
|
# @return [::Object]
|
1771
1790
|
# @!attribute [rw] scope
|
1772
1791
|
# The OAuth scopes
|
@@ -502,6 +502,13 @@ module Google
|
|
502
502
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
503
503
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
504
504
|
# * (`nil`) indicating no credentials
|
505
|
+
#
|
506
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
507
|
+
# external source for authentication to Google Cloud, you must validate it before
|
508
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
509
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
510
|
+
# For more information, refer to [Validate credential configurations from external
|
511
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
505
512
|
# @return [::Object]
|
506
513
|
# @!attribute [rw] scope
|
507
514
|
# The OAuth scopes
|
@@ -19,7 +19,7 @@ require 'google/protobuf/field_mask_pb'
|
|
19
19
|
require 'google/rpc/status_pb'
|
20
20
|
|
21
21
|
|
22
|
-
descriptor_data = "\n-google/cloud/talent/v4beta1/job_service.proto\x12\x1bgoogle.cloud.talent.v4beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a(google/cloud/talent/v4beta1/common.proto\x1a)google/cloud/talent/v4beta1/filters.proto\x1a+google/cloud/talent/v4beta1/histogram.proto\x1a%google/cloud/talent/v4beta1/job.proto\x1a#google/longrunning/operations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x17google/rpc/status.proto\"w\n\x10\x43reateJobRequest\x12/\n\x06parent\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\x12\x17jobs.googleapis.com/Job\x12\x32\n\x03job\x18\x02 \x01(\x0b\x32 .google.cloud.talent.v4beta1.JobB\x03\xe0\x41\x02\">\n\rGetJobRequest\x12-\n\x04name\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\n\x17jobs.googleapis.com/Job\"w\n\x10UpdateJobRequest\x12\x32\n\x03job\x18\x01 \x01(\x0b\x32 .google.cloud.talent.v4beta1.JobB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"A\n\x10\x44\x65leteJobRequest\x12-\n\x04name\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\n\x17jobs.googleapis.com/Job\"^\n\x16\x42\x61tchDeleteJobsRequest\x12/\n\x06parent\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\x12\x17jobs.googleapis.com/Job\x12\x13\n\x06\x66ilter\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\xb6\x01\n\x0fListJobsRequest\x12/\n\x06parent\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\x12\x17jobs.googleapis.com/Job\x12\x13\n\x06\x66ilter\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x11\n\tpage_size\x18\x04 \x01(\x05\x12\x36\n\x08job_view\x18\x05 \x01(\x0e\x32$.google.cloud.talent.v4beta1.JobView\"\x9c\x01\n\x10ListJobsResponse\x12.\n\x04jobs\x18\x01 \x03(\x0b\x32 .google.cloud.talent.v4beta1.Job\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12?\n\x08metadata\x18\x03 \x01(\x0b\x32-.google.cloud.talent.v4beta1.ResponseMetadata\"\
|
22
|
+
descriptor_data = "\n-google/cloud/talent/v4beta1/job_service.proto\x12\x1bgoogle.cloud.talent.v4beta1\x1a\x1cgoogle/api/annotations.proto\x1a\x17google/api/client.proto\x1a\x1fgoogle/api/field_behavior.proto\x1a\x19google/api/resource.proto\x1a(google/cloud/talent/v4beta1/common.proto\x1a)google/cloud/talent/v4beta1/filters.proto\x1a+google/cloud/talent/v4beta1/histogram.proto\x1a%google/cloud/talent/v4beta1/job.proto\x1a#google/longrunning/operations.proto\x1a\x1egoogle/protobuf/duration.proto\x1a\x1bgoogle/protobuf/empty.proto\x1a google/protobuf/field_mask.proto\x1a\x17google/rpc/status.proto\"w\n\x10\x43reateJobRequest\x12/\n\x06parent\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\x12\x17jobs.googleapis.com/Job\x12\x32\n\x03job\x18\x02 \x01(\x0b\x32 .google.cloud.talent.v4beta1.JobB\x03\xe0\x41\x02\">\n\rGetJobRequest\x12-\n\x04name\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\n\x17jobs.googleapis.com/Job\"w\n\x10UpdateJobRequest\x12\x32\n\x03job\x18\x01 \x01(\x0b\x32 .google.cloud.talent.v4beta1.JobB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x02 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"A\n\x10\x44\x65leteJobRequest\x12-\n\x04name\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\n\x17jobs.googleapis.com/Job\"^\n\x16\x42\x61tchDeleteJobsRequest\x12/\n\x06parent\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\x12\x17jobs.googleapis.com/Job\x12\x13\n\x06\x66ilter\x18\x02 \x01(\tB\x03\xe0\x41\x02\"\xb6\x01\n\x0fListJobsRequest\x12/\n\x06parent\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\x12\x17jobs.googleapis.com/Job\x12\x13\n\x06\x66ilter\x18\x02 \x01(\tB\x03\xe0\x41\x02\x12\x12\n\npage_token\x18\x03 \x01(\t\x12\x11\n\tpage_size\x18\x04 \x01(\x05\x12\x36\n\x08job_view\x18\x05 \x01(\x0e\x32$.google.cloud.talent.v4beta1.JobView\"\x9c\x01\n\x10ListJobsResponse\x12.\n\x04jobs\x18\x01 \x03(\x0b\x32 .google.cloud.talent.v4beta1.Job\x12\x17\n\x0fnext_page_token\x18\x02 \x01(\t\x12?\n\x08metadata\x18\x03 \x01(\x0b\x32-.google.cloud.talent.v4beta1.ResponseMetadata\"\x86\r\n\x11SearchJobsRequest\x12/\n\x06parent\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\x12\x17jobs.googleapis.com/Job\x12N\n\x0bsearch_mode\x18\x02 \x01(\x0e\x32\x39.google.cloud.talent.v4beta1.SearchJobsRequest.SearchMode\x12K\n\x10request_metadata\x18\x03 \x01(\x0b\x32,.google.cloud.talent.v4beta1.RequestMetadataB\x03\xe0\x41\x02\x12\x38\n\tjob_query\x18\x04 \x01(\x0b\x32%.google.cloud.talent.v4beta1.JobQuery\x12\x19\n\x11\x65nable_broadening\x18\x05 \x01(\x08\x12\'\n\x1brequire_precise_result_size\x18\x06 \x01(\x08\x42\x02\x18\x01\x12\x46\n\x11histogram_queries\x18\x07 \x03(\x0b\x32+.google.cloud.talent.v4beta1.HistogramQuery\x12\x36\n\x08job_view\x18\x08 \x01(\x0e\x32$.google.cloud.talent.v4beta1.JobView\x12\x0e\n\x06offset\x18\t \x01(\x05\x12\x11\n\tpage_size\x18\n \x01(\x05\x12\x12\n\npage_token\x18\x0b \x01(\t\x12\x10\n\x08order_by\x18\x0c \x01(\t\x12\x62\n\x15\x64iversification_level\x18\r \x01(\x0e\x32\x43.google.cloud.talent.v4beta1.SearchJobsRequest.DiversificationLevel\x12]\n\x13\x63ustom_ranking_info\x18\x0e \x01(\x0b\x32@.google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo\x12\x1d\n\x15\x64isable_keyword_match\x18\x10 \x01(\x08\x12[\n\x12keyword_match_mode\x18\x12 \x01(\x0e\x32?.google.cloud.talent.v4beta1.SearchJobsRequest.KeywordMatchMode\x12\x63\n\x13relevance_threshold\x18\x13 \x01(\x0e\x32\x41.google.cloud.talent.v4beta1.SearchJobsRequest.RelevanceThresholdB\x03\xe0\x41\x01\x1a\x9a\x02\n\x11\x43ustomRankingInfo\x12o\n\x10importance_level\x18\x01 \x01(\x0e\x32P.google.cloud.talent.v4beta1.SearchJobsRequest.CustomRankingInfo.ImportanceLevelB\x03\xe0\x41\x02\x12\x1f\n\x12ranking_expression\x18\x02 \x01(\tB\x03\xe0\x41\x02\"s\n\x0fImportanceLevel\x12 \n\x1cIMPORTANCE_LEVEL_UNSPECIFIED\x10\x00\x12\x08\n\x04NONE\x10\x01\x12\x07\n\x03LOW\x10\x02\x12\x08\n\x04MILD\x10\x03\x12\n\n\x06MEDIUM\x10\x04\x12\x08\n\x04HIGH\x10\x05\x12\x0b\n\x07\x45XTREME\x10\x06\"R\n\nSearchMode\x12\x1b\n\x17SEARCH_MODE_UNSPECIFIED\x10\x00\x12\x0e\n\nJOB_SEARCH\x10\x01\x12\x17\n\x13\x46\x45\x41TURED_JOB_SEARCH\x10\x02\"W\n\x14\x44iversificationLevel\x12%\n!DIVERSIFICATION_LEVEL_UNSPECIFIED\x10\x00\x12\x0c\n\x08\x44ISABLED\x10\x01\x12\n\n\x06SIMPLE\x10\x02\"\x87\x01\n\x10KeywordMatchMode\x12\"\n\x1eKEYWORD_MATCH_MODE_UNSPECIFIED\x10\x00\x12\x1a\n\x16KEYWORD_MATCH_DISABLED\x10\x01\x12\x15\n\x11KEYWORD_MATCH_ALL\x10\x02\x12\x1c\n\x18KEYWORD_MATCH_TITLE_ONLY\x10\x03\"d\n\x12RelevanceThreshold\x12#\n\x1fRELEVANCE_THRESHOLD_UNSPECIFIED\x10\x00\x12\n\n\x06LOWEST\x10\x01\x12\x07\n\x03LOW\x10\x02\x12\n\n\x06MEDIUM\x10\x03\x12\x08\n\x04HIGH\x10\x04\"\xd7\x06\n\x12SearchJobsResponse\x12R\n\rmatching_jobs\x18\x01 \x03(\x0b\x32;.google.cloud.talent.v4beta1.SearchJobsResponse.MatchingJob\x12R\n\x17histogram_query_results\x18\x02 \x03(\x0b\x32\x31.google.cloud.talent.v4beta1.HistogramQueryResult\x12\x17\n\x0fnext_page_token\x18\x03 \x01(\t\x12?\n\x10location_filters\x18\x04 \x03(\x0b\x32%.google.cloud.talent.v4beta1.Location\x12\x1c\n\x14\x65stimated_total_size\x18\x05 \x01(\x05\x12\x12\n\ntotal_size\x18\x06 \x01(\x05\x12?\n\x08metadata\x18\x07 \x01(\x0b\x32-.google.cloud.talent.v4beta1.ResponseMetadata\x12\"\n\x1a\x62roadened_query_jobs_count\x18\x08 \x01(\x05\x12I\n\x10spell_correction\x18\t \x01(\x0b\x32/.google.cloud.talent.v4beta1.SpellingCorrection\x1a\xdc\x01\n\x0bMatchingJob\x12-\n\x03job\x18\x01 \x01(\x0b\x32 .google.cloud.talent.v4beta1.Job\x12\x13\n\x0bjob_summary\x18\x02 \x01(\t\x12\x19\n\x11job_title_snippet\x18\x03 \x01(\t\x12\x1b\n\x13search_text_snippet\x18\x04 \x01(\t\x12Q\n\x0c\x63ommute_info\x18\x05 \x01(\x0b\x32;.google.cloud.talent.v4beta1.SearchJobsResponse.CommuteInfo\x1a~\n\x0b\x43ommuteInfo\x12;\n\x0cjob_location\x18\x01 \x01(\x0b\x32%.google.cloud.talent.v4beta1.Location\x12\x32\n\x0ftravel_duration\x18\x02 \x01(\x0b\x32\x19.google.protobuf.Duration\"~\n\x16\x42\x61tchCreateJobsRequest\x12/\n\x06parent\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\x12\x17jobs.googleapis.com/Job\x12\x33\n\x04jobs\x18\x02 \x03(\x0b\x32 .google.cloud.talent.v4beta1.JobB\x03\xe0\x41\x02\"\xaf\x01\n\x16\x42\x61tchUpdateJobsRequest\x12/\n\x06parent\x18\x01 \x01(\tB\x1f\xe0\x41\x02\xfa\x41\x19\x12\x17jobs.googleapis.com/Job\x12\x33\n\x04jobs\x18\x02 \x03(\x0b\x32 .google.cloud.talent.v4beta1.JobB\x03\xe0\x41\x02\x12/\n\x0bupdate_mask\x18\x03 \x01(\x0b\x32\x1a.google.protobuf.FieldMask\"\xc4\x01\n\x12JobOperationResult\x12N\n\x0bjob_results\x18\x01 \x03(\x0b\x32\x39.google.cloud.talent.v4beta1.JobOperationResult.JobResult\x1a^\n\tJobResult\x12-\n\x03job\x18\x01 \x01(\x0b\x32 .google.cloud.talent.v4beta1.Job\x12\"\n\x06status\x18\x02 \x01(\x0b\x32\x12.google.rpc.Status*v\n\x07JobView\x12\x18\n\x14JOB_VIEW_UNSPECIFIED\x10\x00\x12\x14\n\x10JOB_VIEW_ID_ONLY\x10\x01\x12\x14\n\x10JOB_VIEW_MINIMAL\x10\x02\x12\x12\n\x0eJOB_VIEW_SMALL\x10\x03\x12\x11\n\rJOB_VIEW_FULL\x10\x04\x32\xce\x12\n\nJobService\x12\xc9\x01\n\tCreateJob\x12-.google.cloud.talent.v4beta1.CreateJobRequest\x1a .google.cloud.talent.v4beta1.Job\"k\xda\x41\nparent,job\x82\xd3\xe4\x93\x02X\"+/v4beta1/{parent=projects/*/tenants/*}/jobs:\x01*Z&\"!/v4beta1/{parent=projects/*}/jobs:\x01*\x12\x9b\x02\n\x0f\x42\x61tchCreateJobs\x12\x33.google.cloud.talent.v4beta1.BatchCreateJobsRequest\x1a\x1d.google.longrunning.Operation\"\xb3\x01\xca\x41,\n\x12JobOperationResult\x12\x16\x42\x61tchOperationMetadata\xda\x41\x0bparent,jobs\x82\xd3\xe4\x93\x02p\"7/v4beta1/{parent=projects/*/tenants/*}/jobs:batchCreate:\x01*Z2\"-/v4beta1/{parent=projects/*}/jobs:batchCreate:\x01*\x12\xb7\x01\n\x06GetJob\x12*.google.cloud.talent.v4beta1.GetJobRequest\x1a .google.cloud.talent.v4beta1.Job\"_\xda\x41\x04name\x82\xd3\xe4\x93\x02R\x12+/v4beta1/{name=projects/*/tenants/*/jobs/*}Z#\x12!/v4beta1/{name=projects/*/jobs/*}\x12\xca\x01\n\tUpdateJob\x12-.google.cloud.talent.v4beta1.UpdateJobRequest\x1a .google.cloud.talent.v4beta1.Job\"l\xda\x41\x03job\x82\xd3\xe4\x93\x02`2//v4beta1/{job.name=projects/*/tenants/*/jobs/*}:\x01*Z*2%/v4beta1/{job.name=projects/*/jobs/*}:\x01*\x12\x9b\x02\n\x0f\x42\x61tchUpdateJobs\x12\x33.google.cloud.talent.v4beta1.BatchUpdateJobsRequest\x1a\x1d.google.longrunning.Operation\"\xb3\x01\xca\x41,\n\x12JobOperationResult\x12\x16\x42\x61tchOperationMetadata\xda\x41\x0bparent,jobs\x82\xd3\xe4\x93\x02p\"7/v4beta1/{parent=projects/*/tenants/*}/jobs:batchUpdate:\x01*Z2\"-/v4beta1/{parent=projects/*}/jobs:batchUpdate:\x01*\x12\xb3\x01\n\tDeleteJob\x12-.google.cloud.talent.v4beta1.DeleteJobRequest\x1a\x16.google.protobuf.Empty\"_\xda\x41\x04name\x82\xd3\xe4\x93\x02R*+/v4beta1/{name=projects/*/tenants/*/jobs/*}Z#*!/v4beta1/{name=projects/*/jobs/*}\x12\xe4\x01\n\x0f\x42\x61tchDeleteJobs\x12\x33.google.cloud.talent.v4beta1.BatchDeleteJobsRequest\x1a\x16.google.protobuf.Empty\"\x83\x01\xda\x41\rparent,filter\x82\xd3\xe4\x93\x02m\"7/v4beta1/{parent=projects/*/tenants/*}/jobs:batchDelete:\x01*Z/\"-/v4beta1/{parent=projects/*}/jobs:batchDelete\x12\xd1\x01\n\x08ListJobs\x12,.google.cloud.talent.v4beta1.ListJobsRequest\x1a-.google.cloud.talent.v4beta1.ListJobsResponse\"h\xda\x41\rparent,filter\x82\xd3\xe4\x93\x02R\x12+/v4beta1/{parent=projects/*/tenants/*}/jobsZ#\x12!/v4beta1/{parent=projects/*}/jobs\x12\xdb\x01\n\nSearchJobs\x12..google.cloud.talent.v4beta1.SearchJobsRequest\x1a/.google.cloud.talent.v4beta1.SearchJobsResponse\"l\x82\xd3\xe4\x93\x02\x66\"2/v4beta1/{parent=projects/*/tenants/*}/jobs:search:\x01*Z-\"(/v4beta1/{parent=projects/*}/jobs:search:\x01*\x12\xf3\x01\n\x12SearchJobsForAlert\x12..google.cloud.talent.v4beta1.SearchJobsRequest\x1a/.google.cloud.talent.v4beta1.SearchJobsResponse\"|\x82\xd3\xe4\x93\x02v\":/v4beta1/{parent=projects/*/tenants/*}/jobs:searchForAlert:\x01*Z5\"0/v4beta1/{parent=projects/*}/jobs:searchForAlert:\x01*\x1al\xca\x41\x13jobs.googleapis.com\xd2\x41Shttps://www.googleapis.com/auth/cloud-platform,https://www.googleapis.com/auth/jobsBs\n\x1f\x63om.google.cloud.talent.v4beta1B\x0fJobServiceProtoP\x01Z7cloud.google.com/go/talent/apiv4beta1/talentpb;talentpb\xa2\x02\x03\x43TSb\x06proto3"
|
23
23
|
|
24
24
|
pool = Google::Protobuf::DescriptorPool.generated_pool
|
25
25
|
|
@@ -69,6 +69,7 @@ module Google
|
|
69
69
|
SearchJobsRequest::SearchMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SearchJobsRequest.SearchMode").enummodule
|
70
70
|
SearchJobsRequest::DiversificationLevel = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SearchJobsRequest.DiversificationLevel").enummodule
|
71
71
|
SearchJobsRequest::KeywordMatchMode = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SearchJobsRequest.KeywordMatchMode").enummodule
|
72
|
+
SearchJobsRequest::RelevanceThreshold = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SearchJobsRequest.RelevanceThreshold").enummodule
|
72
73
|
SearchJobsResponse = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SearchJobsResponse").msgclass
|
73
74
|
SearchJobsResponse::MatchingJob = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SearchJobsResponse.MatchingJob").msgclass
|
74
75
|
SearchJobsResponse::CommuteInfo = ::Google::Protobuf::DescriptorPool.generated_pool.lookup("google.cloud.talent.v4beta1.SearchJobsResponse.CommuteInfo").msgclass
|
@@ -709,6 +709,13 @@ module Google
|
|
709
709
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
710
710
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
711
711
|
# * (`nil`) indicating no credentials
|
712
|
+
#
|
713
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
714
|
+
# external source for authentication to Google Cloud, you must validate it before
|
715
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
716
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
717
|
+
# For more information, refer to [Validate credential configurations from external
|
718
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
712
719
|
# @return [::Object]
|
713
720
|
# @!attribute [rw] scope
|
714
721
|
# The OAuth scopes
|
@@ -665,6 +665,13 @@ module Google
|
|
665
665
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
666
666
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
667
667
|
# * (`nil`) indicating no credentials
|
668
|
+
#
|
669
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
670
|
+
# external source for authentication to Google Cloud, you must validate it before
|
671
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
672
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
673
|
+
# For more information, refer to [Validate credential configurations from external
|
674
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
668
675
|
# @return [::Object]
|
669
676
|
# @!attribute [rw] scope
|
670
677
|
# The OAuth scopes
|
@@ -365,9 +365,13 @@ module Google
|
|
365
365
|
# @!attribute [rw] amount
|
366
366
|
# @return [::Google::Type::Money]
|
367
367
|
# Compensation amount.
|
368
|
+
#
|
369
|
+
# Note: The following fields are mutually exclusive: `amount`, `range`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
368
370
|
# @!attribute [rw] range
|
369
371
|
# @return [::Google::Cloud::Talent::V4beta1::CompensationInfo::CompensationRange]
|
370
372
|
# Compensation range.
|
373
|
+
#
|
374
|
+
# Note: The following fields are mutually exclusive: `range`, `amount`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
371
375
|
# @!attribute [rw] description
|
372
376
|
# @return [::String]
|
373
377
|
# Compensation description. For example, could
|
@@ -372,12 +372,16 @@ module Google
|
|
372
372
|
# @!attribute [rw] road_traffic
|
373
373
|
# @return [::Google::Cloud::Talent::V4beta1::CommuteFilter::RoadTraffic]
|
374
374
|
# Specifies the traffic density to use when calculating commute time.
|
375
|
+
#
|
376
|
+
# Note: The following fields are mutually exclusive: `road_traffic`, `departure_time`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
375
377
|
# @!attribute [rw] departure_time
|
376
378
|
# @return [::Google::Type::TimeOfDay]
|
377
379
|
# The departure time used to calculate traffic impact, represented as
|
378
380
|
# {::Google::Type::TimeOfDay google.type.TimeOfDay} in local time zone.
|
379
381
|
#
|
380
382
|
# Currently traffic model is restricted to hour level resolution.
|
383
|
+
#
|
384
|
+
# Note: The following fields are mutually exclusive: `departure_time`, `road_traffic`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
381
385
|
class CommuteFilter
|
382
386
|
include ::Google::Protobuf::MessageExts
|
383
387
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -488,6 +488,13 @@ module Google
|
|
488
488
|
# Defaults to
|
489
489
|
# {::Google::Cloud::Talent::V4beta1::SearchJobsRequest::KeywordMatchMode::KEYWORD_MATCH_ALL KeywordMatchMode.KEYWORD_MATCH_ALL}
|
490
490
|
# if no value is specified.
|
491
|
+
# @!attribute [rw] relevance_threshold
|
492
|
+
# @return [::Google::Cloud::Talent::V4beta1::SearchJobsRequest::RelevanceThreshold]
|
493
|
+
# Optional. The relevance threshold of the search results.
|
494
|
+
#
|
495
|
+
# Default to Google defined threshold, leveraging a balance of
|
496
|
+
# precision and recall to deliver both highly accurate results and
|
497
|
+
# comprehensive coverage of relevant information.
|
491
498
|
class SearchJobsRequest
|
492
499
|
include ::Google::Protobuf::MessageExts
|
493
500
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -652,6 +659,27 @@ module Google
|
|
652
659
|
# {::Google::Cloud::Talent::V4beta1::Job#title Job.title}.
|
653
660
|
KEYWORD_MATCH_TITLE_ONLY = 3
|
654
661
|
end
|
662
|
+
|
663
|
+
# The relevance threshold of the search results. The higher relevance
|
664
|
+
# threshold is, the higher relevant results are shown and the less number of
|
665
|
+
# results are returned.
|
666
|
+
module RelevanceThreshold
|
667
|
+
# Default value. In this case, server behavior defaults to Google defined
|
668
|
+
# threshold.
|
669
|
+
RELEVANCE_THRESHOLD_UNSPECIFIED = 0
|
670
|
+
|
671
|
+
# Lowest relevance threshold.
|
672
|
+
LOWEST = 1
|
673
|
+
|
674
|
+
# Low relevance threshold.
|
675
|
+
LOW = 2
|
676
|
+
|
677
|
+
# Medium relevance threshold.
|
678
|
+
MEDIUM = 3
|
679
|
+
|
680
|
+
# High relevance threshold.
|
681
|
+
HIGH = 4
|
682
|
+
end
|
655
683
|
end
|
656
684
|
|
657
685
|
# Response for SearchJob method.
|
@@ -40,6 +40,8 @@ module Google
|
|
40
40
|
# @!attribute [rw] error
|
41
41
|
# @return [::Google::Rpc::Status]
|
42
42
|
# The error result of the operation in case of failure or cancellation.
|
43
|
+
#
|
44
|
+
# Note: The following fields are mutually exclusive: `error`, `response`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
43
45
|
# @!attribute [rw] response
|
44
46
|
# @return [::Google::Protobuf::Any]
|
45
47
|
# The normal, successful response of the operation. If the original
|
@@ -50,6 +52,8 @@ module Google
|
|
50
52
|
# is the original method name. For example, if the original method name
|
51
53
|
# is `TakeSnapshot()`, the inferred response type is
|
52
54
|
# `TakeSnapshotResponse`.
|
55
|
+
#
|
56
|
+
# Note: The following fields are mutually exclusive: `response`, `error`. If a field in that set is populated, all other fields in the set will automatically be cleared.
|
53
57
|
class Operation
|
54
58
|
include ::Google::Protobuf::MessageExts
|
55
59
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,14 +1,13 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-cloud-talent-v4beta1
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.14.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date:
|
10
|
+
date: 2025-01-29 00:00:00.000000000 Z
|
12
11
|
dependencies:
|
13
12
|
- !ruby/object:Gem::Dependency
|
14
13
|
name: gapic-common
|
@@ -16,7 +15,7 @@ dependencies:
|
|
16
15
|
requirements:
|
17
16
|
- - ">="
|
18
17
|
- !ruby/object:Gem::Version
|
19
|
-
version: 0.
|
18
|
+
version: 0.25.0
|
20
19
|
- - "<"
|
21
20
|
- !ruby/object:Gem::Version
|
22
21
|
version: 2.a
|
@@ -26,7 +25,7 @@ dependencies:
|
|
26
25
|
requirements:
|
27
26
|
- - ">="
|
28
27
|
- !ruby/object:Gem::Version
|
29
|
-
version: 0.
|
28
|
+
version: 0.25.0
|
30
29
|
- - "<"
|
31
30
|
- !ruby/object:Gem::Version
|
32
31
|
version: 2.a
|
@@ -152,7 +151,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
152
151
|
licenses:
|
153
152
|
- Apache-2.0
|
154
153
|
metadata: {}
|
155
|
-
post_install_message:
|
156
154
|
rdoc_options: []
|
157
155
|
require_paths:
|
158
156
|
- lib
|
@@ -160,15 +158,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
160
158
|
requirements:
|
161
159
|
- - ">="
|
162
160
|
- !ruby/object:Gem::Version
|
163
|
-
version: '
|
161
|
+
version: '3.0'
|
164
162
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
165
163
|
requirements:
|
166
164
|
- - ">="
|
167
165
|
- !ruby/object:Gem::Version
|
168
166
|
version: '0'
|
169
167
|
requirements: []
|
170
|
-
rubygems_version: 3.
|
171
|
-
signing_key:
|
168
|
+
rubygems_version: 3.6.2
|
172
169
|
specification_version: 4
|
173
170
|
summary: Cloud Talent Solution provides the capability to create, read, update, and
|
174
171
|
delete job postings, as well as search jobs based on keywords and filters.
|