google-cloud-video_intelligence-v1p1beta1 0.4.0 → 0.4.1

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: 9a85687a71fbd1e1903d8af27eed289a25b818091c32e1b0b86d808c4648f92e
4
- data.tar.gz: 28b90ec6a859708838e2db1769cb6371496924d52f6f575ae64330ff449081cf
3
+ metadata.gz: 35e7fa76c88f114d38897fd41de184dba5494aab2e2dd5eb04a204725205c64f
4
+ data.tar.gz: 556bbe24a1c0870a41163adcbface788f47a8f2f8e86b2efddf7f1ae35215be1
5
5
  SHA512:
6
- metadata.gz: a9874ac214ffbad499aa701fddcd299f50975dd3b7bf0a2f2b207de2ba087fe5198dfbf11a4e09cb25eea77e41d74c0f546e8a964d2428186aafdd288a7b314a
7
- data.tar.gz: e7fcdae501f8c2cf39f71d7398057bd3ec3f86ed8ee96eac3edffd88328ac750255de6cead3924f740c3a39f75537b196a6074e61259c0b9cc133384d788c31c
6
+ metadata.gz: 98bcad5be0cf370bcdb9b5ce9e8bdabece1b4be68c8a00bbc6b459bab41f8c77df1f6928126802284541cbb3ac0c3cce10e251f8618bbbee13fe38edef2d7a9b
7
+ data.tar.gz: f71b20979190798eaebaa3f84ab81dd3b2671a52b4210c7fbe73f391ac2111be5b0f084ba6c317e378375e9b6719df96a69512f3160a4b39c51a1fa18ac44b33
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1p1beta1
24
- VERSION = "0.4.0"
24
+ VERSION = "0.4.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 more information, see
198
- # [Request URIs](https://cloud.google.com/storage/docs/request-endpoints).
199
- # A video URI may include wildcards in `object-id`, and thus identify
200
- # multiple videos. Supported wildcards: '*' to match 0 or more characters;
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 more information, see
217
- # [Request URIs](https://cloud.google.com/storage/docs/request-endpoints).
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,7 +28,7 @@ module Google
28
28
  # Service that implements Google Cloud Video Intelligence API.
29
29
  class Service
30
30
 
31
- include GRPC::GenericService
31
+ include ::GRPC::GenericService
32
32
 
33
33
  self.marshal_class_method = :encode
34
34
  self.unmarshal_class_method = :decode
@@ -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 more information, see
32
- # [Request URIs](https://cloud.google.com/storage/docs/request-endpoints).
33
- # A video URI may include wildcards in `object-id`, and thus identify
34
- # multiple videos. Supported wildcards: '*' to match 0 or more characters;
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 more information, see
55
- # [Request URIs](https://cloud.google.com/storage/docs/request-endpoints).
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.0
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-03-09 00:00:00.000000000 Z
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: '0.3'
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: '0.3'
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.13
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