google-apis-developerknowledge_v1 0.8.0 → 0.9.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: b0bb14d0df14b7c84f0ce54d66250387c6242ad4fc3ca36e45c8e38db5171a0c
|
|
4
|
+
data.tar.gz: c42ce5d19203e55265b5ce3ca464c5a39ca8ccc47c23689fa71732e467efe821
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 84fe88da66b9007ee00d05ac299d013098b13cd496cb198c3a7a6339916c99309d72fba78d834e1fed0818cd402c6dda558189364797ffb35e980a0ca12a55cc
|
|
7
|
+
data.tar.gz: 7017956b0e7ab0b69e9e5ef2cab2a8ef06591bc60eb9b6c4ee4cdaf92f31d659247e86fd36dba4615e3bc3c0d6969840e6ffb077310897f9d14e202fcbeded5e
|
data/CHANGELOG.md
CHANGED
|
@@ -291,6 +291,13 @@ module Google
|
|
|
291
291
|
# @return [String]
|
|
292
292
|
attr_accessor :parent
|
|
293
293
|
|
|
294
|
+
# Output only. Represents the relevance score of the chunk to the search query.
|
|
295
|
+
# Higher score indicates higher chunk relevance. The score is in range [0.0, 1.0]
|
|
296
|
+
# .
|
|
297
|
+
# Corresponds to the JSON property `relevanceScore`
|
|
298
|
+
# @return [Float]
|
|
299
|
+
attr_accessor :relevance_score
|
|
300
|
+
|
|
294
301
|
def initialize(**args)
|
|
295
302
|
update!(**args)
|
|
296
303
|
end
|
|
@@ -301,6 +308,7 @@ module Google
|
|
|
301
308
|
@document = args[:document] if args.key?(:document)
|
|
302
309
|
@id = args[:id] if args.key?(:id)
|
|
303
310
|
@parent = args[:parent] if args.key?(:parent)
|
|
311
|
+
@relevance_score = args[:relevance_score] if args.key?(:relevance_score)
|
|
304
312
|
end
|
|
305
313
|
end
|
|
306
314
|
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DeveloperknowledgeV1
|
|
18
18
|
# Version of the google-apis-developerknowledge_v1 gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.9.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.19.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20260817"
|
|
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-developerknowledge_v1
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.9.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-developerknowledge_v1/CHANGELOG.md
|
|
60
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-developerknowledge_v1/v0.
|
|
60
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-developerknowledge_v1/v0.9.0
|
|
61
61
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-developerknowledge_v1
|
|
62
62
|
rdoc_options: []
|
|
63
63
|
require_paths:
|