google-apis-discoveryengine_v1 0.13.0 → 0.14.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: d94f5cd2fcfe56450dba919bf300aeb826d633a84e28050167b1f000024db8cd
4
- data.tar.gz: dae2ffdb661abd352e1d8c62aaf43c5f58c45c90cae43d69e0ccc150cb4b4b11
3
+ metadata.gz: 7ebb21654a514d1017253df3f2d48f93032fd1a1a8aa0252137dd05d93bc8266
4
+ data.tar.gz: 47b9144ee1b65df7cc8f3490a38b91124b4a1f25c7a5f60ad6192f9a289c19b1
5
5
  SHA512:
6
- metadata.gz: 1f76725f9d1f3bcdd7fa6551e80f3373222857752e426b30d3ec25c46dfa9ee54cca93c9fa88dce08870c2936f4a79417567fc95ef4c112a0c8c3a799f7858eb
7
- data.tar.gz: db489e54d1b75ace7b3cf7fb90916012a51a50ee854aaad0f9fbf90cde5153fba5566a790e1e8d89146b21179c1d793bfcbd2fc9a941a2b2fe6769bedb260c62
6
+ metadata.gz: 51119b8e4b35c27ead5b2ffd16cf7a77ae5744e36789bf024d8768e510780502b4e00a1914cffa9cc47f8b81c827cdc7732df513691e204b58067d4e1c0c0899
7
+ data.tar.gz: 60d5a6befc79f6cd9068cfd0f3456b07c40aeec67977616b4bc4656d00eb16bbbd063807af2c16a9b25adda642f71c4d38de797d96695656d318a75506bb5d09
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1
2
2
 
3
+ ### v0.14.0 (2024-09-01)
4
+
5
+ * Regenerated from discovery document revision 20240826
6
+
3
7
  ### v0.13.0 (2024-08-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20240817
@@ -2081,17 +2081,13 @@ module Google
2081
2081
  # Indicates that this claim required grounding check. When the system decided
2082
2082
  # this claim doesn't require attribution/grounding check, this field will be set
2083
2083
  # to false. In that case, no grounding check was done for the claim and
2084
- # therefore citation_indices, and anti_citation_indices should not be returned.
2084
+ # therefore citation_indices, anti_citation_indices, and score should not be
2085
+ # returned.
2085
2086
  # Corresponds to the JSON property `groundingCheckRequired`
2086
2087
  # @return [Boolean]
2087
2088
  attr_accessor :grounding_check_required
2088
2089
  alias_method :grounding_check_required?, :grounding_check_required
2089
2090
 
2090
- # Confidence score for the claim in the answer candidate, in the range of [0, 1].
2091
- # Corresponds to the JSON property `score`
2092
- # @return [Float]
2093
- attr_accessor :score
2094
-
2095
2091
  # Position indicating the start of the claim in the answer candidate, measured
2096
2092
  # in bytes.
2097
2093
  # Corresponds to the JSON property `startPos`
@@ -2108,7 +2104,6 @@ module Google
2108
2104
  @claim_text = args[:claim_text] if args.key?(:claim_text)
2109
2105
  @end_pos = args[:end_pos] if args.key?(:end_pos)
2110
2106
  @grounding_check_required = args[:grounding_check_required] if args.key?(:grounding_check_required)
2111
- @score = args[:score] if args.key?(:score)
2112
2107
  @start_pos = args[:start_pos] if args.key?(:start_pos)
2113
2108
  end
2114
2109
  end
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1
18
18
  # Version of the google-apis-discoveryengine_v1 gem
19
- GEM_VERSION = "0.13.0"
19
+ GEM_VERSION = "0.14.0"
20
20
 
21
21
  # Version of the code generator used to generate this client
22
22
  GENERATOR_VERSION = "0.15.1"
23
23
 
24
24
  # Revision of the discovery document this client was generated from
25
- REVISION = "20240817"
25
+ REVISION = "20240826"
26
26
  end
27
27
  end
28
28
  end
@@ -3503,7 +3503,6 @@ module Google
3503
3503
  property :claim_text, as: 'claimText'
3504
3504
  property :end_pos, as: 'endPos'
3505
3505
  property :grounding_check_required, as: 'groundingCheckRequired'
3506
- property :score, as: 'score'
3507
3506
  property :start_pos, as: 'startPos'
3508
3507
  end
3509
3508
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.13.0
4
+ version: 0.14.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: 2024-08-25 00:00:00.000000000 Z
11
+ date: 2024-09-01 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_v1/CHANGELOG.md
61
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.13.0
61
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1/v0.14.0
62
62
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1
63
63
  post_install_message:
64
64
  rdoc_options: []