google-cloud-video_intelligence-v1beta2 0.4.0 → 0.4.1
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 +4 -4
- data/lib/google/cloud/video_intelligence/v1beta2/version.rb +1 -1
- data/lib/google/cloud/video_intelligence/v1beta2/video_intelligence_service/client.rb +6 -4
- data/lib/google/cloud/videointelligence/v1beta2/video_intelligence_services_pb.rb +1 -1
- data/proto_docs/google/cloud/videointelligence/v1beta2/video_intelligence.rb +6 -4
- metadata +13 -7
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 408db9eac32b5920dbf01996d2da7a1e612befd0a73d50b72194670bfbb26258
|
|
4
|
+
data.tar.gz: 2514df0cbe8be96887682cc7f6de500f8120be664f8a4f310fc3bf70f183399f
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 3b7caa93d29e82adfd005a32b5f94d7b099b081cc9ff06f29aa6a0463dfb93c0fdb318f32f27115fc4be2d4ccb034ed30578ebc84434f13ee9700c76b1b5e013
|
|
7
|
+
data.tar.gz: 2a8106dbfc2f865cb6c7b6f4e89d369e52bb3c9b5ccef4207fd5a6a4c7845741cb76068e3ceb647cfb94fd9cebfdbcef399a8c86cb15d8ddc4c9f1dab888bdaa
|
|
@@ -195,9 +195,10 @@ module Google
|
|
|
195
195
|
# supported, which must be specified in the following format:
|
|
196
196
|
# `gs://bucket-id/object-id` (other URI formats return
|
|
197
197
|
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
198
|
-
# more information, see [Request
|
|
199
|
-
#
|
|
200
|
-
#
|
|
198
|
+
# more information, see [Request
|
|
199
|
+
# URIs](https://cloud.google.com/storage/docs/request-endpoints). A video URI
|
|
200
|
+
# may include wildcards in `object-id`, and thus identify multiple videos.
|
|
201
|
+
# Supported wildcards: '*' to match 0 or more characters;
|
|
201
202
|
# '?' to match 1 character. If unset, the input video should be embedded
|
|
202
203
|
# in the request as `input_content`. If set, `input_content` should be unset.
|
|
203
204
|
# @param input_content [::String]
|
|
@@ -214,7 +215,8 @@ module Google
|
|
|
214
215
|
# URIs are supported, which must be specified in the following format:
|
|
215
216
|
# `gs://bucket-id/object-id` (other URI formats return
|
|
216
217
|
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
217
|
-
# more information, see [Request
|
|
218
|
+
# more information, see [Request
|
|
219
|
+
# URIs](https://cloud.google.com/storage/docs/request-endpoints).
|
|
218
220
|
# @param location_id [::String]
|
|
219
221
|
# Optional. Cloud region where annotation should take place. Supported cloud
|
|
220
222
|
# regions: `us-east1`, `us-west1`, `europe-west1`, `asia-east1`. If no region
|
|
@@ -29,9 +29,10 @@ module Google
|
|
|
29
29
|
# supported, which must be specified in the following format:
|
|
30
30
|
# `gs://bucket-id/object-id` (other URI formats return
|
|
31
31
|
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
32
|
-
# more information, see [Request
|
|
33
|
-
#
|
|
34
|
-
#
|
|
32
|
+
# more information, see [Request
|
|
33
|
+
# URIs](https://cloud.google.com/storage/docs/request-endpoints). A video URI
|
|
34
|
+
# may include wildcards in `object-id`, and thus identify multiple videos.
|
|
35
|
+
# Supported wildcards: '*' to match 0 or more characters;
|
|
35
36
|
# '?' to match 1 character. If unset, the input video should be embedded
|
|
36
37
|
# in the request as `input_content`. If set, `input_content` should be unset.
|
|
37
38
|
# @!attribute [rw] input_content
|
|
@@ -52,7 +53,8 @@ module Google
|
|
|
52
53
|
# URIs are supported, which must be specified in the following format:
|
|
53
54
|
# `gs://bucket-id/object-id` (other URI formats return
|
|
54
55
|
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
55
|
-
# more information, see [Request
|
|
56
|
+
# more information, see [Request
|
|
57
|
+
# URIs](https://cloud.google.com/storage/docs/request-endpoints).
|
|
56
58
|
# @!attribute [rw] location_id
|
|
57
59
|
# @return [::String]
|
|
58
60
|
# Optional. Cloud region where annotation should take place. Supported cloud
|
metadata
CHANGED
|
@@ -1,29 +1,35 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-cloud-video_intelligence-v1beta2
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.4.
|
|
4
|
+
version: 0.4.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: 2021-
|
|
11
|
+
date: 2021-06-17 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: gapic-common
|
|
15
15
|
requirement: !ruby/object:Gem::Requirement
|
|
16
16
|
requirements:
|
|
17
|
-
- - "
|
|
17
|
+
- - ">="
|
|
18
|
+
- !ruby/object:Gem::Version
|
|
19
|
+
version: '0.5'
|
|
20
|
+
- - "<"
|
|
18
21
|
- !ruby/object:Gem::Version
|
|
19
|
-
version:
|
|
22
|
+
version: 2.a
|
|
20
23
|
type: :runtime
|
|
21
24
|
prerelease: false
|
|
22
25
|
version_requirements: !ruby/object:Gem::Requirement
|
|
23
26
|
requirements:
|
|
24
|
-
- - "
|
|
27
|
+
- - ">="
|
|
28
|
+
- !ruby/object:Gem::Version
|
|
29
|
+
version: '0.5'
|
|
30
|
+
- - "<"
|
|
25
31
|
- !ruby/object:Gem::Version
|
|
26
|
-
version:
|
|
32
|
+
version: 2.a
|
|
27
33
|
- !ruby/object:Gem::Dependency
|
|
28
34
|
name: google-cloud-errors
|
|
29
35
|
requirement: !ruby/object:Gem::Requirement
|
|
@@ -203,7 +209,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
|
|
|
203
209
|
- !ruby/object:Gem::Version
|
|
204
210
|
version: '0'
|
|
205
211
|
requirements: []
|
|
206
|
-
rubygems_version: 3.2.
|
|
212
|
+
rubygems_version: 3.2.17
|
|
207
213
|
signing_key:
|
|
208
214
|
specification_version: 4
|
|
209
215
|
summary: API Client library for the Cloud Video Intelligence V1beta2 API
|