google-cloud-talent-v4beta1 0.2.1 → 0.2.2
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/v4beta1/application_service/client.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/company_service/client.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/completion/client.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/event_service/client.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/job_service/client.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/job_service/operations.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/profile_service/client.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/tenant_service/client.rb +1 -1
- data/lib/google/cloud/talent/v4beta1/version.rb +1 -1
- data/proto_docs/google/cloud/talent/v4beta1/filters.rb +1 -1
- 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: 5c3d8050830a375070ae0f7eb0d4d33183aadecf4b8fae43df0c571dec41ab66
|
|
4
|
+
data.tar.gz: e68c18117a8ddc29a39e23695d145e8cdab93f2dab84262ff26a310031269eb5
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: d8e7d47b5f7cf9569425fe71de72b4374ff9b465fd34aa22df97e6edb6cdd083ff639debaf6c21dac0959a66e5e3e79892193bee25013062388bb874ae081cc0
|
|
7
|
+
data.tar.gz: 1c7d2e72560d830cc7add8ca07be9ad659c3d65873d3c224995cf5fe53bdb218764eacc097088e2047571e2c407bb54d93ea7ec9ad50bc28551946392b5cee64
|
|
@@ -648,7 +648,7 @@ module Google
|
|
|
648
648
|
def rpcs
|
|
649
649
|
@rpcs ||= begin
|
|
650
650
|
parent_rpcs = nil
|
|
651
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
651
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
652
652
|
Rpcs.new parent_rpcs
|
|
653
653
|
end
|
|
654
654
|
end
|
|
@@ -663,7 +663,7 @@ module Google
|
|
|
663
663
|
def rpcs
|
|
664
664
|
@rpcs ||= begin
|
|
665
665
|
parent_rpcs = nil
|
|
666
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
666
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
667
667
|
Rpcs.new parent_rpcs
|
|
668
668
|
end
|
|
669
669
|
end
|
|
@@ -366,7 +366,7 @@ module Google
|
|
|
366
366
|
def rpcs
|
|
367
367
|
@rpcs ||= begin
|
|
368
368
|
parent_rpcs = nil
|
|
369
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
369
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
370
370
|
Rpcs.new parent_rpcs
|
|
371
371
|
end
|
|
372
372
|
end
|
|
@@ -338,7 +338,7 @@ module Google
|
|
|
338
338
|
def rpcs
|
|
339
339
|
@rpcs ||= begin
|
|
340
340
|
parent_rpcs = nil
|
|
341
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
341
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
342
342
|
Rpcs.new parent_rpcs
|
|
343
343
|
end
|
|
344
344
|
end
|
|
@@ -1556,7 +1556,7 @@ module Google
|
|
|
1556
1556
|
def rpcs
|
|
1557
1557
|
@rpcs ||= begin
|
|
1558
1558
|
parent_rpcs = nil
|
|
1559
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
1559
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
1560
1560
|
Rpcs.new parent_rpcs
|
|
1561
1561
|
end
|
|
1562
1562
|
end
|
|
@@ -503,7 +503,7 @@ module Google
|
|
|
503
503
|
def rpcs
|
|
504
504
|
@rpcs ||= begin
|
|
505
505
|
parent_rpcs = nil
|
|
506
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
506
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
507
507
|
Rpcs.new parent_rpcs
|
|
508
508
|
end
|
|
509
509
|
end
|
|
@@ -916,7 +916,7 @@ module Google
|
|
|
916
916
|
def rpcs
|
|
917
917
|
@rpcs ||= begin
|
|
918
918
|
parent_rpcs = nil
|
|
919
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
919
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
920
920
|
Rpcs.new parent_rpcs
|
|
921
921
|
end
|
|
922
922
|
end
|
|
@@ -643,7 +643,7 @@ module Google
|
|
|
643
643
|
def rpcs
|
|
644
644
|
@rpcs ||= begin
|
|
645
645
|
parent_rpcs = nil
|
|
646
|
-
parent_rpcs = @parent_config.rpcs if @parent_config&.respond_to?
|
|
646
|
+
parent_rpcs = @parent_config.rpcs if defined?(@parent_config) && @parent_config&.respond_to?(:rpcs)
|
|
647
647
|
Rpcs.new parent_rpcs
|
|
648
648
|
end
|
|
649
649
|
end
|
|
@@ -429,7 +429,7 @@ module Google
|
|
|
429
429
|
# or territory. If this field is not set, application behavior is biased
|
|
430
430
|
# toward the United States by default.
|
|
431
431
|
#
|
|
432
|
-
# See
|
|
432
|
+
# See
|
|
433
433
|
# https://www.unicode.org/cldr/charts/30/supplemental/territory_information.html
|
|
434
434
|
# for details. Example: "CH" for Switzerland.
|
|
435
435
|
# Note that this filter is not applicable for Profile Search related queries.
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-talent-v4beta1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2020-
|
|
11
|
+
date: 2020-06-08 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
@@ -271,7 +271,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
271
271
|
- !ruby/object:Gem::Version
|
|
272
272
|
version: '0'
|
|
273
273
|
requirements: []
|
|
274
|
-
rubygems_version: 3.
|
|
274
|
+
rubygems_version: 3.1.3
|
|
275
275
|
signing_key:
|
|
276
276
|
specification_version: 4
|
|
277
277
|
summary: API Client library for the Cloud Talent Solution V4beta1 API
|