google-cloud-video_intelligence-v1p1beta1 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/v1p1beta1/version.rb +1 -1
- data/lib/google/cloud/video_intelligence/v1p1beta1/video_intelligence_service/client.rb +8 -6
- data/lib/google/cloud/videointelligence/v1p1beta1/video_intelligence_services_pb.rb +1 -1
- data/proto_docs/google/cloud/videointelligence/v1p1beta1/video_intelligence.rb +8 -6
- 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: 35e7fa76c88f114d38897fd41de184dba5494aab2e2dd5eb04a204725205c64f
|
|
4
|
+
data.tar.gz: 556bbe24a1c0870a41163adcbface788f47a8f2f8e86b2efddf7f1ae35215be1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 98bcad5be0cf370bcdb9b5ce9e8bdabece1b4be68c8a00bbc6b459bab41f8c77df1f6928126802284541cbb3ac0c3cce10e251f8618bbbee13fe38edef2d7a9b
|
|
7
|
+
data.tar.gz: f71b20979190798eaebaa3f84ab81dd3b2671a52b4210c7fbe73f391ac2111be5b0f084ba6c317e378375e9b6719df96a69512f3160a4b39c51a1fa18ac44b33
|
|
@@ -194,10 +194,11 @@ module Google
|
|
|
194
194
|
# [Google Cloud Storage](https://cloud.google.com/storage/) URIs are
|
|
195
195
|
# supported, which must be specified in the following format:
|
|
196
196
|
# `gs://bucket-id/object-id` (other URI formats return
|
|
197
|
-
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
198
|
-
# [Request
|
|
199
|
-
# A video URI
|
|
200
|
-
#
|
|
197
|
+
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
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]
|
|
@@ -213,8 +214,9 @@ module Google
|
|
|
213
214
|
# Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
|
|
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
|
-
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
217
|
-
# [Request
|
|
217
|
+
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
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
|
|
@@ -28,10 +28,11 @@ module Google
|
|
|
28
28
|
# [Google Cloud Storage](https://cloud.google.com/storage/) URIs are
|
|
29
29
|
# supported, which must be specified in the following format:
|
|
30
30
|
# `gs://bucket-id/object-id` (other URI formats return
|
|
31
|
-
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
32
|
-
# [Request
|
|
33
|
-
# A video URI
|
|
34
|
-
#
|
|
31
|
+
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
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
|
|
@@ -51,8 +52,9 @@ module Google
|
|
|
51
52
|
# Currently, only [Google Cloud Storage](https://cloud.google.com/storage/)
|
|
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
|
-
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
55
|
-
# [Request
|
|
55
|
+
# [google.rpc.Code.INVALID_ARGUMENT][google.rpc.Code.INVALID_ARGUMENT]). For
|
|
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-v1p1beta1
|
|
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 V1p1beta1 API
|