google-cloud-dialogflow-v2 0.6.0 → 0.6.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: 8778c9769288dff529799ae3228da049e5d628f4cbec257fb80c1e82ef929056
4
- data.tar.gz: 35271b70f7ba13a85d49719097f82c64f0c99cddb84bc2567ce048ecbf229563
3
+ metadata.gz: 59428cfb38624cf82c09f43a2a22feb715c79ef5abe26fd3c0add74e7b68cdc2
4
+ data.tar.gz: 5c6cc39a4873713eae72a73467ea85e1e535230d8e6e1f784c2e7663770b4d7f
5
5
  SHA512:
6
- metadata.gz: fabb43bf1ff0bd0ed2451474bc901371a6fb2e219688a199d97ac4b632cc4170f7c97207640d100ffad4e653860cb83bb8da21496ded74ab7512401d8afb128f
7
- data.tar.gz: 7518de9a6e44889b05be15ea0df2e687e13921f52b4969da4c0e23370eadec1b79587371500256fc30e04cc935e34ca9bc7125ab2ab4e24cf62eb1f8ef9b2e94
6
+ metadata.gz: a65693b9d6ccdaa7819ece604a80043bef4fd51cdf0023d5ef4e995c65c5ed0eceebc57aa11ad8aa0637311fd1b26f898bcf9832ce98eae1b75e7eab7f6b05df
7
+ data.tar.gz: 1f04dc95651a085a45c7420dfefcf750b6c7491c10dc7896a89fe11c6d9be3dd037dd1866496fcd313b5162890475dc4431d5890adb96493273bce2474b19415
@@ -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,
@@ -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,
@@ -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 Dialogflow
23
23
  module V2
24
- VERSION = "0.6.0"
24
+ VERSION = "0.6.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-dialogflow-v2
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.6.0
4
+ version: 0.6.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-dialogflow-v2.rb
168
- - lib/google/cloud/common_resources_pb.rb
169
168
  - lib/google/cloud/dialogflow/v2.rb
170
169
  - lib/google/cloud/dialogflow/v2/agent_pb.rb
171
170
  - lib/google/cloud/dialogflow/v2/agent_services_pb.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