google-cloud-talent-v4 0.12.0 → 0.12.1

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 3f63975bd7f0726afdb89f0988ef1cd2ab7558bcc3edd4a289b5b1344e62726e
4
- data.tar.gz: a0065feeb5acef536b2cc72c4d75d43f61c04cd712c7d07fb035844a31a63f86
3
+ metadata.gz: d5ae63e9473a68ee8f212d4f65496fe7d90eb2fe99f2497595df18fc74730fb5
4
+ data.tar.gz: 19da222459cc8d3ea23fcdb1b4967e79e6abe5b3d26650250b24ba22ffb312f3
5
5
  SHA512:
6
- metadata.gz: 748349e453e85d6647e8bfbf1b6cdb7721b20563e1b1e5b84aa9899b0e91c030d752ea89b01fcc4c745cf99172b19db2b931148fb47400b31cf6e859beaff1de
7
- data.tar.gz: 966490864d759a262e1f5ec521a376b7bf98bf6ce380b8dde496f0bfbc28114413ff7f3481bea551122975256d6a466ba8b5187307bf70e00e7af7542f7c8d46
6
+ metadata.gz: b54dd690b10e2b756dc580be6a8a2977c557cd051a3ed429da331986d91da663e1a7a0fcade9ab33d83e3bb1290b57643c9a05e61e88acb75d03e4981a6d0407
7
+ data.tar.gz: b14753868261c312200188877ef473778aa774b323a8c2da9ef40e9753e6d0fcc773781b66b3de9e1267f9d478cc9cece34b13be7fc5f1af5ed4d6424be16749
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the create_company REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the complete_query REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the create_client_event REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the create_job REST call
57
66
  #
@@ -52,6 +52,15 @@ module Google
52
52
  @client_stub.universe_domain
53
53
  end
54
54
 
55
+ ##
56
+ # The effective endpoint
57
+ #
58
+ # @return [String]
59
+ #
60
+ def endpoint
61
+ @client_stub.endpoint
62
+ end
63
+
55
64
  ##
56
65
  # Baseline implementation for the create_tenant REST call
57
66
  #
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Talent
23
23
  module V4
24
- VERSION = "0.12.0"
24
+ VERSION = "0.12.1"
25
25
  end
26
26
  end
27
27
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-talent-v4
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.12.0
4
+ version: 0.12.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2024-01-11 00:00:00.000000000 Z
11
+ date: 2024-01-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common