google-apis-videointelligence_v1 0.22.0 → 0.24.0

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: ba4e415b5c38d7ac84274eddbe8ad3203ebeeb33bc3009e65de8f2b58e1c1f84
4
- data.tar.gz: cb72108337e926e63fda190acc4455f4a94b5c3a1994dbfa28f1b05ee34b409a
3
+ metadata.gz: 5698cff4b2d9cd1d4286fadda7c305ffce6d6e2b872677334718a55e7461649b
4
+ data.tar.gz: 57fda932166f21029c166f2cec59e81352f6d2c735a5966e78a848300bb15ff6
5
5
  SHA512:
6
- metadata.gz: 5bd557455e95031eeaf97bd706c3f7aa1bcb0fb9e07c8e69c64f0fc2a344e04a963e62c19e43a65f91f52535c3cf2a2c203f6f6b0874a3ef37d72f8db2b2567a
7
- data.tar.gz: 27a48ff6e9383a0675534692d6328b027963050a97002350e4efbf94975690af88a9bdfaf246026664a046aca303051b0064fb61d41298f5e64b7381a2e55c6b
6
+ metadata.gz: cf5c8da8e5caae9fb6e954c099902c72495427e1eab93f63d6c8e3a1bfe44cdca6533be0d347a72e6c7c1f3df62ad68c8eadcde245b67cb6f5af149b0af33741
7
+ data.tar.gz: 1e6eb2619a32e85ef2cfb76b671def3c2a88db0c748f6f997e453691f2e094c2e01bf80b4417a4c04648966c9f19097a34351ed5c7ea337da63fa7fd9e3e7fb6
data/CHANGELOG.md CHANGED
@@ -1,5 +1,14 @@
1
1
  # Release history for google-apis-videointelligence_v1
2
2
 
3
+ ### v0.24.0 (2025-05-04)
4
+
5
+ * Regenerated using generator version 0.17.0
6
+
7
+ ### v0.23.0 (2025-02-26)
8
+
9
+ * Regenerated from discovery document revision 20250130
10
+ * Regenerated using generator version 0.16.0
11
+
3
12
  ### v0.22.0 (2024-05-19)
4
13
 
5
14
  * Regenerated using generator version 0.15.0
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/video-intelligence/docs/) m
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 2.7+.
86
+ This library is supported on Ruby 3.1+.
87
87
 
88
88
  Google provides official support for Ruby versions that are actively supported by Ruby Core -- that is, Ruby versions that are either in normal maintenance or in security maintenance, and not end of life. Older versions of Ruby _may_ still work, but are unsupported and not recommended. See https://www.ruby-lang.org/en/downloads/branches/ for details about the Ruby support schedule.
89
89
 
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module VideointelligenceV1
18
18
  # Version of the google-apis-videointelligence_v1 gem
19
- GEM_VERSION = "0.22.0"
19
+ GEM_VERSION = "0.24.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.15.0"
22
+ GENERATOR_VERSION = "0.17.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20231214"
25
+ REVISION = "20250130"
26
26
  end
27
27
  end
28
28
  end
@@ -59,8 +59,8 @@ module Google
59
59
  # Clients can use Operations.GetOperation or other methods to check whether the
60
60
  # cancellation succeeded or whether the operation completed despite cancellation.
61
61
  # On successful cancellation, the operation is not deleted; instead, it becomes
62
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
63
- # corresponding to `Code.CANCELLED`.
62
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
63
+ # , corresponding to `Code.CANCELLED`.
64
64
  # @param [String] name
65
65
  # The name of the operation resource to be cancelled.
66
66
  # @param [String] fields
@@ -160,8 +160,8 @@ module Google
160
160
  # Clients can use Operations.GetOperation or other methods to check whether the
161
161
  # cancellation succeeded or whether the operation completed despite cancellation.
162
162
  # On successful cancellation, the operation is not deleted; instead, it becomes
163
- # an operation with an Operation.error value with a google.rpc.Status.code of 1,
164
- # corresponding to `Code.CANCELLED`.
163
+ # an operation with an Operation.error value with a google.rpc.Status.code of `1`
164
+ # , corresponding to `Code.CANCELLED`.
165
165
  # @param [String] name
166
166
  # The name of the operation resource to be cancelled.
167
167
  # @param [Google::Apis::VideointelligenceV1::GoogleLongrunningCancelOperationRequest] google_longrunning_cancel_operation_request_object
metadata CHANGED
@@ -1,14 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-videointelligence_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.22.0
4
+ version: 0.24.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
8
- autorequire:
9
8
  bindir: bin
10
9
  cert_chain: []
11
- date: 2024-05-26 00:00:00.000000000 Z
10
+ date: 1980-01-02 00:00:00.000000000 Z
12
11
  dependencies:
13
12
  - !ruby/object:Gem::Dependency
14
13
  name: google-apis-core
@@ -58,9 +57,8 @@ licenses:
58
57
  metadata:
59
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
60
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1/v0.22.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-videointelligence_v1/v0.24.0
62
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-videointelligence_v1
63
- post_install_message:
64
62
  rdoc_options: []
65
63
  require_paths:
66
64
  - lib
@@ -68,15 +66,14 @@ required_ruby_version: !ruby/object:Gem::Requirement
68
66
  requirements:
69
67
  - - ">="
70
68
  - !ruby/object:Gem::Version
71
- version: '2.7'
69
+ version: '3.1'
72
70
  required_rubygems_version: !ruby/object:Gem::Requirement
73
71
  requirements:
74
72
  - - ">="
75
73
  - !ruby/object:Gem::Version
76
74
  version: '0'
77
75
  requirements: []
78
- rubygems_version: 3.5.6
79
- signing_key:
76
+ rubygems_version: 3.6.8
80
77
  specification_version: 4
81
78
  summary: Simple REST client for Cloud Video Intelligence API V1
82
79
  test_files: []