google-apis-discoveryengine_v1beta 0.96.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: d47a6906e9c4e74927e6bb3fb686ce2ca0ec92786967e0373f0dc9e60d999f87
4
- data.tar.gz: '0498dc339ba555360e7e56549584dbfe287a9ba9b852b37528c4601e1c7e6ce1'
3
+ metadata.gz: '09deaa4ef0121a1dab16eae221da945bc542dbb90a13cb81c640367830c2adb5'
4
+ data.tar.gz: 56ffd5de732d6fc7e5385c1c7d0dcfdf833f68b8192ad034269c8c14406f829d
5
5
  SHA512:
6
- metadata.gz: 5edad08843dbe1477adc2bf2e73fa1ef82d96aa93bfb15040097654217405c1a1fa0a4132cd2dfecbd74bb6c5b68a49bfd48cd2343b74bcc4b9617f543dffeb3
7
- data.tar.gz: beaa7fd2969912972a4686ed018a5e1dda5c992a32c9c052aeecfa2a395d898b1783648d2a5b272eb73c206ef4a097882c2a779f706771d2654deea85f94f6c9
6
+ metadata.gz: 5c43cb9bf62a06089953922eac257175f21395e35387aea8067ea3bf9e5abd4ccbc082063adbdb630c6f7842e7d3721a271f8df4640b5ad8967a307d9e7d1519
7
+ data.tar.gz: 14ff92594d3e890bfc2faa96d89a6bb994f53094b29568c9a22beb91f9a41d0019bea4fd8eb8556290685fa24386df0a572cf5cd0dbd1c2344a8450bdb4447b0
data/CHANGELOG.md CHANGED
@@ -1,5 +1,9 @@
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
+
3
7
  ### v0.96.0 (2026-01-25)
4
8
 
5
9
  * Regenerated from discovery document revision 20260118
@@ -4665,11 +4665,33 @@ module Google
4665
4665
  # @return [Fixnum]
4666
4666
  attr_accessor :effective_search_qpm_threshold
4667
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
+
4668
4684
  # Optional. The start time of the currently active billing subscription.
4669
4685
  # Corresponds to the JSON property `startTime`
4670
4686
  # @return [String]
4671
4687
  attr_accessor :start_time
4672
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
+
4673
4695
  def initialize(**args)
4674
4696
  update!(**args)
4675
4697
  end
@@ -4678,7 +4700,10 @@ module Google
4678
4700
  def update!(**args)
4679
4701
  @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
4680
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)
4681
4705
  @start_time = args[:start_time] if args.key?(:start_time)
4706
+ @terminate_time = args[:terminate_time] if args.key?(:terminate_time)
4682
4707
  end
4683
4708
  end
4684
4709
 
@@ -12545,11 +12570,33 @@ module Google
12545
12570
  # @return [Fixnum]
12546
12571
  attr_accessor :effective_search_qpm_threshold
12547
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
+
12548
12589
  # Optional. The start time of the currently active billing subscription.
12549
12590
  # Corresponds to the JSON property `startTime`
12550
12591
  # @return [String]
12551
12592
  attr_accessor :start_time
12552
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
+
12553
12600
  def initialize(**args)
12554
12601
  update!(**args)
12555
12602
  end
@@ -12558,7 +12605,10 @@ module Google
12558
12605
  def update!(**args)
12559
12606
  @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
12560
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)
12561
12610
  @start_time = args[:start_time] if args.key?(:start_time)
12611
+ @terminate_time = args[:terminate_time] if args.key?(:terminate_time)
12562
12612
  end
12563
12613
  end
12564
12614
 
@@ -15954,7 +16004,7 @@ module Google
15954
16004
  class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequest
15955
16005
  include Google::Apis::Core::Hashable
15956
16006
 
15957
- # Specification to boost suggestions based on the condtion of the suggestion.
16007
+ # Specification to boost suggestions based on the condition of the suggestion.
15958
16008
  # Corresponds to the JSON property `boostSpec`
15959
16009
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec]
15960
16010
  attr_accessor :boost_spec
@@ -16042,7 +16092,7 @@ module Google
16042
16092
  end
16043
16093
  end
16044
16094
 
16045
- # Specification to boost suggestions based on the condtion of the suggestion.
16095
+ # Specification to boost suggestions based on the condition of the suggestion.
16046
16096
  class GoogleCloudDiscoveryengineV1betaAdvancedCompleteQueryRequestBoostSpec
16047
16097
  include Google::Apis::Core::Hashable
16048
16098
 
@@ -25452,11 +25502,33 @@ module Google
25452
25502
  # @return [Fixnum]
25453
25503
  attr_accessor :effective_search_qpm_threshold
25454
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
+
25455
25521
  # Optional. The start time of the currently active billing subscription.
25456
25522
  # Corresponds to the JSON property `startTime`
25457
25523
  # @return [String]
25458
25524
  attr_accessor :start_time
25459
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
+
25460
25532
  def initialize(**args)
25461
25533
  update!(**args)
25462
25534
  end
@@ -25465,7 +25537,10 @@ module Google
25465
25537
  def update!(**args)
25466
25538
  @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
25467
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)
25468
25542
  @start_time = args[:start_time] if args.key?(:start_time)
25543
+ @terminate_time = args[:terminate_time] if args.key?(:terminate_time)
25469
25544
  end
25470
25545
  end
25471
25546
 
@@ -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.96.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 = "20260118"
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.96.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.96.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: