google-apis-discoveryengine_v1beta 0.95.0 → 0.97.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: '09deaa4ef0121a1dab16eae221da945bc542dbb90a13cb81c640367830c2adb5'
4
+ data.tar.gz: 56ffd5de732d6fc7e5385c1c7d0dcfdf833f68b8192ad034269c8c14406f829d
5
5
  SHA512:
6
- metadata.gz: b2ccfa8d168ee90ef30b6c102080be2cdda1ecd50f8699e0123a3ee337bb36e2361c6734c46e14ed2d98d1638f2952648bec6316cae0d390418c49b3c96c1a23
7
- data.tar.gz: 8a8ae5696a62ce329bb0a1b61610b108d19faceb451bb9b74e0a51419fba3c39292102a4c450bb91fe9277c31e771ba76bfc90c3ead393d46cafc61578f89b3c
6
+ metadata.gz: 5c43cb9bf62a06089953922eac257175f21395e35387aea8067ea3bf9e5abd4ccbc082063adbdb630c6f7842e7d3721a271f8df4640b5ad8967a307d9e7d1519
7
+ data.tar.gz: 14ff92594d3e890bfc2faa96d89a6bb994f53094b29568c9a22beb91f9a41d0019bea4fd8eb8556290685fa24386df0a572cf5cd0dbd1c2344a8450bdb4447b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.97.0 (2026-02-01)
4
+
5
+ * Regenerated from discovery document revision 20260125
6
+
7
+ ### v0.96.0 (2026-01-25)
8
+
9
+ * Regenerated from discovery document revision 20260118
10
+
3
11
  ### v0.95.0 (2026-01-18)
4
12
 
5
13
  * 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
@@ -4664,11 +4665,33 @@ module Google
4664
4665
  # @return [Fixnum]
4665
4666
  attr_accessor :effective_search_qpm_threshold
4666
4667
 
4668
+ # Output only. The earliest next update time for the indexing core subscription
4669
+ # threshold. This is based on the next_update_time returned by the underlying
4670
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
4671
+ # indexing core subscription threshold request is succeeded.
4672
+ # Corresponds to the JSON property `indexingCoreThresholdNextUpdateTime`
4673
+ # @return [String]
4674
+ attr_accessor :indexing_core_threshold_next_update_time
4675
+
4676
+ # Output only. The earliest next update time for the search QPM subscription
4677
+ # threshold. This is based on the next_update_time returned by the underlying
4678
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
4679
+ # QPM subscription threshold request is succeeded.
4680
+ # Corresponds to the JSON property `searchQpmThresholdNextUpdateTime`
4681
+ # @return [String]
4682
+ attr_accessor :search_qpm_threshold_next_update_time
4683
+
4667
4684
  # Optional. The start time of the currently active billing subscription.
4668
4685
  # Corresponds to the JSON property `startTime`
4669
4686
  # @return [String]
4670
4687
  attr_accessor :start_time
4671
4688
 
4689
+ # Output only. The latest terminate effective time of search qpm and indexing
4690
+ # core subscriptions.
4691
+ # Corresponds to the JSON property `terminateTime`
4692
+ # @return [String]
4693
+ attr_accessor :terminate_time
4694
+
4672
4695
  def initialize(**args)
4673
4696
  update!(**args)
4674
4697
  end
@@ -4677,7 +4700,10 @@ module Google
4677
4700
  def update!(**args)
4678
4701
  @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
4679
4702
  @effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
4703
+ @indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
4704
+ @search_qpm_threshold_next_update_time = args[:search_qpm_threshold_next_update_time] if args.key?(:search_qpm_threshold_next_update_time)
4680
4705
  @start_time = args[:start_time] if args.key?(:start_time)
4706
+ @terminate_time = args[:terminate_time] if args.key?(:terminate_time)
4681
4707
  end
4682
4708
  end
4683
4709
 
@@ -7458,8 +7484,8 @@ module Google
7458
7484
  # Output only. When set, uniquely identifies a reply within the `AssistAnswer`
7459
7485
  # resource. During an AssistantService.StreamAssist call, multiple `Reply`
7460
7486
  # 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.
7487
+ # multiple StreamAssistResponse messages). These represent parts of a single `
7488
+ # Reply` message in the final `AssistAnswer` resource.
7463
7489
  # Corresponds to the JSON property `replyId`
7464
7490
  # @return [String]
7465
7491
  attr_accessor :reply_id
@@ -10541,9 +10567,10 @@ module Google
10541
10567
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
10542
10568
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
10543
10569
  # 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`
10570
+ # personalization-memory` * `personalization-suggested-highlights` * `disable-
10571
+ # agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
10572
+ # disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
10573
+ # upload` * `disable-welcome-emails`
10547
10574
  # Corresponds to the JSON property `features`
10548
10575
  # @return [Hash<String,String>]
10549
10576
  attr_accessor :features
@@ -12543,11 +12570,33 @@ module Google
12543
12570
  # @return [Fixnum]
12544
12571
  attr_accessor :effective_search_qpm_threshold
12545
12572
 
12573
+ # Output only. The earliest next update time for the indexing core subscription
12574
+ # threshold. This is based on the next_update_time returned by the underlying
12575
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
12576
+ # indexing core subscription threshold request is succeeded.
12577
+ # Corresponds to the JSON property `indexingCoreThresholdNextUpdateTime`
12578
+ # @return [String]
12579
+ attr_accessor :indexing_core_threshold_next_update_time
12580
+
12581
+ # Output only. The earliest next update time for the search QPM subscription
12582
+ # threshold. This is based on the next_update_time returned by the underlying
12583
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
12584
+ # QPM subscription threshold request is succeeded.
12585
+ # Corresponds to the JSON property `searchQpmThresholdNextUpdateTime`
12586
+ # @return [String]
12587
+ attr_accessor :search_qpm_threshold_next_update_time
12588
+
12546
12589
  # Optional. The start time of the currently active billing subscription.
12547
12590
  # Corresponds to the JSON property `startTime`
12548
12591
  # @return [String]
12549
12592
  attr_accessor :start_time
12550
12593
 
12594
+ # Output only. The latest terminate effective time of search qpm and indexing
12595
+ # core subscriptions.
12596
+ # Corresponds to the JSON property `terminateTime`
12597
+ # @return [String]
12598
+ attr_accessor :terminate_time
12599
+
12551
12600
  def initialize(**args)
12552
12601
  update!(**args)
12553
12602
  end
@@ -12556,7 +12605,10 @@ module Google
12556
12605
  def update!(**args)
12557
12606
  @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
12558
12607
  @effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
12608
+ @indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
12609
+ @search_qpm_threshold_next_update_time = args[:search_qpm_threshold_next_update_time] if args.key?(:search_qpm_threshold_next_update_time)
12559
12610
  @start_time = args[:start_time] if args.key?(:start_time)
12611
+ @terminate_time = args[:terminate_time] if args.key?(:terminate_time)
12560
12612
  end
12561
12613
  end
12562
12614
 
@@ -13640,15 +13692,15 @@ module Google
13640
13692
 
13641
13693
  # Optional. The categories associated with a category page. Must be set for
13642
13694
  # 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`
13695
+ # be the same as PageInfo.page_category. This field is the equivalent of the
13696
+ # query for browse (navigation) queries. It's used by the browse model when the
13697
+ # query is empty. If the field is empty, it will not be used by the browse model.
13698
+ # If the field contains more than one element, only the first element will be
13699
+ # used. To represent full path of a category, use '>' character to separate
13700
+ # different hierarchies. If '>' is part of the category name, replace it with
13701
+ # other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
13702
+ # where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
13703
+ # RTX_4090 > Founders Edition`
13652
13704
  # Corresponds to the JSON property `pageCategories`
13653
13705
  # @return [Array<String>]
13654
13706
  attr_accessor :page_categories
@@ -14787,8 +14839,8 @@ module Google
14787
14839
  # search, the default is `HARD_FILTER`. For multi-datastore search, the default
14788
14840
  # behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
14789
14841
  # 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.
14842
+ # used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
14843
+ # FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
14792
14844
  # Corresponds to the JSON property `extractedFilterBehavior`
14793
14845
  # @return [String]
14794
14846
  attr_accessor :extracted_filter_behavior
@@ -15952,7 +16004,7 @@ module Google
15952
16004
  class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest
15953
16005
  include Google::Apis::Core::Hashable
15954
16006
 
15955
- # Specification to boost suggestions based on the condtion of the suggestion.
16007
+ # Specification to boost suggestions based on the condition of the suggestion.
15956
16008
  # Corresponds to the JSON property `boostSpec`
15957
16009
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec]
15958
16010
  attr_accessor :boost_spec
@@ -16040,7 +16092,7 @@ module Google
16040
16092
  end
16041
16093
  end
16042
16094
 
16043
- # Specification to boost suggestions based on the condtion of the suggestion.
16095
+ # Specification to boost suggestions based on the condition of the suggestion.
16044
16096
  class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec
16045
16097
  include Google::Apis::Core::Hashable
16046
16098
 
@@ -22453,9 +22505,10 @@ module Google
22453
22505
  # settings are ignored. * `agent-gallery` * `no-code-agent-builder` * `prompt-
22454
22506
  # gallery` * `model-selector` * `notebook-lm` * `people-search` * `people-search-
22455
22507
  # 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`
22508
+ # personalization-memory` * `personalization-suggested-highlights` * `disable-
22509
+ # agent-sharing` * `disable-image-generation` * `disable-video-generation` * `
22510
+ # disable-onedrive-upload` * `disable-talk-to-content` * `disable-google-drive-
22511
+ # upload` * `disable-welcome-emails`
22459
22512
  # Corresponds to the JSON property `features`
22460
22513
  # @return [Hash<String,String>]
22461
22514
  attr_accessor :features
@@ -24863,7 +24916,7 @@ module Google
24863
24916
  end
24864
24917
  end
24865
24918
 
24866
- # Response message for UserLicenseService.ListLicenseConfigUsageStats method.
24919
+ # Response message for UserLicenseService.ListLicenseConfigsUsageStats method.
24867
24920
  class GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
24868
24921
  include Google::Apis::Core::Hashable
24869
24922
 
@@ -25449,11 +25502,33 @@ module Google
25449
25502
  # @return [Fixnum]
25450
25503
  attr_accessor :effective_search_qpm_threshold
25451
25504
 
25505
+ # Output only. The earliest next update time for the indexing core subscription
25506
+ # threshold. This is based on the next_update_time returned by the underlying
25507
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
25508
+ # indexing core subscription threshold request is succeeded.
25509
+ # Corresponds to the JSON property `indexingCoreThresholdNextUpdateTime`
25510
+ # @return [String]
25511
+ attr_accessor :indexing_core_threshold_next_update_time
25512
+
25513
+ # Output only. The earliest next update time for the search QPM subscription
25514
+ # threshold. This is based on the next_update_time returned by the underlying
25515
+ # Cloud Billing Subscription V3 API. This field is populated only if an update
25516
+ # QPM subscription threshold request is succeeded.
25517
+ # Corresponds to the JSON property `searchQpmThresholdNextUpdateTime`
25518
+ # @return [String]
25519
+ attr_accessor :search_qpm_threshold_next_update_time
25520
+
25452
25521
  # Optional. The start time of the currently active billing subscription.
25453
25522
  # Corresponds to the JSON property `startTime`
25454
25523
  # @return [String]
25455
25524
  attr_accessor :start_time
25456
25525
 
25526
+ # Output only. The latest terminate effective time of search qpm and indexing
25527
+ # core subscriptions.
25528
+ # Corresponds to the JSON property `terminateTime`
25529
+ # @return [String]
25530
+ attr_accessor :terminate_time
25531
+
25457
25532
  def initialize(**args)
25458
25533
  update!(**args)
25459
25534
  end
@@ -25462,7 +25537,10 @@ module Google
25462
25537
  def update!(**args)
25463
25538
  @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
25464
25539
  @effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
25540
+ @indexing_core_threshold_next_update_time = args[:indexing_core_threshold_next_update_time] if args.key?(:indexing_core_threshold_next_update_time)
25541
+ @search_qpm_threshold_next_update_time = args[:search_qpm_threshold_next_update_time] if args.key?(:search_qpm_threshold_next_update_time)
25465
25542
  @start_time = args[:start_time] if args.key?(:start_time)
25543
+ @terminate_time = args[:terminate_time] if args.key?(:terminate_time)
25466
25544
  end
25467
25545
  end
25468
25546
 
@@ -27126,15 +27204,15 @@ module Google
27126
27204
 
27127
27205
  # Optional. The categories associated with a category page. Must be set for
27128
27206
  # 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`
27207
+ # be the same as PageInfo.page_category. This field is the equivalent of the
27208
+ # query for browse (navigation) queries. It's used by the browse model when the
27209
+ # query is empty. If the field is empty, it will not be used by the browse model.
27210
+ # If the field contains more than one element, only the first element will be
27211
+ # used. To represent full path of a category, use '>' character to separate
27212
+ # different hierarchies. If '>' is part of the category name, replace it with
27213
+ # other character(s). For example, `Graphics Cards > RTX>4090 > Founders Edition`
27214
+ # where "RTX > 4090" represents one level, can be rewritten as `Graphics Cards >
27215
+ # RTX_4090 > Founders Edition`
27138
27216
  # Corresponds to the JSON property `pageCategories`
27139
27217
  # @return [Array<String>]
27140
27218
  attr_accessor :page_categories
@@ -28262,8 +28340,8 @@ module Google
28262
28340
  # search, the default is `HARD_FILTER`. For multi-datastore search, the default
28263
28341
  # behavior is `SOFT_BOOST`. Location-based filters are always applied as hard
28264
28342
  # 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.
28343
+ # used if SearchRequest.NaturalLanguageQueryUnderstandingSpec.
28344
+ # FilterExtractionCondition is set to FilterExtractionCondition.ENABLED.
28267
28345
  # Corresponds to the JSON property `extractedFilterBehavior`
28268
28346
  # @return [String]
28269
28347
  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.97.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 = "20260125"
26
26
  end
27
27
  end
28
28
  end
@@ -6253,7 +6253,10 @@ module Google
6253
6253
  class Representation < Google::Apis::Core::JsonRepresentation
6254
6254
  property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
6255
6255
  property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
6256
+ property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
6257
+ property :search_qpm_threshold_next_update_time, as: 'searchQpmThresholdNextUpdateTime'
6256
6258
  property :start_time, as: 'startTime'
6259
+ property :terminate_time, as: 'terminateTime'
6257
6260
  end
6258
6261
  end
6259
6262
 
@@ -8356,7 +8359,10 @@ module Google
8356
8359
  class Representation < Google::Apis::Core::JsonRepresentation
8357
8360
  property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
8358
8361
  property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
8362
+ property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
8363
+ property :search_qpm_threshold_next_update_time, as: 'searchQpmThresholdNextUpdateTime'
8359
8364
  property :start_time, as: 'startTime'
8365
+ property :terminate_time, as: 'terminateTime'
8360
8366
  end
8361
8367
  end
8362
8368
 
@@ -11924,7 +11930,10 @@ module Google
11924
11930
  class Representation < Google::Apis::Core::JsonRepresentation
11925
11931
  property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
11926
11932
  property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
11933
+ property :indexing_core_threshold_next_update_time, as: 'indexingCoreThresholdNextUpdateTime'
11934
+ property :search_qpm_threshold_next_update_time, as: 'searchQpmThresholdNextUpdateTime'
11927
11935
  property :start_time, as: 'startTime'
11936
+ property :terminate_time, as: 'terminateTime'
11928
11937
  end
11929
11938
  end
11930
11939
 
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.97.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.97.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: