google-cloud-video_intelligence-v1 0.2.2 → 0.2.3

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: 26d3866df9815328d1fb8dc342e9b99e1d2327eaf9a4b0a1caa4cd3651bc3adb
4
- data.tar.gz: f1500bc9790fd1dea9ba6807d07f51ec4b6ba4af44a54264fabe8577404d258e
3
+ metadata.gz: 94fb02c46eaf2d9f15334a0aa644c967de04940f393f8c3e670642eed9fb1d05
4
+ data.tar.gz: db346c60484a80a43a50baffc90819e5cfe91295b6937b4d8c53c39089be96d6
5
5
  SHA512:
6
- metadata.gz: 9cab9687f551352429025b6c0a9cd963f90254802cd0086bef9554b067242e70288fd71712bea57313fa8a2dcf912e7eb23138544895fbfcbaa759963fe803bc
7
- data.tar.gz: 93aed5448353fbf9801ca386344b83bc2948a07036d167bbe661f4c5987d5610f61d29dedfba0b82a1df1ef2f9c27036a65ead5d12a26bdb78fd228c1ca5ffca
6
+ metadata.gz: cc4b342ebc68e03086491f371429b95e63117d1e99f810921b437bb31e68e2372355f30faa09773f9f7b7deda931b169b69104944b0e1110c6b94ddb3aab08d7
7
+ data.tar.gz: 1d2220be9649c00b9403a13851460ef27c98507091797ba05b3c7ed6cf717333ad880957a5138d8d7d20b4d8d62754af7d4005bfe6a9c8f38d2a567f50348067
data/README.md CHANGED
@@ -18,6 +18,7 @@ In order to use this library, you first need to go through the following steps:
18
18
 
19
19
  1. [Select or create a Cloud Platform project.](https://console.cloud.google.com/project)
20
20
  1. [Enable billing for your project.](https://cloud.google.com/billing/docs/how-to/modify-project#enable_billing_for_a_project)
21
+ 1. [Enable the API.](https://console.cloud.google.com/apis/library/videointelligence.googleapis.com)
21
22
  1. {file:AUTHENTICATION.md Set up authentication.}
22
23
 
23
24
  ## Quick Start
@@ -33,6 +34,9 @@ response = client.annotate_video request
33
34
  View the [Client Library Documentation](https://googleapis.dev/ruby/google-cloud-video_intelligence-v1/latest)
34
35
  for class and method documentation.
35
36
 
37
+ See also the [Product Documentation](https://cloud.google.com/video-intelligence)
38
+ for general usage information.
39
+
36
40
  ## Enabling Logging
37
41
 
38
42
  To enable logging for this library, set the logger for the underlying [gRPC](https://github.com/grpc/grpc/tree/master/src/ruby) library.
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1
24
- VERSION = "0.2.2"
24
+ VERSION = "0.2.3"
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-video_intelligence-v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.2.2
4
+ version: 0.2.3
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-06-05 00:00:00.000000000 Z
11
+ date: 2020-06-18 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: gapic-common