google-apis-discoveryengine_v1alpha 0.20.0 → 0.21.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: 1d83f6143023b0103165c9f92dd11536614f64fc9e03381e382dd9e0ce0dd8aa
|
|
4
|
+
data.tar.gz: a819bb70236be5504b446a4e6bfc550549e341cd69b48946b3de2a2fc8e89bd6
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: fe78f3e396644098b6d3390f0cc8171c65d3a4ee50806828b90b7f78c75c8bb6c629e2817ab64d8a3eb534514a4e40375d92c92df527d479d8cc4bfd1d8884bf
|
|
7
|
+
data.tar.gz: ca9e3fce00239cdc0755d120eb8cecfd8c3106b0fbb76f4c1fb3be204c761914b929e261f94e06f49f3ce5e133493f0b73f5940db1443e2209bff44d6611af05
|
data/CHANGELOG.md
CHANGED
|
@@ -2953,13 +2953,6 @@ module Google
|
|
|
2953
2953
|
# @return [Fixnum]
|
|
2954
2954
|
attr_accessor :num_previous_segments
|
|
2955
2955
|
|
|
2956
|
-
# Specifies whether to return the confidence score from the extractive segments
|
|
2957
|
-
# in each search result. The default value is `false`.
|
|
2958
|
-
# Corresponds to the JSON property `returnExtractiveSegmentScore`
|
|
2959
|
-
# @return [Boolean]
|
|
2960
|
-
attr_accessor :return_extractive_segment_score
|
|
2961
|
-
alias_method :return_extractive_segment_score?, :return_extractive_segment_score
|
|
2962
|
-
|
|
2963
2956
|
def initialize(**args)
|
|
2964
2957
|
update!(**args)
|
|
2965
2958
|
end
|
|
@@ -2970,7 +2963,6 @@ module Google
|
|
|
2970
2963
|
@max_extractive_segment_count = args[:max_extractive_segment_count] if args.key?(:max_extractive_segment_count)
|
|
2971
2964
|
@num_next_segments = args[:num_next_segments] if args.key?(:num_next_segments)
|
|
2972
2965
|
@num_previous_segments = args[:num_previous_segments] if args.key?(:num_previous_segments)
|
|
2973
|
-
@return_extractive_segment_score = args[:return_extractive_segment_score] if args.key?(:return_extractive_segment_score)
|
|
2974
2966
|
end
|
|
2975
2967
|
end
|
|
2976
2968
|
|
|
@@ -3055,7 +3047,8 @@ module Google
|
|
|
3055
3047
|
attr_accessor :include_citations
|
|
3056
3048
|
alias_method :include_citations?, :include_citations
|
|
3057
3049
|
|
|
3058
|
-
# Language code for Summary. Use language tags defined by BCP47.
|
|
3050
|
+
# Language code for Summary. Use language tags defined by [BCP47](https://www.
|
|
3051
|
+
# rfc-editor.org/rfc/bcp/bcp47.txt). Note: This is an experimental feature.
|
|
3059
3052
|
# Corresponds to the JSON property `languageCode`
|
|
3060
3053
|
# @return [String]
|
|
3061
3054
|
attr_accessor :language_code
|
|
@@ -16,13 +16,13 @@ module Google
|
|
|
16
16
|
module Apis
|
|
17
17
|
module DiscoveryengineV1alpha
|
|
18
18
|
# Version of the google-apis-discoveryengine_v1alpha gem
|
|
19
|
-
GEM_VERSION = "0.
|
|
19
|
+
GEM_VERSION = "0.21.0"
|
|
20
20
|
|
|
21
21
|
# Version of the code generator used to generate this client
|
|
22
22
|
GENERATOR_VERSION = "0.12.0"
|
|
23
23
|
|
|
24
24
|
# Revision of the discovery document this client was generated from
|
|
25
|
-
REVISION = "
|
|
25
|
+
REVISION = "20230914"
|
|
26
26
|
end
|
|
27
27
|
end
|
|
28
28
|
end
|
|
@@ -1544,7 +1544,6 @@ module Google
|
|
|
1544
1544
|
property :max_extractive_segment_count, as: 'maxExtractiveSegmentCount'
|
|
1545
1545
|
property :num_next_segments, as: 'numNextSegments'
|
|
1546
1546
|
property :num_previous_segments, as: 'numPreviousSegments'
|
|
1547
|
-
property :return_extractive_segment_score, as: 'returnExtractiveSegmentScore'
|
|
1548
1547
|
end
|
|
1549
1548
|
end
|
|
1550
1549
|
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: google-apis-discoveryengine_v1alpha
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.
|
|
4
|
+
version: 0.21.0
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Google LLC
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2023-09-
|
|
11
|
+
date: 2023-09-24 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: google-apis-core
|
|
@@ -58,7 +58,7 @@ licenses:
|
|
|
58
58
|
metadata:
|
|
59
59
|
bug_tracker_uri: https://github.com/googleapis/google-api-ruby-client/issues
|
|
60
60
|
changelog_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha/CHANGELOG.md
|
|
61
|
-
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.
|
|
61
|
+
documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1alpha/v0.21.0
|
|
62
62
|
source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1alpha
|
|
63
63
|
post_install_message:
|
|
64
64
|
rdoc_options: []
|