google-apis-speech_v1p1beta1 0.44.0 → 0.46.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: 9d84234bae7efc6954f9f93ca2b4975670768bcfec22514d631d132bf8348b08
4
- data.tar.gz: da45c019f162880884f75176e80e1ed20b57b7a60c6301e24196be3257eb554d
3
+ metadata.gz: dff9d3138da0376f65801ff8160b6e206d19b165702e7a77b6f506b9a839928c
4
+ data.tar.gz: 295abeefc5366ffa417a57aa62763fd9f105f80ea9a4051229dc8ae89739b57b
5
5
  SHA512:
6
- metadata.gz: 491c73f1ae14755a139a6bde215e6c2c6abd37514aa5428bd903173aa268b013e965f9b7e8e07dc07edf6638be5c5e7ae2591d07650e5fa12c4e1800bf4f03d1
7
- data.tar.gz: 668cba6a9c9ff2208483104699b5cbd72be6783db5268ed7893dd2bc8bd83a551517f8d7401684360a1619236863ef60430dd3d2a43e4d070b2500c2d1935ec6
6
+ metadata.gz: 9ab4d042b536f1fd1404818d5b3ef0a7f3c5a325b6a603706515ff3089f3eb43c59c1014987b7b37b088cc59b94af268e8d206206d13f401767fde39d88a8096
7
+ data.tar.gz: 34ac47ed3529e756b38973f7b81100664f3239379f0a0523af729a4166887db1943629c777748d034169d8315643e48456266d22191b4e6abd4531bd457c89c4
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-speech_v1p1beta1
2
2
 
3
+ ### v0.46.0 (2026-06-14)
4
+
5
+ * Regenerated using generator version 0.19.0
6
+
7
+ ### v0.45.0 (2025-12-14)
8
+
9
+ * Regenerated from discovery document revision 20251201
10
+
3
11
  ### v0.44.0 (2025-10-05)
4
12
 
5
13
  * Regenerated from discovery document revision 20250925
data/OVERVIEW.md CHANGED
@@ -83,7 +83,7 @@ The [product documentation](https://cloud.google.com/speech-to-text/docs/quickst
83
83
 
84
84
  ## Supported Ruby versions
85
85
 
86
- This library is supported on Ruby 3.1+.
86
+ This library is supported on Ruby 3.2+.
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
 
@@ -321,8 +321,9 @@ module Google
321
321
  attr_accessor :operations
322
322
 
323
323
  # Unordered list. Unreachable resources. Populated when the request sets `
324
- # ListOperationsRequest.return_partial_success` and reads across collections e.g.
325
- # when attempting to list all resources across all supported locations.
324
+ # ListOperationsRequest.return_partial_success` and reads across collections.
325
+ # For example, when attempting to list all resources across all supported
326
+ # locations.
326
327
  # Corresponds to the JSON property `unreachable`
327
328
  # @return [Array<String>]
328
329
  attr_accessor :unreachable
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module SpeechV1p1beta1
18
18
  # Version of the google-apis-speech_v1p1beta1 gem
19
- GEM_VERSION = "0.44.0"
19
+ GEM_VERSION = "0.46.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
- GENERATOR_VERSION = "0.18.0"
22
+ GENERATOR_VERSION = "0.19.0"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20250925"
25
+ REVISION = "20251201"
26
26
  end
27
27
  end
28
28
  end
@@ -94,11 +94,12 @@ module Google
94
94
  # The standard list page token.
95
95
  # @param [Boolean] return_partial_success
96
96
  # When set to `true`, operations that are reachable are returned as normal, and
97
- # those that are unreachable are returned in the [ListOperationsResponse.
98
- # unreachable] field. This can only be `true` when reading across collections e.
99
- # g. when `parent` is set to `"projects/example/locations/-"`. This field is not
100
- # by default supported and will result in an `UNIMPLEMENTED` error if set unless
101
- # explicitly documented otherwise in service or product specific documentation.
97
+ # those that are unreachable are returned in the ListOperationsResponse.
98
+ # unreachable field. This can only be `true` when reading across collections.
99
+ # For example, when `parent` is set to `"projects/example/locations/-"`. This
100
+ # field is not supported by default and will result in an `UNIMPLEMENTED` error
101
+ # if set unless explicitly documented otherwise in service or product specific
102
+ # documentation.
102
103
  # @param [String] fields
103
104
  # Selector specifying which fields to include in a partial response.
104
105
  # @param [String] quota_user
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-speech_v1p1beta1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.44.0
4
+ version: 0.46.0
5
5
  platform: ruby
6
6
  authors:
7
7
  - Google LLC
@@ -57,7 +57,7 @@ licenses:
57
57
  metadata:
58
58
  bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
59
59
  changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1p1beta1/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.44.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-speech_v1p1beta1/v0.46.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-speech_v1p1beta1
62
62
  rdoc_options: []
63
63
  require_paths:
@@ -66,7 +66,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
66
66
  requirements:
67
67
  - - ">="
68
68
  - !ruby/object:Gem::Version
69
- version: '3.1'
69
+ version: '3.2'
70
70
  required_rubygems_version: !ruby/object:Gem::Requirement
71
71
  requirements:
72
72
  - - ">="