google-cloud-talent-v4 1.2.0 → 1.3.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/v4/company_service/client.rb +7 -0
- data/lib/google/cloud/talent/v4/company_service/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4/completion/client.rb +7 -0
- data/lib/google/cloud/talent/v4/completion/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4/event_service/client.rb +7 -0
- data/lib/google/cloud/talent/v4/event_service/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4/job_service/client.rb +7 -0
- data/lib/google/cloud/talent/v4/job_service/operations.rb +7 -0
- data/lib/google/cloud/talent/v4/job_service/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4/job_service/rest/operations.rb +7 -0
- data/lib/google/cloud/talent/v4/tenant_service/client.rb +7 -0
- data/lib/google/cloud/talent/v4/tenant_service/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4/version.rb +1 -1
- data/proto_docs/google/cloud/talent/v4/common.rb +4 -0
- data/proto_docs/google/cloud/talent/v4/filters.rb +4 -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: 869b001ed608ebaf0c1e264bb544b7ee6d84581afe0fbe79ed1a059c589b6b3e
|
4
|
+
data.tar.gz: 5abb35c4ffc10e560a39873df93529b2341cf15261f34d31f28aff5ffde738cb
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: edb8a748e9d4b3d2f0c3d6b6cc84889e84b82f34a7aa12182451faae4fb5963f00ede835b5fca446e6e65d00f062f290d05260c1c5fb315a46aeb254be734f76
|
7
|
+
data.tar.gz: 040f37dd3892e1e577854181db21ba69858b4501d23b1055e8d81d4adf0da5f5a39360b90434578a2e780be3986439ef63094ea33decb5fecee5516619a0d343
|
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
|
@@ -719,6 +719,13 @@ module Google
|
|
719
719
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
720
720
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
721
721
|
# * (`nil`) indicating no credentials
|
722
|
+
#
|
723
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
724
|
+
# external source for authentication to Google Cloud, you must validate it before
|
725
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
726
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
727
|
+
# For more information, refer to [Validate credential configurations from external
|
728
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
722
729
|
# @return [::Object]
|
723
730
|
# @!attribute [rw] scope
|
724
731
|
# The OAuth scopes
|
@@ -675,6 +675,13 @@ module Google
|
|
675
675
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
676
676
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
677
677
|
# * (`nil`) indicating no credentials
|
678
|
+
#
|
679
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
680
|
+
# external source for authentication to Google Cloud, you must validate it before
|
681
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
682
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
683
|
+
# For more information, refer to [Validate credential configurations from external
|
684
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
678
685
|
# @return [::Object]
|
679
686
|
# @!attribute [rw] scope
|
680
687
|
# The OAuth scopes
|
@@ -348,6 +348,13 @@ module Google
|
|
348
348
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
349
349
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
350
350
|
# * (`nil`) indicating no credentials
|
351
|
+
#
|
352
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
353
|
+
# external source for authentication to Google Cloud, you must validate it before
|
354
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
355
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
356
|
+
# For more information, refer to [Validate credential configurations from external
|
357
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
351
358
|
# @return [::Object]
|
352
359
|
# @!attribute [rw] scope
|
353
360
|
# The OAuth scopes
|
@@ -332,6 +332,13 @@ module Google
|
|
332
332
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
333
333
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
334
334
|
# * (`nil`) indicating no credentials
|
335
|
+
#
|
336
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
337
|
+
# external source for authentication to Google Cloud, you must validate it before
|
338
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
339
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
340
|
+
# For more information, refer to [Validate credential configurations from external
|
341
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
335
342
|
# @return [::Object]
|
336
343
|
# @!attribute [rw] scope
|
337
344
|
# The OAuth scopes
|
@@ -326,6 +326,13 @@ module Google
|
|
326
326
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
327
327
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
328
328
|
# * (`nil`) indicating no credentials
|
329
|
+
#
|
330
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
331
|
+
# external source for authentication to Google Cloud, you must validate it before
|
332
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
333
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
334
|
+
# For more information, refer to [Validate credential configurations from external
|
335
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
329
336
|
# @return [::Object]
|
330
337
|
# @!attribute [rw] scope
|
331
338
|
# The OAuth scopes
|
@@ -310,6 +310,13 @@ module Google
|
|
310
310
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
311
311
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
312
312
|
# * (`nil`) indicating no credentials
|
313
|
+
#
|
314
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
315
|
+
# external source for authentication to Google Cloud, you must validate it before
|
316
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
317
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
318
|
+
# For more information, refer to [Validate credential configurations from external
|
319
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
313
320
|
# @return [::Object]
|
314
321
|
# @!attribute [rw] scope
|
315
322
|
# The OAuth scopes
|
@@ -1837,6 +1837,13 @@ module Google
|
|
1837
1837
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1838
1838
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1839
1839
|
# * (`nil`) indicating no credentials
|
1840
|
+
#
|
1841
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1842
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1843
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1844
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1845
|
+
# For more information, refer to [Validate credential configurations from external
|
1846
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1840
1847
|
# @return [::Object]
|
1841
1848
|
# @!attribute [rw] scope
|
1842
1849
|
# 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
|
@@ -1758,6 +1758,13 @@ module Google
|
|
1758
1758
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1759
1759
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1760
1760
|
# * (`nil`) indicating no credentials
|
1761
|
+
#
|
1762
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
1763
|
+
# external source for authentication to Google Cloud, you must validate it before
|
1764
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
1765
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
1766
|
+
# For more information, refer to [Validate credential configurations from external
|
1767
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
1761
1768
|
# @return [::Object]
|
1762
1769
|
# @!attribute [rw] scope
|
1763
1770
|
# 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
|
@@ -707,6 +707,13 @@ module Google
|
|
707
707
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
708
708
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
709
709
|
# * (`nil`) indicating no credentials
|
710
|
+
#
|
711
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
712
|
+
# external source for authentication to Google Cloud, you must validate it before
|
713
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
714
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
715
|
+
# For more information, refer to [Validate credential configurations from external
|
716
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
710
717
|
# @return [::Object]
|
711
718
|
# @!attribute [rw] scope
|
712
719
|
# The OAuth scopes
|
@@ -663,6 +663,13 @@ module Google
|
|
663
663
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
664
664
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
665
665
|
# * (`nil`) indicating no credentials
|
666
|
+
#
|
667
|
+
# Warning: If you accept a credential configuration (JSON file or Hash) from an
|
668
|
+
# external source for authentication to Google Cloud, you must validate it before
|
669
|
+
# providing it to a Google API client library. Providing an unvalidated credential
|
670
|
+
# configuration to Google APIs can compromise the security of your systems and data.
|
671
|
+
# For more information, refer to [Validate credential configurations from external
|
672
|
+
# sources](https://cloud.google.com/docs/authentication/external/externally-sourced-credentials).
|
666
673
|
# @return [::Object]
|
667
674
|
# @!attribute [rw] scope
|
668
675
|
# The OAuth scopes
|
@@ -364,9 +364,13 @@ module Google
|
|
364
364
|
# @!attribute [rw] amount
|
365
365
|
# @return [::Google::Type::Money]
|
366
366
|
# Compensation amount.
|
367
|
+
#
|
368
|
+
# 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.
|
367
369
|
# @!attribute [rw] range
|
368
370
|
# @return [::Google::Cloud::Talent::V4::CompensationInfo::CompensationRange]
|
369
371
|
# Compensation range.
|
372
|
+
#
|
373
|
+
# 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.
|
370
374
|
# @!attribute [rw] description
|
371
375
|
# @return [::String]
|
372
376
|
# Compensation description. For example, could
|
@@ -360,12 +360,16 @@ module Google
|
|
360
360
|
# @!attribute [rw] road_traffic
|
361
361
|
# @return [::Google::Cloud::Talent::V4::CommuteFilter::RoadTraffic]
|
362
362
|
# Specifies the traffic density to use when calculating commute time.
|
363
|
+
#
|
364
|
+
# 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.
|
363
365
|
# @!attribute [rw] departure_time
|
364
366
|
# @return [::Google::Type::TimeOfDay]
|
365
367
|
# The departure time used to calculate traffic impact, represented as
|
366
368
|
# {::Google::Type::TimeOfDay google.type.TimeOfDay} in local time zone.
|
367
369
|
#
|
368
370
|
# Currently traffic model is restricted to hour level resolution.
|
371
|
+
#
|
372
|
+
# 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.
|
369
373
|
class CommuteFilter
|
370
374
|
include ::Google::Protobuf::MessageExts
|
371
375
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -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-v4
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 1.
|
4
|
+
version: 1.3.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
|
-
autorequire:
|
9
8
|
bindir: bin
|
10
9
|
cert_chain: []
|
11
|
-
date: 2025-01-
|
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
|
@@ -151,7 +150,6 @@ homepage: https://github.com/googleapis/google-cloud-ruby
|
|
151
150
|
licenses:
|
152
151
|
- Apache-2.0
|
153
152
|
metadata: {}
|
154
|
-
post_install_message:
|
155
153
|
rdoc_options: []
|
156
154
|
require_paths:
|
157
155
|
- lib
|
@@ -159,15 +157,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
|
|
159
157
|
requirements:
|
160
158
|
- - ">="
|
161
159
|
- !ruby/object:Gem::Version
|
162
|
-
version: '
|
160
|
+
version: '3.0'
|
163
161
|
required_rubygems_version: !ruby/object:Gem::Requirement
|
164
162
|
requirements:
|
165
163
|
- - ">="
|
166
164
|
- !ruby/object:Gem::Version
|
167
165
|
version: '0'
|
168
166
|
requirements: []
|
169
|
-
rubygems_version: 3.
|
170
|
-
signing_key:
|
167
|
+
rubygems_version: 3.6.2
|
171
168
|
specification_version: 4
|
172
169
|
summary: Cloud Talent Solution provides the capability to create, read, update, and
|
173
170
|
delete job postings, as well as search jobs based on keywords and filters.
|