google-cloud-video_intelligence-v1p2beta1 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: 9032ce5a9b192ce93b5d05bfcb50fcc4041fd6fe1ce397e819b9a5340a0b5f61
4
- data.tar.gz: 7eda539d1944db8eb0606b0c61029652c1c9a405ce21bba36927df54cee23b25
3
+ metadata.gz: 66bff4b3b545071ce51c769ff3e1ee502d724000e102070f78ec01a1347dd899
4
+ data.tar.gz: 98d9e47a4319b9fffe2f11a7b37b069dac09f73e9c587de6f4e9e4e83644f429
5
5
  SHA512:
6
- metadata.gz: 7f91c67780f9b349ff0355004bb9446abd70e0a4ab6757f5c2b070585754cc1ff4f94e88db26149d89d9bcd2b1b307fa5fc31b5ce00ac2983f18b5ea57efc414
7
- data.tar.gz: eec7c808bd15c844f02b006327ef2e8b47a8e7f9179d45a8a549e3b84db2cab673b3b16fcfb64e5f2bdc6c7119f86db56bd692af6d9921ccdc758a5f9ae908bd
6
+ metadata.gz: 780dc1d3f0f453fb074a68dc720966f19f1e517880828882544316c21cdc3b6404a377bedd6235def76d4c1b95d808ddcaf151e1e62f1064f240a3dd239088d6
7
+ data.tar.gz: ed69924e3ea169acecec4f05fe056512fd5b7de12bfc4b4e8f7be29a4c3de128cc26fd097d96646480f1d56ec6883b651cffef3fb27cfdbb04149a3ba5efd101
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-v1p2beta1/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 V1p2beta1
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-v1p2beta1
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