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.
Files changed (36) hide show
  1. checksums.yaml +4 -4
  2. data/lib/google/cloud/video_intelligence.rb +6 -0
  3. data/lib/google/cloud/video_intelligence/credentials.rb +1 -0
  4. data/lib/google/cloud/video_intelligence/v1.rb +6 -0
  5. data/lib/google/cloud/video_intelligence/v1/credentials.rb +1 -0
  6. data/lib/google/cloud/video_intelligence/v1/doc/google/cloud/videointelligence/v1/video_intelligence.rb +1 -0
  7. data/lib/google/cloud/video_intelligence/v1/doc/google/longrunning/operations.rb +1 -0
  8. data/lib/google/cloud/video_intelligence/v1/doc/google/protobuf/any.rb +14 -8
  9. data/lib/google/cloud/video_intelligence/v1/doc/google/protobuf/duration.rb +1 -0
  10. data/lib/google/cloud/video_intelligence/v1/doc/google/rpc/status.rb +1 -0
  11. data/lib/google/cloud/video_intelligence/v1/doc/overview.rb +1 -0
  12. data/lib/google/cloud/video_intelligence/v1/video_intelligence_service_client.rb +2 -0
  13. data/lib/google/cloud/video_intelligence/v1beta1.rb +6 -0
  14. data/lib/google/cloud/video_intelligence/v1beta1/credentials.rb +1 -0
  15. data/lib/google/cloud/video_intelligence/v1beta1/doc/google/cloud/videointelligence/v1beta1/video_intelligence.rb +1 -0
  16. data/lib/google/cloud/video_intelligence/v1beta1/doc/google/longrunning/operations.rb +1 -0
  17. data/lib/google/cloud/video_intelligence/v1beta1/doc/google/protobuf/any.rb +14 -8
  18. data/lib/google/cloud/video_intelligence/v1beta1/doc/google/rpc/status.rb +1 -0
  19. data/lib/google/cloud/video_intelligence/v1beta1/doc/overview.rb +1 -0
  20. data/lib/google/cloud/video_intelligence/v1beta1/video_intelligence_service_client.rb +2 -0
  21. data/lib/google/cloud/video_intelligence/v1beta2.rb +6 -0
  22. data/lib/google/cloud/video_intelligence/v1beta2/credentials.rb +1 -0
  23. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/cloud/videointelligence/v1beta2/video_intelligence.rb +1 -0
  24. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/longrunning/operations.rb +1 -0
  25. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/protobuf/any.rb +14 -8
  26. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/protobuf/duration.rb +1 -0
  27. data/lib/google/cloud/video_intelligence/v1beta2/doc/google/rpc/status.rb +1 -0
  28. data/lib/google/cloud/video_intelligence/v1beta2/doc/overview.rb +1 -0
  29. data/lib/google/cloud/video_intelligence/v1beta2/video_intelligence_service_client.rb +2 -0
  30. data/lib/google/cloud/videointelligence/v1/video_intelligence_pb.rb +1 -0
  31. data/lib/google/cloud/videointelligence/v1/video_intelligence_services_pb.rb +1 -0
  32. data/lib/google/cloud/videointelligence/v1beta1/video_intelligence_pb.rb +1 -0
  33. data/lib/google/cloud/videointelligence/v1beta1/video_intelligence_services_pb.rb +1 -0
  34. data/lib/google/cloud/videointelligence/v1beta2/video_intelligence_pb.rb +1 -0
  35. data/lib/google/cloud/videointelligence/v1beta2/video_intelligence_services_pb.rb +1 -0
  36. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: cf983b4d950face69f2d600f2684e51d40d24d87171b34b982e8252b00555d64
4
- data.tar.gz: 28da5ef28811f29faca2225984b59dd386890613f57c8cbb4f11dc38ff7d3dea
3
+ metadata.gz: 6f0f3f337251423e4e87dd8c0e0b7876dffaabf10d79a5b130de1febbe234c52
4
+ data.tar.gz: 98aa6539056ae82c36615112094aba6d46fa96cb02ce444d173edbbdeec5e20a
5
5
  SHA512:
6
- metadata.gz: c652f8efd13e1329fb43e0b1e7fc35567408db52bf008a88b58c6a23282f73ed807738669db8a6585ab5b7894e5df1812a9d687d2be527284a905e6a7dc570b0
7
- data.tar.gz: 557a30f9c0da6e9210909434bca5c82cc01832f02a426a9124c8d32d87ee0c4d36f231c91c79672492d8f368386a4447d8baca095d6bb525ce3b5245fc9ca10d
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/credentials"
16
17
 
17
18
  module Google
@@ -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
  require "googleauth"
16
17
 
17
18
  module Google
@@ -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 Cloud
17
18
  module Videointelligence
@@ -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 Longrunning
17
18
  # This resource represents a long-running operation that is the result of a
@@ -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 whose content describes the type of the
99
- # serialized protocol buffer message.
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
- # For URLs which use the scheme +http+, +https+, or no scheme, the
102
- # following restrictions and interpretations apply:
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
@@ -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
  # A Duration represents a signed, fixed-length span of time represented
@@ -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 Rpc
17
18
  # The +Status+ type defines a logical error model that is suitable for different
@@ -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 Cloud
17
18
  # rubocop:disable LineLength
@@ -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
  require "googleauth"
16
17
 
17
18
  module Google
@@ -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 Cloud
17
18
  module Videointelligence
@@ -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 Longrunning
17
18
  # This resource represents a long-running operation that is the result of a
@@ -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 whose content describes the type of the
99
- # serialized protocol buffer message.
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
- # For URLs which use the scheme +http+, +https+, or no scheme, the
102
- # following restrictions and interpretations apply:
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
@@ -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 Rpc
17
18
  # The +Status+ type defines a logical error model that is suitable for different
@@ -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 Cloud
17
18
  # rubocop:disable LineLength
@@ -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
  require "googleauth"
16
17
 
17
18
  module Google
@@ -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 Cloud
17
18
  module Videointelligence
@@ -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 Longrunning
17
18
  # This resource represents a long-running operation that is the result of a
@@ -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 whose content describes the type of the
99
- # serialized protocol buffer message.
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
- # For URLs which use the scheme +http+, +https+, or no scheme, the
102
- # following restrictions and interpretations apply:
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
@@ -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
  # A Duration represents a signed, fixed-length span of time represented
@@ -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 Rpc
17
18
  # The +Status+ type defines a logical error model that is suitable for different
@@ -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 Cloud
17
18
  # rubocop:disable LineLength
@@ -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.
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/videointelligence/v1/video_intelligence.proto
3
3
 
4
+
4
5
  require 'google/protobuf'
5
6
 
6
7
  require 'google/api/annotations_pb'
@@ -16,6 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
+
19
20
  require 'grpc'
20
21
  require 'google/cloud/videointelligence/v1/video_intelligence_pb'
21
22
 
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/videointelligence/v1beta1/video_intelligence.proto
3
3
 
4
+
4
5
  require 'google/protobuf'
5
6
 
6
7
  require 'google/api/annotations_pb'
@@ -16,6 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
+
19
20
  require 'grpc'
20
21
  require 'google/cloud/videointelligence/v1beta1/video_intelligence_pb'
21
22
 
@@ -1,6 +1,7 @@
1
1
  # Generated by the protocol buffer compiler. DO NOT EDIT!
2
2
  # source: google/cloud/videointelligence/v1beta2/video_intelligence.proto
3
3
 
4
+
4
5
  require 'google/protobuf'
5
6
 
6
7
  require 'google/api/annotations_pb'
@@ -16,6 +16,7 @@
16
16
  # limitations under the License.
17
17
  #
18
18
 
19
+
19
20
  require 'grpc'
20
21
  require 'google/cloud/videointelligence/v1beta2/video_intelligence_pb'
21
22
 
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.0
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-08-21 00:00:00.000000000 Z
11
+ date: 2018-09-10 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: google-gax