google-cloud-video_intelligence-v1p2beta1 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: 5de89a3b804df6e414b61a1a787b4c150670d8048cd55a3fbc2306db78caced9
4
- data.tar.gz: ce7b4b51dbf52b3d56121b72291957f23d729df33c9c16c121da45c08c8004c9
3
+ metadata.gz: fd56765fc6eeac6484e0c7beed0b7e8c2e87bd0ba9b2eef7ba6e9d0720ffddb9
4
+ data.tar.gz: 89cdf1965f2579f43fc97d88581bbdcb413be163a1836a9334a19e975f0dbda0
5
5
  SHA512:
6
- metadata.gz: 17daf3a8a7c3203fd89dcd368f0be661908e15123132d25784bbac7cb627f74df4689adb83165e8102633fd3394690f843f2bfeab115d3e8b84f8aaa613b1a16
7
- data.tar.gz: fd6c53553377657df3c024e0be9fe18bc13c217054728e7c02f57f52344eb4f6ea690a4fbc6a8b8f0cb5d788667a9bee99ed91c12042c8cd0d03995421bcf990
6
+ metadata.gz: 5e68d5b7f2161e7e3aad6135c075661f23e648eb99df29b95e5b8fdc225d3feca4388304015fc7ff5838e58b1bdc6f5c2b0d695b7802ce41955f5ed99aa860c1
7
+ data.tar.gz: 854969f8f89ee379e0780fa568a5f4c3a45f3052c3c179502d95488880a0d29b76b6b9f09d32471e89c312eb2b9f93d99f45dd19ebbc4a1a784d42cc0b285556
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1p2beta1
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-v1p2beta1
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-v1p2beta1.rb
166
- - lib/google/cloud/common_resources_pb.rb
167
166
  - lib/google/cloud/video_intelligence/v1p2beta1.rb
168
167
  - lib/google/cloud/video_intelligence/v1p2beta1/version.rb
169
168
  - lib/google/cloud/video_intelligence/v1p2beta1/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