google-cloud-video_intelligence-v1beta2 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: 0a37717426926676b68555a3350a482ba4d8c33040775408f5ef16f570f08538
4
- data.tar.gz: 1a58dfca859be526a8ea854b3d468ffe18122b7ea0520f1865659c955b7cf527
3
+ metadata.gz: c0228d2a6c5569c31d3b46756678fc99b09b1ffd3871c3cac67e4d6cf93b4086
4
+ data.tar.gz: 7856147de46e0f095fc6fd6b98b5a487004829a1223520d487d16174e3476535
5
5
  SHA512:
6
- metadata.gz: 19f0bf5c952a43ffe2664426d5e519408e2a89c1687f7a4dff5a5026cde11a51872af1e8dffaf00984e284175f1fc6190e6208df27f0fd330c58ee7f29ad8eac
7
- data.tar.gz: bbb0a8ca4a1fc84262acb4f5015e1049d6d9f15508ea8ff0baaaba9d0161b0be2f071b2a13ecf045088bd6a28aeb8534a6c64cf31102a55bf837cdafcad2dcc7
6
+ metadata.gz: 3b11e127877b0a7203d04b754323810a853dc1f4f3fe067718a8760d62ec8228f0794d056bc371736e2d7be5ba615a70761f9358f2b00bc46fe279c3e8d51e9a
7
+ data.tar.gz: ed4249206ebc54d145036b6eb3ccdfb401c3335f2edcc784dc3f467e9a9884f1c4ad601a33729156b24d51f4b2d8ed09f1807974e27470ce0c0cdc3704713d9f
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1beta2
24
- VERSION = "0.2.0"
24
+ VERSION = "0.2.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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,
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video_intelligence-v1beta2
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-21 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
@@ -163,7 +163,6 @@ files:
163
163
  - LICENSE.md
164
164
  - README.md
165
165
  - lib/google-cloud-video_intelligence-v1beta2.rb
166
- - lib/google/cloud/common_resources_pb.rb
167
166
  - lib/google/cloud/video_intelligence/v1beta2.rb
168
167
  - lib/google/cloud/video_intelligence/v1beta2/version.rb
169
168
  - lib/google/cloud/video_intelligence/v1beta2/video_intelligence_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