google-apis-discoveryengine_v1beta 0.95.0 → 0.96.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: d5e340fb454faa7d6302d482a8ac43023a8c010a40d67afcd4c6ac82944a1b47
4
- data.tar.gz: 81a1cb6bf6657a37eda919168bf7468a26dbf41d63f62a177bd9243617520b2b
3
+ metadata.gz: d47a6906e9c4e74927e6bb3fb686ce2ca0ec92786967e0373f0dc9e60d999f87
4
+ data.tar.gz: '0498dc339ba555360e7e56549584dbfe287a9ba9b852b37528c4601e1c7e6ce1'
5
5
  SHA512:
6
- metadata.gz: b2ccfa8d168ee90ef30b6c102080be2cdda1ecd50f8699e0123a3ee337bb36e2361c6734c46e14ed2d98d1638f2952648bec6316cae0d390418c49b3c96c1a23
7
- data.tar.gz: 8a8ae5696a62ce329bb0a1b61610b108d19faceb451bb9b74e0a51419fba3c39292102a4c450bb91fe9277c31e771ba76bfc90c3ead393d46cafc61578f89b3c
6
+ metadata.gz: 5edad08843dbe1477adc2bf2e73fa1ef82d96aa93bfb15040097654217405c1a1fa0a4132cd2dfecbd74bb6c5b68a49bfd48cd2343b74bcc4b9617f543dffeb3
7
+ data.tar.gz: beaa7fd2969912972a4686ed018a5e1dda5c992a32c9c052aeecfa2a395d898b1783648d2a5b272eb73c206ef4a097882c2a779f706771d2654deea85f94f6c9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.96.0 (2026-01-25)
4
+
5
+ * Regenerated from discovery document revision 20260118
6
+
3
7
  ### v0.95.0 (2026-01-18)
4
8
 
5
9
  * Regenerated from discovery document revision 20260112
@@ -3496,9 +3496,10 @@ module Google
3496
3496
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
3497
3497
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
3498
3498
  # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
3499
- # personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
3500
- # * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
3501
- # content` * `disable-google-drive-upload`
3499
+ # personalization-memory` * `personalization-suggested-highlights` * `disable-
3500
+ # agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
3501
+ # disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
3502
+ # upload` * `disable-welcome-emails`
3502
3503
  # Corresponds to the JSON property `features`
3503
3504
  # @return [Hash<String,String>]
3504
3505
  attr_accessor :features
@@ -7458,8 +7459,8 @@ module Google
7458
7459
  # Output only. When set, uniquely identifies a reply within the `AssistAnswer`
7459
7460
  # resource. During an AssistantService.StreamAssist call, multiple `Reply`
7460
7461
  # messages with the same ID can occur within the response stream (across
7461
- # multiple AssistantService.StreamAssistResponse messages). These represent
7462
- # parts of a single `Reply` message in the final `AssistAnswer` resource.
7462
+ # multiple StreamAssistResponse messages). These represent parts of a single `
7463
+ # Reply` message in the final `AssistAnswer` resource.
7463
7464
  # Corresponds to the JSON property `replyId`
7464
7465
  # @return [String]
7465
7466
  attr_accessor :reply_id
@@ -10541,9 +10542,10 @@ module Google
10541
10542
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
10542
10543
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
10543
10544
  # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
10544
- # personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
10545
- # * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
10546
- # content` * `disable-google-drive-upload`
10545
+ # personalization-memory` * `personalization-suggested-highlights` * `disable-
10546
+ # agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
10547
+ # disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
10548
+ # upload` * `disable-welcome-emails`
10547
10549
  # Corresponds to the JSON property `features`
10548
10550
  # @return [Hash<String,String>]
10549
10551
  attr_accessor :features
@@ -13640,15 +13642,15 @@ module Google
13640
13642
 
13641
13643
  # Optional. The categories associated with a category page. Must be set for
13642
13644
  # category navigation queries to achieve good search quality. The format should
13643
- # be the same as UserEvent.PageInfo.page_category. This field is the equivalent
13644
- # of the query for browse (navigation) queries. It's used by the browse model
13645
- # when the query is empty. If the field is empty, it will not be used by the
13646
- # browse model. If the field contains more than one element, only the first
13647
- # element will be used. To represent full path of a category, use '>' character
13648
- # to separate different hierarchies. If '>' is part of the category name,
13649
- # replace it with other character(s). For example, `Graphics Cards > RTX>4090 >
13650
- # Founders Edition` where "RTX > 4090" represents one level, can be rewritten as
13651
- # `Graphics Cards > RTX_4090 > Founders Edition`
13645
+ # be the same as PageInfo.page_category. This field is the equivalent of the
13646
+ # query for browse (navigation) queries. It's used by the browse model when the
13647
+ # query is empty. If the field is empty, it will not be used by the browse model.
13648
+ # If the field contains more than one element, only the first element will be
13649
+ # used. To represent full path of a category, use '>' character to separate
13650
+ # different hierarchies. If '>' is part of the category name, replace it with
13651
+ # other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
13652
+ # where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
13653
+ # RTX_4090 > Founders Edition`
13652
13654
  # Corresponds to the JSON property `pageCategories`
13653
13655
  # @return [Array<String>]
13654
13656
  attr_accessor :page_categories
@@ -14787,8 +14789,8 @@ module Google
14787
14789
  # search, the default is `HARD_FILTER`. For multi-datastore search, the default
14788
14790
  # behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
14789
14791
  # filters, and the `SOFT_BOOST` setting will not affect them. This field is only
14790
- # used if SearchRequest.natural_language_query_understanding_spec.
14791
- # filter_extraction_condition is set to FilterExtractionCondition.ENABLED.
14792
+ # used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
14793
+ # FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
14792
14794
  # Corresponds to the JSON property `extractedFilterBehavior`
14793
14795
  # @return [String]
14794
14796
  attr_accessor :extracted_filter_behavior
@@ -22453,9 +22455,10 @@ module Google
22453
22455
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
22454
22456
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
22455
22457
  # org-chart` * `bi-directional-audio` * `feedback` * `session-sharing` * `
22456
- # personalization-memory` * `disable-agent-sharing` * `disable-image-generation`
22457
- # * `disable-video-generation` * `disable-onedrive-upload` * `disable-talk-to-
22458
- # content` * `disable-google-drive-upload`
22458
+ # personalization-memory` * `personalization-suggested-highlights` * `disable-
22459
+ # agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
22460
+ # disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
22461
+ # upload` * `disable-welcome-emails`
22459
22462
  # Corresponds to the JSON property `features`
22460
22463
  # @return [Hash<String,String>]
22461
22464
  attr_accessor :features
@@ -24863,7 +24866,7 @@ module Google
24863
24866
  end
24864
24867
  end
24865
24868
 
24866
- # Response message for UserLicenseService.ListLicenseConfigUsageStats method.
24869
+ # Response message for UserLicenseService.ListLicenseConfigsUsageStats method.
24867
24870
  class GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
24868
24871
  include Google::Apis::Core::Hashable
24869
24872
 
@@ -27126,15 +27129,15 @@ module Google
27126
27129
 
27127
27130
  # Optional. The categories associated with a category page. Must be set for
27128
27131
  # category navigation queries to achieve good search quality. The format should
27129
- # be the same as UserEvent.PageInfo.page_category. This field is the equivalent
27130
- # of the query for browse (navigation) queries. It's used by the browse model
27131
- # when the query is empty. If the field is empty, it will not be used by the
27132
- # browse model. If the field contains more than one element, only the first
27133
- # element will be used. To represent full path of a category, use '>' character
27134
- # to separate different hierarchies. If '>' is part of the category name,
27135
- # replace it with other character(s). For example, `Graphics Cards > RTX>4090 >
27136
- # Founders Edition` where "RTX > 4090" represents one level, can be rewritten as
27137
- # `Graphics Cards > RTX_4090 > Founders Edition`
27132
+ # be the same as PageInfo.page_category. This field is the equivalent of the
27133
+ # query for browse (navigation) queries. It's used by the browse model when the
27134
+ # query is empty. If the field is empty, it will not be used by the browse model.
27135
+ # If the field contains more than one element, only the first element will be
27136
+ # used. To represent full path of a category, use '>' character to separate
27137
+ # different hierarchies. If '>' is part of the category name, replace it with
27138
+ # other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
27139
+ # where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
27140
+ # RTX_4090 > Founders Edition`
27138
27141
  # Corresponds to the JSON property `pageCategories`
27139
27142
  # @return [Array<String>]
27140
27143
  attr_accessor :page_categories
@@ -28262,8 +28265,8 @@ module Google
28262
28265
  # search, the default is `HARD_FILTER`. For multi-datastore search, the default
28263
28266
  # behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
28264
28267
  # filters, and the `SOFT_BOOST` setting will not affect them. This field is only
28265
- # used if SearchRequest.natural_language_query_understanding_spec.
28266
- # filter_extraction_condition is set to FilterExtractionCondition.ENABLED.
28268
+ # used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
28269
+ # FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
28267
28270
  # Corresponds to the JSON property `extractedFilterBehavior`
28268
28271
  # @return [String]
28269
28272
  attr_accessor :extracted_filter_behavior
@@ -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.95.0"
19
+ GEM_VERSION = "0.96.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 = "20260112"
25
+ REVISION = "20260118"
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-discoveryengine_v1beta
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.95.0
4
+ version: 0.96.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.95.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.96.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: