google-cloud-talent-v4beta1 0.13.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 +7 -0
- data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/job_service/rest/client.rb +7 -0
- data/lib/google/cloud/talent/v4beta1/job_service/rest/operations.rb +7 -0
- 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/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
|
@@ -1858,6 +1858,13 @@ module Google
|
|
1858
1858
|
# * (`GRPC::Core::Channel`) a gRPC channel with included credentials
|
1859
1859
|
# * (`GRPC::Core::ChannelCredentials`) a gRPC credentails object
|
1860
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).
|
1861
1868
|
# @return [::Object]
|
1862
1869
|
# @!attribute [rw] scope
|
1863
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
|
@@ -1779,6 +1779,13 @@ module Google
|
|
1779
1779
|
# * (`Signet::OAuth2::Client`) A signet oauth2 client object
|
1780
1780
|
# (see the [signet docs](https://rubydoc.info/gems/signet/Signet/OAuth2/Client))
|
1781
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).
|
1782
1789
|
# @return [::Object]
|
1783
1790
|
# @!attribute [rw] scope
|
1784
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
|
@@ -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
|
@@ -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: 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
|
@@ -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.
|