google-cloud-video_intelligence-v1 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: 5902075199415429459b7e8c3ae784b9f8c6d7976ed4ce81d47536d05229e143
4
- data.tar.gz: 4fc4a222fbfcdb412cebe007bf819ccd0f3fe55ad80b44827f1ec9cef0d68ce6
3
+ metadata.gz: c5932c674004d8857b6fd1cb884f7a8d90208d4bb1e4740af41a3241d2c81c1f
4
+ data.tar.gz: 9f441ff9943cc2caf2ba052eb01c5159340efab8aa838cf21626ef0985e5c586
5
5
  SHA512:
6
- metadata.gz: bd3024fb509d590c2cec3df1e5f11ef66119724adba7032eb8b8db3b847b2feb6581a860ee48be4a3a004ef4280b28de13c95c93e600ec7ab351f113e1399d13
7
- data.tar.gz: 6bc33c16be5280ad97b3a3d376587f4e6435a81111b5437989306d5ee5baf8dd7130d9254b161facc985f3e7e2f6bf52fca3f7cbf2e5969d5ba84ff1bcae68d7
6
+ metadata.gz: 18afa392d39e356ff292afdeaa0daa51c6468daafe6efb834d085af091c07d1083ca5fd0aeb0da1db4853c5e83171b1c3a1151b212007896e8474ab5b01e6449
7
+ data.tar.gz: fd4e0dae3bff19649f92efe93138e834162cc239c041452fa28d6f02e38a4f3aa4e9f02a0dbda2e1dacd82f02b5a47f40dc617acb5bc0712ad3fb0cab3413b5e
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1
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-v1
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
@@ -163,7 +163,6 @@ files:
163
163
  - LICENSE.md
164
164
  - README.md
165
165
  - lib/google-cloud-video_intelligence-v1.rb
166
- - lib/google/cloud/common_resources_pb.rb
167
166
  - lib/google/cloud/video_intelligence/v1.rb
168
167
  - lib/google/cloud/video_intelligence/v1/version.rb
169
168
  - lib/google/cloud/video_intelligence/v1/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