google-cloud-video_intelligence-v1p1beta1 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: 90f432e9483b65cc301b963e1857c9a23c5a2446057e654511176e88325cdfd0
4
- data.tar.gz: 256f46e357789ac9ee7fe933cd84951fc938e42ae13b70b49723529325edebc7
3
+ metadata.gz: f23ba185ff0f2a45f58b7a13bf6607a84230ffd81067861ba3ee389d99492743
4
+ data.tar.gz: bc98829b477a7421bebcd50d338d9f8686531ea6b876bb982e4b3be7d4d5a505
5
5
  SHA512:
6
- metadata.gz: dd500d15627d9805d3266095d0d97bedcf074bd98a9b7794bd83dce5e3edd7fb497d361fe1d411bcab2fa5fa0bbff60e5f622b3675d2d4c7553913adcfd8f5d8
7
- data.tar.gz: 239fdb3e6872a773eee61873c328f2b18c4de226742b0330252ef98a33fcfbde158aeb41e703603fe7cd657a0d6ec74af350f349be2e34aeafad51966e636b0f
6
+ metadata.gz: dfb5bc5ab81414252b3488295d2434fa5950e6331b73a0e01f3e6977f8253ba5d93f33461597349e9429365adcc75a68e2d3280330495d951976c63e65dea9db
7
+ data.tar.gz: e7e37cc735e1f6465bb0308371343dc39c9887e5dfe1399e7b9ede1eb0f2cb3aa987c8f0815286e5f1e41c687af9b203e2b3545583e61cef14a965eeb2b8e6f9
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-v1p1beta1/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 V1p1beta1
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-v1p1beta1
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