google-apis-firebaseml_v2beta 0.23.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:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: af0e10a88ec3416df9889f0285958556d3d0bc7b52b6a7af0d00b9a4aa831bf5
|
4
|
+
data.tar.gz: a0629e645070c15bab1bee90c0ae9148d65cd0cebadc6033f897ec676e099fa1
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 289610583eb8f7bd3cb60df8e126f4a06561a0f377e90ad9b6544d5bf436302197e6fa56476c62df4a39f0870763cd3b6668a4c4c7537c98fcd588500e49d563
|
7
|
+
data.tar.gz: 4aa90713479acd461a42e31f42afe09237a393e54e4698de48e247811267fcf46094856b38ab0953964599abab4beb99df80d418c1aafe45d1e506da38be38ce
|
data/CHANGELOG.md
CHANGED
@@ -1529,8 +1529,7 @@ module Google
|
|
1529
1529
|
attr_accessor :include_thoughts
|
1530
1530
|
alias_method :include_thoughts?, :include_thoughts
|
1531
1531
|
|
1532
|
-
# Optional. Indicates the thinking budget in tokens.
|
1533
|
-
# enable_thinking is true.
|
1532
|
+
# Optional. Indicates the thinking budget in tokens.
|
1534
1533
|
# Corresponds to the JSON property `thinkingBudget`
|
1535
1534
|
# @return [Fixnum]
|
1536
1535
|
attr_accessor :thinking_budget
|
@@ -16,13 +16,13 @@ module Google
|
|
16
16
|
module Apis
|
17
17
|
module FirebasemlV2beta
|
18
18
|
# Version of the google-apis-firebaseml_v2beta gem
|
19
|
-
GEM_VERSION = "0.
|
19
|
+
GEM_VERSION = "0.24.0"
|
20
20
|
|
21
21
|
# Version of the code generator used to generate this client
|
22
22
|
GENERATOR_VERSION = "0.18.0"
|
23
23
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
25
|
-
REVISION = "
|
25
|
+
REVISION = "20250618"
|
26
26
|
end
|
27
27
|
end
|
28
28
|
end
|
metadata
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: google-apis-firebaseml_v2beta
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.24.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-firebaseml_v2beta/CHANGELOG.md
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-firebaseml_v2beta/v0.24.0
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-firebaseml_v2beta
|
62
62
|
rdoc_options: []
|
63
63
|
require_paths:
|