google-apis-discoveryengine_v1beta 0.93.0 → 0.94.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: 47ddd736b763d4192501d066d49b3f707e248e2095bac408ab68dc17df0bfb49
4
- data.tar.gz: ebdc81cca6793f969adaa7581a148226e0dee8765ea9042b3c12b72ded95765f
3
+ metadata.gz: 6089cd065de1cee0c472494bb6129945236f8a7d94531974c1394f874904a87c
4
+ data.tar.gz: 1d370639771bf37f3ef26d578621c065b8bf338d0c49e6f09c8acb777bcdd648
5
5
  SHA512:
6
- metadata.gz: 3a0841728f594e03b89ff0e1b21839b0bc3d767994aa666be60c0b02f3e09ad1b96da530ea6a246b03362d7c9a0aa43bd4e583b7a40c43076ddfe1ee731d8ed4
7
- data.tar.gz: 59bd9695a401d65ea828137dc6e3ce7cf17a74f9e6520ad6a376a1eabbae5bd4c601271305eb9646a81fe2d18a55b491e61638b9c0dc83f7417a05a80cfb63b5
6
+ metadata.gz: 2da0fed3d6b77aa60dff80c29f939e00d141e98f14d2c61d5d5876ec4240444924102f229b4ee517df3257d584844c65b5a4e0f2ef24457eab2fc122fbc71da9
7
+ data.tar.gz: 68a3c5a3b55006a041c1fe0090e461b87349f9e799ffd044861e85c27457e33445ee00285f66a2844b5b91eecf667c833d8235b1ce4a96ba831eafcbd42f09ca
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.94.0 (2026-01-11)
4
+
5
+ * Regenerated from discovery document revision 20260107
6
+
3
7
  ### v0.93.0 (2025-12-21)
4
8
 
5
9
  * Regenerated from discovery document revision 20251217
@@ -1003,6 +1003,19 @@ module Google
1003
1003
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy]
1004
1004
  attr_accessor :customer_policy
1005
1005
 
1006
+ # Optional. This field controls the default web grounding toggle for end users
1007
+ # if `web_grounding_type` is set to `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `
1008
+ # WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`. By default, this field is set to
1009
+ # false. If `web_grounding_type` is `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `
1010
+ # WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`, end users will have web grounding
1011
+ # enabled by default on UI. If true, grounding toggle will be disabled by
1012
+ # default on UI. End users can still enable web grounding in the UI if web
1013
+ # grounding is enabled.
1014
+ # Corresponds to the JSON property `defaultWebGroundingToggleOff`
1015
+ # @return [Boolean]
1016
+ attr_accessor :default_web_grounding_toggle_off
1017
+ alias_method :default_web_grounding_toggle_off?, :default_web_grounding_toggle_off
1018
+
1006
1019
  # Optional. Description for additional information. Expected to be shown on the
1007
1020
  # configuration UI, not to the users of the assistant.
1008
1021
  # Corresponds to the JSON property `description`
@@ -1052,6 +1065,7 @@ module Google
1052
1065
  # Update properties of this object
1053
1066
  def update!(**args)
1054
1067
  @customer_policy = args[:customer_policy] if args.key?(:customer_policy)
1068
+ @default_web_grounding_toggle_off = args[:default_web_grounding_toggle_off] if args.key?(:default_web_grounding_toggle_off)
1055
1069
  @description = args[:description] if args.key?(:description)
1056
1070
  @display_name = args[:display_name] if args.key?(:display_name)
1057
1071
  @enabled_tools = args[:enabled_tools] if args.key?(:enabled_tools)
@@ -17991,6 +18005,19 @@ module Google
17991
18005
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy]
17992
18006
  attr_accessor :customer_policy
17993
18007
 
18008
+ # Optional. This field controls the default web grounding toggle for end users
18009
+ # if `web_grounding_type` is set to `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `
18010
+ # WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`. By default, this field is set to
18011
+ # false. If `web_grounding_type` is `WEB_GROUNDING_TYPE_GOOGLE_SEARCH` or `
18012
+ # WEB_GROUNDING_TYPE_ENTERPRISE_WEB_SEARCH`, end users will have web grounding
18013
+ # enabled by default on UI. If true, grounding toggle will be disabled by
18014
+ # default on UI. End users can still enable web grounding in the UI if web
18015
+ # grounding is enabled.
18016
+ # Corresponds to the JSON property `defaultWebGroundingToggleOff`
18017
+ # @return [Boolean]
18018
+ attr_accessor :default_web_grounding_toggle_off
18019
+ alias_method :default_web_grounding_toggle_off?, :default_web_grounding_toggle_off
18020
+
17994
18021
  # Optional. Description for additional information. Expected to be shown on the
17995
18022
  # configuration UI, not to the users of the assistant.
17996
18023
  # Corresponds to the JSON property `description`
@@ -18040,6 +18067,7 @@ module Google
18040
18067
  # Update properties of this object
18041
18068
  def update!(**args)
18042
18069
  @customer_policy = args[:customer_policy] if args.key?(:customer_policy)
18070
+ @default_web_grounding_toggle_off = args[:default_web_grounding_toggle_off] if args.key?(:default_web_grounding_toggle_off)
18043
18071
  @description = args[:description] if args.key?(:description)
18044
18072
  @display_name = args[:display_name] if args.key?(:display_name)
18045
18073
  @enabled_tools = args[:enabled_tools] if args.key?(:enabled_tools)
@@ -16,13 +16,13 @@ module Google
16
16
  module Apis
17
17
  module DiscoveryengineV1beta
18
18
  # Version of the google-apis-discoveryengine_v1beta gem
19
- GEM_VERSION = "0.93.0"
19
+ GEM_VERSION = "0.94.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 = "20251217"
25
+ REVISION = "20260107"
26
26
  end
27
27
  end
28
28
  end
@@ -5221,6 +5221,7 @@ module Google
5221
5221
  class Representation < Google::Apis::Core::JsonRepresentation
5222
5222
  property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantCustomerPolicy::Representation
5223
5223
 
5224
+ property :default_web_grounding_toggle_off, as: 'defaultWebGroundingToggleOff'
5224
5225
  property :description, as: 'description'
5225
5226
  property :display_name, as: 'displayName'
5226
5227
  hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1AssistantToolList::Representation
@@ -9767,6 +9768,7 @@ module Google
9767
9768
  class Representation < Google::Apis::Core::JsonRepresentation
9768
9769
  property :customer_policy, as: 'customerPolicy', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantCustomerPolicy::Representation
9769
9770
 
9771
+ property :default_web_grounding_toggle_off, as: 'defaultWebGroundingToggleOff'
9770
9772
  property :description, as: 'description'
9771
9773
  property :display_name, as: 'displayName'
9772
9774
  hash :enabled_tools, as: 'enabledTools', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAssistantToolList::Representation
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: google-apis-discoveryengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.93.0
4
+ version: 0.94.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-discoveryengine_v1beta/CHANGELOG.md
60
- documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.93.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.94.0
61
61
  source_code_uri: https://github.com/googleapis/google-api-ruby-client/tree/main/generated/google-apis-discoveryengine_v1beta
62
62
  rdoc_options: []
63
63
  require_paths: