google-cloud-video_intelligence-v1beta2 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: 2225e03ec7986dccb16b8a456b29fffe8bc640baaac8486dfa9ee8d482bdae0f
4
- data.tar.gz: 3055ef9a4a502d63d5e98bd26de4921953468340dfd881615e81c3d4c12bcdaa
3
+ metadata.gz: 408db9eac32b5920dbf01996d2da7a1e612befd0a73d50b72194670bfbb26258
4
+ data.tar.gz: 2514df0cbe8be96887682cc7f6de500f8120be664f8a4f310fc3bf70f183399f
5
5
  SHA512:
6
- metadata.gz: abbaedd19556aa1b225db6668cc0b86649ed9834036282e5a070a1a561e2970f9b9a080767e3385dc7f606c18526395b429e710732e2d065d173196e6eaa69a5
7
- data.tar.gz: f903d6198ba20f0da816ada1d95bdbc84205fc23be70fb74c352df49aa3bf1768a0f1a6c35f466b24ec7b1c02fe1cebf097482eeebd1bb8c01979d58495d145a
6
+ metadata.gz: 3b7caa93d29e82adfd005a32b5f94d7b099b081cc9ff06f29aa6a0463dfb93c0fdb318f32f27115fc4be2d4ccb034ed30578ebc84434f13ee9700c76b1b5e013
7
+ data.tar.gz: 2a8106dbfc2f865cb6c7b6f4e89d369e52bb3c9b5ccef4207fd5a6a4c7845741cb76068e3ceb647cfb94fd9cebfdbcef399a8c86cb15d8ddc4c9f1dab888bdaa
@@ -21,7 +21,7 @@ module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
23
  module V1beta2
24
- VERSION = "0.4.0"
24
+ VERSION = "0.4.1"
25
25
  end
26
26
  end
27
27
  end
@@ -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 URIs](https://cloud.google.com/storage/docs/request-endpoints). A video
199
- # URI may include wildcards in `object-id`, and thus identify multiple
200
- # videos. Supported wildcards: '*' to match 0 or more characters;
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 URIs](https://cloud.google.com/storage/docs/request-endpoints).
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
@@ -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 URIs](https://cloud.google.com/storage/docs/request-endpoints). A video
33
- # URI may include wildcards in `object-id`, and thus identify multiple
34
- # videos. Supported wildcards: '*' to match 0 or more characters;
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 URIs](https://cloud.google.com/storage/docs/request-endpoints).
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.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 V1beta2 API