google-apis-discoveryengine_v1beta 0.87.0 → 0.89.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: ad304d79eca951129885cf3c386cc670e7f914900823c0d0d4e60cea594f4b71
4
- data.tar.gz: 4eaabf61c649b20382e8e36b2953a493abb9c07a772fcfbf0dd2b7d55cd7e506
3
+ metadata.gz: db7be11838352384ec51a1461e5d77205e2645e900e152a26286bdda50f25583
4
+ data.tar.gz: 43e8eb38e51cd8166c0f6740bd1b45929463d452f60bc98fa509ac918db754e1
5
5
  SHA512:
6
- metadata.gz: 6c1093f504245f79baf767c2e391c995240786c50e77ea74ff1369ef3f8776d3a7dd383fc371f0fb3876247bac56fb730c7f866eee9876dd0a9fdce03c3c1fb5
7
- data.tar.gz: 3e3217451297bedf87d88491c9aa320a678faa42f6a55e005de4faa23802d5382720b97ac84088d6722f49819ff49616f8f1413526de9e0f27870cb2f72da9a6
6
+ metadata.gz: f6330d8d609bf66d15b67c52c0fb0f5fae935d4d487c90d3cd7b03f7f5758009f54c69c80ad35511293d97eb6249004b354cf213eae4400bb27f3905bfad10ef
7
+ data.tar.gz: 96cac3ba1daf9860a65873525dd0718513f8fc64d164b7dd247cc3032e120bd9880443f128e2b933523f15a2c1165c867f9996730c94e8fed3079602a51de0d9
data/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Release history for google-apis-discoveryengine_v1beta
2
2
 
3
+ ### v0.89.0 (2025-11-16)
4
+
5
+ * Regenerated from discovery document revision 20251109
6
+
7
+ ### v0.88.0 (2025-11-02)
8
+
9
+ * Regenerated from discovery document revision 20251030
10
+
3
11
  ### v0.87.0 (2025-10-26)
4
12
 
5
13
  * Regenerated from discovery document revision 20251020
@@ -3253,6 +3253,11 @@ module Google
3253
3253
  # @return [String]
3254
3254
  attr_accessor :configurable_billing_approach
3255
3255
 
3256
+ # Output only. The timestamp when configurable_billing_approach was last updated.
3257
+ # Corresponds to the JSON property `configurableBillingApproachUpdateTime`
3258
+ # @return [String]
3259
+ attr_accessor :configurable_billing_approach_update_time
3260
+
3256
3261
  # Immutable. The content config of the data store. If this field is unset, the
3257
3262
  # server behavior defaults to ContentConfig.NO_CONTENT.
3258
3263
  # Corresponds to the JSON property `contentConfig`
@@ -3357,6 +3362,7 @@ module Google
3357
3362
  @billing_estimation = args[:billing_estimation] if args.key?(:billing_estimation)
3358
3363
  @cmek_config = args[:cmek_config] if args.key?(:cmek_config)
3359
3364
  @configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
3365
+ @configurable_billing_approach_update_time = args[:configurable_billing_approach_update_time] if args.key?(:configurable_billing_approach_update_time)
3360
3366
  @content_config = args[:content_config] if args.key?(:content_config)
3361
3367
  @create_time = args[:create_time] if args.key?(:create_time)
3362
3368
  @default_schema_id = args[:default_schema_id] if args.key?(:default_schema_id)
@@ -3928,6 +3934,12 @@ module Google
3928
3934
  attr_accessor :enable_image_annotation
3929
3935
  alias_method :enable_image_annotation?, :enable_image_annotation
3930
3936
 
3937
+ # Optional. If true, the pdf layout will be refined using an LLM.
3938
+ # Corresponds to the JSON property `enableLlmLayoutParsing`
3939
+ # @return [Boolean]
3940
+ attr_accessor :enable_llm_layout_parsing
3941
+ alias_method :enable_llm_layout_parsing?, :enable_llm_layout_parsing
3942
+
3931
3943
  # Optional. If true, the LLM based annotation is added to the table during
3932
3944
  # parsing.
3933
3945
  # Corresponds to the JSON property `enableTableAnnotation`
@@ -3964,6 +3976,7 @@ module Google
3964
3976
  def update!(**args)
3965
3977
  @enable_get_processed_document = args[:enable_get_processed_document] if args.key?(:enable_get_processed_document)
3966
3978
  @enable_image_annotation = args[:enable_image_annotation] if args.key?(:enable_image_annotation)
3979
+ @enable_llm_layout_parsing = args[:enable_llm_layout_parsing] if args.key?(:enable_llm_layout_parsing)
3967
3980
  @enable_table_annotation = args[:enable_table_annotation] if args.key?(:enable_table_annotation)
3968
3981
  @exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
3969
3982
  @exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
@@ -4063,6 +4076,11 @@ module Google
4063
4076
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata]
4064
4077
  attr_accessor :chat_engine_metadata
4065
4078
 
4079
+ # Configurations used to enable CMEK data encryption with Cloud KMS keys.
4080
+ # Corresponds to the JSON property `cmekConfig`
4081
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig]
4082
+ attr_accessor :cmek_config
4083
+
4066
4084
  # Common configurations for an Engine.
4067
4085
  # Corresponds to the JSON property `commonConfig`
4068
4086
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig]
@@ -4124,6 +4142,17 @@ module Google
4124
4142
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig]
4125
4143
  attr_accessor :media_recommendation_engine_config
4126
4144
 
4145
+ # Optional. Maps a model name to its specific configuration for this engine.
4146
+ # This allows admin users to turn on/off individual models. This only stores
4147
+ # models whose states are overridden by the admin. When the state is unspecified,
4148
+ # or model_configs is empty for this model, the system will decide if this
4149
+ # model should be available or not based on the default configuration. For
4150
+ # example, a preview model should be disabled by default if the admin has not
4151
+ # chosen to enable it.
4152
+ # Corresponds to the JSON property `modelConfigs`
4153
+ # @return [Hash<String,String>]
4154
+ attr_accessor :model_configs
4155
+
4127
4156
  # Immutable. Identifier. The fully qualified resource name of the engine. This
4128
4157
  # field must be a UTF-8 encoded string with a length limit of 1024 characters.
4129
4158
  # Format: `projects/`project`/locations/`location`/collections/`collection`/
@@ -4157,6 +4186,7 @@ module Google
4157
4186
  @app_type = args[:app_type] if args.key?(:app_type)
4158
4187
  @chat_engine_config = args[:chat_engine_config] if args.key?(:chat_engine_config)
4159
4188
  @chat_engine_metadata = args[:chat_engine_metadata] if args.key?(:chat_engine_metadata)
4189
+ @cmek_config = args[:cmek_config] if args.key?(:cmek_config)
4160
4190
  @common_config = args[:common_config] if args.key?(:common_config)
4161
4191
  @configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
4162
4192
  @create_time = args[:create_time] if args.key?(:create_time)
@@ -4166,6 +4196,7 @@ module Google
4166
4196
  @features = args[:features] if args.key?(:features)
4167
4197
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
4168
4198
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
4199
+ @model_configs = args[:model_configs] if args.key?(:model_configs)
4169
4200
  @name = args[:name] if args.key?(:name)
4170
4201
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
4171
4202
  @solution_type = args[:solution_type] if args.key?(:solution_type)
@@ -5046,6 +5077,16 @@ module Google
5046
5077
  class GoogleCloudDiscoveryengineV1Project
5047
5078
  include Google::Apis::Core::Hashable
5048
5079
 
5080
+ # Represents the currently effective configurable billing parameters. These
5081
+ # values are derived from the customer's subscription history stored internally
5082
+ # and reflect the thresholds actively being used for billing purposes at the
5083
+ # time of the GetProject call. This includes the start_time of the subscription
5084
+ # and may differ from the values in `customer_provided_config` due to billing
5085
+ # rules (e.g., scale-downs taking effect only at the start of a new month).
5086
+ # Corresponds to the JSON property `configurableBillingStatus`
5087
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus]
5088
+ attr_accessor :configurable_billing_status
5089
+
5049
5090
  # Output only. The timestamp when this project is created.
5050
5091
  # Corresponds to the JSON property `createTime`
5051
5092
  # @return [String]
@@ -5080,6 +5121,7 @@ module Google
5080
5121
 
5081
5122
  # Update properties of this object
5082
5123
  def update!(**args)
5124
+ @configurable_billing_status = args[:configurable_billing_status] if args.key?(:configurable_billing_status)
5083
5125
  @create_time = args[:create_time] if args.key?(:create_time)
5084
5126
  @customer_provided_config = args[:customer_provided_config] if args.key?(:customer_provided_config)
5085
5127
  @name = args[:name] if args.key?(:name)
@@ -5088,6 +5130,46 @@ module Google
5088
5130
  end
5089
5131
  end
5090
5132
 
5133
+ # Represents the currently effective configurable billing parameters. These
5134
+ # values are derived from the customer's subscription history stored internally
5135
+ # and reflect the thresholds actively being used for billing purposes at the
5136
+ # time of the GetProject call. This includes the start_time of the subscription
5137
+ # and may differ from the values in `customer_provided_config` due to billing
5138
+ # rules (e.g., scale-downs taking effect only at the start of a new month).
5139
+ class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
5140
+ include Google::Apis::Core::Hashable
5141
+
5142
+ # Optional. The currently effective Indexing Core threshold. This is the
5143
+ # threshold against which Indexing Core usage is compared for overage
5144
+ # calculations.
5145
+ # Corresponds to the JSON property `effectiveIndexingCoreThreshold`
5146
+ # @return [Fixnum]
5147
+ attr_accessor :effective_indexing_core_threshold
5148
+
5149
+ # Optional. The currently effective Search QPM threshold in queries per minute.
5150
+ # This is the threshold against which QPM usage is compared for overage
5151
+ # calculations.
5152
+ # Corresponds to the JSON property `effectiveSearchQpmThreshold`
5153
+ # @return [Fixnum]
5154
+ attr_accessor :effective_search_qpm_threshold
5155
+
5156
+ # Optional. The start time of the currently active billing subscription.
5157
+ # Corresponds to the JSON property `startTime`
5158
+ # @return [String]
5159
+ attr_accessor :start_time
5160
+
5161
+ def initialize(**args)
5162
+ update!(**args)
5163
+ end
5164
+
5165
+ # Update properties of this object
5166
+ def update!(**args)
5167
+ @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
5168
+ @effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
5169
+ @start_time = args[:start_time] if args.key?(:start_time)
5170
+ end
5171
+ end
5172
+
5091
5173
  # Customer provided configurations.
5092
5174
  class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
5093
5175
  include Google::Apis::Core::Hashable
@@ -9878,6 +9960,11 @@ module Google
9878
9960
  # @return [String]
9879
9961
  attr_accessor :configurable_billing_approach
9880
9962
 
9963
+ # Output only. The timestamp when configurable_billing_approach was last updated.
9964
+ # Corresponds to the JSON property `configurableBillingApproachUpdateTime`
9965
+ # @return [String]
9966
+ attr_accessor :configurable_billing_approach_update_time
9967
+
9881
9968
  # Immutable. The content config of the data store. If this field is unset, the
9882
9969
  # server behavior defaults to ContentConfig.NO_CONTENT.
9883
9970
  # Corresponds to the JSON property `contentConfig`
@@ -9997,6 +10084,7 @@ module Google
9997
10084
  @billing_estimation = args[:billing_estimation] if args.key?(:billing_estimation)
9998
10085
  @cmek_config = args[:cmek_config] if args.key?(:cmek_config)
9999
10086
  @configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
10087
+ @configurable_billing_approach_update_time = args[:configurable_billing_approach_update_time] if args.key?(:configurable_billing_approach_update_time)
10000
10088
  @content_config = args[:content_config] if args.key?(:content_config)
10001
10089
  @create_time = args[:create_time] if args.key?(:create_time)
10002
10090
  @default_schema_id = args[:default_schema_id] if args.key?(:default_schema_id)
@@ -10127,6 +10215,33 @@ module Google
10127
10215
  end
10128
10216
  end
10129
10217
 
10218
+ # Metadata related to the progress of the AgentService.DeleteAgent operation.
10219
+ # This will be returned by the google.longrunning.Operation.metadata field.
10220
+ class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
10221
+ include Google::Apis::Core::Hashable
10222
+
10223
+ # Operation create time.
10224
+ # Corresponds to the JSON property `createTime`
10225
+ # @return [String]
10226
+ attr_accessor :create_time
10227
+
10228
+ # Operation last update time. If the operation is done, this is also the finish
10229
+ # time.
10230
+ # Corresponds to the JSON property `updateTime`
10231
+ # @return [String]
10232
+ attr_accessor :update_time
10233
+
10234
+ def initialize(**args)
10235
+ update!(**args)
10236
+ end
10237
+
10238
+ # Update properties of this object
10239
+ def update!(**args)
10240
+ @create_time = args[:create_time] if args.key?(:create_time)
10241
+ @update_time = args[:update_time] if args.key?(:update_time)
10242
+ end
10243
+ end
10244
+
10130
10245
  # Metadata related to the progress of the CmekConfigService.DeleteCmekConfig
10131
10246
  # operation. This will be returned by the google.longrunning.Operation.metadata
10132
10247
  # field.
@@ -10660,6 +10775,12 @@ module Google
10660
10775
  attr_accessor :enable_image_annotation
10661
10776
  alias_method :enable_image_annotation?, :enable_image_annotation
10662
10777
 
10778
+ # Optional. If true, the pdf layout will be refined using an LLM.
10779
+ # Corresponds to the JSON property `enableLlmLayoutParsing`
10780
+ # @return [Boolean]
10781
+ attr_accessor :enable_llm_layout_parsing
10782
+ alias_method :enable_llm_layout_parsing?, :enable_llm_layout_parsing
10783
+
10663
10784
  # Optional. If true, the LLM based annotation is added to the table during
10664
10785
  # parsing.
10665
10786
  # Corresponds to the JSON property `enableTableAnnotation`
@@ -10696,6 +10817,7 @@ module Google
10696
10817
  def update!(**args)
10697
10818
  @enable_get_processed_document = args[:enable_get_processed_document] if args.key?(:enable_get_processed_document)
10698
10819
  @enable_image_annotation = args[:enable_image_annotation] if args.key?(:enable_image_annotation)
10820
+ @enable_llm_layout_parsing = args[:enable_llm_layout_parsing] if args.key?(:enable_llm_layout_parsing)
10699
10821
  @enable_table_annotation = args[:enable_table_annotation] if args.key?(:enable_table_annotation)
10700
10822
  @exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
10701
10823
  @exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
@@ -10795,6 +10917,11 @@ module Google
10795
10917
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata]
10796
10918
  attr_accessor :chat_engine_metadata
10797
10919
 
10920
+ # Configurations used to enable CMEK data encryption with Cloud KMS keys.
10921
+ # Corresponds to the JSON property `cmekConfig`
10922
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig]
10923
+ attr_accessor :cmek_config
10924
+
10798
10925
  # Common configurations for an Engine.
10799
10926
  # Corresponds to the JSON property `commonConfig`
10800
10927
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig]
@@ -10856,6 +10983,17 @@ module Google
10856
10983
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig]
10857
10984
  attr_accessor :media_recommendation_engine_config
10858
10985
 
10986
+ # Optional. Maps a model name to its specific configuration for this engine.
10987
+ # This allows admin users to turn on/off individual models. This only stores
10988
+ # models whose states are overridden by the admin. When the state is unspecified,
10989
+ # or model_configs is empty for this model, the system will decide if this
10990
+ # model should be available or not based on the default configuration. For
10991
+ # example, a preview model should be disabled by default if the admin has not
10992
+ # chosen to enable it.
10993
+ # Corresponds to the JSON property `modelConfigs`
10994
+ # @return [Hash<String,String>]
10995
+ attr_accessor :model_configs
10996
+
10859
10997
  # Immutable. Identifier. The fully qualified resource name of the engine. This
10860
10998
  # field must be a UTF-8 encoded string with a length limit of 1024 characters.
10861
10999
  # Format: `projects/`project`/locations/`location`/collections/`collection`/
@@ -10899,6 +11037,7 @@ module Google
10899
11037
  @app_type = args[:app_type] if args.key?(:app_type)
10900
11038
  @chat_engine_config = args[:chat_engine_config] if args.key?(:chat_engine_config)
10901
11039
  @chat_engine_metadata = args[:chat_engine_metadata] if args.key?(:chat_engine_metadata)
11040
+ @cmek_config = args[:cmek_config] if args.key?(:cmek_config)
10902
11041
  @common_config = args[:common_config] if args.key?(:common_config)
10903
11042
  @configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
10904
11043
  @create_time = args[:create_time] if args.key?(:create_time)
@@ -10908,6 +11047,7 @@ module Google
10908
11047
  @features = args[:features] if args.key?(:features)
10909
11048
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
10910
11049
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
11050
+ @model_configs = args[:model_configs] if args.key?(:model_configs)
10911
11051
  @name = args[:name] if args.key?(:name)
10912
11052
  @recommendation_metadata = args[:recommendation_metadata] if args.key?(:recommendation_metadata)
10913
11053
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
@@ -12593,6 +12733,16 @@ module Google
12593
12733
  class GoogleCloudDiscoveryengineV1alphaProject
12594
12734
  include Google::Apis::Core::Hashable
12595
12735
 
12736
+ # Represents the currently effective configurable billing parameters. These
12737
+ # values are derived from the customer's subscription history stored internally
12738
+ # and reflect the thresholds actively being used for billing purposes at the
12739
+ # time of the GetProject call. This includes the start_time of the subscription
12740
+ # and may differ from the values in `customer_provided_config` due to billing
12741
+ # rules (e.g., scale-downs taking effect only at the start of a new month).
12742
+ # Corresponds to the JSON property `configurableBillingStatus`
12743
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus]
12744
+ attr_accessor :configurable_billing_status
12745
+
12596
12746
  # Output only. The timestamp when this project is created.
12597
12747
  # Corresponds to the JSON property `createTime`
12598
12748
  # @return [String]
@@ -12627,6 +12777,7 @@ module Google
12627
12777
 
12628
12778
  # Update properties of this object
12629
12779
  def update!(**args)
12780
+ @configurable_billing_status = args[:configurable_billing_status] if args.key?(:configurable_billing_status)
12630
12781
  @create_time = args[:create_time] if args.key?(:create_time)
12631
12782
  @customer_provided_config = args[:customer_provided_config] if args.key?(:customer_provided_config)
12632
12783
  @name = args[:name] if args.key?(:name)
@@ -12635,6 +12786,46 @@ module Google
12635
12786
  end
12636
12787
  end
12637
12788
 
12789
+ # Represents the currently effective configurable billing parameters. These
12790
+ # values are derived from the customer's subscription history stored internally
12791
+ # and reflect the thresholds actively being used for billing purposes at the
12792
+ # time of the GetProject call. This includes the start_time of the subscription
12793
+ # and may differ from the values in `customer_provided_config` due to billing
12794
+ # rules (e.g., scale-downs taking effect only at the start of a new month).
12795
+ class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
12796
+ include Google::Apis::Core::Hashable
12797
+
12798
+ # Optional. The currently effective Indexing Core threshold. This is the
12799
+ # threshold against which Indexing Core usage is compared for overage
12800
+ # calculations.
12801
+ # Corresponds to the JSON property `effectiveIndexingCoreThreshold`
12802
+ # @return [Fixnum]
12803
+ attr_accessor :effective_indexing_core_threshold
12804
+
12805
+ # Optional. The currently effective Search QPM threshold in queries per minute.
12806
+ # This is the threshold against which QPM usage is compared for overage
12807
+ # calculations.
12808
+ # Corresponds to the JSON property `effectiveSearchQpmThreshold`
12809
+ # @return [Fixnum]
12810
+ attr_accessor :effective_search_qpm_threshold
12811
+
12812
+ # Optional. The start time of the currently active billing subscription.
12813
+ # Corresponds to the JSON property `startTime`
12814
+ # @return [String]
12815
+ attr_accessor :start_time
12816
+
12817
+ def initialize(**args)
12818
+ update!(**args)
12819
+ end
12820
+
12821
+ # Update properties of this object
12822
+ def update!(**args)
12823
+ @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
12824
+ @effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
12825
+ @start_time = args[:start_time] if args.key?(:start_time)
12826
+ end
12827
+ end
12828
+
12638
12829
  # Customer provided configurations.
12639
12830
  class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
12640
12831
  include Google::Apis::Core::Hashable
@@ -13829,9 +14020,9 @@ module Google
13829
14020
  # @return [Hash<String,String>]
13830
14021
  attr_accessor :user_labels
13831
14022
 
13832
- # A unique identifier for tracking visitors. For example, this could be
13833
- # implemented with an HTTP cookie, which should be able to uniquely identify a
13834
- # visitor on a single device. This unique identifier should not change if the
14023
+ # Optional. A unique identifier for tracking visitors. For example, this could
14024
+ # be implemented with an HTTP cookie, which should be able to uniquely identify
14025
+ # a visitor on a single device. This unique identifier should not change if the
13835
14026
  # visitor logs in or out of the website. This field should NOT have a fixed
13836
14027
  # value such as `unknown_visitor`. This should be the same identifier as
13837
14028
  # UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field
@@ -15878,9 +16069,9 @@ module Google
15878
16069
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaUserInfo]
15879
16070
  attr_accessor :user_info
15880
16071
 
15881
- # A unique identifier for tracking visitors. For example, this could be
15882
- # implemented with an HTTP cookie, which should be able to uniquely identify a
15883
- # visitor on a single device. This unique identifier should not change if the
16072
+ # Optional. A unique identifier for tracking visitors. For example, this could
16073
+ # be implemented with an HTTP cookie, which should be able to uniquely identify
16074
+ # a visitor on a single device. This unique identifier should not change if the
15884
16075
  # visitor logs in or out of the website. This field should NOT have a fixed
15885
16076
  # value such as `unknown_visitor`. This should be the same identifier as
15886
16077
  # UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a
@@ -21121,6 +21312,11 @@ module Google
21121
21312
  # @return [String]
21122
21313
  attr_accessor :configurable_billing_approach
21123
21314
 
21315
+ # Output only. The timestamp when configurable_billing_approach was last updated.
21316
+ # Corresponds to the JSON property `configurableBillingApproachUpdateTime`
21317
+ # @return [String]
21318
+ attr_accessor :configurable_billing_approach_update_time
21319
+
21124
21320
  # Immutable. The content config of the data store. If this field is unset, the
21125
21321
  # server behavior defaults to ContentConfig.NO_CONTENT.
21126
21322
  # Corresponds to the JSON property `contentConfig`
@@ -21235,6 +21431,7 @@ module Google
21235
21431
  @billing_estimation = args[:billing_estimation] if args.key?(:billing_estimation)
21236
21432
  @cmek_config = args[:cmek_config] if args.key?(:cmek_config)
21237
21433
  @configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
21434
+ @configurable_billing_approach_update_time = args[:configurable_billing_approach_update_time] if args.key?(:configurable_billing_approach_update_time)
21238
21435
  @content_config = args[:content_config] if args.key?(:content_config)
21239
21436
  @create_time = args[:create_time] if args.key?(:create_time)
21240
21437
  @default_schema_id = args[:default_schema_id] if args.key?(:default_schema_id)
@@ -22034,6 +22231,12 @@ module Google
22034
22231
  attr_accessor :enable_image_annotation
22035
22232
  alias_method :enable_image_annotation?, :enable_image_annotation
22036
22233
 
22234
+ # Optional. If true, the pdf layout will be refined using an LLM.
22235
+ # Corresponds to the JSON property `enableLlmLayoutParsing`
22236
+ # @return [Boolean]
22237
+ attr_accessor :enable_llm_layout_parsing
22238
+ alias_method :enable_llm_layout_parsing?, :enable_llm_layout_parsing
22239
+
22037
22240
  # Optional. If true, the LLM based annotation is added to the table during
22038
22241
  # parsing.
22039
22242
  # Corresponds to the JSON property `enableTableAnnotation`
@@ -22070,6 +22273,7 @@ module Google
22070
22273
  def update!(**args)
22071
22274
  @enable_get_processed_document = args[:enable_get_processed_document] if args.key?(:enable_get_processed_document)
22072
22275
  @enable_image_annotation = args[:enable_image_annotation] if args.key?(:enable_image_annotation)
22276
+ @enable_llm_layout_parsing = args[:enable_llm_layout_parsing] if args.key?(:enable_llm_layout_parsing)
22073
22277
  @enable_table_annotation = args[:enable_table_annotation] if args.key?(:enable_table_annotation)
22074
22278
  @exclude_html_classes = args[:exclude_html_classes] if args.key?(:exclude_html_classes)
22075
22279
  @exclude_html_elements = args[:exclude_html_elements] if args.key?(:exclude_html_elements)
@@ -22220,6 +22424,11 @@ module Google
22220
22424
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata]
22221
22425
  attr_accessor :chat_engine_metadata
22222
22426
 
22427
+ # Configurations used to enable CMEK data encryption with Cloud KMS keys.
22428
+ # Corresponds to the JSON property `cmekConfig`
22429
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig]
22430
+ attr_accessor :cmek_config
22431
+
22223
22432
  # Common configurations for an Engine.
22224
22433
  # Corresponds to the JSON property `commonConfig`
22225
22434
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig]
@@ -22281,6 +22490,17 @@ module Google
22281
22490
  # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig]
22282
22491
  attr_accessor :media_recommendation_engine_config
22283
22492
 
22493
+ # Optional. Maps a model name to its specific configuration for this engine.
22494
+ # This allows admin users to turn on/off individual models. This only stores
22495
+ # models whose states are overridden by the admin. When the state is unspecified,
22496
+ # or model_configs is empty for this model, the system will decide if this
22497
+ # model should be available or not based on the default configuration. For
22498
+ # example, a preview model should be disabled by default if the admin has not
22499
+ # chosen to enable it.
22500
+ # Corresponds to the JSON property `modelConfigs`
22501
+ # @return [Hash<String,String>]
22502
+ attr_accessor :model_configs
22503
+
22284
22504
  # Immutable. Identifier. The fully qualified resource name of the engine. This
22285
22505
  # field must be a UTF-8 encoded string with a length limit of 1024 characters.
22286
22506
  # Format: `projects/`project`/locations/`location`/collections/`collection`/
@@ -22314,6 +22534,7 @@ module Google
22314
22534
  @app_type = args[:app_type] if args.key?(:app_type)
22315
22535
  @chat_engine_config = args[:chat_engine_config] if args.key?(:chat_engine_config)
22316
22536
  @chat_engine_metadata = args[:chat_engine_metadata] if args.key?(:chat_engine_metadata)
22537
+ @cmek_config = args[:cmek_config] if args.key?(:cmek_config)
22317
22538
  @common_config = args[:common_config] if args.key?(:common_config)
22318
22539
  @configurable_billing_approach = args[:configurable_billing_approach] if args.key?(:configurable_billing_approach)
22319
22540
  @create_time = args[:create_time] if args.key?(:create_time)
@@ -22323,6 +22544,7 @@ module Google
22323
22544
  @features = args[:features] if args.key?(:features)
22324
22545
  @industry_vertical = args[:industry_vertical] if args.key?(:industry_vertical)
22325
22546
  @media_recommendation_engine_config = args[:media_recommendation_engine_config] if args.key?(:media_recommendation_engine_config)
22547
+ @model_configs = args[:model_configs] if args.key?(:model_configs)
22326
22548
  @name = args[:name] if args.key?(:name)
22327
22549
  @search_engine_config = args[:search_engine_config] if args.key?(:search_engine_config)
22328
22550
  @solution_type = args[:solution_type] if args.key?(:solution_type)
@@ -24189,6 +24411,31 @@ module Google
24189
24411
  end
24190
24412
  end
24191
24413
 
24414
+ # Stats about users' licenses.
24415
+ class GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats
24416
+ include Google::Apis::Core::Hashable
24417
+
24418
+ # Required. The LicenseConfig name.
24419
+ # Corresponds to the JSON property `licenseConfig`
24420
+ # @return [String]
24421
+ attr_accessor :license_config
24422
+
24423
+ # Required. The number of licenses used.
24424
+ # Corresponds to the JSON property `usedLicenseCount`
24425
+ # @return [Fixnum]
24426
+ attr_accessor :used_license_count
24427
+
24428
+ def initialize(**args)
24429
+ update!(**args)
24430
+ end
24431
+
24432
+ # Update properties of this object
24433
+ def update!(**args)
24434
+ @license_config = args[:license_config] if args.key?(:license_config)
24435
+ @used_license_count = args[:used_license_count] if args.key?(:used_license_count)
24436
+ end
24437
+ end
24438
+
24192
24439
  # Response message for CmekConfigService.ListCmekConfigs method.
24193
24440
  class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
24194
24441
  include Google::Apis::Core::Hashable
@@ -24484,6 +24731,25 @@ module Google
24484
24731
  end
24485
24732
  end
24486
24733
 
24734
+ # Response message for UserLicenseService.ListLicenseConfigUsageStats method.
24735
+ class GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
24736
+ include Google::Apis::Core::Hashable
24737
+
24738
+ # All the customer's LicenseConfigUsageStats.
24739
+ # Corresponds to the JSON property `licenseConfigUsageStats`
24740
+ # @return [Array<Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats>]
24741
+ attr_accessor :license_config_usage_stats
24742
+
24743
+ def initialize(**args)
24744
+ update!(**args)
24745
+ end
24746
+
24747
+ # Update properties of this object
24748
+ def update!(**args)
24749
+ @license_config_usage_stats = args[:license_config_usage_stats] if args.key?(:license_config_usage_stats)
24750
+ end
24751
+ end
24752
+
24487
24753
  # Response message for SampleQueryService.ListSampleQueries method.
24488
24754
  class GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse
24489
24755
  include Google::Apis::Core::Hashable
@@ -24975,6 +25241,16 @@ module Google
24975
25241
  class GoogleCloudDiscoveryengineV1betaProject
24976
25242
  include Google::Apis::Core::Hashable
24977
25243
 
25244
+ # Represents the currently effective configurable billing parameters. These
25245
+ # values are derived from the customer's subscription history stored internally
25246
+ # and reflect the thresholds actively being used for billing purposes at the
25247
+ # time of the GetProject call. This includes the start_time of the subscription
25248
+ # and may differ from the values in `customer_provided_config` due to billing
25249
+ # rules (e.g., scale-downs taking effect only at the start of a new month).
25250
+ # Corresponds to the JSON property `configurableBillingStatus`
25251
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus]
25252
+ attr_accessor :configurable_billing_status
25253
+
24978
25254
  # Output only. The timestamp when this project is created.
24979
25255
  # Corresponds to the JSON property `createTime`
24980
25256
  # @return [String]
@@ -25009,6 +25285,7 @@ module Google
25009
25285
 
25010
25286
  # Update properties of this object
25011
25287
  def update!(**args)
25288
+ @configurable_billing_status = args[:configurable_billing_status] if args.key?(:configurable_billing_status)
25012
25289
  @create_time = args[:create_time] if args.key?(:create_time)
25013
25290
  @customer_provided_config = args[:customer_provided_config] if args.key?(:customer_provided_config)
25014
25291
  @name = args[:name] if args.key?(:name)
@@ -25017,6 +25294,46 @@ module Google
25017
25294
  end
25018
25295
  end
25019
25296
 
25297
+ # Represents the currently effective configurable billing parameters. These
25298
+ # values are derived from the customer's subscription history stored internally
25299
+ # and reflect the thresholds actively being used for billing purposes at the
25300
+ # time of the GetProject call. This includes the start_time of the subscription
25301
+ # and may differ from the values in `customer_provided_config` due to billing
25302
+ # rules (e.g., scale-downs taking effect only at the start of a new month).
25303
+ class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
25304
+ include Google::Apis::Core::Hashable
25305
+
25306
+ # Optional. The currently effective Indexing Core threshold. This is the
25307
+ # threshold against which Indexing Core usage is compared for overage
25308
+ # calculations.
25309
+ # Corresponds to the JSON property `effectiveIndexingCoreThreshold`
25310
+ # @return [Fixnum]
25311
+ attr_accessor :effective_indexing_core_threshold
25312
+
25313
+ # Optional. The currently effective Search QPM threshold in queries per minute.
25314
+ # This is the threshold against which QPM usage is compared for overage
25315
+ # calculations.
25316
+ # Corresponds to the JSON property `effectiveSearchQpmThreshold`
25317
+ # @return [Fixnum]
25318
+ attr_accessor :effective_search_qpm_threshold
25319
+
25320
+ # Optional. The start time of the currently active billing subscription.
25321
+ # Corresponds to the JSON property `startTime`
25322
+ # @return [String]
25323
+ attr_accessor :start_time
25324
+
25325
+ def initialize(**args)
25326
+ update!(**args)
25327
+ end
25328
+
25329
+ # Update properties of this object
25330
+ def update!(**args)
25331
+ @effective_indexing_core_threshold = args[:effective_indexing_core_threshold] if args.key?(:effective_indexing_core_threshold)
25332
+ @effective_search_qpm_threshold = args[:effective_search_qpm_threshold] if args.key?(:effective_search_qpm_threshold)
25333
+ @start_time = args[:start_time] if args.key?(:start_time)
25334
+ end
25335
+ end
25336
+
25020
25337
  # Customer provided configurations.
25021
25338
  class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
25022
25339
  include Google::Apis::Core::Hashable
@@ -26864,9 +27181,9 @@ module Google
26864
27181
  # @return [Hash<String,String>]
26865
27182
  attr_accessor :user_labels
26866
27183
 
26867
- # A unique identifier for tracking visitors. For example, this could be
26868
- # implemented with an HTTP cookie, which should be able to uniquely identify a
26869
- # visitor on a single device. This unique identifier should not change if the
27184
+ # Optional. A unique identifier for tracking visitors. For example, this could
27185
+ # be implemented with an HTTP cookie, which should be able to uniquely identify
27186
+ # a visitor on a single device. This unique identifier should not change if the
26870
27187
  # visitor logs in or out of the website. This field should NOT have a fixed
26871
27188
  # value such as `unknown_visitor`. This should be the same identifier as
26872
27189
  # UserEvent.user_pseudo_id and CompleteQueryRequest.user_pseudo_id The field
@@ -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.87.0"
19
+ GEM_VERSION = "0.89.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 = "20251020"
25
+ REVISION = "20251109"
26
26
  end
27
27
  end
28
28
  end
@@ -772,6 +772,12 @@ module Google
772
772
  include Google::Apis::Core::JsonObjectSupport
773
773
  end
774
774
 
775
+ class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
776
+ class Representation < Google::Apis::Core::JsonRepresentation; end
777
+
778
+ include Google::Apis::Core::JsonObjectSupport
779
+ end
780
+
775
781
  class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
776
782
  class Representation < Google::Apis::Core::JsonRepresentation; end
777
783
 
@@ -1522,6 +1528,12 @@ module Google
1522
1528
  include Google::Apis::Core::JsonObjectSupport
1523
1529
  end
1524
1530
 
1531
+ class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
1532
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1533
+
1534
+ include Google::Apis::Core::JsonObjectSupport
1535
+ end
1536
+
1525
1537
  class GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata
1526
1538
  class Representation < Google::Apis::Core::JsonRepresentation; end
1527
1539
 
@@ -1954,6 +1966,12 @@ module Google
1954
1966
  include Google::Apis::Core::JsonObjectSupport
1955
1967
  end
1956
1968
 
1969
+ class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
1970
+ class Representation < Google::Apis::Core::JsonRepresentation; end
1971
+
1972
+ include Google::Apis::Core::JsonObjectSupport
1973
+ end
1974
+
1957
1975
  class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
1958
1976
  class Representation < Google::Apis::Core::JsonRepresentation; end
1959
1977
 
@@ -3838,6 +3856,12 @@ module Google
3838
3856
  include Google::Apis::Core::JsonObjectSupport
3839
3857
  end
3840
3858
 
3859
+ class GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats
3860
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3861
+
3862
+ include Google::Apis::Core::JsonObjectSupport
3863
+ end
3864
+
3841
3865
  class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
3842
3866
  class Representation < Google::Apis::Core::JsonRepresentation; end
3843
3867
 
@@ -3910,6 +3934,12 @@ module Google
3910
3934
  include Google::Apis::Core::JsonObjectSupport
3911
3935
  end
3912
3936
 
3937
+ class GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
3938
+ class Representation < Google::Apis::Core::JsonRepresentation; end
3939
+
3940
+ include Google::Apis::Core::JsonObjectSupport
3941
+ end
3942
+
3913
3943
  class GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse
3914
3944
  class Representation < Google::Apis::Core::JsonRepresentation; end
3915
3945
 
@@ -4012,6 +4042,12 @@ module Google
4012
4042
  include Google::Apis::Core::JsonObjectSupport
4013
4043
  end
4014
4044
 
4045
+ class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
4046
+ class Representation < Google::Apis::Core::JsonRepresentation; end
4047
+
4048
+ include Google::Apis::Core::JsonObjectSupport
4049
+ end
4050
+
4015
4051
  class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
4016
4052
  class Representation < Google::Apis::Core::JsonRepresentation; end
4017
4053
 
@@ -5766,6 +5802,7 @@ module Google
5766
5802
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig::Representation
5767
5803
 
5768
5804
  property :configurable_billing_approach, as: 'configurableBillingApproach'
5805
+ property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
5769
5806
  property :content_config, as: 'contentConfig'
5770
5807
  property :create_time, as: 'createTime'
5771
5808
  property :default_schema_id, as: 'defaultSchemaId'
@@ -5957,6 +5994,7 @@ module Google
5957
5994
  class Representation < Google::Apis::Core::JsonRepresentation
5958
5995
  property :enable_get_processed_document, as: 'enableGetProcessedDocument'
5959
5996
  property :enable_image_annotation, as: 'enableImageAnnotation'
5997
+ property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
5960
5998
  property :enable_table_annotation, as: 'enableTableAnnotation'
5961
5999
  collection :exclude_html_classes, as: 'excludeHtmlClasses'
5962
6000
  collection :exclude_html_elements, as: 'excludeHtmlElements'
@@ -5995,6 +6033,8 @@ module Google
5995
6033
 
5996
6034
  property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineChatEngineMetadata::Representation
5997
6035
 
6036
+ property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1CmekConfig::Representation
6037
+
5998
6038
  property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineCommonConfig::Representation
5999
6039
 
6000
6040
  property :configurable_billing_approach, as: 'configurableBillingApproach'
@@ -6006,6 +6046,7 @@ module Google
6006
6046
  property :industry_vertical, as: 'industryVertical'
6007
6047
  property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineMediaRecommendationEngineConfig::Representation
6008
6048
 
6049
+ hash :model_configs, as: 'modelConfigs'
6009
6050
  property :name, as: 'name'
6010
6051
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1EngineSearchEngineConfig::Representation
6011
6052
 
@@ -6260,6 +6301,8 @@ module Google
6260
6301
  class GoogleCloudDiscoveryengineV1Project
6261
6302
  # @private
6262
6303
  class Representation < Google::Apis::Core::JsonRepresentation
6304
+ property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus::Representation
6305
+
6263
6306
  property :create_time, as: 'createTime'
6264
6307
  property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig::Representation
6265
6308
 
@@ -6270,6 +6313,15 @@ module Google
6270
6313
  end
6271
6314
  end
6272
6315
 
6316
+ class GoogleCloudDiscoveryengineV1ProjectConfigurableBillingStatus
6317
+ # @private
6318
+ class Representation < Google::Apis::Core::JsonRepresentation
6319
+ property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
6320
+ property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
6321
+ property :start_time, as: 'startTime'
6322
+ end
6323
+ end
6324
+
6273
6325
  class GoogleCloudDiscoveryengineV1ProjectCustomerProvidedConfig
6274
6326
  # @private
6275
6327
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7548,6 +7600,7 @@ module Google
7548
7600
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
7549
7601
 
7550
7602
  property :configurable_billing_approach, as: 'configurableBillingApproach'
7603
+ property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
7551
7604
  property :content_config, as: 'contentConfig'
7552
7605
  property :create_time, as: 'createTime'
7553
7606
  property :default_schema_id, as: 'defaultSchemaId'
@@ -7610,6 +7663,14 @@ module Google
7610
7663
  end
7611
7664
  end
7612
7665
 
7666
+ class GoogleCloudDiscoveryengineV1alphaDeleteAgentMetadata
7667
+ # @private
7668
+ class Representation < Google::Apis::Core::JsonRepresentation
7669
+ property :create_time, as: 'createTime'
7670
+ property :update_time, as: 'updateTime'
7671
+ end
7672
+ end
7673
+
7613
7674
  class GoogleCloudDiscoveryengineV1alphaDeleteCmekConfigMetadata
7614
7675
  # @private
7615
7676
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -7774,6 +7835,7 @@ module Google
7774
7835
  class Representation < Google::Apis::Core::JsonRepresentation
7775
7836
  property :enable_get_processed_document, as: 'enableGetProcessedDocument'
7776
7837
  property :enable_image_annotation, as: 'enableImageAnnotation'
7838
+ property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
7777
7839
  property :enable_table_annotation, as: 'enableTableAnnotation'
7778
7840
  collection :exclude_html_classes, as: 'excludeHtmlClasses'
7779
7841
  collection :exclude_html_elements, as: 'excludeHtmlElements'
@@ -7812,6 +7874,8 @@ module Google
7812
7874
 
7813
7875
  property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineChatEngineMetadata::Representation
7814
7876
 
7877
+ property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaCmekConfig::Representation
7878
+
7815
7879
  property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineCommonConfig::Representation
7816
7880
 
7817
7881
  property :configurable_billing_approach, as: 'configurableBillingApproach'
@@ -7823,6 +7887,7 @@ module Google
7823
7887
  property :industry_vertical, as: 'industryVertical'
7824
7888
  property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineMediaRecommendationEngineConfig::Representation
7825
7889
 
7890
+ hash :model_configs, as: 'modelConfigs'
7826
7891
  property :name, as: 'name'
7827
7892
  property :recommendation_metadata, as: 'recommendationMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaEngineRecommendationMetadata::Representation
7828
7893
 
@@ -8288,6 +8353,8 @@ module Google
8288
8353
  class GoogleCloudDiscoveryengineV1alphaProject
8289
8354
  # @private
8290
8355
  class Representation < Google::Apis::Core::JsonRepresentation
8356
+ property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus::Representation
8357
+
8291
8358
  property :create_time, as: 'createTime'
8292
8359
  property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig::Representation
8293
8360
 
@@ -8298,6 +8365,15 @@ module Google
8298
8365
  end
8299
8366
  end
8300
8367
 
8368
+ class GoogleCloudDiscoveryengineV1alphaProjectConfigurableBillingStatus
8369
+ # @private
8370
+ class Representation < Google::Apis::Core::JsonRepresentation
8371
+ property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
8372
+ property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
8373
+ property :start_time, as: 'startTime'
8374
+ end
8375
+ end
8376
+
8301
8377
  class GoogleCloudDiscoveryengineV1alphaProjectCustomerProvidedConfig
8302
8378
  # @private
8303
8379
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -10610,6 +10686,7 @@ module Google
10610
10686
  property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
10611
10687
 
10612
10688
  property :configurable_billing_approach, as: 'configurableBillingApproach'
10689
+ property :configurable_billing_approach_update_time, as: 'configurableBillingApproachUpdateTime'
10613
10690
  property :content_config, as: 'contentConfig'
10614
10691
  property :create_time, as: 'createTime'
10615
10692
  property :default_schema_id, as: 'defaultSchemaId'
@@ -10859,6 +10936,7 @@ module Google
10859
10936
  class Representation < Google::Apis::Core::JsonRepresentation
10860
10937
  property :enable_get_processed_document, as: 'enableGetProcessedDocument'
10861
10938
  property :enable_image_annotation, as: 'enableImageAnnotation'
10939
+ property :enable_llm_layout_parsing, as: 'enableLlmLayoutParsing'
10862
10940
  property :enable_table_annotation, as: 'enableTableAnnotation'
10863
10941
  collection :exclude_html_classes, as: 'excludeHtmlClasses'
10864
10942
  collection :exclude_html_elements, as: 'excludeHtmlElements'
@@ -10917,6 +10995,8 @@ module Google
10917
10995
 
10918
10996
  property :chat_engine_metadata, as: 'chatEngineMetadata', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineChatEngineMetadata::Representation
10919
10997
 
10998
+ property :cmek_config, as: 'cmekConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaCmekConfig::Representation
10999
+
10920
11000
  property :common_config, as: 'commonConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineCommonConfig::Representation
10921
11001
 
10922
11002
  property :configurable_billing_approach, as: 'configurableBillingApproach'
@@ -10928,6 +11008,7 @@ module Google
10928
11008
  property :industry_vertical, as: 'industryVertical'
10929
11009
  property :media_recommendation_engine_config, as: 'mediaRecommendationEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineMediaRecommendationEngineConfig::Representation
10930
11010
 
11011
+ hash :model_configs, as: 'modelConfigs'
10931
11012
  property :name, as: 'name'
10932
11013
  property :search_engine_config, as: 'searchEngineConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaEngineSearchEngineConfig::Representation
10933
11014
 
@@ -11479,6 +11560,14 @@ module Google
11479
11560
  end
11480
11561
  end
11481
11562
 
11563
+ class GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats
11564
+ # @private
11565
+ class Representation < Google::Apis::Core::JsonRepresentation
11566
+ property :license_config, as: 'licenseConfig'
11567
+ property :used_license_count, :numeric_string => true, as: 'usedLicenseCount'
11568
+ end
11569
+ end
11570
+
11482
11571
  class GoogleCloudDiscoveryengineV1betaListCmekConfigsResponse
11483
11572
  # @private
11484
11573
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11586,6 +11675,14 @@ module Google
11586
11675
  end
11587
11676
  end
11588
11677
 
11678
+ class GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
11679
+ # @private
11680
+ class Representation < Google::Apis::Core::JsonRepresentation
11681
+ collection :license_config_usage_stats, as: 'licenseConfigUsageStats', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaLicenseConfigUsageStats::Representation
11682
+
11683
+ end
11684
+ end
11685
+
11589
11686
  class GoogleCloudDiscoveryengineV1betaListSampleQueriesResponse
11590
11687
  # @private
11591
11688
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -11735,6 +11832,8 @@ module Google
11735
11832
  class GoogleCloudDiscoveryengineV1betaProject
11736
11833
  # @private
11737
11834
  class Representation < Google::Apis::Core::JsonRepresentation
11835
+ property :configurable_billing_status, as: 'configurableBillingStatus', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus::Representation
11836
+
11738
11837
  property :create_time, as: 'createTime'
11739
11838
  property :customer_provided_config, as: 'customerProvidedConfig', class: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig, decorator: Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig::Representation
11740
11839
 
@@ -11745,6 +11844,15 @@ module Google
11745
11844
  end
11746
11845
  end
11747
11846
 
11847
+ class GoogleCloudDiscoveryengineV1betaProjectConfigurableBillingStatus
11848
+ # @private
11849
+ class Representation < Google::Apis::Core::JsonRepresentation
11850
+ property :effective_indexing_core_threshold, :numeric_string => true, as: 'effectiveIndexingCoreThreshold'
11851
+ property :effective_search_qpm_threshold, :numeric_string => true, as: 'effectiveSearchQpmThreshold'
11852
+ property :start_time, as: 'startTime'
11853
+ end
11854
+ end
11855
+
11748
11856
  class GoogleCloudDiscoveryengineV1betaProjectCustomerProvidedConfig
11749
11857
  # @private
11750
11858
  class Representation < Google::Apis::Core::JsonRepresentation
@@ -631,9 +631,9 @@ module Google
631
631
  # values: * `document` is the default model for regular dataStores. * `search-
632
632
  # history` is the default model for site search dataStores.
633
633
  # @param [String] user_pseudo_id
634
- # A unique identifier for tracking visitors. For example, this could be
635
- # implemented with an HTTP cookie, which should be able to uniquely identify a
636
- # visitor on a single device. This unique identifier should not change if the
634
+ # Optional. A unique identifier for tracking visitors. For example, this could
635
+ # be implemented with an HTTP cookie, which should be able to uniquely identify
636
+ # a visitor on a single device. This unique identifier should not change if the
637
637
  # visitor logs in or out of the website. This field should NOT have a fixed
638
638
  # value such as `unknown_visitor`. This should be the same identifier as
639
639
  # UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a
@@ -5444,9 +5444,9 @@ module Google
5444
5444
  # values: * `document` is the default model for regular dataStores. * `search-
5445
5445
  # history` is the default model for site search dataStores.
5446
5446
  # @param [String] user_pseudo_id
5447
- # A unique identifier for tracking visitors. For example, this could be
5448
- # implemented with an HTTP cookie, which should be able to uniquely identify a
5449
- # visitor on a single device. This unique identifier should not change if the
5447
+ # Optional. A unique identifier for tracking visitors. For example, this could
5448
+ # be implemented with an HTTP cookie, which should be able to uniquely identify
5449
+ # a visitor on a single device. This unique identifier should not change if the
5450
5450
  # visitor logs in or out of the website. This field should NOT have a fixed
5451
5451
  # value such as `unknown_visitor`. This should be the same identifier as
5452
5452
  # UserEvent.user_pseudo_id and SearchRequest.user_pseudo_id. The field must be a
@@ -9856,18 +9856,50 @@ module Google
9856
9856
  execute_or_queue_command(command, &block)
9857
9857
  end
9858
9858
 
9859
+ # Lists all the LicenseConfigUsageStatss associated with the project.
9860
+ # @param [String] parent
9861
+ # Required. The parent branch resource name, such as `projects/`project`/
9862
+ # locations/`location`/userStores/`user_store_id``.
9863
+ # @param [String] fields
9864
+ # Selector specifying which fields to include in a partial response.
9865
+ # @param [String] quota_user
9866
+ # Available to use for quota purposes for server-side applications. Can be any
9867
+ # arbitrary string assigned to a user, but should not exceed 40 characters.
9868
+ # @param [Google::Apis::RequestOptions] options
9869
+ # Request-specific options
9870
+ #
9871
+ # @yield [result, err] Result & error if block supplied
9872
+ # @yieldparam result [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse] parsed result object
9873
+ # @yieldparam err [StandardError] error object if request failed
9874
+ #
9875
+ # @return [Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse]
9876
+ #
9877
+ # @raise [Google::Apis::ServerError] An error occurred on the server and the request can be retried
9878
+ # @raise [Google::Apis::ClientError] The request is invalid and should not be retried without modification
9879
+ # @raise [Google::Apis::AuthorizationError] Authorization is required
9880
+ def list_project_location_user_store_license_configs_usage_stats(parent, fields: nil, quota_user: nil, options: nil, &block)
9881
+ command = make_simple_command(:get, 'v1beta/{+parent}/licenseConfigsUsageStats', options)
9882
+ command.response_representation = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse::Representation
9883
+ command.response_class = Google::Apis::DiscoveryengineV1beta::GoogleCloudDiscoveryengineV1betaListLicenseConfigsUsageStatsResponse
9884
+ command.params['parent'] = parent unless parent.nil?
9885
+ command.query['fields'] = fields unless fields.nil?
9886
+ command.query['quotaUser'] = quota_user unless quota_user.nil?
9887
+ execute_or_queue_command(command, &block)
9888
+ end
9889
+
9859
9890
  # Lists the User Licenses.
9860
9891
  # @param [String] parent
9861
9892
  # Required. The parent UserStore resource name, format: `projects/`project`/
9862
9893
  # locations/`location`/userStores/`user_store_id``.
9863
9894
  # @param [String] filter
9864
- # Optional. Filter for the list request. Supported fields: * `
9865
- # license_assignment_state` Examples: * `license_assignment_state = ASSIGNED` to
9866
- # list assigned user licenses. * `license_assignment_state = NO_LICENSE` to list
9867
- # not licensed users. * `license_assignment_state = NO_LICENSE_ATTEMPTED_LOGIN`
9868
- # to list users who attempted login but no license assigned. * `
9869
- # license_assignment_state != NO_LICENSE_ATTEMPTED_LOGIN` to filter out users
9870
- # who attempted login but no license assigned.
9895
+ # Optional. Filter for the list request. Supported fields: * `license`_`
9896
+ # assignment`_`state` * `user_principal` * `user_profile` Examples: * `license`_`
9897
+ # assignment`_`state = ASSIGNED` to list assigned user licenses. * `license`_`
9898
+ # assignment`_`state = NO_LICENSE` to list not licensed users. * `license`_`
9899
+ # assignment`_`state = NO_LICENSE_ATTEMPTED_LOGIN` to list users who attempted
9900
+ # login but no license assigned. * `license`_`assignment`_`state !=
9901
+ # NO_LICENSE_ATTEMPTED_LOGIN` to filter out users who attempted login but no
9902
+ # license assigned.
9871
9903
  # @param [Fixnum] page_size
9872
9904
  # Optional. Requested page size. Server may return fewer items than requested.
9873
9905
  # If unspecified, defaults to 10. The maximum value is 50; values above 50 will
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.87.0
4
+ version: 0.89.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.87.0
60
+ documentation_uri: https://googleapis.dev/ruby/google-apis-discoveryengine_v1beta/v0.89.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: