google-cloud-video_intelligence 1.1.0 → 1.1.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.rb +6 -0
- data/lib/google/cloud/video_intelligence/credentials.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1.rb +6 -0
- data/lib/google/cloud/video_intelligence/v1/credentials.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1/doc/google/longrunning/operations.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1/doc/google/protobuf/any.rb +14 -8
- data/lib/google/cloud/video_intelligence/v1/doc/google/protobuf/duration.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1/doc/google/rpc/status.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1/doc/overview.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1/video_intelligence_service_client.rb +2 -0
- data/lib/google/cloud/video_intelligence/v1beta1.rb +6 -0
- data/lib/google/cloud/video_intelligence/v1beta1/credentials.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta1/doc/google/longrunning/operations.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta1/doc/google/protobuf/any.rb +14 -8
- data/lib/google/cloud/video_intelligence/v1beta1/doc/google/rpc/status.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta1/doc/overview.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta1/video_intelligence_service_client.rb +2 -0
- data/lib/google/cloud/video_intelligence/v1beta2.rb +6 -0
- data/lib/google/cloud/video_intelligence/v1beta2/credentials.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta2/doc/google/longrunning/operations.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta2/doc/google/protobuf/any.rb +14 -8
- data/lib/google/cloud/video_intelligence/v1beta2/doc/google/protobuf/duration.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta2/doc/google/rpc/status.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta2/doc/overview.rb +1 -0
- data/lib/google/cloud/video_intelligence/v1beta2/video_intelligence_service_client.rb +2 -0
- data/lib/google/cloud/videointelligence/v1/video_intelligence_pb.rb +1 -0
- data/lib/google/cloud/videointelligence/v1/video_intelligence_services_pb.rb +1 -0
- data/lib/google/cloud/videointelligence/v1beta1/video_intelligence_pb.rb +1 -0
- data/lib/google/cloud/videointelligence/v1beta1/video_intelligence_services_pb.rb +1 -0
- data/lib/google/cloud/videointelligence/v1beta2/video_intelligence_pb.rb +1 -0
- data/lib/google/cloud/videointelligence/v1beta2/video_intelligence_services_pb.rb +1 -0
- metadata +2 -2
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 6f0f3f337251423e4e87dd8c0e0b7876dffaabf10d79a5b130de1febbe234c52
|
4
|
+
data.tar.gz: 98aa6539056ae82c36615112094aba6d46fa96cb02ce444d173edbbdeec5e20a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 720f904e83c1a2b779214cf413bcc9b219434e241b4e6bd423a3e236df42d2b34e2545465b5d5cb0289c4dcf9f76c50951a9936ead86dfda1ed6f2ba82ebea2e
|
7
|
+
data.tar.gz: 3c3316a1222c475c2c0cee5fb02ee992e99a6ddb32952fe613c78740dd17158b610f33fc43e05e5d2e144f5333aa6ee7e45ad2c923615af121040d90f22582db
|
@@ -12,6 +12,7 @@
|
|
12
12
|
# See the License for the specific language governing permissions and
|
13
13
|
# limitations under the License.
|
14
14
|
|
15
|
+
|
15
16
|
require "google/gax"
|
16
17
|
require "pathname"
|
17
18
|
|
@@ -35,6 +36,11 @@ module Google
|
|
35
36
|
# 3. [Enable the Cloud Video Intelligence API.](https://console.cloud.google.com/apis/library/videointelligence.googleapis.com)
|
36
37
|
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
|
37
38
|
#
|
39
|
+
# ### Installation
|
40
|
+
# ```
|
41
|
+
# $ gem install google-cloud-video_intelligence
|
42
|
+
# ```
|
43
|
+
#
|
38
44
|
# ### Preview
|
39
45
|
# #### VideoIntelligenceServiceClient
|
40
46
|
# ```rb
|
@@ -12,6 +12,7 @@
|
|
12
12
|
# See the License for the specific language governing permissions and
|
13
13
|
# limitations under the License.
|
14
14
|
|
15
|
+
|
15
16
|
require "google/cloud/video_intelligence/v1/video_intelligence_service_client"
|
16
17
|
require "google/cloud/videointelligence/v1/video_intelligence_pb"
|
17
18
|
require "google/rpc/status_pb"
|
@@ -37,6 +38,11 @@ module Google
|
|
37
38
|
# 3. [Enable the Cloud Video Intelligence API.](https://console.cloud.google.com/apis/library/videointelligence.googleapis.com)
|
38
39
|
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
|
39
40
|
#
|
41
|
+
# ### Installation
|
42
|
+
# ```
|
43
|
+
# $ gem install google-cloud-video_intelligence
|
44
|
+
# ```
|
45
|
+
#
|
40
46
|
# ### Preview
|
41
47
|
# #### VideoIntelligenceServiceClient
|
42
48
|
# ```rb
|
@@ -12,6 +12,7 @@
|
|
12
12
|
# See the License for the specific language governing permissions and
|
13
13
|
# limitations under the License.
|
14
14
|
|
15
|
+
|
15
16
|
module Google
|
16
17
|
module Protobuf
|
17
18
|
# +Any+ contains an arbitrary serialized protocol buffer message along with a
|
@@ -95,17 +96,18 @@ module Google
|
|
95
96
|
# }
|
96
97
|
# @!attribute [rw] type_url
|
97
98
|
# @return [String]
|
98
|
-
# A URL/resource name
|
99
|
-
#
|
99
|
+
# A URL/resource name that uniquely identifies the type of the serialized
|
100
|
+
# protocol buffer message. The last segment of the URL's path must represent
|
101
|
+
# the fully qualified name of the type (as in
|
102
|
+
# +path/google.protobuf.Duration+). The name should be in a canonical form
|
103
|
+
# (e.g., leading "." is not accepted).
|
100
104
|
#
|
101
|
-
#
|
102
|
-
#
|
105
|
+
# In practice, teams usually precompile into the binary all types that they
|
106
|
+
# expect it to use in the context of Any. However, for URLs which use the
|
107
|
+
# scheme +http+, +https+, or no scheme, one can optionally set up a type
|
108
|
+
# server that maps type URLs to message definitions as follows:
|
103
109
|
#
|
104
110
|
# * If no scheme is provided, +https+ is assumed.
|
105
|
-
# * The last segment of the URL's path must represent the fully
|
106
|
-
# qualified name of the type (as in +path/google.protobuf.Duration+).
|
107
|
-
# The name should be in a canonical form (e.g., leading "." is
|
108
|
-
# not accepted).
|
109
111
|
# * An HTTP GET on the URL must yield a {Google::Protobuf::Type}
|
110
112
|
# value in binary format, or produce an error.
|
111
113
|
# * Applications are allowed to cache lookup results based on the
|
@@ -114,6 +116,10 @@ module Google
|
|
114
116
|
# on changes to types. (Use versioned type names to manage
|
115
117
|
# breaking changes.)
|
116
118
|
#
|
119
|
+
# Note: this functionality is not currently available in the official
|
120
|
+
# protobuf release, and it is not used for type URLs beginning with
|
121
|
+
# type.googleapis.com.
|
122
|
+
#
|
117
123
|
# Schemes other than +http+, +https+ (or the empty scheme) might be
|
118
124
|
# used with implementation specific semantics.
|
119
125
|
# @!attribute [rw] value
|
@@ -19,6 +19,7 @@
|
|
19
19
|
# For the short term, the refresh process will only be runnable by Google
|
20
20
|
# engineers.
|
21
21
|
|
22
|
+
|
22
23
|
require "json"
|
23
24
|
require "pathname"
|
24
25
|
|
@@ -38,6 +39,7 @@ module Google
|
|
38
39
|
# @!attribute [r] video_intelligence_service_stub
|
39
40
|
# @return [Google::Cloud::Videointelligence::V1::VideoIntelligenceService::Stub]
|
40
41
|
class VideoIntelligenceServiceClient
|
42
|
+
# @private
|
41
43
|
attr_reader :video_intelligence_service_stub
|
42
44
|
|
43
45
|
# The default address of the service.
|
@@ -12,6 +12,7 @@
|
|
12
12
|
# See the License for the specific language governing permissions and
|
13
13
|
# limitations under the License.
|
14
14
|
|
15
|
+
|
15
16
|
require "google/cloud/video_intelligence/v1beta1/video_intelligence_service_client"
|
16
17
|
require "google/cloud/videointelligence/v1beta1/video_intelligence_pb"
|
17
18
|
require "google/rpc/status_pb"
|
@@ -37,6 +38,11 @@ module Google
|
|
37
38
|
# 3. [Enable the Google Cloud Video Intelligence API.](https://console.cloud.google.com/apis/library/videointelligence.googleapis.com)
|
38
39
|
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
|
39
40
|
#
|
41
|
+
# ### Installation
|
42
|
+
# ```
|
43
|
+
# $ gem install google-cloud-video_intelligence
|
44
|
+
# ```
|
45
|
+
#
|
40
46
|
# ### Next Steps
|
41
47
|
# - Read the [Google Cloud Video Intelligence API Product documentation][Product Documentation]
|
42
48
|
# to learn more about the product and see How-to Guides.
|
@@ -12,6 +12,7 @@
|
|
12
12
|
# See the License for the specific language governing permissions and
|
13
13
|
# limitations under the License.
|
14
14
|
|
15
|
+
|
15
16
|
module Google
|
16
17
|
module Protobuf
|
17
18
|
# +Any+ contains an arbitrary serialized protocol buffer message along with a
|
@@ -95,17 +96,18 @@ module Google
|
|
95
96
|
# }
|
96
97
|
# @!attribute [rw] type_url
|
97
98
|
# @return [String]
|
98
|
-
# A URL/resource name
|
99
|
-
#
|
99
|
+
# A URL/resource name that uniquely identifies the type of the serialized
|
100
|
+
# protocol buffer message. The last segment of the URL's path must represent
|
101
|
+
# the fully qualified name of the type (as in
|
102
|
+
# +path/google.protobuf.Duration+). The name should be in a canonical form
|
103
|
+
# (e.g., leading "." is not accepted).
|
100
104
|
#
|
101
|
-
#
|
102
|
-
#
|
105
|
+
# In practice, teams usually precompile into the binary all types that they
|
106
|
+
# expect it to use in the context of Any. However, for URLs which use the
|
107
|
+
# scheme +http+, +https+, or no scheme, one can optionally set up a type
|
108
|
+
# server that maps type URLs to message definitions as follows:
|
103
109
|
#
|
104
110
|
# * If no scheme is provided, +https+ is assumed.
|
105
|
-
# * The last segment of the URL's path must represent the fully
|
106
|
-
# qualified name of the type (as in +path/google.protobuf.Duration+).
|
107
|
-
# The name should be in a canonical form (e.g., leading "." is
|
108
|
-
# not accepted).
|
109
111
|
# * An HTTP GET on the URL must yield a {Google::Protobuf::Type}
|
110
112
|
# value in binary format, or produce an error.
|
111
113
|
# * Applications are allowed to cache lookup results based on the
|
@@ -114,6 +116,10 @@ module Google
|
|
114
116
|
# on changes to types. (Use versioned type names to manage
|
115
117
|
# breaking changes.)
|
116
118
|
#
|
119
|
+
# Note: this functionality is not currently available in the official
|
120
|
+
# protobuf release, and it is not used for type URLs beginning with
|
121
|
+
# type.googleapis.com.
|
122
|
+
#
|
117
123
|
# Schemes other than +http+, +https+ (or the empty scheme) might be
|
118
124
|
# used with implementation specific semantics.
|
119
125
|
# @!attribute [rw] value
|
@@ -19,6 +19,7 @@
|
|
19
19
|
# For the short term, the refresh process will only be runnable by Google
|
20
20
|
# engineers.
|
21
21
|
|
22
|
+
|
22
23
|
require "json"
|
23
24
|
require "pathname"
|
24
25
|
|
@@ -38,6 +39,7 @@ module Google
|
|
38
39
|
# @!attribute [r] video_intelligence_service_stub
|
39
40
|
# @return [Google::Cloud::Videointelligence::V1beta1::VideoIntelligenceService::Stub]
|
40
41
|
class VideoIntelligenceServiceClient
|
42
|
+
# @private
|
41
43
|
attr_reader :video_intelligence_service_stub
|
42
44
|
|
43
45
|
# The default address of the service.
|
@@ -12,6 +12,7 @@
|
|
12
12
|
# See the License for the specific language governing permissions and
|
13
13
|
# limitations under the License.
|
14
14
|
|
15
|
+
|
15
16
|
require "google/cloud/video_intelligence/v1beta2/video_intelligence_service_client"
|
16
17
|
require "google/cloud/videointelligence/v1beta2/video_intelligence_pb"
|
17
18
|
require "google/rpc/status_pb"
|
@@ -37,6 +38,11 @@ module Google
|
|
37
38
|
# 3. [Enable the Google Cloud Video Intelligence API.](https://console.cloud.google.com/apis/library/videointelligence.googleapis.com)
|
38
39
|
# 4. [Setup Authentication.](https://googlecloudplatform.github.io/google-cloud-ruby/#/docs/google-cloud/master/guides/authentication)
|
39
40
|
#
|
41
|
+
# ### Installation
|
42
|
+
# ```
|
43
|
+
# $ gem install google-cloud-video_intelligence
|
44
|
+
# ```
|
45
|
+
#
|
40
46
|
# ### Next Steps
|
41
47
|
# - Read the [Google Cloud Video Intelligence API Product documentation][Product Documentation]
|
42
48
|
# to learn more about the product and see How-to Guides.
|
@@ -12,6 +12,7 @@
|
|
12
12
|
# See the License for the specific language governing permissions and
|
13
13
|
# limitations under the License.
|
14
14
|
|
15
|
+
|
15
16
|
module Google
|
16
17
|
module Protobuf
|
17
18
|
# +Any+ contains an arbitrary serialized protocol buffer message along with a
|
@@ -95,17 +96,18 @@ module Google
|
|
95
96
|
# }
|
96
97
|
# @!attribute [rw] type_url
|
97
98
|
# @return [String]
|
98
|
-
# A URL/resource name
|
99
|
-
#
|
99
|
+
# A URL/resource name that uniquely identifies the type of the serialized
|
100
|
+
# protocol buffer message. The last segment of the URL's path must represent
|
101
|
+
# the fully qualified name of the type (as in
|
102
|
+
# +path/google.protobuf.Duration+). The name should be in a canonical form
|
103
|
+
# (e.g., leading "." is not accepted).
|
100
104
|
#
|
101
|
-
#
|
102
|
-
#
|
105
|
+
# In practice, teams usually precompile into the binary all types that they
|
106
|
+
# expect it to use in the context of Any. However, for URLs which use the
|
107
|
+
# scheme +http+, +https+, or no scheme, one can optionally set up a type
|
108
|
+
# server that maps type URLs to message definitions as follows:
|
103
109
|
#
|
104
110
|
# * If no scheme is provided, +https+ is assumed.
|
105
|
-
# * The last segment of the URL's path must represent the fully
|
106
|
-
# qualified name of the type (as in +path/google.protobuf.Duration+).
|
107
|
-
# The name should be in a canonical form (e.g., leading "." is
|
108
|
-
# not accepted).
|
109
111
|
# * An HTTP GET on the URL must yield a {Google::Protobuf::Type}
|
110
112
|
# value in binary format, or produce an error.
|
111
113
|
# * Applications are allowed to cache lookup results based on the
|
@@ -114,6 +116,10 @@ module Google
|
|
114
116
|
# on changes to types. (Use versioned type names to manage
|
115
117
|
# breaking changes.)
|
116
118
|
#
|
119
|
+
# Note: this functionality is not currently available in the official
|
120
|
+
# protobuf release, and it is not used for type URLs beginning with
|
121
|
+
# type.googleapis.com.
|
122
|
+
#
|
117
123
|
# Schemes other than +http+, +https+ (or the empty scheme) might be
|
118
124
|
# used with implementation specific semantics.
|
119
125
|
# @!attribute [rw] value
|
@@ -19,6 +19,7 @@
|
|
19
19
|
# For the short term, the refresh process will only be runnable by Google
|
20
20
|
# engineers.
|
21
21
|
|
22
|
+
|
22
23
|
require "json"
|
23
24
|
require "pathname"
|
24
25
|
|
@@ -38,6 +39,7 @@ module Google
|
|
38
39
|
# @!attribute [r] video_intelligence_service_stub
|
39
40
|
# @return [Google::Cloud::Videointelligence::V1beta2::VideoIntelligenceService::Stub]
|
40
41
|
class VideoIntelligenceServiceClient
|
42
|
+
# @private
|
41
43
|
attr_reader :video_intelligence_service_stub
|
42
44
|
|
43
45
|
# The default address of the service.
|
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: 1.1.
|
4
|
+
version: 1.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: 2018-
|
11
|
+
date: 2018-09-10 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: google-gax
|