google-cloud-video_intelligence 3.1.0 → 3.1.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: ee0cad769301ff973438d06054e213e0360919ec0031488ba8a2b8f04d4f3185
4
- data.tar.gz: 8f57b43f40ba0c596b7a1e0d5f99f7e0640e45345c418ab8d5d3513b98d47990
3
+ metadata.gz: 45efe356a12f39330b9c1959dce813fa1b5422485817ddba5ffff76af1c6e08b
4
+ data.tar.gz: f572360bf2e2a085821d1e326a9d46f13bc97860c8199e0408b38d6cff008a9b
5
5
  SHA512:
6
- metadata.gz: 9198ae7a065833ee2a2d2dad70c0681afd84c04423123c399276550d0a0e98a890f28a75718db486a18ac2e452df4544d1616bececd36c16876d79a81c578fe6
7
- data.tar.gz: 345a0afd68a05a3940d5686f4c92b1801e2fd81f6c3363d9bfa56426f553a08f3624a24c9af24f9be4ceba6a76e0868a7ab171565ac3da55d155110c1ed04369
6
+ metadata.gz: e62fae5b360cc35b54ec407e591aab23c7254a54ff7a9f1a692336e46ab2bed71dd5e145566ed6d6d0734d2b9b015e956ad5a537e17ec26588e869049425f4b6
7
+ data.tar.gz: adc9e6875d99403d858e0b33f5707f1290e9a234148289bd907774760a5c7111f39bd46e443a98a73618e5b9d694873c6e2096dbf2faf08a4f729521d200253e
data/AUTHENTICATION.md CHANGED
@@ -66,11 +66,11 @@ The environment variables that google-cloud-video_intelligence
66
66
  checks for credentials are configured on the service Credentials class (such as
67
67
  `::Google::Cloud::VideoIntelligence::V1::VideoIntelligenceService::Credentials`):
68
68
 
69
- 1. `VIDEO_INTELLIGENCE_CREDENTIALS` - Path to JSON file, or JSON contents
70
- 2. `VIDEO_INTELLIGENCE_KEYFILE` - Path to JSON file, or JSON contents
71
- 3. `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
- 4. `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
- 5. `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
69
+ * `VIDEO_INTELLIGENCE_CREDENTIALS` - Path to JSON file, or JSON contents
70
+ * `VIDEO_INTELLIGENCE_KEYFILE` - Path to JSON file, or JSON contents
71
+ * `GOOGLE_CLOUD_CREDENTIALS` - Path to JSON file, or JSON contents
72
+ * `GOOGLE_CLOUD_KEYFILE` - Path to JSON file, or JSON contents
73
+ * `GOOGLE_APPLICATION_CREDENTIALS` - Path to JSON file
74
74
 
75
75
  ```ruby
76
76
  require "google/cloud/video_intelligence"
data/MIGRATING.md CHANGED
@@ -208,7 +208,7 @@ response = client.annotate_video(
208
208
  ### Handling Errors
209
209
 
210
210
  The client reports standard
211
- [gRPC error codes](https://github.com/grpc/grpc/blob/master/doc/statuscodes.md)
211
+ {file:https://github.com/grpc/grpc/blob/master/doc/statuscodes.md gRPC error codes}
212
212
  by raising exceptions. In older releases, these exceptions were located in the
213
213
  `Google::Gax` namespace and were subclasses of the `Google::Gax::GaxError` base
214
214
  exception class, defined in the `google-gax` gem. However, these classes were
@@ -20,7 +20,7 @@
20
20
  module Google
21
21
  module Cloud
22
22
  module VideoIntelligence
23
- VERSION = "3.1.0"
23
+ VERSION = "3.1.1"
24
24
  end
25
25
  end
26
26
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-cloud-video_intelligence
3
3
  version: !ruby/object:Gem::Version
4
- version: 3.1.0
4
+ version: 3.1.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-30 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-cloud-core
@@ -16,70 +16,94 @@ dependencies:
16
16
  requirements:
17
17
  - - "~>"
18
18
  - !ruby/object:Gem::Version
19
- version: '1.5'
19
+ version: '1.6'
20
20
  type: :runtime
21
21
  prerelease: false
22
22
  version_requirements: !ruby/object:Gem::Requirement
23
23
  requirements:
24
24
  - - "~>"
25
25
  - !ruby/object:Gem::Version
26
- version: '1.5'
26
+ version: '1.6'
27
27
  - !ruby/object:Gem::Dependency
28
28
  name: google-cloud-video_intelligence-v1
29
29
  requirement: !ruby/object:Gem::Requirement
30
30
  requirements:
31
- - - "~>"
31
+ - - ">="
32
32
  - !ruby/object:Gem::Version
33
33
  version: '0.0'
34
+ - - "<"
35
+ - !ruby/object:Gem::Version
36
+ version: 2.a
34
37
  type: :runtime
35
38
  prerelease: false
36
39
  version_requirements: !ruby/object:Gem::Requirement
37
40
  requirements:
38
- - - "~>"
41
+ - - ">="
39
42
  - !ruby/object:Gem::Version
40
43
  version: '0.0'
44
+ - - "<"
45
+ - !ruby/object:Gem::Version
46
+ version: 2.a
41
47
  - !ruby/object:Gem::Dependency
42
48
  name: google-cloud-video_intelligence-v1beta2
43
49
  requirement: !ruby/object:Gem::Requirement
44
50
  requirements:
45
- - - "~>"
51
+ - - ">="
46
52
  - !ruby/object:Gem::Version
47
53
  version: '0.0'
54
+ - - "<"
55
+ - !ruby/object:Gem::Version
56
+ version: 2.a
48
57
  type: :runtime
49
58
  prerelease: false
50
59
  version_requirements: !ruby/object:Gem::Requirement
51
60
  requirements:
52
- - - "~>"
61
+ - - ">="
53
62
  - !ruby/object:Gem::Version
54
63
  version: '0.0'
64
+ - - "<"
65
+ - !ruby/object:Gem::Version
66
+ version: 2.a
55
67
  - !ruby/object:Gem::Dependency
56
68
  name: google-cloud-video_intelligence-v1p1beta1
57
69
  requirement: !ruby/object:Gem::Requirement
58
70
  requirements:
59
- - - "~>"
71
+ - - ">="
60
72
  - !ruby/object:Gem::Version
61
73
  version: '0.0'
74
+ - - "<"
75
+ - !ruby/object:Gem::Version
76
+ version: 2.a
62
77
  type: :runtime
63
78
  prerelease: false
64
79
  version_requirements: !ruby/object:Gem::Requirement
65
80
  requirements:
66
- - - "~>"
81
+ - - ">="
67
82
  - !ruby/object:Gem::Version
68
83
  version: '0.0'
84
+ - - "<"
85
+ - !ruby/object:Gem::Version
86
+ version: 2.a
69
87
  - !ruby/object:Gem::Dependency
70
88
  name: google-cloud-video_intelligence-v1p2beta1
71
89
  requirement: !ruby/object:Gem::Requirement
72
90
  requirements:
73
- - - "~>"
91
+ - - ">="
74
92
  - !ruby/object:Gem::Version
75
93
  version: '0.0'
94
+ - - "<"
95
+ - !ruby/object:Gem::Version
96
+ version: 2.a
76
97
  type: :runtime
77
98
  prerelease: false
78
99
  version_requirements: !ruby/object:Gem::Requirement
79
100
  requirements:
80
- - - "~>"
101
+ - - ">="
81
102
  - !ruby/object:Gem::Version
82
103
  version: '0.0'
104
+ - - "<"
105
+ - !ruby/object:Gem::Version
106
+ version: 2.a
83
107
  - !ruby/object:Gem::Dependency
84
108
  name: google-style
85
109
  requirement: !ruby/object:Gem::Requirement
@@ -227,7 +251,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
227
251
  - !ruby/object:Gem::Version
228
252
  version: '0'
229
253
  requirements: []
230
- rubygems_version: 3.2.13
254
+ rubygems_version: 3.2.17
231
255
  signing_key:
232
256
  specification_version: 4
233
257
  summary: API Client library for the Cloud Video Intelligence API