google-cloud-talent-v4beta1 0.2.0 → 0.2.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: 25f09b23d3d03ba35560787724d7b70244e3b12f8fcbefcee1ae2e873c75f564
4
- data.tar.gz: 2d6188e275afa7fe828406ed9037993a148543eb3dbbe239d13538bbc5c5ce0b
3
+ metadata.gz: 172db5ca7d935dc2a23613262e8a3bbba6de0af4359756ce84f8891955c10d9a
4
+ data.tar.gz: d47dab26cfcbb051e5ef8d6260b457fcf53646099ca1cde91f75394e9b88ab1b
5
5
  SHA512:
6
- metadata.gz: 9cf558c05ad059ca8e835a170a890a0400499d7b9809e250063226876a34673c4345093a969646e553c28da315d69a11941bdbf10d5c5a734de28ecc9a0776a3
7
- data.tar.gz: 21d6549cd757ee855413887b1cf405a74fba280ee05594a7c15a82d2edb44bf5d3d21c222a8664219eeaf27a1005eb7dc8eb316ada752cf7214b73bf98d2a725
6
+ metadata.gz: caf6885ce4799c378383c8c9e97fbf5a2309d04b3bdfa06b3a2516977694fc0b5ffff8c4593cbaf3ee4fb747b162ac26580d66ab096eb7553f46a32ece7852fa
7
+ data.tar.gz: 9807de0caa72ecf8f2bd0290845971b2967e52d1a9143f98f9a98dfe2efd50974600adbc662637ede1308b24dade400ccf5368d8b9e655e3042acf059e668e8b
@@ -85,6 +85,8 @@ module Google
85
85
  if credentials.is_a?(String) || credentials.is_a?(Hash)
86
86
  credentials = Credentials.new credentials, scope: @config.scope
87
87
  end
88
+ @quota_project_id = @config.quota_project
89
+ @quota_project_id ||= credentials.quota_project_id if credentials.respond_to? :quota_project_id
88
90
 
89
91
  @operations_stub = ::Gapic::ServiceStub.new(
90
92
  ::Google::Longrunning::Operations::Stub,
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module Talent
23
23
  module V4beta1
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.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-v4beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.0
4
+ version: 0.2.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: 2020-05-20 00:00:00.000000000 Z
11
+ date: 2020-05-26 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common
@@ -165,7 +165,6 @@ files:
165
165
  - LICENSE.md
166
166
  - README.md
167
167
  - lib/google-cloud-talent-v4beta1.rb
168
- - lib/google/cloud/common_resources_pb.rb
169
168
  - lib/google/cloud/talent/v4beta1.rb
170
169
  - lib/google/cloud/talent/v4beta1/application_pb.rb
171
170
  - lib/google/cloud/talent/v4beta1/application_service.rb
@@ -1,15 +0,0 @@
1
- # Generated by the protocol buffer compiler. DO NOT EDIT!
2
- # source: google/cloud/common_resources.proto
3
-
4
- require 'google/protobuf'
5
-
6
- require 'google/api/resource_pb'
7
- Google::Protobuf::DescriptorPool.generated_pool.build do
8
- add_file("google/cloud/common_resources.proto", :syntax => :proto3) do
9
- end
10
- end
11
-
12
- module Google
13
- module Cloud
14
- end
15
- end