google-cloud-video_intelligence-v1beta2 0.2.2 → 0.2.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 5eb7db84eb5e320c24700c7fdbd2926473450bbf25099b5de40363073662eec9
4
- data.tar.gz: a4ec75d85b56c9633f189b9efefab7965d94c7de37552b814d729aa5b368178d
3
+ metadata.gz: 7fd9cc15762bd78d4bf7a42c5cb035864a24e2332e414e2c6c643a1d712fe15a
4
+ data.tar.gz: ff45db2a4375a2744594928a1d02a9d414e67aa1755d99f8bd0cc90952501b42
5
5
  SHA512:
6
- metadata.gz: 6659a11fa83dd7a3bf6c8a14f386240c752a79101941a160317f23e306d6b5346e6b4aff57f4872634b9a39938eae992b916f9c7661085ca38bd457f7d249bb4
7
- data.tar.gz: db5e4722a83ab8fe053389e815506049933092b07a1449973bd043dfd701479704a3f1ed4abe16ea9444dfed56bd1916aac2eceebf4c981988056dd8220c95e1
6
+ metadata.gz: cccd8450ce06056ca4b40deefa9dbff4fe3325b6cd9eda96cd76ed0e162b22f3dbb069495d71c33f24c9e725f600e37cbfceafb34ef699248727f4b9b68e1e0b
7
+ data.tar.gz: 55cae10720df77aba107ee70ae8d6b5d92338d1af0abe52e0c4d6b788c495a0e5127877e13d010b9edb911c621dcb47bca1910248168cf326d77637735aaf221
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-v1beta2/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 V1beta2
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-v1beta2
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-06 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