google-cloud-talent-v4 1.3.0 → 1.3.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/google/cloud/talent/v4/company_service/client.rb +2 -2
- data/lib/google/cloud/talent/v4/company_service/rest/client.rb +1 -1
- data/lib/google/cloud/talent/v4/completion/client.rb +2 -2
- data/lib/google/cloud/talent/v4/completion/rest/client.rb +1 -1
- data/lib/google/cloud/talent/v4/event_service/client.rb +2 -2
- data/lib/google/cloud/talent/v4/event_service/rest/client.rb +1 -1
- data/lib/google/cloud/talent/v4/job_service/client.rb +2 -2
- data/lib/google/cloud/talent/v4/job_service/operations.rb +2 -2
- data/lib/google/cloud/talent/v4/job_service/rest/client.rb +1 -1
- data/lib/google/cloud/talent/v4/job_service/rest/operations.rb +1 -1
- data/lib/google/cloud/talent/v4/tenant_service/client.rb +2 -2
- data/lib/google/cloud/talent/v4/tenant_service/rest/client.rb +1 -1
- data/lib/google/cloud/talent/v4/version.rb +1 -1
- data/proto_docs/google/api/client.rb +14 -0
- metadata +3 -3
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6baafc899bb862ba78bac19f6cc3ea913d178135711a2406bbd79b9311da9b9b
|
4
|
+
data.tar.gz: 7aff449d6557eee0162e346aa449ea7776056fbb905cfa05acf72b697068c107
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0f539269b5f2f94d7d6c6c86ad1a35a3a845487de17f05932ab68977b4d17c8f27e544a2fab14a04da4b1a91f04acef7b6e2d47ad844f58099efa5277b375e0c
|
7
|
+
data.tar.gz: 74ec055123e948c475566e9da8ae15bbc5ea513692daf6856c3d486ad60daad6b52d28cba1c812e67d1f264c8515be9ab14964a0bba20945269027fba491dfc3
|
@@ -780,8 +780,8 @@ module Google
|
|
780
780
|
|
781
781
|
config_attr :endpoint, nil, ::String, nil
|
782
782
|
config_attr :credentials, nil do |value|
|
783
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
784
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
783
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
784
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
785
785
|
allowed.any? { |klass| klass === value }
|
786
786
|
end
|
787
787
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -729,7 +729,7 @@ module Google
|
|
729
729
|
|
730
730
|
config_attr :endpoint, nil, ::String, nil
|
731
731
|
config_attr :credentials, nil do |value|
|
732
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
732
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
733
733
|
allowed.any? { |klass| klass === value }
|
734
734
|
end
|
735
735
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -409,8 +409,8 @@ module Google
|
|
409
409
|
|
410
410
|
config_attr :endpoint, nil, ::String, nil
|
411
411
|
config_attr :credentials, nil do |value|
|
412
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
413
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
412
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
413
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
414
414
|
allowed.any? { |klass| klass === value }
|
415
415
|
end
|
416
416
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -386,7 +386,7 @@ module Google
|
|
386
386
|
|
387
387
|
config_attr :endpoint, nil, ::String, nil
|
388
388
|
config_attr :credentials, nil do |value|
|
389
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
389
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
390
390
|
allowed.any? { |klass| klass === value }
|
391
391
|
end
|
392
392
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -387,8 +387,8 @@ module Google
|
|
387
387
|
|
388
388
|
config_attr :endpoint, nil, ::String, nil
|
389
389
|
config_attr :credentials, nil do |value|
|
390
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
391
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
390
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
391
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
392
392
|
allowed.any? { |klass| klass === value }
|
393
393
|
end
|
394
394
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -364,7 +364,7 @@ module Google
|
|
364
364
|
|
365
365
|
config_attr :endpoint, nil, ::String, nil
|
366
366
|
config_attr :credentials, nil do |value|
|
367
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
367
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
368
368
|
allowed.any? { |klass| klass === value }
|
369
369
|
end
|
370
370
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -1898,8 +1898,8 @@ module Google
|
|
1898
1898
|
|
1899
1899
|
config_attr :endpoint, nil, ::String, nil
|
1900
1900
|
config_attr :credentials, nil do |value|
|
1901
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1902
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
1901
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1902
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
1903
1903
|
allowed.any? { |klass| klass === value }
|
1904
1904
|
end
|
1905
1905
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -701,8 +701,8 @@ module Google
|
|
701
701
|
|
702
702
|
config_attr :endpoint, nil, ::String, nil
|
703
703
|
config_attr :credentials, nil do |value|
|
704
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
705
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
704
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
705
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
706
706
|
allowed.any? { |klass| klass === value }
|
707
707
|
end
|
708
708
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -1812,7 +1812,7 @@ module Google
|
|
1812
1812
|
|
1813
1813
|
config_attr :endpoint, nil, ::String, nil
|
1814
1814
|
config_attr :credentials, nil do |value|
|
1815
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
1815
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
1816
1816
|
allowed.any? { |klass| klass === value }
|
1817
1817
|
end
|
1818
1818
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -556,7 +556,7 @@ module Google
|
|
556
556
|
|
557
557
|
config_attr :endpoint, nil, ::String, nil
|
558
558
|
config_attr :credentials, nil do |value|
|
559
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
559
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
560
560
|
allowed.any? { |klass| klass === value }
|
561
561
|
end
|
562
562
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -768,8 +768,8 @@ module Google
|
|
768
768
|
|
769
769
|
config_attr :endpoint, nil, ::String, nil
|
770
770
|
config_attr :credentials, nil do |value|
|
771
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
772
|
-
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC
|
771
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
772
|
+
allowed += [::GRPC::Core::Channel, ::GRPC::Core::ChannelCredentials] if defined? ::GRPC::Core::Channel
|
773
773
|
allowed.any? { |klass| klass === value }
|
774
774
|
end
|
775
775
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -717,7 +717,7 @@ module Google
|
|
717
717
|
|
718
718
|
config_attr :endpoint, nil, ::String, nil
|
719
719
|
config_attr :credentials, nil do |value|
|
720
|
-
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Signet::OAuth2::Client, nil]
|
720
|
+
allowed = [::String, ::Hash, ::Proc, ::Symbol, ::Google::Auth::Credentials, ::Google::Auth::BaseClient, ::Signet::OAuth2::Client, nil]
|
721
721
|
allowed.any? { |klass| klass === value }
|
722
722
|
end
|
723
723
|
config_attr :scope, nil, ::String, ::Array, nil
|
@@ -221,6 +221,12 @@ module Google
|
|
221
221
|
# Pythonic which are included in `protobuf>=5.29.x`. This feature will be
|
222
222
|
# enabled by default 1 month after launching the feature in preview
|
223
223
|
# packages.
|
224
|
+
# @!attribute [rw] unversioned_package_disabled
|
225
|
+
# @return [::Boolean]
|
226
|
+
# Disables generation of an unversioned Python package for this client
|
227
|
+
# library. This means that the module names will need to be versioned in
|
228
|
+
# import statements. For example `import google.cloud.library_v2` instead
|
229
|
+
# of `import google.cloud.library`.
|
224
230
|
class ExperimentalFeatures
|
225
231
|
include ::Google::Protobuf::MessageExts
|
226
232
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
@@ -409,6 +415,14 @@ module Google
|
|
409
415
|
# @return [::Array<::String>]
|
410
416
|
# An allowlist of the fully qualified names of RPCs that should be included
|
411
417
|
# on public client surfaces.
|
418
|
+
# @!attribute [rw] generate_omitted_as_internal
|
419
|
+
# @return [::Boolean]
|
420
|
+
# Setting this to true indicates to the client generators that methods
|
421
|
+
# that would be excluded from the generation should instead be generated
|
422
|
+
# in a way that indicates these methods should not be consumed by
|
423
|
+
# end users. How this is expressed is up to individual language
|
424
|
+
# implementations to decide. Some examples may be: added annotations,
|
425
|
+
# obfuscated identifiers, or other language idiomatic patterns.
|
412
426
|
class SelectiveGapicGeneration
|
413
427
|
include ::Google::Protobuf::MessageExts
|
414
428
|
extend ::Google::Protobuf::MessageExts::ClassMethods
|
metadata
CHANGED
@@ -1,13 +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.3.
|
4
|
+
version: 1.3.1
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Google LLC
|
8
8
|
bindir: bin
|
9
9
|
cert_chain: []
|
10
|
-
date:
|
10
|
+
date: 1980-01-02 00:00:00.000000000 Z
|
11
11
|
dependencies:
|
12
12
|
- !ruby/object:Gem::Dependency
|
13
13
|
name: gapic-common
|
@@ -164,7 +164,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
164
164
|
- !ruby/object:Gem::Version
|
165
165
|
version: '0'
|
166
166
|
requirements: []
|
167
|
-
rubygems_version: 3.6.
|
167
|
+
rubygems_version: 3.6.8
|
168
168
|
specification_version: 4
|
169
169
|
summary: Cloud Talent Solution provides the capability to create, read, update, and
|
170
170
|
delete job postings, as well as search jobs based on keywords and filters.
|